@clayui/css 3.163.0 → 3.164.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 (139) hide show
  1. package/lib/css/atlas.css +540 -257
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +317 -114
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +3115 -2394
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/anonymize.svg +5 -6
  8. package/lib/images/icons/arrows-all.svg +16 -0
  9. package/lib/images/icons/box-squared.svg +10 -0
  10. package/lib/images/icons/chart-area.svg +10 -0
  11. package/lib/images/icons/chart-bar-stacked.svg +9 -0
  12. package/lib/images/icons/chart-bar-x-axis.svg +9 -0
  13. package/lib/images/icons/chart-bar-y-axis.svg +9 -0
  14. package/lib/images/icons/chart-bar.svg +9 -0
  15. package/lib/images/icons/chart-donut.svg +10 -0
  16. package/lib/images/icons/chart-line-down.svg +10 -0
  17. package/lib/images/icons/chart-line-up.svg +10 -0
  18. package/lib/images/icons/chart-line.svg +10 -0
  19. package/lib/images/icons/chart-pie-fill.svg +10 -0
  20. package/lib/images/icons/chart-pie.svg +9 -0
  21. package/lib/images/icons/icons.svg +1 -1
  22. package/lib/images/icons/plant.svg +9 -0
  23. package/lib/images/icons/user-cog.svg +9 -0
  24. package/package.json +1 -1
  25. package/src/images/icons/anonymize.svg +5 -6
  26. package/src/images/icons/arrows-all.svg +16 -0
  27. package/src/images/icons/box-squared.svg +10 -0
  28. package/src/images/icons/chart-area.svg +10 -0
  29. package/src/images/icons/chart-bar-stacked.svg +9 -0
  30. package/src/images/icons/chart-bar-x-axis.svg +9 -0
  31. package/src/images/icons/chart-bar-y-axis.svg +9 -0
  32. package/src/images/icons/chart-bar.svg +9 -0
  33. package/src/images/icons/chart-donut.svg +10 -0
  34. package/src/images/icons/chart-line-down.svg +10 -0
  35. package/src/images/icons/chart-line-up.svg +10 -0
  36. package/src/images/icons/chart-line.svg +10 -0
  37. package/src/images/icons/chart-pie-fill.svg +10 -0
  38. package/src/images/icons/chart-pie.svg +9 -0
  39. package/src/images/icons/icons.svg +1 -1
  40. package/src/images/icons/plant.svg +9 -0
  41. package/src/images/icons/user-cog.svg +9 -0
  42. package/src/scss/_components.scss +0 -1
  43. package/src/scss/_license-text.scss +1 -1
  44. package/src/scss/atlas/variables/_cards.scss +123 -24
  45. package/src/scss/atlas/variables/_custom-forms.scss +0 -5
  46. package/src/scss/atlas/variables/_globals.scss +2 -1
  47. package/src/scss/atlas/variables/_labels.scss +341 -42
  48. package/src/scss/atlas/variables/_tables.scss +2 -2
  49. package/src/scss/atlas-custom-properties/_variables.scss +2 -0
  50. package/src/scss/atlas-custom-properties/variables/_alerts.scss +3 -1
  51. package/src/scss/atlas-custom-properties/variables/_application-bar.scss +6 -3
  52. package/src/scss/atlas-custom-properties/variables/_badges.scss +0 -23
  53. package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +4 -1
  54. package/src/scss/atlas-custom-properties/variables/_buttons.scss +1 -0
  55. package/src/scss/atlas-custom-properties/variables/_c-root.scss +413 -219
  56. package/src/scss/atlas-custom-properties/variables/_cards.scss +81 -51
  57. package/src/scss/atlas-custom-properties/variables/_clay-color.scss +2 -2
  58. package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +53 -23
  59. package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +9 -14
  60. package/src/scss/atlas-custom-properties/variables/_forms.scss +34 -8
  61. package/src/scss/atlas-custom-properties/variables/_globals.scss +5 -2
  62. package/src/scss/atlas-custom-properties/variables/_images.scss +3 -1
  63. package/src/scss/atlas-custom-properties/variables/_labels.scss +416 -37
  64. package/src/scss/atlas-custom-properties/variables/_modals.scss +4 -3
  65. package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +2 -5
  66. package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +2 -2
  67. package/src/scss/atlas-custom-properties/variables/_panels.scss +2 -2
  68. package/src/scss/atlas-custom-properties/variables/_popovers.scss +1 -1
  69. package/src/scss/atlas-custom-properties/variables/_range.scss +1 -1
  70. package/src/scss/atlas-custom-properties/variables/_resizer.scss +13 -2
  71. package/src/scss/atlas-custom-properties/variables/_sheets.scss +1 -2
  72. package/src/scss/atlas-custom-properties/variables/_sidebar.scss +13 -5
  73. package/src/scss/atlas-custom-properties/variables/_stickers.scss +2 -2
  74. package/src/scss/atlas-custom-properties/variables/_tables.scss +17 -19
  75. package/src/scss/atlas-custom-properties/variables/_tbar.scss +12 -5
  76. package/src/scss/atlas-custom-properties/variables/_tooltip.scss +1 -1
  77. package/src/scss/cadmin/_variables.scss +2 -0
  78. package/src/scss/cadmin/components/_cards.scss +10 -62
  79. package/src/scss/cadmin/components/_focus-ring.scss +3 -1
  80. package/src/scss/cadmin/components/_icons.scss +97 -0
  81. package/src/scss/cadmin/components/_reboot.scss +6 -2
  82. package/src/scss/cadmin/components/_resizer.scss +10 -0
  83. package/src/scss/cadmin/components/_root.scss +41 -0
  84. package/src/scss/cadmin/variables/_alerts.scss +26 -24
  85. package/src/scss/cadmin/variables/_badges.scss +20 -10
  86. package/src/scss/cadmin/variables/_breadcrumbs.scss +3 -3
  87. package/src/scss/cadmin/variables/_buttons.scss +162 -129
  88. package/src/scss/cadmin/variables/_c-root.scss +426 -0
  89. package/src/scss/cadmin/variables/_cards.scss +153 -30
  90. package/src/scss/cadmin/variables/_clay-color.scss +18 -26
  91. package/src/scss/cadmin/variables/_custom-forms.scss +46 -25
  92. package/src/scss/cadmin/variables/_dropdowns.scss +14 -18
  93. package/src/scss/cadmin/variables/_forms.scss +31 -27
  94. package/src/scss/cadmin/variables/_globals.scss +200 -252
  95. package/src/scss/cadmin/variables/_images.scss +3 -1
  96. package/src/scss/cadmin/variables/_labels.scss +194 -32
  97. package/src/scss/cadmin/variables/_links.scss +21 -13
  98. package/src/scss/cadmin/variables/_list-group.scss +8 -6
  99. package/src/scss/cadmin/variables/_loaders.scss +2 -4
  100. package/src/scss/cadmin/variables/_management-bar.scss +12 -6
  101. package/src/scss/cadmin/variables/_menubar.scss +44 -27
  102. package/src/scss/cadmin/variables/_modals.scss +10 -4
  103. package/src/scss/cadmin/variables/_multi-step-nav.scss +7 -7
  104. package/src/scss/cadmin/variables/_navbar.scss +8 -5
  105. package/src/scss/cadmin/variables/_navigation-bar.scss +2 -2
  106. package/src/scss/cadmin/variables/_pagination.scss +6 -2
  107. package/src/scss/cadmin/variables/_popovers.scss +4 -2
  108. package/src/scss/cadmin/variables/_range.scss +2 -1
  109. package/src/scss/cadmin/variables/_resizer.scss +13 -2
  110. package/src/scss/cadmin/variables/_sidebar.scss +14 -6
  111. package/src/scss/cadmin/variables/_stickers.scss +1 -1
  112. package/src/scss/cadmin/variables/_tables.scss +22 -19
  113. package/src/scss/cadmin/variables/_tbar.scss +28 -14
  114. package/src/scss/cadmin/variables/_tooltip.scss +3 -1
  115. package/src/scss/cadmin/variables/_treeview.scss +2 -2
  116. package/src/scss/cadmin/variables/_utilities.scss +132 -196
  117. package/src/scss/cadmin.scss +2 -0
  118. package/src/scss/components/_focus-ring.scss +3 -1
  119. package/src/scss/components/_icons.scss +117 -6
  120. package/src/scss/components/_resizer.scss +8 -0
  121. package/src/scss/components/_root.scss +36 -3
  122. package/src/scss/functions/_lx-icons-generated.scss +31 -9
  123. package/src/scss/mixins/_cards.scss +19 -1
  124. package/src/scss/mixins/_labels.scss +9 -2
  125. package/src/scss/variables/_cards.scss +22 -1
  126. package/src/scss/variables/_custom-forms.scss +22 -11
  127. package/src/scss/variables/_dropdowns.scss +2 -0
  128. package/src/scss/variables/_globals.scss +1 -0
  129. package/src/scss/variables/_labels.scss +296 -8
  130. package/src/scss/variables/_resizer.scss +13 -2
  131. package/lib/images/icons/arrow-key-down.svg +0 -9
  132. package/lib/images/icons/arrow-key-left.svg +0 -9
  133. package/lib/images/icons/arrow-key-right.svg +0 -9
  134. package/lib/images/icons/arrow-key-up.svg +0 -9
  135. package/src/images/icons/arrow-key-down.svg +0 -9
  136. package/src/images/icons/arrow-key-left.svg +0 -9
  137. package/src/images/icons/arrow-key-right.svg +0 -9
  138. package/src/images/icons/arrow-key-up.svg +0 -9
  139. package/src/scss/components/_keyboard-arrows-indicator.scss +0 -82
package/lib/css/base.css CHANGED
@@ -15,6 +15,11 @@
15
15
  *
16
16
  * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
17
17
  */
18
+ [data-color-scheme=light]:root,
19
+ :root [data-color-scheme=light] {
20
+ color-scheme: light;
21
+ }
22
+
18
23
  /* SPDX-SnippetBegin
19
24
  * SPDX-License-Identifier: MIT
20
25
  * SPDX-SnippetCopyrightText: © 2016 Nicolas Gallagher and Jonathan Neal <https://github.com/necolas/normalize.css>
@@ -940,16 +945,78 @@ pre code {
940
945
  width: 1em;
941
946
  }
942
947
 
943
- .lexicon-icon-sm {
944
- font-size: 0.5rem;
948
+ .lexicon-icon-arrows-all {
949
+ background-color: hsl(from #fff h s l / 0.6);
950
+ border: 1px solid #dee2e6;
951
+ border-radius: 0.1413em;
952
+ height: 0.73913em;
953
+ margin-top: 0;
954
+ width: 1em;
955
+ }
956
+ .lexicon-icon-arrows-all .lx-arrows-all-chevron {
957
+ fill: #fff;
945
958
  }
946
959
 
947
- .lexicon-icon-lg {
948
- font-size: 2rem;
960
+ .clay-keyboard-arrows-horizontal .lx-arrows-all-keycap-down,
961
+ .clay-keyboard-arrows-horizontal .lx-arrows-all-keycap-up {
962
+ fill: #dee2e6;
949
963
  }
950
964
 
951
- .lexicon-icon-xl {
952
- font-size: 8rem;
965
+ .clay-keyboard-arrows-vertical .lx-arrows-all-keycap-left,
966
+ .clay-keyboard-arrows-vertical .lx-arrows-all-keycap-right {
967
+ fill: #dee2e6;
968
+ }
969
+
970
+ .clay-keyboard-arrows-indicator {
971
+ display: inline-flex;
972
+ font-size: 2.875rem;
973
+ }
974
+ .clay-keyboard-arrows-indicator .lexicon-icon {
975
+ margin-top: 0;
976
+ }
977
+
978
+ .clay-keyboard-arrows-indicator-floating {
979
+ background-color: #fff;
980
+ border-radius: 0.1413em;
981
+ position: absolute;
982
+ transition: bottom 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out, top 0.3s ease-in-out;
983
+ z-index: 1070;
984
+ }
985
+ .clay-keyboard-arrows-indicator-floating.clay-keyboard-arrows-indicator-floating-hidden {
986
+ opacity: 0;
987
+ pointer-events: none;
988
+ visibility: hidden;
989
+ }
990
+ .clay-keyboard-arrows-indicator-floating.clay-keyboard-arrows-indicator-floating-tooltip::before, .clay-keyboard-arrows-indicator-floating.clay-keyboard-arrows-indicator-floating-tooltip::after {
991
+ border-style: solid;
992
+ content: "";
993
+ height: 0;
994
+ position: absolute;
995
+ top: 50%;
996
+ transform: translateY(-50%);
997
+ width: 0;
998
+ }
999
+ .clay-keyboard-arrows-indicator-floating.clay-keyboard-arrows-indicator-floating-tooltip::before {
1000
+ border-color: transparent #dee2e6 transparent transparent;
1001
+ border-width: 7px 7px 7px 0;
1002
+ left: -7px;
1003
+ }
1004
+ .clay-keyboard-arrows-indicator-floating.clay-keyboard-arrows-indicator-floating-tooltip::after {
1005
+ border-color: transparent #fff transparent transparent;
1006
+ border-width: 6px 6px 6px 0;
1007
+ left: -6px;
1008
+ }
1009
+ .clay-keyboard-arrows-indicator-floating.clay-keyboard-arrows-indicator-floating-tooltip.clay-keyboard-arrows-indicator-floating-flipped::before {
1010
+ border-color: transparent transparent transparent #dee2e6;
1011
+ border-width: 7px 0 7px 7px;
1012
+ left: auto;
1013
+ right: -7px;
1014
+ }
1015
+ .clay-keyboard-arrows-indicator-floating.clay-keyboard-arrows-indicator-floating-tooltip.clay-keyboard-arrows-indicator-floating-flipped::after {
1016
+ border-color: transparent transparent transparent #fff;
1017
+ border-width: 6px 0 6px 6px;
1018
+ left: auto;
1019
+ right: -6px;
953
1020
  }
954
1021
 
955
1022
  .order-arrow-down-active .order-arrow-arrow-down {
@@ -1010,6 +1077,18 @@ button.collapse-icon .c-inner,
1010
1077
  transform: translateY(-50%);
1011
1078
  }
1012
1079
 
1080
+ .lexicon-icon-sm {
1081
+ font-size: 0.5rem;
1082
+ }
1083
+
1084
+ .lexicon-icon-lg {
1085
+ font-size: 2rem;
1086
+ }
1087
+
1088
+ .lexicon-icon-xl {
1089
+ font-size: 8rem;
1090
+ }
1091
+
1013
1092
  .aspect-ratio {
1014
1093
  display: block;
1015
1094
  overflow: hidden;
@@ -2370,10 +2449,19 @@ input[type=button].btn-block {
2370
2449
  top: 0rem;
2371
2450
  }
2372
2451
  .c-horizontal-resizer:hover::before {
2373
- background-color: rgb(87.006, 168.0384, 255);
2452
+ background-color: #007bff;
2453
+ }
2454
+ .c-horizontal-resizer:active::before {
2455
+ background-color: rgb(0, 98.4, 204);
2456
+ }
2457
+ .c-horizontal-resizer:focus-visible {
2458
+ box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
2459
+ outline: 0;
2374
2460
  }
2375
2461
  .c-horizontal-resizer:focus-visible::before {
2376
- background-color: rgb(87.006, 168.0384, 255);
2462
+ background-color: #007bff;
2463
+ bottom: 0.25rem;
2464
+ top: 0.25rem;
2377
2465
  }
2378
2466
 
2379
2467
  .c-horizontal-resizer-end {
@@ -4737,7 +4825,7 @@ input[type=button].btn-block {
4737
4825
  overflow-wrap: break-word;
4738
4826
  word-wrap: break-word;
4739
4827
  }
4740
- .label[href], .label[type], .label[tabindex] {
4828
+ .label[href] {
4741
4829
  cursor: pointer;
4742
4830
  text-decoration: none;
4743
4831
  }
@@ -4887,11 +4975,11 @@ input[type=button].btn-block {
4887
4975
  border-color: #007bff;
4888
4976
  color: #007bff;
4889
4977
  }
4890
- [href].label-primary:hover, [href].hover.label-primary, [type].label-primary:hover, [type].hover.label-primary, [tabindex].label-primary:hover, [tabindex].hover.label-primary {
4978
+ [href].label-primary:hover, [href].hover.label-primary {
4891
4979
  border-color: rgb(0, 98.4, 204);
4892
4980
  color: rgb(0, 98.4, 204);
4893
4981
  }
4894
- [href].focus.label-primary, [href].label-primary:focus-visible, .c-prefers-focus [href].label-primary:focus, [type].focus.label-primary, [type].label-primary:focus-visible, .c-prefers-focus [type].label-primary:focus, [tabindex].focus.label-primary, [tabindex].label-primary:focus-visible, .c-prefers-focus [tabindex].label-primary:focus {
4982
+ [href].focus.label-primary, [href].label-primary:focus-visible, .c-prefers-focus [href].label-primary:focus {
4895
4983
  color: rgb(0, 98.4, 204);
4896
4984
  }
4897
4985
 
@@ -4912,11 +5000,11 @@ input[type=button].btn-block {
4912
5000
  border-color: #6c757d;
4913
5001
  color: #6c757d;
4914
5002
  }
4915
- [href].label-secondary:hover, [href].hover.label-secondary, [type].label-secondary:hover, [type].hover.label-secondary, [tabindex].label-secondary:hover, [tabindex].hover.label-secondary {
5003
+ [href].label-secondary:hover, [href].hover.label-secondary {
4916
5004
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
4917
5005
  color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
4918
5006
  }
4919
- [href].focus.label-secondary, [href].label-secondary:focus-visible, .c-prefers-focus [href].label-secondary:focus, [type].focus.label-secondary, [type].label-secondary:focus-visible, .c-prefers-focus [type].label-secondary:focus, [tabindex].focus.label-secondary, [tabindex].label-secondary:focus-visible, .c-prefers-focus [tabindex].label-secondary:focus {
5007
+ [href].focus.label-secondary, [href].label-secondary:focus-visible, .c-prefers-focus [href].label-secondary:focus {
4920
5008
  color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
4921
5009
  }
4922
5010
 
@@ -4937,11 +5025,11 @@ input[type=button].btn-block {
4937
5025
  border-color: #28a745;
4938
5026
  color: #28a745;
4939
5027
  }
4940
- [href].label-success:hover, [href].hover.label-success, [type].label-success:hover, [type].hover.label-success, [tabindex].label-success:hover, [tabindex].hover.label-success {
5028
+ [href].label-success:hover, [href].hover.label-success {
4941
5029
  border-color: rgb(30.1449275362, 125.8550724638, 52);
4942
5030
  color: rgb(30.1449275362, 125.8550724638, 52);
4943
5031
  }
4944
- [href].focus.label-success, [href].label-success:focus-visible, .c-prefers-focus [href].label-success:focus, [type].focus.label-success, [type].label-success:focus-visible, .c-prefers-focus [type].label-success:focus, [tabindex].focus.label-success, [tabindex].label-success:focus-visible, .c-prefers-focus [tabindex].label-success:focus {
5032
+ [href].focus.label-success, [href].label-success:focus-visible, .c-prefers-focus [href].label-success:focus {
4945
5033
  color: rgb(30.1449275362, 125.8550724638, 52);
4946
5034
  }
4947
5035
 
@@ -4962,11 +5050,11 @@ input[type=button].btn-block {
4962
5050
  border-color: #17a2b8;
4963
5051
  color: #17a2b8;
4964
5052
  }
4965
- [href].label-info:hover, [href].hover.label-info, [type].label-info:hover, [type].hover.label-info, [tabindex].label-info:hover, [tabindex].hover.label-info {
5053
+ [href].label-info:hover, [href].hover.label-info {
4966
5054
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
4967
5055
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
4968
5056
  }
4969
- [href].focus.label-info, [href].label-info:focus-visible, .c-prefers-focus [href].label-info:focus, [type].focus.label-info, [type].label-info:focus-visible, .c-prefers-focus [type].label-info:focus, [tabindex].focus.label-info, [tabindex].label-info:focus-visible, .c-prefers-focus [tabindex].label-info:focus {
5057
+ [href].focus.label-info, [href].label-info:focus-visible, .c-prefers-focus [href].label-info:focus {
4970
5058
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
4971
5059
  }
4972
5060
 
@@ -4987,11 +5075,11 @@ input[type=button].btn-block {
4987
5075
  border-color: #ffc107;
4988
5076
  color: #ffc107;
4989
5077
  }
4990
- [href].label-warning:hover, [href].hover.label-warning, [type].label-warning:hover, [type].hover.label-warning, [tabindex].label-warning:hover, [tabindex].hover.label-warning {
5078
+ [href].label-warning:hover, [href].hover.label-warning {
4991
5079
  border-color: rgb(211, 158.25, 0);
4992
5080
  color: rgb(211, 158.25, 0);
4993
5081
  }
4994
- [href].focus.label-warning, [href].label-warning:focus-visible, .c-prefers-focus [href].label-warning:focus, [type].focus.label-warning, [type].label-warning:focus-visible, .c-prefers-focus [type].label-warning:focus, [tabindex].focus.label-warning, [tabindex].label-warning:focus-visible, .c-prefers-focus [tabindex].label-warning:focus {
5082
+ [href].focus.label-warning, [href].label-warning:focus-visible, .c-prefers-focus [href].label-warning:focus {
4995
5083
  color: rgb(211, 158.25, 0);
4996
5084
  }
4997
5085
 
@@ -5012,11 +5100,11 @@ input[type=button].btn-block {
5012
5100
  border-color: #dc3545;
5013
5101
  color: #dc3545;
5014
5102
  }
5015
- [href].label-danger:hover, [href].hover.label-danger, [type].label-danger:hover, [type].hover.label-danger, [tabindex].label-danger:hover, [tabindex].hover.label-danger {
5103
+ [href].label-danger:hover, [href].hover.label-danger {
5016
5104
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
5017
5105
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
5018
5106
  }
5019
- [href].focus.label-danger, [href].label-danger:focus-visible, .c-prefers-focus [href].label-danger:focus, [type].focus.label-danger, [type].label-danger:focus-visible, .c-prefers-focus [type].label-danger:focus, [tabindex].focus.label-danger, [tabindex].label-danger:focus-visible, .c-prefers-focus [tabindex].label-danger:focus {
5107
+ [href].focus.label-danger, [href].label-danger:focus-visible, .c-prefers-focus [href].label-danger:focus {
5020
5108
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
5021
5109
  }
5022
5110
 
@@ -5037,11 +5125,11 @@ input[type=button].btn-block {
5037
5125
  border-color: #343a40;
5038
5126
  color: #343a40;
5039
5127
  }
5040
- [href].label-dark:hover, [href].hover.label-dark, [type].label-dark:hover, [type].hover.label-dark, [tabindex].label-dark:hover, [tabindex].hover.label-dark {
5128
+ [href].label-dark:hover, [href].hover.label-dark {
5041
5129
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
5042
5130
  color: rgb(29.1379310345, 32.5, 35.8620689655);
5043
5131
  }
5044
- [href].focus.label-dark, [href].label-dark:focus-visible, .c-prefers-focus [href].label-dark:focus, [type].focus.label-dark, [type].label-dark:focus-visible, .c-prefers-focus [type].label-dark:focus, [tabindex].focus.label-dark, [tabindex].label-dark:focus-visible, .c-prefers-focus [tabindex].label-dark:focus {
5132
+ [href].focus.label-dark, [href].label-dark:focus-visible, .c-prefers-focus [href].label-dark:focus {
5045
5133
  color: rgb(29.1379310345, 32.5, 35.8620689655);
5046
5134
  }
5047
5135
 
@@ -5062,11 +5150,11 @@ input[type=button].btn-block {
5062
5150
  border-color: #f8f9fa;
5063
5151
  color: #f8f9fa;
5064
5152
  }
5065
- [href].label-light:hover, [href].hover.label-light, [type].label-light:hover, [type].hover.label-light, [tabindex].label-light:hover, [tabindex].hover.label-light {
5153
+ [href].label-light:hover, [href].hover.label-light {
5066
5154
  border-color: rgb(218.25, 223.5, 228.75);
5067
5155
  color: rgb(218.25, 223.5, 228.75);
5068
5156
  }
5069
- [href].focus.label-light, [href].label-light:focus-visible, .c-prefers-focus [href].label-light:focus, [type].focus.label-light, [type].label-light:focus-visible, .c-prefers-focus [type].label-light:focus, [tabindex].focus.label-light, [tabindex].label-light:focus-visible, .c-prefers-focus [tabindex].label-light:focus {
5157
+ [href].focus.label-light, [href].label-light:focus-visible, .c-prefers-focus [href].label-light:focus {
5070
5158
  color: rgb(218.25, 223.5, 228.75);
5071
5159
  }
5072
5160
 
@@ -5087,9 +5175,9 @@ input[type=button].btn-block {
5087
5175
  border-color: #007bff;
5088
5176
  color: #fff;
5089
5177
  }
5090
- [href].label-inverse-primary:hover, [href].hover.label-inverse-primary, [type].label-inverse-primary:hover, [type].hover.label-inverse-primary, [tabindex].label-inverse-primary:hover, [tabindex].hover.label-inverse-primary {
5178
+ [href].label-inverse-primary:hover, [href].hover.label-inverse-primary {
5091
5179
  background-color: rgb(0, 98.4, 204);
5092
- border-color: rgb(0, 98.4, 204);
5180
+ border-color: transparent;
5093
5181
  color: #fff;
5094
5182
  }
5095
5183
  .label-inverse-primary a:hover, .label-inverse-primary a.hover,
@@ -5105,9 +5193,9 @@ input[type=button].btn-block {
5105
5193
  border-color: #6c757d;
5106
5194
  color: #fff;
5107
5195
  }
5108
- [href].label-inverse-secondary:hover, [href].hover.label-inverse-secondary, [type].label-inverse-secondary:hover, [type].hover.label-inverse-secondary, [tabindex].label-inverse-secondary:hover, [tabindex].hover.label-inverse-secondary {
5196
+ [href].label-inverse-secondary:hover, [href].hover.label-inverse-secondary {
5109
5197
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
5110
- border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
5198
+ border-color: transparent;
5111
5199
  color: #fff;
5112
5200
  }
5113
5201
  .label-inverse-secondary a:hover, .label-inverse-secondary a.hover,
@@ -5123,9 +5211,9 @@ input[type=button].btn-block {
5123
5211
  border-color: #28a745;
5124
5212
  color: #fff;
5125
5213
  }
5126
- [href].label-inverse-success:hover, [href].hover.label-inverse-success, [type].label-inverse-success:hover, [type].hover.label-inverse-success, [tabindex].label-inverse-success:hover, [tabindex].hover.label-inverse-success {
5214
+ [href].label-inverse-success:hover, [href].hover.label-inverse-success {
5127
5215
  background-color: rgb(30.1449275362, 125.8550724638, 52);
5128
- border-color: rgb(30.1449275362, 125.8550724638, 52);
5216
+ border-color: transparent;
5129
5217
  color: #fff;
5130
5218
  }
5131
5219
  .label-inverse-success a:hover, .label-inverse-success a.hover,
@@ -5141,9 +5229,9 @@ input[type=button].btn-block {
5141
5229
  border-color: #17a2b8;
5142
5230
  color: #fff;
5143
5231
  }
5144
- [href].label-inverse-info:hover, [href].hover.label-inverse-info, [type].label-inverse-info:hover, [type].hover.label-inverse-info, [tabindex].label-inverse-info:hover, [tabindex].hover.label-inverse-info {
5232
+ [href].label-inverse-info:hover, [href].hover.label-inverse-info {
5145
5233
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
5146
- border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
5234
+ border-color: transparent;
5147
5235
  color: #fff;
5148
5236
  }
5149
5237
  .label-inverse-info a:hover, .label-inverse-info a.hover,
@@ -5159,9 +5247,9 @@ input[type=button].btn-block {
5159
5247
  border-color: #ffc107;
5160
5248
  color: #212529;
5161
5249
  }
5162
- [href].label-inverse-warning:hover, [href].hover.label-inverse-warning, [type].label-inverse-warning:hover, [type].hover.label-inverse-warning, [tabindex].label-inverse-warning:hover, [tabindex].hover.label-inverse-warning {
5250
+ [href].label-inverse-warning:hover, [href].hover.label-inverse-warning {
5163
5251
  background-color: rgb(211, 158.25, 0);
5164
- border-color: rgb(211, 158.25, 0);
5252
+ border-color: transparent;
5165
5253
  color: #212529;
5166
5254
  }
5167
5255
  .label-inverse-warning a:hover, .label-inverse-warning a.hover,
@@ -5177,9 +5265,9 @@ input[type=button].btn-block {
5177
5265
  border-color: #dc3545;
5178
5266
  color: #fff;
5179
5267
  }
5180
- [href].label-inverse-danger:hover, [href].hover.label-inverse-danger, [type].label-inverse-danger:hover, [type].hover.label-inverse-danger, [tabindex].label-inverse-danger:hover, [tabindex].hover.label-inverse-danger {
5268
+ [href].label-inverse-danger:hover, [href].hover.label-inverse-danger {
5181
5269
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
5182
- border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
5270
+ border-color: transparent;
5183
5271
  color: #fff;
5184
5272
  }
5185
5273
  .label-inverse-danger a:hover, .label-inverse-danger a.hover,
@@ -5195,9 +5283,9 @@ input[type=button].btn-block {
5195
5283
  border-color: #f8f9fa;
5196
5284
  color: #212529;
5197
5285
  }
5198
- [href].label-inverse-light:hover, [href].hover.label-inverse-light, [type].label-inverse-light:hover, [type].hover.label-inverse-light, [tabindex].label-inverse-light:hover, [tabindex].hover.label-inverse-light {
5286
+ [href].label-inverse-light:hover, [href].hover.label-inverse-light {
5199
5287
  background-color: rgb(218.25, 223.5, 228.75);
5200
- border-color: rgb(218.25, 223.5, 228.75);
5288
+ border-color: transparent;
5201
5289
  color: #212529;
5202
5290
  }
5203
5291
  .label-inverse-light a:hover, .label-inverse-light a.hover,
@@ -5213,9 +5301,9 @@ input[type=button].btn-block {
5213
5301
  border-color: #343a40;
5214
5302
  color: #fff;
5215
5303
  }
5216
- [href].label-inverse-dark:hover, [href].hover.label-inverse-dark, [type].label-inverse-dark:hover, [type].hover.label-inverse-dark, [tabindex].label-inverse-dark:hover, [tabindex].hover.label-inverse-dark {
5304
+ [href].label-inverse-dark:hover, [href].hover.label-inverse-dark {
5217
5305
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
5218
- border-color: rgb(29.1379310345, 32.5, 35.8620689655);
5306
+ border-color: transparent;
5219
5307
  color: #fff;
5220
5308
  }
5221
5309
  .label-inverse-dark a:hover, .label-inverse-dark a.hover,
@@ -5226,6 +5314,168 @@ input[type=button].btn-block {
5226
5314
  .label-inverse-dark .close:hover {
5227
5315
  color: rgb(229.5, 229.5, 229.5);
5228
5316
  }
5317
+ .label-inverse-content-0 {
5318
+ background-color: rgb(229.2435622318, 231.0980257511, 232.7464377682);
5319
+ border-color: transparent;
5320
+ color: rgb(29.1379310345, 32.5, 35.8620689655);
5321
+ }
5322
+ [href].label-inverse-content-0:hover, [href].hover.label-inverse-content-0 {
5323
+ background-color: rgb(229.2435622318, 231.0980257511, 232.7464377682);
5324
+ border-color: transparent;
5325
+ color: rgb(29.1379310345, 32.5, 35.8620689655);
5326
+ }
5327
+ .label-inverse-content-0 a:hover, .label-inverse-content-0 a.hover,
5328
+ .label-inverse-content-0 .btn-unstyled:hover,
5329
+ .label-inverse-content-0 .btn-unstyled.hover {
5330
+ color: rgb(29.1379310345, 32.5, 35.8620689655);
5331
+ }
5332
+ .label-inverse-content-0 .close:hover {
5333
+ color: rgb(29.1379310345, 32.5, 35.8620689655);
5334
+ }
5335
+ .label-inverse-content-1 {
5336
+ background-color: #f2e5ff;
5337
+ border-color: transparent;
5338
+ color: #9500ff;
5339
+ }
5340
+ [href].label-inverse-content-1:hover, [href].hover.label-inverse-content-1 {
5341
+ background-color: #f2e5ff;
5342
+ border-color: transparent;
5343
+ color: #9500ff;
5344
+ }
5345
+ .label-inverse-content-1 a:hover, .label-inverse-content-1 a.hover,
5346
+ .label-inverse-content-1 .btn-unstyled:hover,
5347
+ .label-inverse-content-1 .btn-unstyled.hover {
5348
+ color: #9500ff;
5349
+ }
5350
+ .label-inverse-content-1 .close:hover {
5351
+ color: #9500ff;
5352
+ }
5353
+ .label-inverse-content-2 {
5354
+ background-color: #fff8e5;
5355
+ border-color: transparent;
5356
+ color: #997000;
5357
+ }
5358
+ [href].label-inverse-content-2:hover, [href].hover.label-inverse-content-2 {
5359
+ background-color: #fff8e5;
5360
+ border-color: transparent;
5361
+ color: #997000;
5362
+ }
5363
+ .label-inverse-content-2 a:hover, .label-inverse-content-2 a.hover,
5364
+ .label-inverse-content-2 .btn-unstyled:hover,
5365
+ .label-inverse-content-2 .btn-unstyled.hover {
5366
+ color: #997000;
5367
+ }
5368
+ .label-inverse-content-2 .close:hover {
5369
+ color: #997000;
5370
+ }
5371
+ .label-inverse-content-3 {
5372
+ background-color: #f1fce9;
5373
+ border-color: transparent;
5374
+ color: #2e590d;
5375
+ }
5376
+ [href].label-inverse-content-3:hover, [href].hover.label-inverse-content-3 {
5377
+ background-color: #f1fce9;
5378
+ border-color: transparent;
5379
+ color: #2e590d;
5380
+ }
5381
+ .label-inverse-content-3 a:hover, .label-inverse-content-3 a.hover,
5382
+ .label-inverse-content-3 .btn-unstyled:hover,
5383
+ .label-inverse-content-3 .btn-unstyled.hover {
5384
+ color: #2e590d;
5385
+ }
5386
+ .label-inverse-content-3 .close:hover {
5387
+ color: #2e590d;
5388
+ }
5389
+ .label-inverse-content-4 {
5390
+ background-color: #ffe5e5;
5391
+ border-color: transparent;
5392
+ color: #b30000;
5393
+ }
5394
+ [href].label-inverse-content-4:hover, [href].hover.label-inverse-content-4 {
5395
+ background-color: #ffe5e5;
5396
+ border-color: transparent;
5397
+ color: #b30000;
5398
+ }
5399
+ .label-inverse-content-4 a:hover, .label-inverse-content-4 a.hover,
5400
+ .label-inverse-content-4 .btn-unstyled:hover,
5401
+ .label-inverse-content-4 .btn-unstyled.hover {
5402
+ color: #b30000;
5403
+ }
5404
+ .label-inverse-content-4 .close:hover {
5405
+ color: #b30000;
5406
+ }
5407
+ .label-inverse-content-5 {
5408
+ background-color: #eafbf8;
5409
+ border-color: transparent;
5410
+ color: #125449;
5411
+ }
5412
+ [href].label-inverse-content-5:hover, [href].hover.label-inverse-content-5 {
5413
+ background-color: #eafbf8;
5414
+ border-color: transparent;
5415
+ color: #125449;
5416
+ }
5417
+ .label-inverse-content-5 a:hover, .label-inverse-content-5 a.hover,
5418
+ .label-inverse-content-5 .btn-unstyled:hover,
5419
+ .label-inverse-content-5 .btn-unstyled.hover {
5420
+ color: #125449;
5421
+ }
5422
+ .label-inverse-content-5 .close:hover {
5423
+ color: #125449;
5424
+ }
5425
+ .label-inverse-content-6 {
5426
+ background-color: #e5f6ff;
5427
+ border-color: transparent;
5428
+ color: #005580;
5429
+ }
5430
+ [href].label-inverse-content-6:hover, [href].hover.label-inverse-content-6 {
5431
+ background-color: #e5f6ff;
5432
+ border-color: transparent;
5433
+ color: #005580;
5434
+ }
5435
+ .label-inverse-content-6 a:hover, .label-inverse-content-6 a.hover,
5436
+ .label-inverse-content-6 .btn-unstyled:hover,
5437
+ .label-inverse-content-6 .btn-unstyled.hover {
5438
+ color: #005580;
5439
+ }
5440
+ .label-inverse-content-6 .close:hover {
5441
+ color: #005580;
5442
+ }
5443
+ .label-inverse-content-7 {
5444
+ background-color: #fff0e5;
5445
+ border-color: transparent;
5446
+ color: #993b00;
5447
+ }
5448
+ [href].label-inverse-content-7:hover, [href].hover.label-inverse-content-7 {
5449
+ background-color: #fff0e5;
5450
+ border-color: transparent;
5451
+ color: #993b00;
5452
+ }
5453
+ .label-inverse-content-7 a:hover, .label-inverse-content-7 a.hover,
5454
+ .label-inverse-content-7 .btn-unstyled:hover,
5455
+ .label-inverse-content-7 .btn-unstyled.hover {
5456
+ color: #993b00;
5457
+ }
5458
+ .label-inverse-content-7 .close:hover {
5459
+ color: #993b00;
5460
+ }
5461
+ .label-inverse-content-8 {
5462
+ background-color: #ffe5f4;
5463
+ border-color: transparent;
5464
+ color: #b30065;
5465
+ }
5466
+ [href].label-inverse-content-8:hover, [href].hover.label-inverse-content-8 {
5467
+ background-color: #ffe5f4;
5468
+ border-color: transparent;
5469
+ color: #b30065;
5470
+ }
5471
+ .label-inverse-content-8 a:hover, .label-inverse-content-8 a.hover,
5472
+ .label-inverse-content-8 .btn-unstyled:hover,
5473
+ .label-inverse-content-8 .btn-unstyled.hover {
5474
+ color: #b30065;
5475
+ }
5476
+ .label-inverse-content-8 .close:hover {
5477
+ color: #b30065;
5478
+ }
5229
5479
  .media {
5230
5480
  align-items: flex-start;
5231
5481
  display: flex;
@@ -5954,9 +6204,17 @@ input[type=button].btn-block {
5954
6204
  .form-check-card.active .card {
5955
6205
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
5956
6206
  }
5957
- .form-check-card.checked .card {
6207
+ .form-check-card.checked .card, .form-check-card:has(.custom-control-input:checked) .card {
5958
6208
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
5959
6209
  }
6210
+ .form-check-card.disabled, .form-check-card:has(.custom-control-input:disabled) {
6211
+ transform: none;
6212
+ }
6213
+ .form-check-card.disabled .card, .form-check-card:has(.custom-control-input:disabled) .card {
6214
+ box-shadow: none;
6215
+ border-color: rgba(0, 0, 0, 0.125);
6216
+ outline-color: transparent;
6217
+ }
5960
6218
  .form-check-card .card {
5961
6219
  margin-bottom: 0rem;
5962
6220
  }
@@ -6346,6 +6604,9 @@ input[type=button].btn-block {
6346
6604
  .card-interactive-secondary:active, .card-interactive-secondary.active {
6347
6605
  background-color: #fff;
6348
6606
  }
6607
+ .card-type-asset:disabled, .card-type-asset.disabled {
6608
+ transform: none;
6609
+ }
6349
6610
  .card-type-asset .aspect-ratio {
6350
6611
  border-color: rgba(0, 0, 0, 0.125);
6351
6612
  border-style: solid;
@@ -6394,7 +6655,7 @@ input[type=button].btn-block {
6394
6655
  }
6395
6656
  .product-card .aspect-ratio {
6396
6657
  background-color: #fff;
6397
- background-image: linear-gradient(0deg, #ebebeb, #ebebeb);
6658
+ background-image: linear-gradient(0deg, #e9ecef, #e9ecef);
6398
6659
  }
6399
6660
  .product-card .card-body {
6400
6661
  text-align: center;
@@ -6500,7 +6761,9 @@ input[type=button].btn-block {
6500
6761
  }
6501
6762
 
6502
6763
  .dropdown-subheader {
6764
+ align-items: center;
6503
6765
  color: #6c757d;
6766
+ display: flex;
6504
6767
  font-size: 0.75rem;
6505
6768
  font-weight: 500;
6506
6769
  padding-bottom: 0.5rem;
@@ -9440,6 +9703,7 @@ button.link-outline {
9440
9703
 
9441
9704
  .custom-control {
9442
9705
  display: block;
9706
+ line-height: 1;
9443
9707
  min-height: 1.5rem;
9444
9708
  position: relative;
9445
9709
  text-align: left;
@@ -9456,11 +9720,12 @@ button.link-outline {
9456
9720
 
9457
9721
  .custom-control-label {
9458
9722
  cursor: pointer;
9723
+ display: inline-block;
9459
9724
  font-size: 1rem;
9460
9725
  line-height: 1.5rem;
9461
9726
  margin-bottom: 0rem;
9727
+ max-width: 100%;
9462
9728
  position: static;
9463
- vertical-align: top;
9464
9729
  }
9465
9730
  .custom-control-label::before {
9466
9731
  background-color: #fff;
@@ -9474,7 +9739,7 @@ button.link-outline {
9474
9739
  height: 1rem;
9475
9740
  left: 0rem;
9476
9741
  position: relative;
9477
- top: 0.25rem;
9742
+ top: 0rem;
9478
9743
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
9479
9744
  }
9480
9745
  @media (prefers-reduced-motion: reduce) {
@@ -9495,9 +9760,9 @@ button.link-outline {
9495
9760
  content: "";
9496
9761
  display: block;
9497
9762
  height: 1.5rem;
9498
- left: -0.25rem;
9763
+ left: calc((1.5rem - 1rem) / -2);
9499
9764
  position: absolute;
9500
- top: 0px;
9765
+ top: calc((1.5rem - 1rem) / -2);
9501
9766
  width: 1.5rem;
9502
9767
  }
9503
9768
 
@@ -9507,6 +9772,8 @@ label.custom-control-label {
9507
9772
 
9508
9773
  .custom-control-label-text {
9509
9774
  padding-left: 0.5rem;
9775
+ position: relative;
9776
+ top: -0.25rem;
9510
9777
  }
9511
9778
  .custom-control-primary .custom-control-label-text {
9512
9779
  font-weight: 500;
@@ -9514,10 +9781,10 @@ label.custom-control-label {
9514
9781
  .custom-control-input {
9515
9782
  cursor: pointer;
9516
9783
  height: 1.5rem;
9517
- left: -0.25rem;
9784
+ left: calc((1.5rem - 1rem) / -2);
9518
9785
  opacity: 0;
9519
9786
  position: absolute;
9520
- top: 0px;
9787
+ top: calc((1.5rem - 1rem) / -2);
9521
9788
  width: 1.5rem;
9522
9789
  z-index: 1;
9523
9790
  }
@@ -11550,70 +11817,6 @@ label.custom-control-label {
11550
11817
  display: none;
11551
11818
  }
11552
11819
 
11553
- .clay-keyboard-arrows-indicator {
11554
- column-gap: 0.15em;
11555
- display: inline-grid;
11556
- grid-template-columns: 1fr 1fr 1fr;
11557
- grid-template-rows: 1fr 1fr;
11558
- row-gap: 0.15em;
11559
- }
11560
-
11561
- .clay-keyboard-arrows-indicator-md {
11562
- font-size: 1rem;
11563
- }
11564
-
11565
- .clay-keyboard-arrows-indicator-sm {
11566
- font-size: 0.75rem;
11567
- }
11568
-
11569
- .clay-keyboard-arrows-indicator-key {
11570
- display: inline-flex;
11571
- }
11572
- .clay-keyboard-arrows-indicator-key .lexicon-icon {
11573
- height: 1em;
11574
- margin-top: 0;
11575
- width: 1em;
11576
- }
11577
-
11578
- .clay-keyboard-arrows-indicator-key-up {
11579
- grid-column: 2;
11580
- grid-row: 1;
11581
- }
11582
-
11583
- .clay-keyboard-arrows-indicator-key-left {
11584
- grid-column: 1;
11585
- grid-row: 2;
11586
- }
11587
-
11588
- .clay-keyboard-arrows-indicator-key-down {
11589
- grid-column: 2;
11590
- grid-row: 2;
11591
- }
11592
-
11593
- .clay-keyboard-arrows-indicator-key-right {
11594
- grid-column: 3;
11595
- grid-row: 2;
11596
- }
11597
-
11598
- .clay-keyboard-arrows-indicator-key-inactive {
11599
- opacity: 0.25;
11600
- }
11601
-
11602
- .clay-keyboard-arrows-indicator-floating {
11603
- bottom: 0.25rem;
11604
- pointer-events: none;
11605
- position: absolute;
11606
- right: 0.5rem;
11607
- }
11608
-
11609
- .clay-keyboard-arrows-indicator-on-focus {
11610
- visibility: hidden;
11611
- }
11612
-
11613
- :focus-within > .clay-keyboard-arrows-indicator-on-focus {
11614
- visibility: visible;
11615
- }
11616
-
11617
11820
  .list-group-item-action {
11618
11821
  color: #495057;
11619
11822
  text-align: inherit;
@@ -29958,7 +30161,7 @@ a.text-dark:hover, a.text-dark:focus {
29958
30161
  animation: clay-focus-ring 1s cubic-bezier(0.2, 0, 0, 1);
29959
30162
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem rgb(87.006, 168.0384, 255);
29960
30163
  }
29961
- .c-prefers-focus-ring :focus-visible:not(.toggle-switch-check):not(.custom-control-input),
30164
+ .c-prefers-focus-ring :focus-visible:not(.c-horizontal-resizer):not(.toggle-switch-check):not(.custom-control-input),
29962
30165
  .c-prefers-focus-ring .focus {
29963
30166
  position: relative;
29964
30167
  z-index: 1;