@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,482 @@
1
+ @if ($enable-atlas-custom-properties) {
2
+ $c-link: ();
3
+ $c-link: map-deep-merge(
4
+ (
5
+ text-decoration: none,
6
+ transition: clay-enable-transitions(box-shadow 0.15s ease-in-out),
7
+ hover: (
8
+ text-decoration: none,
9
+ ),
10
+
11
+ focus: (
12
+ border-radius: 1px,
13
+ box-shadow: $component-focus-box-shadow,
14
+ outline: 0,
15
+ ),
16
+
17
+ c-link-variants: (
18
+ text-secondary: (
19
+ color: $gray-900 !important,
20
+
21
+ hover: (
22
+ color: $black !important,
23
+ ),
24
+
25
+ focus: (
26
+ color: $black !important,
27
+ ),
28
+ ),
29
+
30
+ text-tertiary: (
31
+ color: $gray-900 !important,
32
+
33
+ hover: (
34
+ color: $black !important,
35
+ ),
36
+ ),
37
+ ),
38
+ ),
39
+ $c-link
40
+ );
41
+
42
+ $component-link: ();
43
+ $component-link: map-deep-merge(
44
+ (
45
+ border-radius: 1px,
46
+ color: var(--component-link-color, $gray-600),
47
+ transition:
48
+ var(--component-link-transition, box-shadow 0.15s ease-in-out),
49
+ hover: (
50
+ color: var(--component-link-hover-color, $gray-900),
51
+ ),
52
+
53
+ focus: (
54
+ color: var(--component-link-focus-color, $gray-900),
55
+ box-shadow:
56
+ var(
57
+ --component-link-focus-box-shadow,
58
+ $component-focus-box-shadow
59
+ ),
60
+ outline: 0,
61
+ ),
62
+ ),
63
+ $component-link
64
+ );
65
+
66
+ $link-primary: ();
67
+ $link-primary: map-deep-merge(
68
+ (
69
+ border-radius: 1px,
70
+ color: var(--link-primary-color, $primary),
71
+ transition:
72
+ var(--link-primary-transition, box-shadow 0.15s ease-in-out),
73
+ hover: (
74
+ color: var(--link-primary-hover-color, $primary-d1),
75
+ ),
76
+
77
+ focus: (
78
+ color: var(--link-primary-focus-color, $primary-d1),
79
+ box-shadow:
80
+ var(
81
+ --link-primary-focus-box-shadow,
82
+ $component-focus-box-shadow
83
+ ),
84
+ outline: 0,
85
+ ),
86
+ ),
87
+ $link-primary
88
+ );
89
+
90
+ $link-secondary: ();
91
+ $link-secondary: map-deep-merge(
92
+ (
93
+ border-radius: 1px,
94
+ color: var(--link-secondary-color, $secondary),
95
+ transition: box-shadow 0.15s ease-in-out,
96
+
97
+ hover: (
98
+ color: var(--link-secondary-hover-color, $gray-900),
99
+ ),
100
+
101
+ focus: (
102
+ color: var(--link-secondary-focus-color, $gray-900),
103
+ box-shadow: $component-focus-box-shadow,
104
+ outline: 0,
105
+ ),
106
+ ),
107
+ $link-secondary
108
+ );
109
+
110
+ $single-link-font-weight: $font-weight-semi-bold;
111
+
112
+ // Link Outline
113
+
114
+ // @deprecated as of v3.4.0 use the Sass map `$link-outline` instead
115
+
116
+ $link-outline-border-radius: $btn-border-radius;
117
+
118
+ // @deprecated as of v3.4.0 use the Sass map `$link-outline` instead
119
+
120
+ $link-outline-border-width: $btn-border-width;
121
+
122
+ // @deprecated as of v3.4.0 use the Sass map `$link-outline` instead
123
+
124
+ $link-outline-font-size: $btn-font-size-sm;
125
+
126
+ // @deprecated as of v3.4.0 use the Sass map `$link-outline` instead
127
+
128
+ $link-outline-font-weight: $font-weight-semi-bold;
129
+
130
+ // @deprecated as of v3.4.0 use the Sass map `$link-outline` instead
131
+
132
+ $link-outline-line-height: $btn-line-height-sm;
133
+
134
+ // @deprecated as of v3.4.0 use the Sass map `$link-outline` instead
135
+
136
+ $link-outline-padding-x: $btn-padding-x-sm;
137
+
138
+ // @deprecated as of v3.4.0 use the Sass map `$link-outline` instead
139
+
140
+ $link-outline-padding-y: $btn-padding-y-sm;
141
+
142
+ // @deprecated as of v3.4.0 use the Sass map `$link-outline` instead
143
+
144
+ $link-outline-transition: $component-transition;
145
+
146
+ $link-outline: ();
147
+ $link-outline: map-deep-merge(
148
+ (
149
+ align-items: center,
150
+ background-color: transparent,
151
+ border-color: transparent,
152
+ border-radius: $link-outline-border-radius,
153
+ border-style: solid,
154
+ border-width: $link-outline-border-width,
155
+ display: inline-flex,
156
+ font-size: $link-outline-font-size,
157
+ font-weight: $link-outline-font-weight,
158
+ justify-content: center,
159
+ line-height: $link-outline-line-height,
160
+ padding-bottom: $link-outline-padding-y,
161
+ padding-left: $link-outline-padding-x,
162
+ padding-right: $link-outline-padding-x,
163
+ padding-top: $link-outline-padding-y,
164
+ transition: $link-outline-transition,
165
+ vertical-align: middle,
166
+
167
+ hover: (
168
+ text-decoration: none,
169
+ ),
170
+
171
+ focus: (
172
+ box-shadow: $component-focus-box-shadow,
173
+ outline: 0,
174
+ ),
175
+
176
+ disabled: (
177
+ box-shadow: none,
178
+
179
+ active: (
180
+ pointer-events: none,
181
+ ),
182
+ ),
183
+
184
+ lexicon-icon: (
185
+ margin-top: 0,
186
+ ),
187
+ ),
188
+ $link-outline
189
+ );
190
+
191
+ $link-outline-primary: ();
192
+ $link-outline-primary: map-deep-merge(
193
+ (
194
+ border-color: $primary,
195
+ color: $primary,
196
+
197
+ hover: (
198
+ background-color: $primary-l3,
199
+ color: $primary,
200
+ ),
201
+
202
+ focus: (
203
+ background-color: $primary-l3,
204
+ color: $primary,
205
+ ),
206
+
207
+ active: (
208
+ background-color: unquote('hsl(from #{$primary} h s l / 0.12)'),
209
+ color: $primary,
210
+ ),
211
+
212
+ disabled: (
213
+ background-color: transparent,
214
+ color: $primary,
215
+ cursor: $disabled-cursor,
216
+ opacity: $component-disabled-opacity,
217
+ ),
218
+ ),
219
+ $link-outline-primary
220
+ );
221
+
222
+ $link-outline-secondary: ();
223
+ $link-outline-secondary: map-deep-merge(
224
+ (
225
+ border-color: $secondary-l2,
226
+ color: $secondary,
227
+
228
+ hover: (
229
+ background-color:
230
+ unquote('hsl(from #{$gray-900} h s l / 0.03)'),
231
+ color: $gray-900,
232
+ ),
233
+
234
+ focus: (
235
+ background-color:
236
+ unquote('hsl(from #{$gray-900} h s l / 0.03)'),
237
+ color: $gray-900,
238
+ ),
239
+
240
+ active: (
241
+ background-color:
242
+ unquote('hsl(from #{$gray-900} h s l / 0.06)'),
243
+ color: $gray-900,
244
+ ),
245
+
246
+ disabled: (
247
+ background-color: transparent,
248
+ color: $secondary,
249
+ cursor: $disabled-cursor,
250
+ opacity: $component-disabled-opacity,
251
+ ),
252
+ ),
253
+ $link-outline-secondary
254
+ );
255
+
256
+ // Link Monospaced
257
+
258
+ // @deprecated as of v3.4.0 use the Sass map `$link-monospaced` instead
259
+
260
+ $link-monospaced-size: $btn-monospaced-size-sm;
261
+
262
+ $link-monospaced: ();
263
+ $link-monospaced: map-deep-merge(
264
+ (
265
+ align-items: center,
266
+ display: inline-flex,
267
+ height: $link-monospaced-size,
268
+ justify-content: center,
269
+ overflow: hidden,
270
+ padding-bottom: 0,
271
+ padding-left: 0,
272
+ padding-right: 0,
273
+ padding-top: 0,
274
+ vertical-align: middle,
275
+ width: $link-monospaced-size,
276
+
277
+ lexicon-icon: (
278
+ margin-top: 0,
279
+ ),
280
+ ),
281
+ $link-monospaced
282
+ );
283
+
284
+ // Component Title
285
+
286
+ $component-title: ();
287
+ $component-title: map-deep-merge(
288
+ (
289
+ color: var(--component-title-color, $gray-900),
290
+ font-size: var(--component-title-font-size, 16px),
291
+ font-weight:
292
+ var(--component-title-font-weight, $headings-font-weight),
293
+ line-height: var(--component-title-line-height, 1.25),
294
+ margin-bottom:
295
+ var(
296
+ --component-title-margin-bottom,
297
+ calc((#{$dropdown-action-toggle-size} - (1em * 1.25)) / 2)
298
+ ),
299
+ margin-top:
300
+ var(
301
+ --component-title-margin-top,
302
+ calc((#{$dropdown-action-toggle-size} - (1em * 1.25)) / 2)
303
+ ),
304
+ ),
305
+ $component-title
306
+ );
307
+
308
+ $component-title-link: ();
309
+ $component-title-link: map-deep-merge(
310
+ (
311
+ border-radius: 1px,
312
+ color: var(--component-title-link-color, $gray-900),
313
+ transition: box-shadow 0.15s ease-in-out,
314
+
315
+ hover: (
316
+ color:
317
+ var(
318
+ --component-title-link-hover-color,
319
+ unquote('hsl(from #{$gray-900} h s calc(l - 15))')
320
+ ),
321
+ ),
322
+
323
+ focus: (
324
+ color:
325
+ var(
326
+ --component-title-link-focus-color,
327
+ unquote('hsl(from #{$gray-900} h s calc(l - 15))')
328
+ ),
329
+ box-shadow: $component-focus-box-shadow,
330
+ outline: 0,
331
+ ),
332
+ ),
333
+ $component-title-link
334
+ );
335
+
336
+ $component-title: map-deep-merge(
337
+ $component-title,
338
+ (
339
+ href: $component-title-link,
340
+ )
341
+ );
342
+
343
+ // Component Subtitle
344
+
345
+ $component-subtitle: ();
346
+ $component-subtitle: map-deep-merge(
347
+ (
348
+ color: var(--component-subtitle-color, $gray-600),
349
+ font-weight:
350
+ var(--component-subtitle-font-weight, $font-weight-semi-bold),
351
+ line-height: var(--component-subtitle-line-height, 1.45),
352
+ margin-bottom: var(--component-subtitle-margin-bottom, 0),
353
+ ),
354
+ $component-subtitle
355
+ );
356
+
357
+ $component-subtitle-link: ();
358
+ $component-subtitle-link: map-deep-merge(
359
+ (
360
+ border-radius: 1px,
361
+ color: var(--component-subtitle-link-color, $gray-600),
362
+ transition: box-shadow 0.15s ease-in-out,
363
+
364
+ hover: (
365
+ color: var(--component-subtitle-link-hover-color, $gray-900),
366
+ ),
367
+
368
+ focus: (
369
+ color: var(--component-subtitle-link-focus-color, $gray-900),
370
+ box-shadow: $component-focus-box-shadow,
371
+ outline: 0,
372
+ ),
373
+ ),
374
+ $component-subtitle-link
375
+ );
376
+
377
+ $component-subtitle: map-deep-merge(
378
+ $component-subtitle,
379
+ (
380
+ href: $component-subtitle-link,
381
+ )
382
+ );
383
+
384
+ // Component Action
385
+
386
+ $component-action: ();
387
+ $component-action: map-deep-merge(
388
+ (
389
+ align-items: center,
390
+ background-color:
391
+ var(--component-action-background-color, transparent),
392
+ border-color: var(--component-action-border-color, transparent),
393
+ border-radius:
394
+ var(--component-action-border-radius, $border-radius),
395
+ border-width: var(--component-action-border-width, 0),
396
+ color: var(--component-action-color, $secondary),
397
+ display: inline-flex,
398
+ font-size: var(--component-action-font-size, 16px),
399
+ height:
400
+ var(
401
+ --component-action-height,
402
+ map-get($link-monospaced, height)
403
+ ),
404
+ justify-content: center,
405
+ overflow: hidden,
406
+ padding: var(--component-action-padding, 0),
407
+ transition: $component-transition,
408
+ vertical-align: middle,
409
+ width:
410
+ var(--component-action-width, map-get($link-monospaced, width)),
411
+ hover: (
412
+ background-color:
413
+ var(
414
+ --component-action-hover-background-color,
415
+ unquote('hsl(from #{$gray-900} h s l / 0.03)')
416
+ ),
417
+ color: var(--component-action-hover-color, $gray-900),
418
+ ),
419
+
420
+ focus: (
421
+ background-color:
422
+ var(
423
+ --component-action-focus-background-color,
424
+ unquote('hsl(from #{$gray-900} h s l / 0.03)')
425
+ ),
426
+ box-shadow: $component-focus-box-shadow,
427
+ color: var(--component-action-focus-color, $gray-900),
428
+ outline: 0,
429
+ ),
430
+
431
+ active: (
432
+ background-color:
433
+ var(
434
+ --component-action-active-background-color,
435
+ unquote('hsl(from #{$gray-900} h s l / 0.06)')
436
+ ),
437
+ color: var(--component-action-active-color, $gray-900),
438
+ ),
439
+
440
+ disabled: (
441
+ background-color:
442
+ var(
443
+ --component-action-disabled-background-color,
444
+ transparent
445
+ ),
446
+ box-shadow: none,
447
+ color: var(--component-action-disabled-color, $secondary),
448
+ cursor: $disabled-cursor,
449
+ opacity:
450
+ var(
451
+ --component-action-disabled-opacity,
452
+ $component-disabled-opacity
453
+ ),
454
+ active: (
455
+ pointer-events: none,
456
+ ),
457
+ ),
458
+
459
+ lexicon-icon: (
460
+ margin-top: 0,
461
+ ),
462
+ ),
463
+ $component-action
464
+ );
465
+
466
+ $component-text: ();
467
+
468
+ $component-icon: ();
469
+ $component-icon: map-deep-merge(
470
+ (
471
+ align-items: center,
472
+ display: inline-flex,
473
+ height: var(--component-icon-height, 32px),
474
+ justify-content: center,
475
+ width: var(--component-icon-width, 32px),
476
+ lexicon-icon: (
477
+ margin-top: 0,
478
+ ),
479
+ ),
480
+ $component-icon
481
+ );
482
+ }