@clayui/css 3.159.0 → 3.161.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 (304) hide show
  1. package/lib/css/atlas.css +3170 -3016
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +2952 -2786
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +1754 -1633
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/blue-print.svg +9 -0
  8. package/lib/images/icons/books-brush.svg +9 -0
  9. package/lib/images/icons/calculator.svg +10 -0
  10. package/lib/images/icons/icons.svg +1 -1
  11. package/lib/images/icons/layout-new-window.svg +10 -0
  12. package/lib/images/icons/medal.svg +10 -0
  13. package/lib/images/icons/megaphone.svg +9 -0
  14. package/lib/images/icons/price-list.svg +11 -0
  15. package/lib/images/icons/process-builder.svg +9 -0
  16. package/lib/images/icons/product-configuration.svg +10 -0
  17. package/lib/images/icons/product-menu-open.svg +2 -2
  18. package/lib/images/icons/products.svg +9 -0
  19. package/lib/images/icons/publications.svg +10 -0
  20. package/lib/images/icons/puzzle.svg +9 -0
  21. package/lib/images/icons/rocket.svg +11 -0
  22. package/lib/images/icons/submission.svg +10 -0
  23. package/lib/images/icons/synonyms.svg +9 -0
  24. package/package.json +1 -1
  25. package/src/images/icons/blue-print.svg +9 -0
  26. package/src/images/icons/books-brush.svg +9 -0
  27. package/src/images/icons/calculator.svg +10 -0
  28. package/src/images/icons/icons.svg +1 -1
  29. package/src/images/icons/layout-new-window.svg +10 -0
  30. package/src/images/icons/medal.svg +10 -0
  31. package/src/images/icons/megaphone.svg +9 -0
  32. package/src/images/icons/price-list.svg +11 -0
  33. package/src/images/icons/process-builder.svg +9 -0
  34. package/src/images/icons/product-configuration.svg +10 -0
  35. package/src/images/icons/product-menu-open.svg +2 -2
  36. package/src/images/icons/products.svg +9 -0
  37. package/src/images/icons/publications.svg +10 -0
  38. package/src/images/icons/puzzle.svg +9 -0
  39. package/src/images/icons/rocket.svg +11 -0
  40. package/src/images/icons/submission.svg +10 -0
  41. package/src/images/icons/synonyms.svg +9 -0
  42. package/src/scss/_license-text.scss +1 -1
  43. package/src/scss/atlas/_variables.scss +6 -4
  44. package/src/scss/atlas/variables/_alerts.scss +102 -11
  45. package/src/scss/atlas/variables/_application-bar.scss +7 -0
  46. package/src/scss/atlas/variables/_badges.scss +36 -8
  47. package/src/scss/atlas/variables/_breadcrumbs.scss +2 -1
  48. package/src/scss/atlas/variables/_cards.scss +5 -0
  49. package/src/scss/atlas/variables/_clay-color.scss +5 -0
  50. package/src/scss/atlas/variables/_custom-forms.scss +36 -5
  51. package/src/scss/atlas/variables/_date-picker.scss +14 -2
  52. package/src/scss/atlas/variables/_dropdowns.scss +9 -2
  53. package/src/scss/atlas/variables/_forms.scss +35 -5
  54. package/src/scss/atlas/variables/_globals.scss +120 -73
  55. package/src/scss/atlas/variables/_labels.scss +55 -0
  56. package/src/scss/atlas/variables/_links.scss +18 -0
  57. package/src/scss/atlas/variables/_list-group.scss +15 -4
  58. package/src/scss/atlas/variables/_management-bar.scss +11 -0
  59. package/src/scss/atlas/variables/_menubar.scss +70 -22
  60. package/src/scss/atlas/variables/_modals.scss +16 -0
  61. package/src/scss/atlas/variables/_navbar.scss +7 -0
  62. package/src/scss/atlas/variables/_navigation-bar.scss +25 -1
  63. package/src/scss/atlas/variables/_navs.scss +5 -2
  64. package/src/scss/atlas/variables/_pagination.scss +42 -22
  65. package/src/scss/atlas/variables/_panels.scss +7 -0
  66. package/src/scss/atlas/variables/_popovers.scss +6 -4
  67. package/src/scss/atlas/variables/_range.scss +6 -0
  68. package/src/scss/atlas/variables/_sheets.scss +1 -0
  69. package/src/scss/atlas/variables/_sidebar.scss +10 -0
  70. package/src/scss/atlas/variables/_tables.scss +27 -3
  71. package/src/scss/atlas/variables/_time.scss +1 -0
  72. package/src/scss/atlas/variables/_toggle-switch.scss +19 -7
  73. package/src/scss/atlas/variables/_utilities.scss +3 -0
  74. package/src/scss/atlas-custom-properties/_variables.scss +68 -0
  75. package/src/scss/atlas-custom-properties/variables/_alerts.scss +1212 -0
  76. package/src/scss/atlas-custom-properties/variables/_application-bar.scss +62 -0
  77. package/src/scss/atlas-custom-properties/variables/_aspect-ratio.scss +28 -0
  78. package/src/scss/atlas-custom-properties/variables/_badges.scss +352 -0
  79. package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +205 -0
  80. package/src/scss/atlas-custom-properties/variables/_buttons.scss +1498 -0
  81. package/src/scss/atlas-custom-properties/variables/_c-root.scss +353 -0
  82. package/src/scss/atlas-custom-properties/variables/_cards.scss +1217 -0
  83. package/src/scss/atlas-custom-properties/variables/_clay-color.scss +647 -0
  84. package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +1127 -0
  85. package/src/scss/atlas-custom-properties/variables/_date-picker.scss +701 -0
  86. package/src/scss/atlas-custom-properties/variables/_drilldown.scss +252 -0
  87. package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +1250 -0
  88. package/src/scss/atlas-custom-properties/variables/_dual-listbox.scss +75 -0
  89. package/src/scss/atlas-custom-properties/variables/_empty-state.scss +104 -0
  90. package/src/scss/atlas-custom-properties/variables/_forms.scss +2342 -0
  91. package/src/scss/atlas-custom-properties/variables/_globals-z-index.scss +50 -0
  92. package/src/scss/atlas-custom-properties/variables/_globals.scss +846 -0
  93. package/src/scss/atlas-custom-properties/variables/_icons.scss +73 -0
  94. package/src/scss/atlas-custom-properties/variables/_images.scss +14 -0
  95. package/src/scss/atlas-custom-properties/variables/_labels.scss +1485 -0
  96. package/src/scss/atlas-custom-properties/variables/_links.scss +482 -0
  97. package/src/scss/atlas-custom-properties/variables/_list-group.scss +493 -0
  98. package/src/scss/atlas-custom-properties/variables/_loaders.scss +243 -0
  99. package/src/scss/atlas-custom-properties/variables/_management-bar.scss +153 -0
  100. package/src/scss/atlas-custom-properties/variables/_menubar.scss +836 -0
  101. package/src/scss/atlas-custom-properties/variables/_modals.scss +650 -0
  102. package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +324 -0
  103. package/src/scss/atlas-custom-properties/variables/_navbar.scss +200 -0
  104. package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +473 -0
  105. package/src/scss/atlas-custom-properties/variables/_navs.scss +547 -0
  106. package/src/scss/atlas-custom-properties/variables/_pagination.scss +1101 -0
  107. package/src/scss/atlas-custom-properties/variables/_panels.scss +567 -0
  108. package/src/scss/atlas-custom-properties/variables/_popovers.scss +565 -0
  109. package/src/scss/atlas-custom-properties/variables/_progress-bars.scss +142 -0
  110. package/src/scss/atlas-custom-properties/variables/_quick-action.scss +27 -0
  111. package/src/scss/atlas-custom-properties/variables/_range.scss +267 -0
  112. package/src/scss/atlas-custom-properties/variables/_reorder.scss +91 -0
  113. package/src/scss/atlas-custom-properties/variables/_resizer.scss +26 -0
  114. package/src/scss/atlas-custom-properties/variables/_sheets.scss +301 -0
  115. package/src/scss/atlas-custom-properties/variables/_side-navigation.scss +4 -0
  116. package/src/scss/atlas-custom-properties/variables/_sidebar.scss +579 -0
  117. package/src/scss/atlas-custom-properties/variables/_slideout.scss +379 -0
  118. package/src/scss/atlas-custom-properties/variables/_stickers.scss +578 -0
  119. package/src/scss/atlas-custom-properties/variables/_tables.scss +1277 -0
  120. package/src/scss/atlas-custom-properties/variables/_tbar.scss +636 -0
  121. package/src/scss/atlas-custom-properties/variables/_time.scss +142 -0
  122. package/src/scss/atlas-custom-properties/variables/_timelines.scss +43 -0
  123. package/src/scss/atlas-custom-properties/variables/_toggle-switch.scss +706 -0
  124. package/src/scss/atlas-custom-properties/variables/_tooltip.scss +332 -0
  125. package/src/scss/atlas-custom-properties/variables/_treeview.scss +369 -0
  126. package/src/scss/atlas-custom-properties/variables/_type.scss +194 -0
  127. package/src/scss/atlas-custom-properties/variables/_utilities.scss +1016 -0
  128. package/src/scss/atlas-variables.scss +2 -0
  129. package/src/scss/atlas.scss +2 -0
  130. package/src/scss/base-variables.scss +2 -0
  131. package/src/scss/base.scss +2 -0
  132. package/src/scss/cadmin/components/_alerts.scss +3 -1
  133. package/src/scss/cadmin/components/_button-groups.scss +2 -2
  134. package/src/scss/cadmin/components/_cards.scss +2 -2
  135. package/src/scss/cadmin/components/_drilldown.scss +10 -10
  136. package/src/scss/cadmin/components/_dropdowns.scss +2 -2
  137. package/src/scss/cadmin/components/_forms.scss +2 -2
  138. package/src/scss/cadmin/components/_grid.scss +6 -6
  139. package/src/scss/cadmin/components/_icons.scss +10 -2
  140. package/src/scss/cadmin/components/_images.scss +1 -1
  141. package/src/scss/cadmin/components/_input-groups.scss +4 -4
  142. package/src/scss/cadmin/components/_list-group.scss +11 -10
  143. package/src/scss/cadmin/components/_modals.scss +5 -5
  144. package/src/scss/cadmin/components/_multi-step-nav.scss +45 -20
  145. package/src/scss/cadmin/components/_navbar.scss +14 -8
  146. package/src/scss/cadmin/components/_navs.scss +1 -1
  147. package/src/scss/cadmin/components/_panels.scss +51 -25
  148. package/src/scss/cadmin/components/_popovers.scss +25 -21
  149. package/src/scss/cadmin/components/_sheets.scss +40 -14
  150. package/src/scss/cadmin/components/_time.scss +6 -2
  151. package/src/scss/cadmin/components/_timelines.scss +15 -8
  152. package/src/scss/cadmin/components/_tooltip.scss +8 -7
  153. package/src/scss/cadmin/components/_treeview.scss +8 -1
  154. package/src/scss/cadmin/components/_type.scss +4 -2
  155. package/src/scss/cadmin/components/_utilities-functional-important.scss +5 -5
  156. package/src/scss/cadmin/components/_utilities.scss +13 -13
  157. package/src/scss/cadmin/variables/_alerts.scss +184 -34
  158. package/src/scss/cadmin/variables/_badges.scss +121 -21
  159. package/src/scss/cadmin/variables/_breadcrumbs.scss +18 -11
  160. package/src/scss/cadmin/variables/_buttons.scss +15 -10
  161. package/src/scss/cadmin/variables/_cards.scss +89 -32
  162. package/src/scss/cadmin/variables/_clay-color.scss +40 -18
  163. package/src/scss/cadmin/variables/_custom-forms.scss +49 -10
  164. package/src/scss/cadmin/variables/_date-picker.scss +47 -19
  165. package/src/scss/cadmin/variables/_dropdowns.scss +105 -49
  166. package/src/scss/cadmin/variables/_dual-listbox.scss +1 -1
  167. package/src/scss/cadmin/variables/_empty-state.scss +5 -2
  168. package/src/scss/cadmin/variables/_forms.scss +218 -74
  169. package/src/scss/cadmin/variables/_globals-z-index.scss +28 -5
  170. package/src/scss/cadmin/variables/_globals.scss +141 -71
  171. package/src/scss/cadmin/variables/_images.scss +1 -2
  172. package/src/scss/cadmin/variables/_labels.scss +99 -6
  173. package/src/scss/cadmin/variables/_links.scss +47 -11
  174. package/src/scss/cadmin/variables/_list-group.scss +25 -9
  175. package/src/scss/cadmin/variables/_loaders.scss +18 -2
  176. package/src/scss/cadmin/variables/_management-bar.scss +66 -26
  177. package/src/scss/cadmin/variables/_menubar.scss +137 -43
  178. package/src/scss/cadmin/variables/_modals.scss +75 -26
  179. package/src/scss/cadmin/variables/_multi-step-nav.scss +34 -14
  180. package/src/scss/cadmin/variables/_navbar.scss +22 -15
  181. package/src/scss/cadmin/variables/_navigation-bar.scss +73 -37
  182. package/src/scss/cadmin/variables/_navs.scss +65 -33
  183. package/src/scss/cadmin/variables/_pagination.scss +60 -22
  184. package/src/scss/cadmin/variables/_panels.scss +34 -16
  185. package/src/scss/cadmin/variables/_popovers.scss +66 -77
  186. package/src/scss/cadmin/variables/_progress-bars.scss +8 -3
  187. package/src/scss/cadmin/variables/_range.scss +29 -9
  188. package/src/scss/cadmin/variables/_reorder.scss +7 -6
  189. package/src/scss/cadmin/variables/_resizer.scss +5 -3
  190. package/src/scss/cadmin/variables/_sheets.scss +21 -12
  191. package/src/scss/cadmin/variables/_sidebar.scss +76 -5
  192. package/src/scss/cadmin/variables/_slideout.scss +88 -31
  193. package/src/scss/cadmin/variables/_stickers.scss +36 -8
  194. package/src/scss/cadmin/variables/_tables.scss +142 -51
  195. package/src/scss/cadmin/variables/_tbar.scss +79 -31
  196. package/src/scss/cadmin/variables/_time.scss +14 -12
  197. package/src/scss/cadmin/variables/_timelines.scss +4 -2
  198. package/src/scss/cadmin/variables/_toggle-switch.scss +117 -37
  199. package/src/scss/cadmin/variables/_tooltip.scss +47 -49
  200. package/src/scss/cadmin/variables/_treeview.scss +62 -10
  201. package/src/scss/cadmin/variables/_type.scss +11 -9
  202. package/src/scss/cadmin/variables/_utilities.scss +123 -6
  203. package/src/scss/components/_alerts.scss +1 -1
  204. package/src/scss/components/_button-groups.scss +2 -2
  205. package/src/scss/components/_cards.scss +10 -10
  206. package/src/scss/components/_carousel.scss +2 -2
  207. package/src/scss/components/_custom-forms.scss +23 -12
  208. package/src/scss/components/_drilldown.scss +8 -4
  209. package/src/scss/components/_forms.scss +6 -6
  210. package/src/scss/components/_grid.scss +7 -7
  211. package/src/scss/components/_icons.scss +10 -2
  212. package/src/scss/components/_images.scss +1 -1
  213. package/src/scss/components/_input-groups.scss +7 -5
  214. package/src/scss/components/_jumbotron.scss +2 -2
  215. package/src/scss/components/_list-group.scss +29 -14
  216. package/src/scss/components/_modals.scss +5 -5
  217. package/src/scss/components/_multi-step-nav.scss +32 -12
  218. package/src/scss/components/_navbar.scss +10 -6
  219. package/src/scss/components/_panels.scss +82 -51
  220. package/src/scss/components/_popovers.scss +21 -25
  221. package/src/scss/components/_sheets.scss +38 -14
  222. package/src/scss/components/_side-navigation.scss +2 -2
  223. package/src/scss/components/_time.scss +2 -2
  224. package/src/scss/components/_timelines.scss +16 -12
  225. package/src/scss/components/_tooltip.scss +8 -6
  226. package/src/scss/components/_treeview.scss +8 -1
  227. package/src/scss/components/_type.scss +2 -2
  228. package/src/scss/components/_utilities-functional-important.scss +5 -5
  229. package/src/scss/components/_utilities.scss +13 -13
  230. package/src/scss/functions/_global-functions.scss +8 -6
  231. package/src/scss/functions/_lx-icons-generated.scss +31 -1
  232. package/src/scss/mixins/_alerts.scss +10 -0
  233. package/src/scss/mixins/_aspect-ratio.scss +11 -0
  234. package/src/scss/mixins/_badges.scss +14 -2
  235. package/src/scss/mixins/_buttons.scss +68 -8
  236. package/src/scss/mixins/_cards.scss +81 -0
  237. package/src/scss/mixins/_close.scss +54 -4
  238. package/src/scss/mixins/_dropdown-menu.scss +55 -6
  239. package/src/scss/mixins/_forms.scss +150 -0
  240. package/src/scss/mixins/_globals.scss +101 -358
  241. package/src/scss/mixins/_grid.scss +21 -8
  242. package/src/scss/mixins/_highlight.scss +14 -0
  243. package/src/scss/mixins/_input-groups.scss +15 -0
  244. package/src/scss/mixins/_labels.scss +64 -10
  245. package/src/scss/mixins/_links.scss +55 -4
  246. package/src/scss/mixins/_list-group.scss +8 -4
  247. package/src/scss/mixins/_menubar.scss +80 -4
  248. package/src/scss/mixins/_modals.scss +10 -18
  249. package/src/scss/mixins/_nav.scss +19 -0
  250. package/src/scss/mixins/_navbar.scss +237 -49
  251. package/src/scss/mixins/_panels.scss +48 -4
  252. package/src/scss/mixins/_stickers.scss +8 -0
  253. package/src/scss/mixins/_tbar.scss +65 -10
  254. package/src/scss/mixins/_timelines.scss +21 -11
  255. package/src/scss/mixins/_toggle-switch.scss +4 -0
  256. package/src/scss/mixins/_utilities.scss +9 -0
  257. package/src/scss/variables/_alerts.scss +184 -29
  258. package/src/scss/variables/_application-bar.scss +11 -4
  259. package/src/scss/variables/_badges.scss +133 -35
  260. package/src/scss/variables/_breadcrumbs.scss +13 -4
  261. package/src/scss/variables/_buttons.scss +11 -10
  262. package/src/scss/variables/_cards.scss +131 -53
  263. package/src/scss/variables/_clay-color.scss +36 -18
  264. package/src/scss/variables/_custom-forms.scss +47 -12
  265. package/src/scss/variables/_date-picker.scss +41 -16
  266. package/src/scss/variables/_drilldown.scss +3 -3
  267. package/src/scss/variables/_dropdowns.scss +108 -49
  268. package/src/scss/variables/_dual-listbox.scss +1 -1
  269. package/src/scss/variables/_empty-state.scss +5 -2
  270. package/src/scss/variables/_forms.scss +200 -64
  271. package/src/scss/variables/_globals-z-index.scss +26 -5
  272. package/src/scss/variables/_globals.scss +153 -76
  273. package/src/scss/variables/_images.scss +1 -2
  274. package/src/scss/variables/_labels.scss +103 -6
  275. package/src/scss/variables/_links.scss +39 -10
  276. package/src/scss/variables/_list-group.scss +39 -13
  277. package/src/scss/variables/_loaders.scss +18 -2
  278. package/src/scss/variables/_management-bar.scss +23 -6
  279. package/src/scss/variables/_menubar.scss +86 -19
  280. package/src/scss/variables/_modals.scss +66 -25
  281. package/src/scss/variables/_multi-step-nav.scss +29 -11
  282. package/src/scss/variables/_navbar.scss +14 -8
  283. package/src/scss/variables/_navigation-bar.scss +26 -4
  284. package/src/scss/variables/_navs.scss +76 -44
  285. package/src/scss/variables/_pagination.scss +30 -5
  286. package/src/scss/variables/_panels.scss +77 -24
  287. package/src/scss/variables/_popovers.scss +65 -78
  288. package/src/scss/variables/_progress-bars.scss +11 -2
  289. package/src/scss/variables/_range.scss +35 -9
  290. package/src/scss/variables/_reorder.scss +7 -6
  291. package/src/scss/variables/_resizer.scss +5 -3
  292. package/src/scss/variables/_sheets.scss +21 -13
  293. package/src/scss/variables/_sidebar.scss +72 -4
  294. package/src/scss/variables/_slideout.scss +87 -31
  295. package/src/scss/variables/_stickers.scss +50 -9
  296. package/src/scss/variables/_tables.scss +125 -33
  297. package/src/scss/variables/_tbar.scss +79 -30
  298. package/src/scss/variables/_time.scss +13 -11
  299. package/src/scss/variables/_timelines.scss +2 -1
  300. package/src/scss/variables/_toggle-switch.scss +114 -30
  301. package/src/scss/variables/_tooltip.scss +46 -49
  302. package/src/scss/variables/_treeview.scss +63 -10
  303. package/src/scss/variables/_type.scss +9 -7
  304. package/src/scss/variables/_utilities.scss +124 -6
@@ -18,18 +18,22 @@ $inline-scroller-max-height: 125px !default;
18
18
  $inline-scroller: () !default;
19
19
  $inline-scroller: map-deep-merge(
20
20
  (
21
- -webkit-overflow-scrolling: touch,
22
21
  list-style: none,
23
- margin: 0,
22
+ margin: 0rem,
24
23
  max-height: $inline-scroller-max-height,
25
24
  overflow: auto,
26
- padding: 0,
25
+
26
+ -webkit-overflow-scrolling: touch,
27
+
28
+ padding: 0rem,
29
+
27
30
  focus: (
28
31
  outline: 0,
29
32
  ),
33
+
30
34
  focus-visible: (
31
35
  box-shadow: $component-focus-box-shadow,
32
- )
36
+ ),
33
37
  ),
34
38
  $inline-scroller
35
39
  );
@@ -46,6 +50,7 @@ $autofit-padded-no-gutters-sm: map-merge(
46
50
  (
47
51
  margin: -0.25rem,
48
52
  width: auto,
53
+
49
54
  autofit-col: (
50
55
  padding: 0.25rem,
51
56
  ),
@@ -77,7 +82,7 @@ $close: map-deep-merge(
77
82
  justify-content: center,
78
83
  line-height: 1,
79
84
  opacity: 0.5,
80
- padding: 0,
85
+ padding: 0rem,
81
86
  text-align: center,
82
87
  text-shadow: $close-text-shadow,
83
88
  transition: #{color 0.15s ease-in-out,
@@ -85,27 +90,32 @@ $close: map-deep-merge(
85
90
  border-color 0.15s ease-in-out,
86
91
  box-shadow 0.15s ease-in-out},
87
92
  width: 2rem,
93
+
88
94
  hover: (
89
95
  color: $close-color,
90
96
  opacity: 0.75,
91
97
  text-decoration: none,
92
98
  ),
99
+
93
100
  focus: (
94
101
  box-shadow: $input-btn-focus-box-shadow,
95
102
  outline: 0,
96
103
  opacity: 0.75,
97
104
  ),
105
+
98
106
  disabled: (
99
107
  box-shadow: none,
100
108
  cursor: $disabled-cursor,
101
109
  opacity: 0.25,
102
110
  outline: 0,
111
+
103
112
  active: (
104
113
  pointer-events: none,
105
114
  ),
106
115
  ),
116
+
107
117
  lexicon-icon: (
108
- margin-top: 0,
118
+ margin-top: 0rem,
109
119
  ),
110
120
  ),
111
121
  $close
@@ -168,12 +178,15 @@ $inline-item: map-deep-merge(
168
178
  align-items: center,
169
179
  display: inline-flex,
170
180
  vertical-align: middle,
181
+
171
182
  inline-item: (
172
183
  display: inline,
173
184
  ),
185
+
174
186
  lexicon-icon: (
175
187
  margin-top: $inline-item-lexicon-icon-margin-top,
176
188
  ),
189
+
177
190
  loading-animation: (
178
191
  font-size: $inline-item-loading-animation-font-size,
179
192
  ),
@@ -207,121 +220,160 @@ $bg-theme-colors: map-deep-merge(
207
220
  (
208
221
  'blue': (
209
222
  background-color: $blue !important,
223
+
210
224
  hover: (
211
225
  background-color: clay-darken($blue, 10%) !important,
212
226
  ),
213
227
  ),
228
+
214
229
  'indigo': (
215
230
  background-color: $indigo !important,
231
+
216
232
  hover: (
217
233
  background-color: clay-darken($indigo, 10%) !important,
218
234
  ),
219
235
  ),
236
+
220
237
  'purple': (
221
238
  background-color: $purple !important,
239
+
222
240
  hover: (
223
241
  background-color: clay-darken($purple, 10%) !important,
224
242
  ),
225
243
  ),
244
+
226
245
  'pink': (
227
246
  background-color: $pink !important,
247
+
228
248
  hover: (
229
249
  background-color: clay-darken($pink, 10%) !important,
230
250
  ),
231
251
  ),
252
+
232
253
  'red': (
233
254
  background-color: $red !important,
255
+
234
256
  hover: (
235
257
  background-color: clay-darken($red, 10%) !important,
236
258
  ),
237
259
  ),
260
+
238
261
  'orange': (
239
262
  background-color: $orange !important,
263
+
240
264
  hover: (
241
265
  background-color: clay-darken($orange, 10%) !important,
242
266
  ),
243
267
  ),
268
+
244
269
  'yellow': (
245
270
  background-color: $yellow !important,
271
+
246
272
  hover: (
247
273
  background-color: clay-darken($yellow, 10%) !important,
248
274
  ),
249
275
  ),
276
+
250
277
  'green': (
251
278
  background-color: $green !important,
279
+
252
280
  hover: (
253
281
  background-color: clay-darken($green, 10%) !important,
254
282
  ),
255
283
  ),
284
+
256
285
  'teal': (
257
286
  background-color: $teal !important,
287
+
258
288
  hover: (
259
289
  background-color: clay-darken($teal, 10%) !important,
260
290
  ),
261
291
  ),
292
+
262
293
  'cyan': (
263
294
  background-color: $cyan !important,
295
+
264
296
  hover: (
265
297
  background-color: clay-darken($cyan, 10%) !important,
266
298
  ),
267
299
  ),
300
+
268
301
  'primary': (
269
302
  background-color: $primary !important,
303
+
270
304
  hover: (
271
305
  background-color: clay-darken($primary, 10%) !important,
272
306
  ),
273
307
  ),
308
+
274
309
  'primary-l3': (
275
310
  background-color: $primary-l3 !important,
311
+
276
312
  hover: (
277
313
  background-color: clay-darken($primary-l3, 10%) !important,
278
314
  ),
279
315
  ),
316
+
280
317
  'secondary': (
281
318
  background-color: $secondary !important,
319
+
282
320
  hover: (
283
321
  background-color: clay-darken($secondary, 10%) !important,
284
322
  ),
285
323
  ),
324
+
286
325
  'success': (
287
326
  background-color: $success !important,
327
+
288
328
  hover: (
289
329
  background-color: clay-darken($success, 10%) !important,
290
330
  ),
291
331
  ),
332
+
292
333
  'info': (
293
334
  background-color: $info !important,
335
+
294
336
  hover: (
295
337
  background-color: clay-darken($info, 10%) !important,
296
338
  ),
297
339
  ),
340
+
298
341
  'warning': (
299
342
  background-color: $warning !important,
343
+
300
344
  hover: (
301
345
  background-color: clay-darken($warning, 10%) !important,
302
346
  ),
303
347
  ),
348
+
304
349
  'danger': (
305
350
  background-color: $danger !important,
351
+
306
352
  hover: (
307
353
  background-color: clay-darken($danger, 10%) !important,
308
354
  ),
309
355
  ),
356
+
310
357
  'light': (
311
358
  background-color: $light !important,
359
+
312
360
  hover: (
313
361
  background-color: clay-darken($light, 10%) !important,
314
362
  ),
315
363
  ),
364
+
316
365
  'dark': (
317
366
  background-color: $dark !important,
367
+
318
368
  hover: (
319
369
  background-color: clay-darken($dark, 10%) !important,
320
370
  ),
321
371
  ),
372
+
322
373
  'white': (
323
374
  background-color: $white !important,
324
375
  ),
376
+
325
377
  'transparent': (
326
378
  background-color: transparent !important,
327
379
  ),
@@ -341,6 +393,7 @@ $bg-gradient-theme-colors: map-deep-merge(
341
393
  )
342
394
  repeat-x !important,
343
395
  ),
396
+
344
397
  'secondary': (
345
398
  background: $secondary
346
399
  linear-gradient(
@@ -350,6 +403,7 @@ $bg-gradient-theme-colors: map-deep-merge(
350
403
  )
351
404
  repeat-x !important,
352
405
  ),
406
+
353
407
  'success': (
354
408
  background: $success
355
409
  linear-gradient(
@@ -359,11 +413,13 @@ $bg-gradient-theme-colors: map-deep-merge(
359
413
  )
360
414
  repeat-x !important,
361
415
  ),
416
+
362
417
  'info': (
363
418
  background: $info
364
419
  linear-gradient(180deg, clay-mix($body-bg, $info, 15%), $info)
365
420
  repeat-x !important,
366
421
  ),
422
+
367
423
  'warning': (
368
424
  background: $warning
369
425
  linear-gradient(
@@ -373,6 +429,7 @@ $bg-gradient-theme-colors: map-deep-merge(
373
429
  )
374
430
  repeat-x !important,
375
431
  ),
432
+
376
433
  'danger': (
377
434
  background: $danger
378
435
  linear-gradient(
@@ -382,11 +439,13 @@ $bg-gradient-theme-colors: map-deep-merge(
382
439
  )
383
440
  repeat-x !important,
384
441
  ),
442
+
385
443
  'light': (
386
444
  background: $light
387
445
  linear-gradient(180deg, clay-mix($body-bg, $light, 15%), $light)
388
446
  repeat-x !important,
389
447
  ),
448
+
390
449
  'dark': (
391
450
  background: $dark
392
451
  linear-gradient(180deg, clay-mix($body-bg, $dark, 15%), $dark)
@@ -404,27 +463,35 @@ $border-theme-colors: map-deep-merge(
404
463
  'primary': (
405
464
  border-color: $primary !important,
406
465
  ),
466
+
407
467
  'secondary': (
408
468
  border-color: $secondary !important,
409
469
  ),
470
+
410
471
  'success': (
411
472
  border-color: $success !important,
412
473
  ),
474
+
413
475
  'info': (
414
476
  border-color: $info !important,
415
477
  ),
478
+
416
479
  'warning': (
417
480
  border-color: $warning !important,
418
481
  ),
482
+
419
483
  'danger': (
420
484
  border-color: $danger !important,
421
485
  ),
486
+
422
487
  'light': (
423
488
  border-color: $light !important,
424
489
  ),
490
+
425
491
  'dark': (
426
492
  border-color: $dark !important,
427
493
  ),
494
+
428
495
  'white': (
429
496
  border-color: $white !important,
430
497
  ),
@@ -494,14 +561,17 @@ $text-theme-colors: map-deep-merge(
494
561
  (
495
562
  'blue': (
496
563
  color: $blue !important,
564
+
497
565
  hover: (
498
566
  color:
499
567
  clay-darken($blue, $emphasized-link-hover-darken-percentage)
500
568
  !important,
501
569
  ),
502
570
  ),
571
+
503
572
  'indigo': (
504
573
  color: $indigo !important,
574
+
505
575
  hover: (
506
576
  color:
507
577
  clay-darken(
@@ -511,8 +581,10 @@ $text-theme-colors: map-deep-merge(
511
581
  !important,
512
582
  ),
513
583
  ),
584
+
514
585
  'purple': (
515
586
  color: $purple !important,
587
+
516
588
  hover: (
517
589
  color:
518
590
  clay-darken(
@@ -522,24 +594,30 @@ $text-theme-colors: map-deep-merge(
522
594
  !important,
523
595
  ),
524
596
  ),
597
+
525
598
  'pink': (
526
599
  color: $pink !important,
600
+
527
601
  hover: (
528
602
  color:
529
603
  clay-darken($pink, $emphasized-link-hover-darken-percentage)
530
604
  !important,
531
605
  ),
532
606
  ),
607
+
533
608
  'red': (
534
609
  color: $red !important,
610
+
535
611
  hover: (
536
612
  color:
537
613
  clay-darken($red, $emphasized-link-hover-darken-percentage)
538
614
  !important,
539
615
  ),
540
616
  ),
617
+
541
618
  'orange': (
542
619
  color: $orange !important,
620
+
543
621
  hover: (
544
622
  color:
545
623
  clay-darken(
@@ -549,8 +627,10 @@ $text-theme-colors: map-deep-merge(
549
627
  !important,
550
628
  ),
551
629
  ),
630
+
552
631
  'yellow': (
553
632
  color: $yellow !important,
633
+
554
634
  hover: (
555
635
  color:
556
636
  clay-darken(
@@ -560,8 +640,10 @@ $text-theme-colors: map-deep-merge(
560
640
  !important,
561
641
  ),
562
642
  ),
643
+
563
644
  'green': (
564
645
  color: $green !important,
646
+
565
647
  hover: (
566
648
  color:
567
649
  clay-darken(
@@ -571,24 +653,30 @@ $text-theme-colors: map-deep-merge(
571
653
  !important,
572
654
  ),
573
655
  ),
656
+
574
657
  'teal': (
575
658
  color: $teal !important,
659
+
576
660
  hover: (
577
661
  color:
578
662
  clay-darken($teal, $emphasized-link-hover-darken-percentage)
579
663
  !important,
580
664
  ),
581
665
  ),
666
+
582
667
  'cyan': (
583
668
  color: $cyan !important,
669
+
584
670
  hover: (
585
671
  color:
586
672
  clay-darken($cyan, $emphasized-link-hover-darken-percentage)
587
673
  !important,
588
674
  ),
589
675
  ),
676
+
590
677
  'primary': (
591
678
  color: $primary !important,
679
+
592
680
  hover: (
593
681
  color:
594
682
  clay-darken(
@@ -598,8 +686,10 @@ $text-theme-colors: map-deep-merge(
598
686
  !important,
599
687
  ),
600
688
  ),
689
+
601
690
  'secondary': (
602
691
  color: $secondary !important,
692
+
603
693
  hover: (
604
694
  color:
605
695
  clay-darken(
@@ -609,8 +699,10 @@ $text-theme-colors: map-deep-merge(
609
699
  !important,
610
700
  ),
611
701
  ),
702
+
612
703
  'success': (
613
704
  color: $success !important,
705
+
614
706
  hover: (
615
707
  color:
616
708
  clay-darken(
@@ -620,16 +712,20 @@ $text-theme-colors: map-deep-merge(
620
712
  !important,
621
713
  ),
622
714
  ),
715
+
623
716
  'info': (
624
717
  color: $info !important,
718
+
625
719
  hover: (
626
720
  color:
627
721
  clay-darken($info, $emphasized-link-hover-darken-percentage)
628
722
  !important,
629
723
  ),
630
724
  ),
725
+
631
726
  'warning': (
632
727
  color: $warning !important,
728
+
633
729
  hover: (
634
730
  color:
635
731
  clay-darken(
@@ -639,8 +735,10 @@ $text-theme-colors: map-deep-merge(
639
735
  !important,
640
736
  ),
641
737
  ),
738
+
642
739
  'danger': (
643
740
  color: $danger !important,
741
+
644
742
  hover: (
645
743
  color:
646
744
  clay-darken(
@@ -650,8 +748,10 @@ $text-theme-colors: map-deep-merge(
650
748
  !important,
651
749
  ),
652
750
  ),
751
+
653
752
  'light': (
654
753
  color: $light !important,
754
+
655
755
  hover: (
656
756
  color:
657
757
  clay-darken(
@@ -661,23 +761,29 @@ $text-theme-colors: map-deep-merge(
661
761
  !important,
662
762
  ),
663
763
  ),
764
+
664
765
  'dark': (
665
766
  color: $dark !important,
767
+
666
768
  hover: (
667
769
  color:
668
770
  clay-darken($dark, $emphasized-link-hover-darken-percentage)
669
771
  !important,
670
772
  ),
671
773
  ),
774
+
672
775
  'body': (
673
776
  color: $body-color !important,
674
777
  ),
778
+
675
779
  'muted': (
676
780
  color: $text-muted !important,
677
781
  ),
782
+
678
783
  'black-50': (
679
784
  color: rgba($black, 0.5) !important,
680
785
  ),
786
+
681
787
  'white-50': (
682
788
  color: rgba($white, 0.5) !important,
683
789
  ),
@@ -691,6 +797,7 @@ $text-decorations: map-deep-merge(
691
797
  '.text-none, .text-decoration-none': (
692
798
  text-decoration: none !important,
693
799
  ),
800
+
694
801
  '.text-underline, .text-decoration-underline': (
695
802
  text-decoration: underline !important,
696
803
  ),
@@ -718,6 +825,7 @@ $text-truncate-inline: map-deep-merge(
718
825
  (
719
826
  display: inline-flex,
720
827
  max-width: 100%,
828
+
721
829
  text-truncate: (
722
830
  display: inline-block,
723
831
  max-width: 100%,
@@ -740,6 +848,7 @@ $c-prefers-link-underline: map-deep-merge(
740
848
  '[href]:not(.disabled):not([role="button"])': (
741
849
  text-decoration: underline !important,
742
850
  ),
851
+
743
852
  '.btn-monospaced, .nav-btn-monospaced, .nav-link-monospaced': (
744
853
  '&[href]:not(.disabled):not([role="button"]):not([role="tab"])::after':
745
854
  (
@@ -748,6 +857,7 @@ $c-prefers-link-underline: map-deep-merge(
748
857
  text-decoration: underline !important,
749
858
  ),
750
859
  ),
860
+
751
861
  '.multi-step-item.active, .multi-step-item.complete, .multi-step-item.error, .dropdown':
752
862
  (
753
863
  '.multi-step-icon[href]:not([role="button"])::after': (
@@ -756,6 +866,7 @@ $c-prefers-link-underline: map-deep-merge(
756
866
  text-decoration: underline !important,
757
867
  ),
758
868
  ),
869
+
759
870
  '.multi-step-item.disabled .multi-step-icon[href]:not([role="button"])::after':
760
871
  (
761
872
  text-decoration: none !important,
@@ -781,27 +892,34 @@ $displays-c-prefers-reduced-motion: map-deep-merge(
781
892
  d-block-c-prefers-reduced-motion: (
782
893
  display: none !important,
783
894
  ),
895
+
784
896
  d-inline-block-c-prefers-reduced-motion: (
785
897
  display: none !important,
786
898
  ),
899
+
787
900
  '@media (prefers-reduced-motion: reduce)': (
788
901
  d-none-c-prefers-reduced-motion: (
789
902
  display: none !important,
790
903
  ),
904
+
791
905
  d-block-c-prefers-reduced-motion: (
792
906
  display: block !important,
793
907
  ),
908
+
794
909
  d-inline-block-c-prefers-reduced-motion: (
795
910
  display: inline-block !important,
796
911
  ),
797
912
  ),
913
+
798
914
  c-prefers-reduced-motion: (
799
915
  d-none-c-prefers-reduced-motion: (
800
916
  display: none !important,
801
917
  ),
918
+
802
919
  d-block-c-prefers-reduced-motion: (
803
920
  display: block !important,
804
921
  ),
922
+
805
923
  d-inline-block-c-prefers-reduced-motion: (
806
924
  display: inline-block !important,
807
925
  ),