@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,636 @@
1
+ @if ($enable-atlas-custom-properties) {
2
+ $tbar-item-padding-x: var(--tbar-item-padding-x, 8px);
3
+ $tbar-item-padding-y: var(--tbar-item-padding-y, 0px);
4
+
5
+ // Tbar Stacked
6
+
7
+ $tbar-stacked: ();
8
+ $tbar-stacked: map-deep-merge(
9
+ (
10
+ display: inline-flex,
11
+ height: 100%,
12
+ padding-bottom: var(--tbar-stacked-padding-bottom, 8px),
13
+ padding-top: var(--tbar-stacked-padding-top, 8px),
14
+ tbar-nav: (
15
+ flex-direction: column,
16
+ min-width: 0,
17
+ ),
18
+
19
+ tbar-item: (
20
+ align-items: center,
21
+ justify-content: flex-start,
22
+ padding-left: var(--tbar-stacked-tbar-item-padding-left, 0),
23
+ padding-right: var(--tbar-stacked-tbar-item-padding-right, 0),
24
+ ),
25
+
26
+ tbar-item-expand: (
27
+ flex-shrink: 0,
28
+ min-width: 0,
29
+ ),
30
+
31
+ tbar-divider-before: (
32
+ before: (
33
+ background-color: $body-color,
34
+ content: '',
35
+ display: block,
36
+ height: 1px,
37
+ margin-bottom: 4px,
38
+ margin-top: 4px,
39
+ width: 40px,
40
+ ),
41
+ ),
42
+
43
+ tbar-divider-after: (
44
+ after: (
45
+ background-color: $body-color,
46
+ content: '',
47
+ display: block,
48
+ height: 1px,
49
+ margin-bottom: 4px,
50
+ margin-top: 4px,
51
+ width: 40px,
52
+ ),
53
+ ),
54
+
55
+ tbar-btn-monospaced: (
56
+ border-color:
57
+ var(
58
+ --tbar-stacked-tbar-btn-monospaced-border-color,
59
+ transparent
60
+ ),
61
+ border-radius:
62
+ var(--tbar-stacked-tbar-btn-monospaced-border-radius, 0),
63
+ border-width:
64
+ var(--tbar-stacked-tbar-btn-monospaced-border-width, 0),
65
+ color: var(--tbar-stacked-tbar-btn-monospaced-color, inherit),
66
+ height: var(--tbar-stacked-tbar-btn-monospaced-height, 40px),
67
+ margin-bottom:
68
+ var(--tbar-stacked-tbar-btn-monospaced-margin-bottom, 0),
69
+ margin-top:
70
+ var(--tbar-stacked-tbar-btn-monospaced-margin-top, 0),
71
+ overflow:
72
+ var(--tbar-stacked-tbar-btn-monospaced-overflow, visible),
73
+ padding-bottom:
74
+ var(--tbar-stacked-tbar-btn-monospaced-padding-bottom, 0),
75
+ padding-left:
76
+ var(--tbar-stacked-tbar-btn-monospaced-padding-left, 0),
77
+ padding-right:
78
+ var(--tbar-stacked-tbar-btn-monospaced-padding-right, 0),
79
+ padding-top:
80
+ var(--tbar-stacked-tbar-btn-monospaced-padding-top, 0),
81
+ position:
82
+ var(--tbar-stacked-tbar-btn-monospaced-position, relative),
83
+ width: var(--tbar-stacked-tbar-btn-monospaced-width, 40px),
84
+ focus: (
85
+ box-shadow: $component-focus-inset-box-shadow,
86
+ ),
87
+
88
+ active: (
89
+ focus: (
90
+ box-shadow: $component-focus-inset-box-shadow,
91
+ ),
92
+ ),
93
+ ),
94
+ ),
95
+ $tbar-stacked
96
+ );
97
+
98
+ // Tbar Inline {xs|sm|md|lg|xl} Down
99
+
100
+ $tbar-inline-xs-down: ();
101
+ $tbar-inline-xs-down: map-deep-merge(
102
+ (
103
+ breakpoint-down: nth(map-keys($grid-breakpoints), 1),
104
+ tbar-item: (
105
+ padding-left: 0,
106
+ ),
107
+ ),
108
+ $tbar-inline-xs-down
109
+ );
110
+
111
+ $tbar-inline-sm-down: ();
112
+ $tbar-inline-sm-down: map-deep-merge(
113
+ (
114
+ breakpoint-down: nth(map-keys($grid-breakpoints), 2),
115
+ tbar-item: (
116
+ padding-left: 0,
117
+ ),
118
+ ),
119
+ $tbar-inline-sm-down
120
+ );
121
+
122
+ $tbar-inline-md-down: ();
123
+ $tbar-inline-md-down: map-deep-merge(
124
+ (
125
+ breakpoint-down: nth(map-keys($grid-breakpoints), 3),
126
+ tbar-item: (
127
+ padding-left: 0,
128
+ ),
129
+ ),
130
+ $tbar-inline-md-down
131
+ );
132
+
133
+ $tbar-inline-lg-down: ();
134
+ $tbar-inline-lg-down: map-deep-merge(
135
+ (
136
+ breakpoint-down: nth(map-keys($grid-breakpoints), 4),
137
+ tbar-item: (
138
+ padding-left: 0,
139
+ ),
140
+ ),
141
+ $tbar-inline-lg-down
142
+ );
143
+
144
+ $tbar-inline-xl-down: ();
145
+ $tbar-inline-xl-down: map-deep-merge(
146
+ (
147
+ breakpoint-down: nth(map-keys($grid-breakpoints), 5),
148
+ tbar-item: (
149
+ padding-left: 0,
150
+ ),
151
+ ),
152
+ $tbar-inline-xl-down
153
+ );
154
+
155
+ // Component Tbar
156
+
157
+ $component-tbar: ();
158
+ $component-tbar: map-deep-merge(
159
+ (
160
+ border-color: var(--component-tbar-border-color, $gray-300),
161
+ border-style: var(--component-tbar-border-style, solid),
162
+ border-width: var(--component-tbar-border-width, 0 0 1px 0),
163
+ color: var(--component-tbar-color, $gray-600),
164
+ height: var(--component-tbar-height, 56px),
165
+ ),
166
+ $component-tbar
167
+ );
168
+
169
+ // Tbar Variants
170
+
171
+ $tbar-light: ();
172
+ $tbar-light: map-deep-merge(
173
+ (
174
+ background-color: $white,
175
+ box-shadow:
176
+ inset
177
+ 1px
178
+ 0
179
+ 0
180
+ 0
181
+ $gray-200#{','}
182
+ inset -1px
183
+ 0
184
+ 0
185
+ 0
186
+ $gray-200,
187
+ color: $secondary,
188
+
189
+ tbar-divider-before: (
190
+ before: (
191
+ background-color: $gray-200,
192
+ ),
193
+ ),
194
+
195
+ tbar-divider-after: (
196
+ after: (
197
+ background-color: $gray-200,
198
+ ),
199
+ ),
200
+
201
+ tbar-btn-monospaced: (
202
+ hover: (
203
+ color: $dark,
204
+ ),
205
+
206
+ focus: (
207
+ color: $dark,
208
+ ),
209
+
210
+ disabled: (
211
+ color: inherit,
212
+ ),
213
+
214
+ active: (
215
+ background-color: $gray-200,
216
+ color: $dark,
217
+ ),
218
+ ),
219
+ ),
220
+ $tbar-light
221
+ );
222
+
223
+ $tbar-dark-d1: ();
224
+ $tbar-dark-d1: map-deep-merge(
225
+ (
226
+ background-color: $dark-d1,
227
+ box-shadow:
228
+ inset
229
+ 1px
230
+ 0
231
+ 0
232
+ 0
233
+ unquote('hsl(from #{$white} h s l / 0.06)')
234
+ #{','}
235
+ inset -1px
236
+ 0
237
+ 0
238
+ 0
239
+ unquote('hsl(from #{$white} h s l / 0.06)'),
240
+ color: $gray-500,
241
+
242
+ tbar-divider-before: (
243
+ before: (
244
+ background-color:
245
+ unquote('hsl(from #{$white} h s l / 0.06)'),
246
+ ),
247
+ ),
248
+
249
+ tbar-divider-after: (
250
+ after: (
251
+ background-color:
252
+ unquote('hsl(from #{$white} h s l / 0.06)'),
253
+ ),
254
+ ),
255
+
256
+ tbar-btn-monospaced: (
257
+ hover: (
258
+ color: $white,
259
+ ),
260
+
261
+ focus: (
262
+ color: $white,
263
+ ),
264
+
265
+ disabled: (
266
+ color: inherit,
267
+ ),
268
+
269
+ active: (
270
+ background-color:
271
+ unquote('hsl(from #{$white} h s l / 0.06)'),
272
+ color: $white,
273
+ ),
274
+
275
+ active-class: (
276
+ after: (
277
+ background-color: $primary-l1,
278
+ bottom: 0,
279
+ content: '',
280
+ display: block,
281
+ left: 0,
282
+ position: absolute,
283
+ top: 0,
284
+ width: 4px,
285
+ ),
286
+ ),
287
+ ),
288
+ ),
289
+ $tbar-dark-d1
290
+ );
291
+
292
+ $tbar-dark-l2: ();
293
+ $tbar-dark-l2: map-deep-merge(
294
+ (
295
+ background-color: $dark-l2,
296
+ box-shadow:
297
+ inset
298
+ 1px
299
+ 0
300
+ 0
301
+ 0
302
+ unquote('hsl(from #{$white} h s l / 0.06)')
303
+ #{','}
304
+ inset -1px
305
+ 0
306
+ 0
307
+ 0
308
+ unquote('hsl(from #{$white} h s l / 0.06)'),
309
+ border-color: unquote('hsl(from #{$white} h s l / 0.06)'),
310
+ color: $gray-500,
311
+
312
+ tbar-divider-before: (
313
+ before: (
314
+ background-color:
315
+ unquote('hsl(from #{$white} h s l / 0.06)'),
316
+ ),
317
+ ),
318
+
319
+ tbar-divider-after: (
320
+ after: (
321
+ background-color:
322
+ unquote('hsl(from #{$white} h s l / 0.06)'),
323
+ ),
324
+ ),
325
+
326
+ tbar-btn-monospaced: (
327
+ hover: (
328
+ color: $white,
329
+ ),
330
+
331
+ focus: (
332
+ color: $white,
333
+ ),
334
+
335
+ disabled: (
336
+ color: inherit,
337
+ ),
338
+
339
+ active: (
340
+ background-color:
341
+ unquote('hsl(from #{$white} h s l / 0.06)'),
342
+ color: $white,
343
+ ),
344
+ ),
345
+ ),
346
+ $tbar-dark-l2
347
+ );
348
+
349
+ // Subnav Tbar
350
+
351
+ $subnav-tbar-component-title: ();
352
+ $subnav-tbar-component-title: map-deep-merge(
353
+ (
354
+ display: inline-block,
355
+ font-size: var(--subnav-tbar-component-title-font-size, 14px),
356
+ font-weight:
357
+ var(
358
+ --subnav-tbar-component-title-font-weight,
359
+ $font-weight-semi-bold
360
+ ),
361
+ line-height: var(--subnav-tbar-component-title-line-height, 1.45),
362
+ margin-bottom:
363
+ var(--subnav-tbar-component-title-margin-bottom, 4px),
364
+ margin-top: var(--subnav-tbar-component-title-margin-top, 4px),
365
+ max-width: 100%,
366
+ ),
367
+ $subnav-tbar-component-title
368
+ );
369
+
370
+ $subnav-tbar-component-link: ();
371
+ $subnav-tbar-component-link: map-deep-merge(
372
+ (
373
+ color: var(--subnav-tbar-component-link-color, $link-color),
374
+ font-weight:
375
+ var(
376
+ --subnav-tbar-component-link-font-weight,
377
+ $font-weight-semi-bold
378
+ ),
379
+ hover: (
380
+ color:
381
+ var(
382
+ --subnav-tbar-component-link-hover-color,
383
+ $link-hover-color
384
+ ),
385
+ ),
386
+ ),
387
+ $subnav-tbar-component-link
388
+ );
389
+
390
+ $subnav-tbar-component-text: ();
391
+ $subnav-tbar-component-text: map-deep-merge(
392
+ (
393
+ display: inline-block,
394
+ line-height: var(--subnav-tbar-component-text-line-height, 1.45),
395
+ margin-bottom: var(--subnav-tbar-component-text-margin-bottom, 4px),
396
+ margin-top: var(--subnav-tbar-component-text-margin-top, 4px),
397
+ max-width: 100%,
398
+ ),
399
+ $subnav-tbar-component-text
400
+ );
401
+
402
+ $subnav-tbar: ();
403
+ $subnav-tbar: map-deep-merge(
404
+ (
405
+ font-size: var(--subnav-tbar-font-size, 14px),
406
+ tbar-section: (
407
+ text-align: left,
408
+ ),
409
+
410
+ strong: (
411
+ font-weight: $font-weight-semi-bold,
412
+ ),
413
+
414
+ tbar-item-padding: (
415
+ padding-left: var(--subnav-tbar-item-padding-left, 8px),
416
+ padding-right: var(--subnav-tbar-item-padding-right, 8px),
417
+ ),
418
+
419
+ tbar-btn: (
420
+ height: var(--subnav-tbar-btn-height, 24px),
421
+ line-height: var(--subnav-tbar-btn-line-height, 1),
422
+ margin-bottom: var(--subnav-tbar-btn-margin-bottom, 2px),
423
+ margin-top: var(--subnav-tbar-btn-margin-top, 2px),
424
+ padding-bottom: var(--subnav-tbar-btn-padding-bottom, 0),
425
+ padding-top: var(--subnav-tbar-btn-padding-top, 0),
426
+ ),
427
+
428
+ tbar-btn-monospaced: (
429
+ margin-bottom:
430
+ var(--subnav-tbar-btn-monospaced-margin-bottom, 2px),
431
+ margin-top: var(--subnav-tbar-btn-monospaced-margin-top, 2px),
432
+ padding: var(--subnav-tbar-btn-monospaced-padding, 4px),
433
+ ),
434
+
435
+ component-link: $subnav-tbar-component-link,
436
+
437
+ component-title: $subnav-tbar-component-title,
438
+
439
+ component-text: $subnav-tbar-component-text,
440
+
441
+ component-label: (
442
+ font-weight:
443
+ var(
444
+ --subnav-tbar-component-label-font-weight,
445
+ $font-weight-normal
446
+ ),
447
+ ),
448
+
449
+ tbar-link: (
450
+ margin-bottom: var(--subnav-tbar-link-margin-bottom, 2px),
451
+ margin-top: var(--subnav-tbar-link-margin-top, 2px),
452
+ padding-bottom: var(--subnav-tbar-link-padding-bottom, 1.5px),
453
+ padding-left: var(--subnav-tbar-link-padding-left, 4px),
454
+ padding-right: var(--subnav-tbar-link-padding-right, 4px),
455
+ padding-top: var(--subnav-tbar-link-padding-top, 1.5px),
456
+ ),
457
+
458
+ tbar-link-monospaced: (
459
+ height: var(--subnav-tbar-link-monospaced-height, 24px),
460
+ margin-bottom:
461
+ var(--subnav-tbar-link-monospaced-margin-bottom, 2px),
462
+ margin-top: var(--subnav-tbar-link-monospaced-margin-top, 2px),
463
+ width: var(--subnav-tbar-link-monospaced-width, 24px),
464
+ ),
465
+ ),
466
+ $subnav-tbar
467
+ );
468
+
469
+ // Subnav Tbar Variants
470
+
471
+ $subnav-tbar-light: ();
472
+ $subnav-tbar-light: map-deep-merge(
473
+ (
474
+ background-color:
475
+ var(
476
+ --subnav-tbar-light-background-color,
477
+ setter(map-get($subnav-tbar-light, bg-color), $light-l2)
478
+ ),
479
+ color: var(--subnav-tbar-light-color, $gray-600),
480
+ padding-y: var(--subnav-tbar-light-padding-y, 2px),
481
+ ),
482
+ $subnav-tbar-light
483
+ );
484
+
485
+ // Subnav Tbar Primary
486
+
487
+ $subnav-tbar-primary-component-link: ();
488
+ $subnav-tbar-primary-component-link: map-deep-merge(
489
+ (
490
+ color: var(--subnav-tbar-primary-component-link-color, $gray-900),
491
+ hover: (
492
+ color:
493
+ var(
494
+ --subnav-tbar-primary-component-link-hover-color,
495
+ $gray-900
496
+ ),
497
+ ),
498
+
499
+ disabled: (
500
+ color:
501
+ var(
502
+ --subnav-tbar-primary-component-link-disabled-color,
503
+ $gray-600
504
+ ),
505
+ cursor: $disabled-cursor,
506
+ opacity:
507
+ var(
508
+ --subnav-tbar-primary-component-link-disabled-opacity,
509
+ 0.65
510
+ ),
511
+ text-decoration: none,
512
+ ),
513
+ ),
514
+ $subnav-tbar-primary-component-link
515
+ );
516
+
517
+ $subnav-tbar-primary-component-label-close: ();
518
+ $subnav-tbar-primary-component-label-close: map-deep-merge(
519
+ (
520
+ focus: (
521
+ color: inherit,
522
+ ),
523
+
524
+ disabled: (
525
+ color: $gray-600,
526
+ opacity: 0.65,
527
+ ),
528
+ ),
529
+ $subnav-tbar-primary-component-label-close
530
+ );
531
+
532
+ $subnav-tbar-primary-component-label: ();
533
+ $subnav-tbar-primary-component-label: map-deep-merge(
534
+ (
535
+ close: $subnav-tbar-primary-component-label-close,
536
+ ),
537
+ $subnav-tbar-primary-component-label
538
+ );
539
+
540
+ $subnav-tbar-primary-tbar-label-size: ();
541
+ $subnav-tbar-primary-tbar-label-size: map-deep-merge(
542
+ (
543
+ font-size: var(--subnav-tbar-primary-label-size-font-size, 12px),
544
+ margin-right: var(--subnav-tbar-primary-label-size-margin-right, 0),
545
+ padding-bottom:
546
+ var(--subnav-tbar-primary-label-size-padding-bottom, 5px),
547
+ padding-left:
548
+ var(--subnav-tbar-primary-label-size-padding-left, 10px),
549
+ padding-right:
550
+ var(--subnav-tbar-primary-label-size-padding-right, 10px),
551
+ padding-top: var(--subnav-tbar-primary-label-size-padding-top, 5px),
552
+ text-transform: none,
553
+ ),
554
+ $subnav-tbar-primary-tbar-label-size
555
+ );
556
+
557
+ $subnav-tbar-primary: ();
558
+ $subnav-tbar-primary: map-deep-merge(
559
+ (
560
+ background-color:
561
+ var(
562
+ --subnav-tbar-primary-background-color,
563
+ setter(map-get($subnav-tbar-primary, bg-color), $primary-l2)
564
+ ),
565
+ padding-bottom: var(--subnav-tbar-primary-padding-bottom, 10px),
566
+ padding-left: var(--subnav-tbar-primary-padding-left, 4px),
567
+ padding-right: var(--subnav-tbar-primary-padding-right, 4px),
568
+ padding-top: var(--subnav-tbar-primary-padding-top, 10px),
569
+ tbar-item: (
570
+ justify-content: flex-start,
571
+ padding-left: var(--subnav-tbar-primary-item-padding-left, 4px),
572
+ padding-right:
573
+ var(--subnav-tbar-primary-item-padding-right, 4px),
574
+ ),
575
+
576
+ tbar-link-monospaced: (
577
+ border-radius:
578
+ var(--subnav-tbar-primary-link-monospaced-border-radius, 0),
579
+ border-width:
580
+ var(--subnav-tbar-primary-link-monospaced-border-width, 0),
581
+ height: var(--subnav-tbar-primary-link-monospaced-height, 48px),
582
+ margin-bottom:
583
+ var(
584
+ --subnav-tbar-primary-link-monospaced-margin-bottom,
585
+ -10px
586
+ ),
587
+ margin-top:
588
+ var(
589
+ --subnav-tbar-primary-link-monospaced-margin-top,
590
+ -10px
591
+ ),
592
+ width: var(--subnav-tbar-primary-link-monospaced-width, 48px),
593
+ ),
594
+
595
+ component-link: $subnav-tbar-primary-component-link,
596
+
597
+ component-label: $subnav-tbar-primary-component-label,
598
+
599
+ tbar-label: $subnav-tbar-primary-tbar-label-size,
600
+ ),
601
+ $subnav-tbar-primary
602
+ );
603
+
604
+ // Subnav Tbar Primary Disabled
605
+
606
+ $subnav-tbar-primary-disabled-component-label: ();
607
+ $subnav-tbar-primary-disabled-component-label: map-deep-merge(
608
+ (
609
+ border-color:
610
+ var(
611
+ --subnav-tbar-primary-disabled-component-label-border-color,
612
+ #8e94aa
613
+ ),
614
+ ),
615
+ $subnav-tbar-primary-disabled-component-label
616
+ );
617
+
618
+ $subnav-tbar-primary-disabled: ();
619
+ $subnav-tbar-primary-disabled: map-deep-merge(
620
+ (
621
+ background-color:
622
+ var(
623
+ --subnav-tbar-primary-disabled-background-color,
624
+ setter(
625
+ map-get($subnav-tbar-primary-disabled, bg-color),
626
+ unquote(
627
+ 'hsl(from #{$primary} h calc(s - 27.03) calc(l + 37.06))'
628
+ )
629
+ )
630
+ ),
631
+ color: var(--subnav-tbar-primary-disabled-color, #8e94aa),
632
+ component-label: $subnav-tbar-primary-disabled-component-label,
633
+ ),
634
+ $subnav-tbar-primary-disabled
635
+ );
636
+ }