@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
@@ -0,0 +1,1212 @@
1
+ @if ($enable-atlas-custom-properties) {
2
+ $alert-border-radius: var(--alert-border-radius, $border-radius);
3
+ $alert-border-style: solid;
4
+ $alert-border-width: var(--alert-border-width, $border-width);
5
+ $alert-font-size: var(--alert-font-size, 0.875rem);
6
+ $alert-margin-bottom: 1rem;
7
+ $alert-padding-x: var(--alert-padding-x, 1rem);
8
+ $alert-padding-y: var(--alert-padding-y, 0.9375rem);
9
+
10
+ $alert-btn: ();
11
+ $alert-btn: map-deep-merge(
12
+ (
13
+ border-radius:
14
+ if(
15
+ variable-exists(btn-sm),
16
+ map-get($btn-sm, border-radius),
17
+ $border-radius-sm
18
+ ),
19
+ font-size:
20
+ if(
21
+ variable-exists(btn-sm),
22
+ map-get($btn-sm, font-size),
23
+ $font-size-sm
24
+ ),
25
+ line-height:
26
+ if(
27
+ variable-exists(btn-sm),
28
+ map-get($btn-sm, line-height),
29
+ $line-height-sm
30
+ ),
31
+ padding-bottom:
32
+ if(
33
+ variable-exists(btn-sm),
34
+ map-get($btn-sm, padding-bottom),
35
+ 0.25rem
36
+ ),
37
+ padding-left:
38
+ if(
39
+ variable-exists(btn-sm),
40
+ map-get($btn-sm, padding-left),
41
+ 0.5rem
42
+ ),
43
+ padding-right:
44
+ if(
45
+ variable-exists(btn-sm),
46
+ map-get($btn-sm, padding-right),
47
+ 0.5rem
48
+ ),
49
+ padding-top:
50
+ if(
51
+ variable-exists(btn-sm),
52
+ map-get($btn-sm, padding-top),
53
+ 0.25rem
54
+ ),
55
+ ),
56
+ $alert-btn
57
+ );
58
+
59
+ $alert-btn-group: ();
60
+ $alert-btn-group: map-deep-merge(
61
+ (
62
+ margin-bottom: -0.125rem,
63
+ margin-top: -0.125rem,
64
+ ),
65
+ $alert-btn-group
66
+ );
67
+
68
+ $alert-btn-group-item: ();
69
+ $alert-btn-group-item: map-deep-merge(
70
+ (
71
+ margin-bottom: 0.125rem,
72
+ margin-top: 0.125rem,
73
+ ),
74
+ $alert-btn-group-item
75
+ );
76
+
77
+ // @deprecated as of v2.12.0 use the Sass map `$alert-close` instead
78
+
79
+ $alert-close-font-size: 0.875rem;
80
+
81
+ // @deprecated as of v2.12.0 use the Sass map `$alert-close` instead
82
+
83
+ $alert-close-height: 2rem;
84
+
85
+ // @deprecated as of v2.12.0 use the Sass map `$alert-close` instead
86
+
87
+ $alert-close-line-height: null;
88
+
89
+ // @deprecated as of v2.12.0 use the Sass map `$alert-close` instead
90
+
91
+ $alert-close-opacity: null;
92
+
93
+ // @deprecated as of v2.12.0 use the Sass map `$alert-close` instead
94
+
95
+ $alert-close-margin-left: null;
96
+
97
+ // @deprecated as of v2.12.0 use the Sass map `$alert-close` instead
98
+
99
+ $alert-close-padding-bottom: 0rem;
100
+
101
+ // @deprecated as of v2.12.0 use the Sass map `$alert-close` instead
102
+
103
+ $alert-close-padding-left: 0rem;
104
+
105
+ // @deprecated as of v2.12.0 use the Sass map `$alert-close` instead
106
+
107
+ $alert-close-padding-right: 0rem;
108
+
109
+ // @deprecated as of v2.12.0 use the Sass map `$alert-close` instead
110
+
111
+ $alert-close-padding-top: 0rem;
112
+
113
+ // @deprecated as of v2.12.0 use the Sass map `$alert-close` instead
114
+
115
+ $alert-close-position-right: 0.5rem;
116
+
117
+ // @deprecated as of v2.12.0 use the Sass map `$alert-close` instead
118
+
119
+ $alert-close-position-top: 0.75rem;
120
+
121
+ // @deprecated as of v2.12.0 use the Sass map `$alert-close` instead
122
+
123
+ $alert-close-width: $alert-close-height;
124
+
125
+ $alert-close: ();
126
+ $alert-close: map-deep-merge(
127
+ (
128
+ color: inherit,
129
+ font-size: $alert-close-font-size,
130
+ height: $alert-close-height,
131
+ line-height: $alert-close-line-height,
132
+ margin-left: $alert-close-margin-left,
133
+ opacity: $alert-close-opacity,
134
+ padding-bottom: $alert-close-padding-bottom,
135
+ padding-left: $alert-close-padding-left,
136
+ padding-right: $alert-close-padding-right,
137
+ padding-top: $alert-close-padding-top,
138
+ position: absolute,
139
+ right: $alert-close-position-right,
140
+ top: $alert-close-position-top,
141
+ width: $alert-close-width,
142
+
143
+ hover: (
144
+ color: inherit,
145
+ ),
146
+ ),
147
+ $alert-close
148
+ );
149
+
150
+ $alert-lead-font-size: var(--alert-lead-font-size, $alert-font-size);
151
+ $alert-lead-font-weight: var(
152
+ --alert-lead-font-weight,
153
+ $font-weight-semi-bold
154
+ );
155
+ $alert-lead-spacer-x: 0.3125rem;
156
+
157
+ $alert-title: ();
158
+
159
+ $alert-subtitle: ();
160
+
161
+ $alert: ();
162
+ $alert: map-deep-merge(
163
+ (
164
+ border-color: transparent,
165
+ border-style: $alert-border-style,
166
+ border-width: $alert-border-width,
167
+ border-radius: clay-enable-rounded($alert-border-radius),
168
+ display: block,
169
+ font-size: $alert-font-size,
170
+ margin-bottom: $alert-margin-bottom,
171
+ padding: $alert-padding-y $alert-padding-x,
172
+ position: relative,
173
+ white-space: normal,
174
+ word-wrap: break-word,
175
+
176
+ alert-btn: $alert-btn,
177
+
178
+ btn-group: $alert-btn-group,
179
+
180
+ btn-group-item: $alert-btn-group-item,
181
+
182
+ close: $alert-close,
183
+
184
+ lead: (
185
+ font-size: $alert-lead-font-size,
186
+ font-weight: $alert-lead-font-weight,
187
+ margin-right: $alert-lead-spacer-x,
188
+ ),
189
+
190
+ component-title: $alert-title,
191
+
192
+ component-subtitle: $alert-subtitle,
193
+ ),
194
+ $alert
195
+ );
196
+
197
+ // .alert-link
198
+
199
+ $alert-link-decoration: null;
200
+ $alert-link-font-weight: $font-weight-bold;
201
+
202
+ $alert-link-hover-decoration: underline;
203
+
204
+ $alert-link: ();
205
+ $alert-link: map-deep-merge(
206
+ (
207
+ font-weight: $alert-link-font-weight,
208
+ text-decoration: $alert-link-decoration,
209
+
210
+ hover: (
211
+ text-decoration: $alert-link-hover-decoration,
212
+ ),
213
+
214
+ focus: (
215
+ text-decoration: $alert-link-hover-decoration,
216
+ ),
217
+ ),
218
+ $alert-link
219
+ );
220
+
221
+ // .alert-indicator
222
+
223
+ $alert-indicator-font-size: 1.25rem;
224
+
225
+ $alert-indicator: ();
226
+ $alert-indicator: map-deep-merge(
227
+ (
228
+ font-size: $alert-indicator-font-size,
229
+ line-height: 1,
230
+ vertical-align: 8%,
231
+
232
+ lead: (
233
+ margin-left: $alert-lead-spacer-x,
234
+ ),
235
+ ),
236
+ $alert-indicator
237
+ );
238
+
239
+ // .alert-footer
240
+
241
+ $alert-footer: ();
242
+ $alert-footer: map-merge(
243
+ (
244
+ margin-top: 1.375rem,
245
+ ),
246
+ $alert-footer
247
+ );
248
+
249
+ // Alert Dismissible
250
+
251
+ $alert-dismissible-padding-bottom: null;
252
+ $alert-dismissible-padding-left: null;
253
+ $alert-dismissible-padding-right: 2.5rem;
254
+ $alert-dismissible-padding-top: null;
255
+
256
+ $alert-dismissible: ();
257
+ $alert-dismissible: map-deep-merge(
258
+ (
259
+ padding-bottom: $alert-dismissible-padding-bottom,
260
+ padding-left: $alert-dismissible-padding-left,
261
+ padding-right: $alert-dismissible-padding-right,
262
+ padding-top: $alert-dismissible-padding-top,
263
+ ),
264
+ $alert-dismissible
265
+ );
266
+
267
+ // Alert Fluid
268
+
269
+ // @deprecated use the Sass map `$alert-fluid` instead
270
+
271
+ $alert-fluid-border-bottom-width: 1px;
272
+
273
+ // @deprecated use the Sass map `$alert-fluid` instead
274
+
275
+ $alert-fluid-border-left-width: 0px;
276
+
277
+ // @deprecated use the Sass map `$alert-fluid` instead
278
+
279
+ $alert-fluid-border-right-width: 0px;
280
+
281
+ // @deprecated use the Sass map `$alert-fluid` instead
282
+
283
+ $alert-fluid-border-top-width: 0px;
284
+
285
+ // @deprecated use the Sass map `$alert-fluid` instead
286
+
287
+ $alert-fluid-border-width: $alert-fluid-border-top-width
288
+ $alert-fluid-border-right-width
289
+ $alert-fluid-border-bottom-width
290
+ $alert-fluid-border-left-width;
291
+ $alert-fluid-margin-bottom: 0rem;
292
+
293
+ // @deprecated use the Sass map `$alert-fluid` instead
294
+
295
+ $alert-fluid-container: ();
296
+ $alert-fluid-container: map-merge(
297
+ (
298
+ padding-bottom: $alert-padding-y,
299
+ padding-left: $alert-padding-x,
300
+ padding-right: $alert-padding-x,
301
+ padding-top: $alert-padding-y,
302
+ ),
303
+ $alert-fluid-container
304
+ );
305
+
306
+ // @deprecated use the Sass map `$alert-fluid` instead
307
+
308
+ $alert-fluid-dismissible-container: ();
309
+ $alert-fluid-dismissible-container: map-merge(
310
+ (
311
+ padding-bottom: $alert-dismissible-padding-bottom,
312
+ padding-left: $alert-dismissible-padding-left,
313
+ padding-right:
314
+ calc(
315
+ #{$alert-dismissible-padding-right} +
316
+ #{$grid-gutter-width *
317
+ 0.5}
318
+ ),
319
+ padding-top: $alert-dismissible-padding-top,
320
+ position: relative,
321
+ ),
322
+ $alert-fluid-dismissible-container
323
+ );
324
+
325
+ $alert-fluid-close: ();
326
+ $alert-fluid-close: map-deep-merge(
327
+ (
328
+ right: calc(#{$grid-gutter-width * 0.5} + 0.25rem),
329
+ ),
330
+ $alert-fluid-close
331
+ );
332
+
333
+ $alert-fluid: ();
334
+ $alert-fluid: map-deep-merge(
335
+ (
336
+ border-radius: 0px,
337
+ border-width: $alert-fluid-border-width,
338
+ margin-bottom: $alert-fluid-margin-bottom,
339
+ padding: 0rem,
340
+
341
+ alert-dismissible: (
342
+ container-fluid: $alert-fluid-dismissible-container,
343
+ ),
344
+
345
+ container-fluid: $alert-fluid-container,
346
+
347
+ close: $alert-fluid-close,
348
+ ),
349
+ $alert-fluid
350
+ );
351
+
352
+ // .alert-notifications-absolute
353
+
354
+ $alert-notifications-absolute-bottom: null;
355
+ $alert-notifications-absolute-left: null;
356
+ $alert-notifications-absolute-right: 0.5rem;
357
+ $alert-notifications-absolute-top: 4.75rem;
358
+
359
+ $alert-notifications-absolute-bottom-mobile: null;
360
+ $alert-notifications-absolute-left-mobile: 0.5rem;
361
+ $alert-notifications-absolute-right-mobile: 0.5rem;
362
+ $alert-notifications-absolute-top-mobile: 4.25rem;
363
+
364
+ $alert-notifications-absolute: ();
365
+ $alert-notifications-absolute: map-deep-merge(
366
+ (
367
+ breakpoint-down: sm,
368
+ bottom: $alert-notifications-absolute-bottom,
369
+ height: 0rem,
370
+ left: $alert-notifications-absolute-left,
371
+ position: absolute,
372
+ right: $alert-notifications-absolute-right,
373
+ top: $alert-notifications-absolute-top,
374
+ z-index: $zindex-alert-notifications,
375
+
376
+ mobile: (
377
+ bottom: $alert-notifications-absolute-bottom-mobile,
378
+ left: $alert-notifications-absolute-left-mobile,
379
+ right: $alert-notifications-absolute-right-mobile,
380
+ top: $alert-notifications-absolute-top-mobile,
381
+ ),
382
+ ),
383
+ $alert-notifications-absolute
384
+ );
385
+
386
+ // .alert-notifications-fixed
387
+
388
+ $alert-notifications-fixed-bottom: 1.25rem;
389
+ $alert-notifications-fixed-left: 1.25rem;
390
+ $alert-notifications-fixed-right: null;
391
+ $alert-notifications-fixed-top: null;
392
+
393
+ $alert-notifications-fixed-bottom-mobile: 1rem;
394
+ $alert-notifications-fixed-left-mobile: calc(#{$grid-gutter-width} * 0.5);
395
+ $alert-notifications-fixed-right-mobile: calc(#{$grid-gutter-width} * 0.5);
396
+ $alert-notifications-fixed-top-mobile: null;
397
+
398
+ $alert-notifications-fixed: ();
399
+ $alert-notifications-fixed: map-deep-merge(
400
+ (
401
+ breakpoint-down: sm,
402
+ bottom: $alert-notifications-fixed-bottom,
403
+ left: $alert-notifications-fixed-left,
404
+ position: fixed,
405
+ right: $alert-notifications-fixed-right,
406
+ top: $alert-notifications-fixed-top,
407
+ z-index: $zindex-alert-notifications,
408
+
409
+ mobile: (
410
+ bottom: $alert-notifications-fixed-bottom-mobile,
411
+ left: $alert-notifications-fixed-left-mobile,
412
+ right: $alert-notifications-fixed-right-mobile,
413
+ top: $alert-notifications-fixed-top-mobile,
414
+ ),
415
+ ),
416
+ $alert-notifications-fixed
417
+ );
418
+
419
+ // .alert-notifications
420
+
421
+ $alert-notifications-box-shadow: null;
422
+ $alert-notifications-max-width: 22.5rem;
423
+
424
+ $alert-notification: ();
425
+ $alert-notification: map-merge(
426
+ (
427
+ box-shadow: $alert-notifications-box-shadow,
428
+ clear: both,
429
+ float: left,
430
+ margin-bottom: $alert-margin-bottom,
431
+ max-width: $alert-notifications-max-width,
432
+ ),
433
+ $alert-notification
434
+ );
435
+
436
+ $alert-notification-sm-down: ();
437
+ $alert-notification-sm-down: map-merge(
438
+ (
439
+ enabled: $enable-scaling-components,
440
+ max-width: none,
441
+ width: 100%,
442
+ ),
443
+ $alert-notification-sm-down
444
+ );
445
+
446
+ // .autofit-row.alert-autofit-row
447
+
448
+ $alert-autofit-row: ();
449
+ $alert-autofit-row: map-deep-merge(
450
+ (
451
+ align-items: baseline,
452
+ margin-left: -0.5rem,
453
+ margin-right: -0.5rem,
454
+ width: auto,
455
+
456
+ autofit-col: (
457
+ padding-left: 0.5rem,
458
+ padding-right: 0.5rem,
459
+ ),
460
+ ),
461
+ $alert-autofit-row
462
+ );
463
+
464
+ // Alert Color Levels
465
+
466
+ // @deprecated as of v3.x with no replacement, this color modifier is too specific to support a variety of colors
467
+
468
+ $alert-bg-level: -10;
469
+
470
+ // @deprecated as of v3.x with no replacement, this color modifier is too specific to support a variety of colors
471
+
472
+ $alert-border-level: -9;
473
+
474
+ // @deprecated as of v3.x with no replacement, this color modifier is too specific to support a variety of colors
475
+
476
+ $alert-color-level: 6;
477
+
478
+ // Alert Feedback
479
+
480
+ $alert-feedback-close: ();
481
+ $alert-feedback-close: map-deep-merge(
482
+ (
483
+ font-size: inherit,
484
+ height: 1rem,
485
+ position: relative,
486
+ right: auto,
487
+ top: 0.125em,
488
+ width: 1rem,
489
+ ),
490
+ $alert-feedback-close
491
+ );
492
+
493
+ $alert-feedback: ();
494
+ $alert-feedback: map-deep-merge(
495
+ (
496
+ background-color: transparent,
497
+ border-width: 0rem,
498
+ margin-bottom: 0.25rem,
499
+ padding: 0rem,
500
+
501
+ close: (),
502
+ ),
503
+ $alert-feedback
504
+ );
505
+
506
+ // .alert-inline.alert
507
+
508
+ $alert-inline: ();
509
+ $alert-inline: map-deep-merge(
510
+ (
511
+ display: inline-block,
512
+ max-width: 100%,
513
+ width: auto,
514
+
515
+ alert-dismissible: (
516
+ padding-right: 3.5rem,
517
+ ),
518
+
519
+ alert-dismissible-alert-fluid: (
520
+ padding-right: 0rem,
521
+
522
+ container-fluid: (
523
+ padding-right: 3.5rem,
524
+ ),
525
+ ),
526
+
527
+ alert-autofit-row: (
528
+ align-items: center,
529
+ margin-bottom: calc(#{$alert-padding-y} * -1 - 1px),
530
+ margin-top: calc(#{$alert-padding-y} * -1 - 1px),
531
+ padding-bottom: 0.5625rem,
532
+ padding-top: 0.5625rem,
533
+ min-height: 3.5rem,
534
+
535
+ btn-group: (
536
+ margin-right: 2rem,
537
+ ),
538
+ ),
539
+
540
+ close: (
541
+ margin-top: -1rem,
542
+ top: 50%,
543
+ ),
544
+ ),
545
+ $alert-inline
546
+ );
547
+
548
+ // .alert-autofit-stacked.alert
549
+
550
+ $alert-autofit-stacked: ();
551
+ $alert-autofit-stacked: map-deep-merge(
552
+ (
553
+ alert-autofit-row: (
554
+ align-items: flex-start,
555
+ flex-direction: column,
556
+ margin-bottom: 0rem,
557
+ margin-top: 0rem,
558
+ min-height: 0rem,
559
+ padding-bottom: 0rem,
560
+ padding-top: 0rem,
561
+
562
+ autofit-col: (
563
+ width: 100%,
564
+ ),
565
+
566
+ btn-group: (
567
+ margin-right: 0rem,
568
+ margin-top: 0.875rem,
569
+ ),
570
+ ),
571
+
572
+ close: (
573
+ margin-top: 0rem,
574
+ top: map-get($alert-close, top),
575
+ ),
576
+ ),
577
+ $alert-autofit-stacked
578
+ );
579
+
580
+ // .alert-autofit-stacked-sm-down.alert
581
+
582
+ $alert-autofit-stacked-sm-down: ();
583
+ $alert-autofit-stacked-sm-down: map-deep-merge(
584
+ $alert-autofit-stacked,
585
+ $alert-autofit-stacked-sm-down
586
+ );
587
+
588
+ // .alert-autofit-stacked-xs-down.alert
589
+
590
+ $alert-autofit-stacked-xs-down: ();
591
+ $alert-autofit-stacked-xs-down: map-deep-merge(
592
+ $alert-autofit-stacked,
593
+ $alert-autofit-stacked-xs-down
594
+ );
595
+
596
+ // .alert-indicator-start.alert
597
+
598
+ $alert-indicator-start: ();
599
+ $alert-indicator-start: map-deep-merge(
600
+ (
601
+ padding-left:
602
+ calc(
603
+ #{$alert-indicator-font-size} +
604
+ #{$alert-padding-x} +
605
+ #{map-deep-get(
606
+ $alert-autofit-row,
607
+ autofit-col,
608
+ padding-left
609
+ )}
610
+ ),
611
+ alert-fluid: (
612
+ padding-left: 0rem,
613
+
614
+ container-fluid: (
615
+ padding-left:
616
+ calc(
617
+ #{$alert-indicator-font-size} +
618
+ #{$alert-padding-x} +
619
+ #{map-deep-get(
620
+ $alert-autofit-row,
621
+ autofit-col,
622
+ padding-left
623
+ )}
624
+ ),
625
+ ),
626
+ ),
627
+
628
+ alert-feedback: (
629
+ padding-left:
630
+ calc(
631
+ #{$alert-indicator-font-size} +
632
+ #{map-deep-get(
633
+ $alert-autofit-row,
634
+ autofit-col,
635
+ padding-left
636
+ )}
637
+ ),
638
+ ),
639
+
640
+ alert-indicator: (
641
+ line-height: 1,
642
+ margin-left:
643
+ calc(
644
+ -1em -
645
+ #{map-deep-get(
646
+ $alert-autofit-row,
647
+ autofit-col,
648
+ padding-left
649
+ )}
650
+ ),
651
+ margin-top: 4px,
652
+ position: absolute,
653
+
654
+ lead: (
655
+ margin-left: 0rem,
656
+ ),
657
+ ),
658
+
659
+ alert-autofit-row: (
660
+ alert-indicator-only-child: (
661
+ margin-right: 0rem,
662
+ ),
663
+ ),
664
+ ),
665
+ $alert-indicator-start
666
+ );
667
+
668
+ // .alert-primary
669
+
670
+ $alert-primary-bg: var(--alert-primary-background-color, $primary-l3);
671
+ $alert-primary-border-color: var(--alert-primary-border-color, $primary-l1);
672
+ $alert-primary-color: var(--alert-primary-color, $primary);
673
+
674
+ $alert-primary-close-color: null;
675
+ $alert-primary-close-hover-color: null;
676
+
677
+ $alert-primary-lead-color: null;
678
+
679
+ $alert-primary-link-color: null;
680
+
681
+ $alert-primary-link-hover-color: null;
682
+
683
+ $alert-primary-btn: ();
684
+ $alert-primary-btn: map-deep-merge(
685
+ (
686
+ background-color: $white,
687
+ border-color: $primary-l1,
688
+ color: $primary,
689
+
690
+ hover: (
691
+ background-color: $primary,
692
+ border-color: transparent,
693
+ color: $white,
694
+ ),
695
+ ),
696
+ $alert-primary-btn
697
+ );
698
+
699
+ $alert-primary: ();
700
+ $alert-primary: map-deep-merge(
701
+ (
702
+ background-color: $alert-primary-bg,
703
+ border-color: $alert-primary-border-color,
704
+ color: $alert-primary-color,
705
+
706
+ hr: (
707
+ border-top-color: $primary,
708
+ ),
709
+
710
+ alert-btn: $alert-primary-btn,
711
+
712
+ close: (
713
+ color: $alert-primary-close-color,
714
+
715
+ hover: (
716
+ color: $alert-primary-close-hover-color,
717
+ ),
718
+ ),
719
+
720
+ lead: (
721
+ color: $alert-primary-lead-color,
722
+ ),
723
+
724
+ alert-link: (
725
+ color: $alert-primary-link-color,
726
+
727
+ hover: (
728
+ color: $alert-primary-link-hover-color,
729
+ ),
730
+ ),
731
+ ),
732
+ $alert-primary
733
+ );
734
+
735
+ // .alert-secondary
736
+
737
+ $alert-secondary-bg: var(--alert-secondary-background-color, $light-l1);
738
+ $alert-secondary-border-color: var(
739
+ --alert-secondary-border-color,
740
+ $light-d2
741
+ );
742
+ $alert-secondary-color: var(--alert-secondary-color, $secondary);
743
+
744
+ $alert-secondary-close-color: null;
745
+
746
+ $alert-secondary-close-hover-color: null;
747
+
748
+ $alert-secondary-lead-color: null;
749
+
750
+ $alert-secondary-link-color: null;
751
+
752
+ $alert-secondary-link-hover-color: null;
753
+
754
+ $alert-secondary-btn: ();
755
+ $alert-secondary-btn: map-deep-merge(
756
+ (
757
+ background-color: $white,
758
+ border-color: $secondary-l1,
759
+ color: $secondary,
760
+
761
+ hover: (
762
+ background-color: $secondary,
763
+ border-color: transparent,
764
+ color: $white,
765
+ ),
766
+ ),
767
+ $alert-secondary-btn
768
+ );
769
+
770
+ $alert-secondary: ();
771
+ $alert-secondary: map-deep-merge(
772
+ (
773
+ background-color: $alert-secondary-bg,
774
+ border-color: $alert-secondary-border-color,
775
+ color: $alert-secondary-color,
776
+
777
+ close: (
778
+ color: $alert-secondary-close-color,
779
+
780
+ hover: (
781
+ color: $alert-secondary-close-hover-color,
782
+ ),
783
+ ),
784
+
785
+ lead: (
786
+ color: $alert-secondary-lead-color,
787
+ ),
788
+
789
+ alert-link: (
790
+ color: $alert-secondary-link-color,
791
+
792
+ hover: (
793
+ color: $alert-secondary-link-hover-color,
794
+ ),
795
+ ),
796
+
797
+ alert-btn: $alert-secondary-btn,
798
+ ),
799
+ $alert-secondary
800
+ );
801
+
802
+ // .alert-success
803
+
804
+ $alert-success-bg: var(--alert-success-background-color, $success-l2);
805
+ $alert-success-border-color: var(--alert-success-border-color, $success-l1);
806
+ $alert-success-color: var(--alert-success-color, $success);
807
+
808
+ $alert-success-close-color: null;
809
+
810
+ $alert-success-close-hover-color: null;
811
+
812
+ $alert-success-lead-color: null;
813
+
814
+ $alert-success-link-color: null;
815
+
816
+ $alert-success-link-hover-color: null;
817
+
818
+ $alert-success-btn: ();
819
+ $alert-success-btn: map-deep-merge(
820
+ (
821
+ background-color: $white,
822
+ border-color: $success-l1,
823
+ color: $success,
824
+
825
+ hover: (
826
+ background-color: $success,
827
+ border-color: transparent,
828
+ color: $white,
829
+ ),
830
+ ),
831
+ $alert-success-btn
832
+ );
833
+
834
+ $alert-success: ();
835
+ $alert-success: map-deep-merge(
836
+ (
837
+ background-color: $alert-success-bg,
838
+ border-color: $alert-success-border-color,
839
+ color: $alert-success-color,
840
+
841
+ close: (
842
+ color: $alert-success-close-color,
843
+
844
+ hover: (
845
+ color: $alert-success-close-hover-color,
846
+ ),
847
+ ),
848
+
849
+ lead: (
850
+ color: $alert-success-lead-color,
851
+ ),
852
+
853
+ alert-link: (
854
+ color: $alert-success-link-color,
855
+
856
+ hover: (
857
+ color: $alert-success-link-hover-color,
858
+ ),
859
+ ),
860
+
861
+ alert-btn: $alert-success-btn,
862
+ ),
863
+ $alert-success
864
+ );
865
+
866
+ // .alert-info
867
+
868
+ $alert-info-bg: var(--alert-info-background-color, $info-l2);
869
+ $alert-info-border-color: var(--alert-info-border-color, $info-l1);
870
+ $alert-info-color: var(--alert-info-color, $info);
871
+
872
+ $alert-info-close-color: null;
873
+
874
+ $alert-info-close-hover-color: null;
875
+
876
+ $alert-info-lead-color: null;
877
+
878
+ $alert-info-link-color: null;
879
+
880
+ $alert-info-link-hover-color: null;
881
+
882
+ $alert-info-btn: ();
883
+ $alert-info-btn: map-deep-merge(
884
+ (
885
+ background-color: $white,
886
+ border-color: $info-l1,
887
+ color: $info,
888
+
889
+ hover: (
890
+ background-color: $info,
891
+ border-color: transparent,
892
+ color: $white,
893
+ ),
894
+ ),
895
+ $alert-info-btn
896
+ );
897
+
898
+ $alert-info: ();
899
+ $alert-info: map-deep-merge(
900
+ (
901
+ background-color: $alert-info-bg,
902
+ border-color: $alert-info-border-color,
903
+ color: $alert-info-color,
904
+
905
+ close: (
906
+ color: $alert-info-close-color,
907
+
908
+ hover: (
909
+ color: $alert-info-close-hover-color,
910
+ ),
911
+ ),
912
+
913
+ lead: (
914
+ color: $alert-info-lead-color,
915
+ ),
916
+
917
+ link: (
918
+ color: $alert-info-link-color,
919
+
920
+ hover: (
921
+ color: $alert-info-link-hover-color,
922
+ ),
923
+ ),
924
+
925
+ alert-btn: $alert-info-btn,
926
+ ),
927
+ $alert-info
928
+ );
929
+
930
+ // .alert-warning
931
+
932
+ $alert-warning-bg: var(--alert-warning-background-color, $warning-l2);
933
+ $alert-warning-border-color: var(--alert-warning-border-color, $warning-l1);
934
+ $alert-warning-color: var(--alert-warning-color, $warning);
935
+
936
+ $alert-warning-close-color: null;
937
+
938
+ $alert-warning-close-hover-color: null;
939
+
940
+ $alert-warning-lead-color: null;
941
+
942
+ $alert-warning-link-color: null;
943
+
944
+ $alert-warning-link-hover-color: null;
945
+
946
+ $alert-warning-btn: ();
947
+ $alert-warning-btn: map-deep-merge(
948
+ (
949
+ background-color: $white,
950
+ border-color: $warning-l1,
951
+ color: $warning,
952
+
953
+ hover: (
954
+ background-color: $warning,
955
+ border-color: transparent,
956
+ color: $white,
957
+ ),
958
+ ),
959
+ $alert-warning-btn
960
+ );
961
+
962
+ $alert-warning: ();
963
+ $alert-warning: map-deep-merge(
964
+ (
965
+ background-color: $alert-warning-bg,
966
+ border-color: $alert-warning-border-color,
967
+ color: $alert-warning-color,
968
+
969
+ close: (
970
+ color: $alert-warning-close-color,
971
+
972
+ hover: (
973
+ color: $alert-warning-close-hover-color,
974
+ ),
975
+ ),
976
+
977
+ lead: (
978
+ color: $alert-warning-lead-color,
979
+ ),
980
+
981
+ link: (
982
+ color: $alert-warning-link-color,
983
+
984
+ hover: (
985
+ color: $alert-warning-link-hover-color,
986
+ ),
987
+ ),
988
+
989
+ alert-btn: $alert-warning-btn,
990
+ ),
991
+ $alert-warning
992
+ );
993
+
994
+ // .alert-danger
995
+
996
+ $alert-danger-bg: var(--alert-danger-background-color, $danger-l2);
997
+ $alert-danger-border-color: var(--alert-danger-border-color, $danger);
998
+ $alert-danger-color: var(--alert-danger-color, $danger);
999
+
1000
+ $alert-danger-close-color: null;
1001
+
1002
+ $alert-danger-close-hover-color: null;
1003
+
1004
+ $alert-danger-lead-color: null;
1005
+
1006
+ $alert-danger-link-color: null;
1007
+
1008
+ $alert-danger-link-hover-color: null;
1009
+
1010
+ $alert-danger-btn: ();
1011
+ $alert-danger-btn: map-deep-merge(
1012
+ (
1013
+ background-color: $white,
1014
+ border-color: $danger-l1,
1015
+ color: $danger,
1016
+
1017
+ hover: (
1018
+ background-color: $danger,
1019
+ border-color: transparent,
1020
+ color: $white,
1021
+ ),
1022
+ ),
1023
+ $alert-danger-btn
1024
+ );
1025
+
1026
+ $alert-danger: ();
1027
+ $alert-danger: map-deep-merge(
1028
+ (
1029
+ background-color: $alert-danger-bg,
1030
+ border-color: $alert-danger-border-color,
1031
+ color: $alert-danger-color,
1032
+
1033
+ close: (
1034
+ color: $alert-danger-close-color,
1035
+
1036
+ hover: (
1037
+ color: $alert-danger-close-hover-color,
1038
+ ),
1039
+ ),
1040
+
1041
+ lead: (
1042
+ color: $alert-danger-lead-color,
1043
+ ),
1044
+
1045
+ link: (
1046
+ color: $alert-danger-link-color,
1047
+
1048
+ hover: (
1049
+ color: $alert-danger-link-hover-color,
1050
+ ),
1051
+ ),
1052
+
1053
+ alert-btn: $alert-danger-btn,
1054
+ ),
1055
+ $alert-danger
1056
+ );
1057
+
1058
+ // .alert-light
1059
+
1060
+ $alert-light-bg: var(--alert-light-background-color, $light-l2);
1061
+ $alert-light-border-color: var(--alert-light-border-color, $light-l1);
1062
+ $alert-light-color: var(--alert-light-color, $dark);
1063
+
1064
+ $alert-light-close-color: null;
1065
+
1066
+ $alert-light-close-hover-color: null;
1067
+
1068
+ $alert-light-lead-color: null;
1069
+
1070
+ $alert-light-link-color: null;
1071
+
1072
+ $alert-light-link-hover-color: null;
1073
+
1074
+ $alert-light-btn: ();
1075
+ $alert-light-btn: map-deep-merge(
1076
+ (
1077
+ background-color: $white,
1078
+ border-color: $dark-l1,
1079
+ color: $dark,
1080
+
1081
+ hover: (
1082
+ background-color: $dark,
1083
+ border-color: transparent,
1084
+ color: $white,
1085
+ ),
1086
+ ),
1087
+ $alert-light-btn
1088
+ );
1089
+
1090
+ $alert-light: ();
1091
+ $alert-light: map-deep-merge(
1092
+ (
1093
+ background-color: $alert-light-bg,
1094
+ border-color: $alert-light-border-color,
1095
+ color: $alert-light-color,
1096
+
1097
+ close: (
1098
+ color: $alert-light-close-color,
1099
+
1100
+ hover: (
1101
+ color: $alert-light-close-hover-color,
1102
+ ),
1103
+ ),
1104
+
1105
+ lead: (
1106
+ color: $alert-light-lead-color,
1107
+ ),
1108
+
1109
+ link: (
1110
+ color: $alert-light-link-color,
1111
+
1112
+ hover: (
1113
+ color: $alert-light-link-hover-color,
1114
+ ),
1115
+ ),
1116
+
1117
+ alert-btn: $alert-light-btn,
1118
+ ),
1119
+ $alert-light
1120
+ );
1121
+
1122
+ // .alert-dark
1123
+
1124
+ $alert-dark-bg: var(--alert-dark-background-color, $dark-l2);
1125
+ $alert-dark-border-color: var(--alert-dark-border-color, $dark-l1);
1126
+ $alert-dark-color: var(--alert-dark-color, $light);
1127
+
1128
+ $alert-dark-close-color: null;
1129
+
1130
+ $alert-dark-close-hover-color: null;
1131
+
1132
+ $alert-dark-lead-color: null;
1133
+
1134
+ $alert-dark-link-color: null;
1135
+
1136
+ $alert-dark-link-hover-color: null;
1137
+
1138
+ $alert-dark-btn: ();
1139
+ $alert-dark-btn: map-deep-merge(
1140
+ (
1141
+ background-color: $white,
1142
+ border-color: $dark-l1,
1143
+ color: $dark,
1144
+
1145
+ hover: (
1146
+ background-color: $dark,
1147
+ border-color: transparent,
1148
+ color: $white,
1149
+ ),
1150
+
1151
+ active: (
1152
+ background-color: unquote('hsl(from #{$dark} h s calc(l - 5))'),
1153
+ border-color: unquote('hsl(from #{$dark} h s calc(l - 5))'),
1154
+ ),
1155
+ ),
1156
+ $alert-dark-btn
1157
+ );
1158
+
1159
+ $alert-dark: ();
1160
+ $alert-dark: map-deep-merge(
1161
+ (
1162
+ background-color: $alert-dark-bg,
1163
+ border-color: $alert-dark-border-color,
1164
+ color: $alert-dark-color,
1165
+
1166
+ close: (
1167
+ color: $alert-dark-close-color,
1168
+
1169
+ hover: (
1170
+ color: $alert-dark-close-hover-color,
1171
+ ),
1172
+ ),
1173
+
1174
+ lead: (
1175
+ color: $alert-dark-lead-color,
1176
+ ),
1177
+
1178
+ link: (
1179
+ color: $alert-dark-link-color,
1180
+
1181
+ hover: (
1182
+ color: $alert-dark-link-hover-color,
1183
+ ),
1184
+ ),
1185
+
1186
+ alert-btn: $alert-dark-btn,
1187
+ ),
1188
+ $alert-dark
1189
+ );
1190
+
1191
+ $alert-palette: ();
1192
+ $alert-palette: map-deep-merge(
1193
+ (
1194
+ primary: $alert-primary,
1195
+
1196
+ secondary: $alert-secondary,
1197
+
1198
+ success: $alert-success,
1199
+
1200
+ info: $alert-info,
1201
+
1202
+ warning: $alert-warning,
1203
+
1204
+ danger: $alert-danger,
1205
+
1206
+ light: $alert-light,
1207
+
1208
+ dark: $alert-dark,
1209
+ ),
1210
+ $alert-palette
1211
+ );
1212
+ }