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