@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
@@ -12,72 +12,85 @@ $menubar-vertical-transparent-md: map-deep-merge(
12
12
  background-color 0.15s ease-in-out,
13
13
  border-color 0.15s ease-in-out,
14
14
  box-shadow 0.15s ease-in-out},
15
+
15
16
  before: (
16
- border-radius: $border-radius 0 0 $border-radius,
17
- bottom: 0,
17
+ border-radius: $border-radius 0rem 0rem $border-radius,
18
+ bottom: 0rem,
18
19
  content: '',
19
20
  display: block,
20
- left: 0,
21
+ left: 0rem,
21
22
  position: absolute,
22
- top: 0,
23
+ top: 0rem,
23
24
  ),
25
+
24
26
  hover: (
25
27
  background-color: rgba($gray-900, 0.04),
26
28
  color: $gray-900,
27
29
  font-weight: $font-weight-semi-bold,
28
- letter-spacing: 0,
30
+ letter-spacing: 0px,
31
+
29
32
  before: (
30
33
  background: $secondary-l0,
31
34
  width: 0.1875rem,
32
35
  ),
33
36
  ),
37
+
34
38
  focus: (
35
39
  background-color: c-unset,
36
40
  color: $gray-900,
37
41
  outline: 0,
42
+
38
43
  after: (
39
44
  border-radius: $border-radius,
40
- bottom: 0,
45
+ bottom: 0rem,
41
46
  box-shadow: $component-focus-box-shadow,
42
47
  content: '',
43
48
  display: block,
44
- left: 0,
49
+ left: 0rem,
45
50
  pointer-events: none,
46
51
  position: absolute,
47
- right: 0,
48
- top: 0,
52
+ right: 0rem,
53
+ top: 0rem,
49
54
  ),
50
55
  ),
56
+
51
57
  active-class: (
52
58
  background-color: rgba($primary, 0.06),
53
59
  color: $gray-900,
54
60
  font-weight: $font-weight-semi-bold,
55
- letter-spacing: 0,
61
+ letter-spacing: 0rem,
62
+
56
63
  before: (
57
64
  background-color: $primary-l0,
58
65
  width: 0.25rem,
59
66
  ),
60
67
  ),
68
+
61
69
  disabled: (
62
70
  background-color: transparent,
63
71
  box-shadow: none,
64
72
  font-weight: $font-weight-normal,
65
73
  letter-spacing: 0.02rem,
74
+
66
75
  before: (
67
76
  content: none,
68
77
  ),
78
+
69
79
  after: (
70
80
  content: none,
71
81
  ),
72
82
  ),
83
+
73
84
  show: (
74
85
  background-color: c-unset,
75
86
  box-shadow: c-unset,
76
87
  color: $gray-900,
77
88
  font-weight: $font-weight-semi-bold,
89
+
78
90
  before: (
79
91
  background-color: transparent,
80
92
  ),
93
+
81
94
  hover: (
82
95
  before: (
83
96
  background-color: $secondary-l0,
@@ -86,43 +99,54 @@ $menubar-vertical-transparent-md: map-deep-merge(
86
99
  ),
87
100
  ),
88
101
  ),
102
+
89
103
  media-breakpoint-down: (
90
104
  sm: (
91
105
  background-color: $white,
106
+
92
107
  nav-link: (
93
- margin-bottom: 0,
108
+ margin-bottom: 0rem,
109
+
94
110
  before: (
95
111
  content: none,
96
112
  ),
113
+
97
114
  hover: (
98
115
  background-color: rgba($gray-900, 0.04),
99
116
  box-shadow: none,
100
117
  ),
118
+
101
119
  focus: (
102
120
  background-color: transparent,
121
+
103
122
  after: (
104
123
  box-shadow: $component-focus-inset-box-shadow,
105
124
  ),
106
125
  ),
126
+
107
127
  active: (
108
128
  background-color: c-unset,
109
129
  color: c-unset,
110
130
  ),
131
+
111
132
  active-class: (
112
133
  background-color: rgba($primary, 0.06),
113
134
  box-shadow: none,
114
135
  color: c-unset,
115
136
  ),
116
137
  ),
138
+
117
139
  menubar-toggler: (
118
140
  color: $gray-600,
119
141
  font-size: 0.875rem,
120
142
  font-weight: $font-weight-semi-bold,
121
143
  transition: box-shadow 0.15s ease-in-out,
144
+
122
145
  focus: (
123
146
  box-shadow: $component-focus-box-shadow,
124
147
  outline: 0,
125
148
  ),
149
+
126
150
  disabled: (
127
151
  box-shadow: clay-enable-shadows(none),
128
152
  ),
@@ -146,71 +170,84 @@ $menubar-vertical-transparent-lg: map-deep-merge(
146
170
  background-color 0.15s ease-in-out,
147
171
  border-color 0.15s ease-in-out,
148
172
  box-shadow 0.15s ease-in-out},
173
+
149
174
  before: (
150
- border-radius: $border-radius 0 0 $border-radius,
151
- bottom: 0,
175
+ border-radius: $border-radius 0rem 0rem $border-radius,
176
+ bottom: 0rem,
152
177
  content: '',
153
178
  display: block,
154
- left: 0,
179
+ left: 0rem,
155
180
  position: absolute,
156
- top: 0,
181
+ top: 0rem,
157
182
  ),
183
+
158
184
  hover: (
159
185
  background-color: rgba($gray-900, 0.04),
160
186
  color: $gray-900,
161
187
  font-weight: $font-weight-semi-bold,
162
- letter-spacing: 0,
188
+ letter-spacing: 0rem,
189
+
163
190
  before: (
164
191
  background: $secondary-l0,
165
192
  width: 0.1875rem,
166
193
  ),
167
194
  ),
195
+
168
196
  focus: (
169
197
  background-color: c-unset,
170
198
  color: $gray-900,
171
199
  outline: 0,
200
+
172
201
  after: (
173
202
  border-radius: $border-radius,
174
- bottom: 0,
203
+ bottom: 0rem,
175
204
  box-shadow: $component-focus-box-shadow,
176
205
  content: '',
177
206
  display: block,
178
- left: 0,
207
+ left: 0rem,
179
208
  position: absolute,
180
- right: 0,
181
- top: 0,
209
+ right: 0rem,
210
+ top: 0rem,
182
211
  ),
183
212
  ),
213
+
184
214
  active-class: (
185
215
  background-color: rgba($primary, 0.06),
186
216
  color: $gray-900,
187
217
  font-weight: $font-weight-semi-bold,
188
- letter-spacing: 0,
218
+ letter-spacing: 0rem,
219
+
189
220
  before: (
190
221
  background-color: $primary-l0,
191
222
  width: 0.25rem,
192
223
  ),
193
224
  ),
225
+
194
226
  disabled: (
195
227
  background-color: transparent,
196
228
  box-shadow: none,
197
229
  font-weight: $font-weight-normal,
198
230
  letter-spacing: 0.02rem,
231
+
199
232
  before: (
200
233
  content: none,
201
234
  ),
235
+
202
236
  after: (
203
237
  content: none,
204
238
  ),
205
239
  ),
240
+
206
241
  show: (
207
242
  background-color: c-unset,
208
243
  box-shadow: c-unset,
209
244
  color: $gray-900,
210
245
  font-weight: $font-weight-semi-bold,
246
+
211
247
  before: (
212
248
  background-color: transparent,
213
249
  ),
250
+
214
251
  hover: (
215
252
  before: (
216
253
  background-color: $secondary-l0,
@@ -219,44 +256,55 @@ $menubar-vertical-transparent-lg: map-deep-merge(
219
256
  ),
220
257
  ),
221
258
  ),
259
+
222
260
  media-breakpoint-down: (
223
261
  md: (
224
262
  background-color: $white,
263
+
225
264
  nav-link: (
226
- margin-bottom: 0,
265
+ margin-bottom: 0rem,
266
+
227
267
  before: (
228
268
  content: none,
229
269
  ),
270
+
230
271
  hover: (
231
272
  background-color: rgba($gray-900, 0.04),
232
273
  box-shadow: none,
233
274
  ),
275
+
234
276
  focus: (
235
277
  background-color: transparent,
278
+
236
279
  after: (
237
280
  box-shadow: $component-focus-inset-box-shadow,
238
281
  ),
239
282
  ),
283
+
240
284
  active: (
241
285
  background-color: c-unset,
242
286
  color: c-unset,
243
287
  ),
288
+
244
289
  active-class: (
245
290
  background-color: rgba($primary, 0.06),
246
291
  box-shadow: none,
247
292
  color: $gray-900,
248
293
  ),
249
294
  ),
295
+
250
296
  menubar-toggler: (
251
297
  color: $gray-600,
252
298
  font-size: 0.875rem,
253
299
  font-weight: $font-weight-semi-bold,
254
300
  transition: box-shadow 0.15s ease-in-out,
301
+
255
302
  focus: (
256
303
  box-shadow:
257
304
  clay-enable-shadows($component-focus-box-shadow),
258
305
  outline: 0,
259
306
  ),
307
+
260
308
  disabled: (
261
309
  box-shadow: clay-enable-shadows(none),
262
310
  ),
@@ -38,14 +38,18 @@ $modal-success: map-deep-merge(
38
38
  background-color: $success-l2,
39
39
  border-color: $success-l1,
40
40
  color: $success,
41
+
41
42
  close: (
42
43
  color: $success,
44
+
43
45
  hover: (
44
46
  color: inherit,
45
47
  ),
48
+
46
49
  focus: (
47
50
  color: inherit,
48
51
  ),
52
+
49
53
  disabled: (
50
54
  color: inherit,
51
55
  ),
@@ -64,14 +68,18 @@ $modal-info: map-deep-merge(
64
68
  background-color: $info-l2,
65
69
  border-color: $info-l1,
66
70
  color: $info,
71
+
67
72
  close: (
68
73
  color: $info,
74
+
69
75
  hover: (
70
76
  color: inherit,
71
77
  ),
78
+
72
79
  focus: (
73
80
  color: inherit,
74
81
  ),
82
+
75
83
  disabled: (
76
84
  color: inherit,
77
85
  ),
@@ -90,14 +98,18 @@ $modal-warning: map-deep-merge(
90
98
  background-color: $warning-l2,
91
99
  border-color: $warning-l1,
92
100
  color: $warning,
101
+
93
102
  close: (
94
103
  color: $warning,
104
+
95
105
  hover: (
96
106
  color: inherit,
97
107
  ),
108
+
98
109
  focus: (
99
110
  color: inherit,
100
111
  ),
112
+
101
113
  disabled: (
102
114
  color: inherit,
103
115
  ),
@@ -116,14 +128,18 @@ $modal-danger: map-deep-merge(
116
128
  background-color: $danger-l2,
117
129
  border-color: $danger-l1,
118
130
  color: $danger,
131
+
119
132
  close: (
120
133
  color: $danger,
134
+
121
135
  hover: (
122
136
  color: inherit,
123
137
  ),
138
+
124
139
  focus: (
125
140
  color: inherit,
126
141
  ),
142
+
127
143
  disabled: (
128
144
  color: inherit,
129
145
  ),
@@ -13,6 +13,7 @@ $navbar-underline: map-deep-merge(
13
13
  height: 0.125rem,
14
14
  ),
15
15
  ),
16
+
16
17
  media-breakpoint-up: (
17
18
  md: (
18
19
  navbar-expand-md: (
@@ -39,13 +40,19 @@ $navbar-underline: map-deep-merge(
39
40
  // Navbar Light
40
41
 
41
42
  $navbar-light-color: $gray-600 !default;
43
+
42
44
  $navbar-light-hover-color: $navbar-light-color !default;
45
+
43
46
  $navbar-light-active-color: $gray-900 !default;
47
+
44
48
  $navbar-light-disabled-color: $nav-link-disabled-color !default;
45
49
 
46
50
  // Navbar Dark
47
51
 
48
52
  $navbar-dark-color: $white !default;
53
+
49
54
  $navbar-dark-hover-color: $navbar-dark-color !default;
55
+
50
56
  $navbar-dark-active-color: $navbar-dark-color !default;
57
+
51
58
  $navbar-dark-disabled-color: $nav-link-disabled-color !default;
@@ -4,10 +4,12 @@ $navigation-bar-size: map-deep-merge(
4
4
  border-bottom-width: 0.0625rem,
5
5
  collapse-dropdown-item-padding-y-mobile: 0.8125rem,
6
6
  link-height-mobile: 2rem,
7
+
7
8
  active-border-offset-bottom: -0.53125rem,
9
+
8
10
  toggler-link-height: 2rem,
9
11
  toggler-link-margin-y: 0.46875rem,
10
- toggler-link-padding-y: 0,
12
+ toggler-link-padding-y: 0rem,
11
13
  ),
12
14
  $navigation-bar-size
13
15
  );
@@ -19,14 +21,17 @@ $navigation-bar-base: map-deep-merge(
19
21
  nav-link: (
20
22
  border-radius: clay-enable-rounded($border-radius),
21
23
  outline: 0,
24
+
22
25
  focus: (
23
26
  box-shadow: $component-focus-box-shadow,
24
27
  ),
28
+
25
29
  disabled: (
26
30
  box-shadow: none,
27
31
  ),
28
32
  ),
29
33
  ),
34
+
30
35
  media-breakpoint-down: (),
31
36
  media-breakpoint-up: (),
32
37
  ),
@@ -38,21 +43,26 @@ $navigation-bar-light: map-deep-merge(
38
43
  (
39
44
  background-color: $white,
40
45
  border-color: $gray-200,
46
+
41
47
  navbar-nav: (
42
48
  nav-link: (
43
49
  font-weight: $font-weight-semi-bold,
50
+
44
51
  hover: (
45
52
  color: $gray-900,
46
53
  ),
54
+
47
55
  focus: (
48
56
  color: $gray-900,
49
57
  ),
58
+
50
59
  disabled: (
51
60
  color: $gray-600,
52
61
  opacity: $component-disabled-opacity,
53
62
  ),
54
63
  ),
55
64
  ),
65
+
56
66
  media-breakpoint-down: (
57
67
  sm: (
58
68
  navbar-expand-md: (
@@ -60,15 +70,19 @@ $navigation-bar-light: map-deep-merge(
60
70
  navbar-nav: (
61
71
  dropdown-item: (
62
72
  font-weight: $font-weight-semi-bold,
73
+
63
74
  hover: (
64
75
  color: $gray-900,
65
76
  ),
77
+
66
78
  focus: (
67
79
  color: $gray-900,
68
80
  ),
81
+
69
82
  active: (
70
83
  color: $gray-900,
71
84
  ),
85
+
72
86
  disabled: (
73
87
  color: $gray-600,
74
88
  opacity: $component-disabled-opacity,
@@ -87,25 +101,31 @@ $navigation-bar-secondary: () !default;
87
101
  $navigation-bar-secondary: map-deep-merge(
88
102
  (
89
103
  background-color: $secondary-d1,
104
+
90
105
  navbar-nav: (
91
106
  nav-link: (
92
107
  color: $secondary-l2,
93
108
  font-weight: $font-weight-semi-bold,
109
+
94
110
  hover: (
95
111
  color: $white,
96
112
  ),
113
+
97
114
  focus: (
98
115
  color: $white,
99
116
  ),
117
+
100
118
  active: (
101
119
  color: $white,
102
120
  ),
121
+
103
122
  disabled: (
104
123
  color: $gray-400,
105
124
  opacity: $component-disabled-opacity,
106
125
  ),
107
126
  ),
108
127
  ),
128
+
109
129
  media-breakpoint-down: (
110
130
  sm: (
111
131
  navbar-expand-md: (
@@ -114,15 +134,19 @@ $navigation-bar-secondary: map-deep-merge(
114
134
  dropdown-item: (
115
135
  color: $secondary-l2,
116
136
  font-weight: $font-weight-semi-bold,
137
+
117
138
  hover: (
118
139
  color: $white,
119
140
  ),
141
+
120
142
  focus: (
121
143
  color: $white,
122
144
  ),
145
+
123
146
  active: (
124
147
  color: $white,
125
148
  ),
149
+
126
150
  disabled: (
127
151
  color: $gray-400,
128
152
  opacity: $component-disabled-opacity,
@@ -49,21 +49,24 @@ $nav-tabs-link-active-bg: $white !default;
49
49
  $nav-tabs-link-active-border-color: $gray-400 $gray-400 $nav-tabs-link-active-bg !default;
50
50
  $nav-tabs-link-active-color: $gray-900 !default;
51
51
 
52
- $nav-tabs-link-show-color: $nav-tabs-link-active-color !default;
53
52
  $nav-tabs-link-show-bg: $white !default;
54
53
  $nav-tabs-link-show-border-color: $gray-400 !default;
54
+ $nav-tabs-link-show-color: $nav-tabs-link-active-color !default;
55
55
 
56
56
  $nav-tabs-link: () !default;
57
57
  $nav-tabs-link: map-deep-merge(
58
58
  (
59
59
  font-weight: $font-weight-semi-bold,
60
60
  transition: box-shadow 0.15s ease-in-out,
61
+
61
62
  focus: (
62
63
  box-shadow: $component-focus-box-shadow,
63
64
  outline: 0,
64
65
  ),
66
+
65
67
  disabled: (
66
68
  box-shadow: none,
69
+
67
70
  active: (
68
71
  box-shadow: none,
69
72
  ),
@@ -75,7 +78,7 @@ $nav-tabs-link: map-deep-merge(
75
78
  // Nav Tabs Tab Pane
76
79
 
77
80
  $nav-tabs-tab-pane-bg: $white !default;
78
- $nav-tabs-tab-pane-border-radius: 0 0 4px 4px !default;
81
+ $nav-tabs-tab-pane-border-radius: 0px 0px 4px 4px !default;
79
82
  $nav-tabs-tab-pane-padding: 2rem !default;
80
83
 
81
84
  // .nav-tabs