@carbon/styles 1.54.0 → 1.55.0-rc.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.
- package/css/styles.css +190 -58
- package/css/styles.min.css +1 -1
- package/package.json +2 -2
- package/scss/components/combo-box/_combo-box.scss +7 -0
- package/scss/components/data-table/_data-table.scss +1 -1
- package/scss/components/dropdown/_dropdown.scss +4 -0
- package/scss/components/fluid-combo-box/_fluid-combo-box.scss +7 -0
- package/scss/components/fluid-list-box/_fluid-list-box.scss +9 -5
- package/scss/components/fluid-multiselect/_fluid-multiselect.scss +8 -0
- package/scss/components/modal/_modal.scss +2 -6
- package/scss/components/multiselect/_multiselect.scss +11 -0
- package/scss/components/select/_select.scss +40 -8
- package/scss/components/slug/_slug.scss +100 -30
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/styles",
|
|
3
3
|
"description": "Styles for the Carbon Design System",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.55.0-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"scss/**/*.css",
|
|
69
69
|
"css/**/*.css"
|
|
70
70
|
],
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "600138750484cf814dc1b927ed4c277301b5290a"
|
|
72
72
|
}
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
@use '../list-box';
|
|
9
9
|
@use '../../config' as *;
|
|
10
10
|
@use '../../theme' as *;
|
|
11
|
+
@use '../../utilities/convert';
|
|
11
12
|
@use '../../utilities/focus-outline' as *;
|
|
12
13
|
|
|
13
14
|
/// Combo box styles
|
|
@@ -36,6 +37,12 @@
|
|
|
36
37
|
@include focus-outline('outline');
|
|
37
38
|
}
|
|
38
39
|
|
|
40
|
+
.#{$prefix}--list-box--expanded
|
|
41
|
+
.#{$prefix}--combo-box--input--focus.#{$prefix}--text-input {
|
|
42
|
+
outline-offset: convert.to-rem(-1px);
|
|
43
|
+
outline-width: convert.to-rem(1px);
|
|
44
|
+
}
|
|
45
|
+
|
|
39
46
|
.#{$prefix}--combo-box .#{$prefix}--list-box__field,
|
|
40
47
|
.#{$prefix}--combo-box.#{$prefix}--list-box[data-invalid]
|
|
41
48
|
.#{$prefix}--list-box__field,
|
|
@@ -1003,7 +1003,7 @@
|
|
|
1003
1003
|
.#{$prefix}--data-table tbody tr.#{$prefix}--data-table--slug-row:hover,
|
|
1004
1004
|
tr.#{$prefix}--data-table--slug-row:hover
|
|
1005
1005
|
+ .#{$prefix}--expandable-row[data-child-row],
|
|
1006
|
-
tr.#{$prefix}--expandable-row--hover
|
|
1006
|
+
tr.#{$prefix}--data-table--slug-row.#{$prefix}--expandable-row--hover
|
|
1007
1007
|
+ .#{$prefix}--expandable-row[data-child-row]:hover,
|
|
1008
1008
|
tr.#{$prefix}--expandable-row--hover.#{$prefix}--data-table--slug-row,
|
|
1009
1009
|
tr.#{$prefix}--data-table--selected.#{$prefix}--parent-row.#{$prefix}--expandable-row--hover.#{$prefix}--data-table--slug-row {
|
|
@@ -69,4 +69,11 @@
|
|
|
69
69
|
+ .#{$prefix}--list-box__invalid-icon {
|
|
70
70
|
inset-inline-end: 1rem;
|
|
71
71
|
}
|
|
72
|
+
|
|
73
|
+
.#{$prefix}--list-box__wrapper--fluid
|
|
74
|
+
:not(.#{$prefix}--list-box--up)
|
|
75
|
+
.#{$prefix}--combo-box
|
|
76
|
+
.#{$prefix}--list-box__menu {
|
|
77
|
+
inset-block-start: calc(100% + convert.to-rem(1px));
|
|
78
|
+
}
|
|
72
79
|
}
|
|
@@ -114,15 +114,20 @@
|
|
|
114
114
|
outline-offset: 0;
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
+
.#{$prefix}--list-box__wrapper--fluid.#{$prefix}--list-box__wrapper--fluid--focus:has(
|
|
118
|
+
.#{$prefix}--list-box--expanded
|
|
119
|
+
) {
|
|
120
|
+
outline-width: convert.to-rem(1px);
|
|
121
|
+
}
|
|
122
|
+
|
|
117
123
|
.#{$prefix}--list-box__wrapper--fluid .#{$prefix}--list-box__field:focus {
|
|
118
124
|
outline: none;
|
|
119
125
|
outline-offset: 0;
|
|
120
126
|
}
|
|
121
127
|
|
|
122
|
-
.#{$prefix}--list-box__wrapper--fluid
|
|
123
|
-
:not(.#{$prefix}--list-box--up)
|
|
128
|
+
.#{$prefix}--list-box__wrapper--fluid:not(.#{$prefix}--list-box--up)
|
|
124
129
|
.#{$prefix}--list-box__menu {
|
|
125
|
-
inset-block-start: calc(100%
|
|
130
|
+
inset-block-start: calc(100%);
|
|
126
131
|
}
|
|
127
132
|
|
|
128
133
|
// Invalid / Warning styles
|
|
@@ -235,8 +240,7 @@
|
|
|
235
240
|
}
|
|
236
241
|
|
|
237
242
|
// direction - top
|
|
238
|
-
.#{$prefix}--list-box__wrapper--fluid
|
|
239
|
-
.#{$prefix}--list-box--up
|
|
243
|
+
.#{$prefix}--list-box__wrapper--fluid.#{$prefix}--list-box--up
|
|
240
244
|
.#{$prefix}--list-box__menu {
|
|
241
245
|
inset-block-end: $spacing-10;
|
|
242
246
|
}
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
@use '../../motion' as *;
|
|
13
13
|
@use '../../spacing' as *;
|
|
14
14
|
@use '../../theme' as *;
|
|
15
|
+
@use '../../utilities/convert';
|
|
15
16
|
@use '../../utilities/focus-outline' as *;
|
|
16
17
|
@use '../multiselect';
|
|
17
18
|
@use '../fluid-list-box';
|
|
@@ -49,4 +50,11 @@
|
|
|
49
50
|
.#{$prefix}--list-box__field {
|
|
50
51
|
align-items: baseline;
|
|
51
52
|
}
|
|
53
|
+
|
|
54
|
+
.#{$prefix}--list-box__wrapper--fluid.#{$prefix}--multi-select--filterable__wrapper:not(
|
|
55
|
+
.#{$prefix}--list-box--up
|
|
56
|
+
)
|
|
57
|
+
.#{$prefix}--list-box__menu {
|
|
58
|
+
inset-block-start: calc(100% + convert.to-rem(1px));
|
|
59
|
+
}
|
|
52
60
|
}
|
|
@@ -473,12 +473,6 @@
|
|
|
473
473
|
0 24px 40px -24px $ai-drop-shadow;
|
|
474
474
|
}
|
|
475
475
|
|
|
476
|
-
.#{$prefix}--modal--slug .#{$prefix}--slug {
|
|
477
|
-
position: absolute;
|
|
478
|
-
inset-block-start: 0;
|
|
479
|
-
inset-inline-end: 0;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
476
|
.#{$prefix}--modal--slug
|
|
483
477
|
.#{$prefix}--modal-content.#{$prefix}--modal-scroll-content {
|
|
484
478
|
mask-image: linear-gradient(
|
|
@@ -500,6 +494,8 @@
|
|
|
500
494
|
.#{$prefix}--modal--slug
|
|
501
495
|
.#{$prefix}--modal-container-body
|
|
502
496
|
> .#{$prefix}--slug {
|
|
497
|
+
position: absolute;
|
|
498
|
+
inset-block-start: convert.to-rem(10px);
|
|
503
499
|
inset-inline-end: convert.to-rem(48px);
|
|
504
500
|
}
|
|
505
501
|
|
|
@@ -93,6 +93,17 @@
|
|
|
93
93
|
@include focus-outline('outline');
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
+
.#{$prefix}--multi-select.#{$prefix}--list-box--expanded
|
|
97
|
+
.#{$prefix}--list-box__field--wrapper:has(
|
|
98
|
+
button[aria-activedescendant]:not([aria-activedescendant=''])
|
|
99
|
+
),
|
|
100
|
+
.#{$prefix}--multi-select--filterable.#{$prefix}--list-box--expanded:has(
|
|
101
|
+
input[aria-activedescendant]:not([aria-activedescendant=''])
|
|
102
|
+
) {
|
|
103
|
+
outline-offset: convert.to-rem(-1px);
|
|
104
|
+
outline-width: convert.to-rem(1px);
|
|
105
|
+
}
|
|
106
|
+
|
|
96
107
|
.#{$prefix}--multi-select--filterable.#{$prefix}--multi-select--selected
|
|
97
108
|
.#{$prefix}--text-input,
|
|
98
109
|
.#{$prefix}--multi-select.#{$prefix}--multi-select--selected
|
|
@@ -281,13 +281,36 @@
|
|
|
281
281
|
}
|
|
282
282
|
|
|
283
283
|
// Slug styles
|
|
284
|
+
|
|
285
|
+
$divider-width: 1px;
|
|
286
|
+
|
|
284
287
|
.#{$prefix}--select--slug .#{$prefix}--slug {
|
|
285
288
|
position: absolute;
|
|
286
289
|
inset-block-start: 50%;
|
|
287
|
-
inset-inline-end: $spacing-08;
|
|
290
|
+
inset-inline-end: calc($spacing-08 + 8px + $divider-width);
|
|
291
|
+
margin-block-start: convert.to-rem(0.5px);
|
|
288
292
|
transform: translateY(-50%);
|
|
289
293
|
}
|
|
290
294
|
|
|
295
|
+
.#{$prefix}--select--slug .#{$prefix}--slug::after,
|
|
296
|
+
.#{$prefix}--select--slug .#{$prefix}--slug::before {
|
|
297
|
+
position: absolute;
|
|
298
|
+
background-color: $border-subtle-01;
|
|
299
|
+
block-size: convert.to-rem(16px);
|
|
300
|
+
content: '';
|
|
301
|
+
inline-size: convert.to-rem(1px);
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.#{$prefix}--select--slug .#{$prefix}--slug::before {
|
|
305
|
+
display: none;
|
|
306
|
+
inset-inline-start: calc(-#{$spacing-03} - #{$divider-width});
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.#{$prefix}--select--slug .#{$prefix}--slug::after {
|
|
310
|
+
display: block;
|
|
311
|
+
inset-inline-end: calc(-#{$spacing-03} - #{$divider-width});
|
|
312
|
+
}
|
|
313
|
+
|
|
291
314
|
.#{$prefix}--select--slug
|
|
292
315
|
.#{$prefix}--select-input:not(:has(~ .#{$prefix}--slug--revert)) {
|
|
293
316
|
@include ai-gradient;
|
|
@@ -295,16 +318,25 @@
|
|
|
295
318
|
padding-inline-end: $spacing-10;
|
|
296
319
|
}
|
|
297
320
|
|
|
298
|
-
.#{$prefix}--select--slug.#{$prefix}--
|
|
299
|
-
.#{$prefix}--select-input
|
|
300
|
-
.#{$prefix}--select--slug.#{$prefix}--select--warning
|
|
301
|
-
.#{$prefix}--select-input {
|
|
321
|
+
.#{$prefix}--select--slug:has(.#{$prefix}--select__invalid-icon)
|
|
322
|
+
.#{$prefix}--select-input:not(:has(~ .#{$prefix}--slug--revert)) {
|
|
302
323
|
padding-inline-end: $spacing-12;
|
|
303
324
|
}
|
|
304
325
|
|
|
305
|
-
.#{$prefix}--select--slug.#{$prefix}--
|
|
306
|
-
|
|
307
|
-
|
|
326
|
+
.#{$prefix}--select--slug:has(.#{$prefix}--select__invalid-icon)
|
|
327
|
+
.#{$prefix}--slug::before {
|
|
328
|
+
display: block;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.#{$prefix}--select--slug
|
|
332
|
+
.#{$prefix}--select-input__wrapper[data-invalid]
|
|
333
|
+
.#{$prefix}--select-input
|
|
334
|
+
~ .#{$prefix}--select__invalid-icon,
|
|
335
|
+
.#{$prefix}--select--slug
|
|
336
|
+
.#{$prefix}--select-input__wrapper
|
|
337
|
+
.#{$prefix}--select-input
|
|
338
|
+
~ .#{$prefix}--select__invalid-icon {
|
|
339
|
+
inset-inline-end: $spacing-11;
|
|
308
340
|
}
|
|
309
341
|
|
|
310
342
|
// Windows HCM fix
|
|
@@ -264,7 +264,7 @@ $sizes: (
|
|
|
264
264
|
> .#{$prefix}--popover
|
|
265
265
|
> .#{$prefix}--popover-caret,
|
|
266
266
|
// autoAlign uses a different dom structure where the caret is within the content instead of a sibling
|
|
267
|
-
.#{$prefix}--slug
|
|
267
|
+
.#{$prefix}--slug
|
|
268
268
|
> .#{$prefix}--toggletip.#{$prefix}--popover--auto-align
|
|
269
269
|
> .#{$prefix}--popover
|
|
270
270
|
> .#{$prefix}--popover-content
|
|
@@ -279,33 +279,49 @@ $sizes: (
|
|
|
279
279
|
.#{$prefix}--popover--top,
|
|
280
280
|
.#{$prefix}--popover--top-right,
|
|
281
281
|
.#{$prefix}--popover--top-left,
|
|
282
|
+
.#{$prefix}--popover--top-end,
|
|
283
|
+
.#{$prefix}--popover--top-start,
|
|
282
284
|
.#{$prefix}--popover--bottom,
|
|
283
285
|
.#{$prefix}--popover--bottom-right,
|
|
284
286
|
.#{$prefix}--popover--bottom-left,
|
|
287
|
+
.#{$prefix}--popover--bottom-start,
|
|
288
|
+
.#{$prefix}--popover--bottom-end,
|
|
285
289
|
.#{$prefix}--popover--left,
|
|
286
290
|
.#{$prefix}--popover--left-top,
|
|
287
291
|
.#{$prefix}--popover--left-bottom,
|
|
292
|
+
.#{$prefix}--popover--left-start,
|
|
293
|
+
.#{$prefix}--popover--left-end,
|
|
288
294
|
.#{$prefix}--popover--right,
|
|
289
295
|
.#{$prefix}--popover--right-top,
|
|
290
|
-
.#{$prefix}--popover--right-bottom
|
|
296
|
+
.#{$prefix}--popover--right-bottom,
|
|
297
|
+
.#{$prefix}--popover--right-start,
|
|
298
|
+
.#{$prefix}--popover--right-end
|
|
291
299
|
)
|
|
292
300
|
> .#{$prefix}--popover
|
|
293
301
|
> .#{$prefix}--popover-caret::before,
|
|
294
302
|
// autoAlign uses a different dom structure where the caret is within the content instead of a sibling
|
|
295
|
-
.#{$prefix}--slug
|
|
303
|
+
.#{$prefix}--slug
|
|
296
304
|
> .#{$prefix}--toggletip.#{$prefix}--popover--auto-align:is(
|
|
297
305
|
.#{$prefix}--popover--top,
|
|
298
306
|
.#{$prefix}--popover--top-right,
|
|
299
307
|
.#{$prefix}--popover--top-left,
|
|
308
|
+
.#{$prefix}--popover--top-end,
|
|
309
|
+
.#{$prefix}--popover--top-start,
|
|
300
310
|
.#{$prefix}--popover--bottom,
|
|
301
311
|
.#{$prefix}--popover--bottom-right,
|
|
302
312
|
.#{$prefix}--popover--bottom-left,
|
|
313
|
+
.#{$prefix}--popover--bottom-start,
|
|
314
|
+
.#{$prefix}--popover--bottom-end,
|
|
303
315
|
.#{$prefix}--popover--left,
|
|
304
316
|
.#{$prefix}--popover--left-top,
|
|
305
317
|
.#{$prefix}--popover--left-bottom,
|
|
318
|
+
.#{$prefix}--popover--left-start,
|
|
319
|
+
.#{$prefix}--popover--left-end,
|
|
306
320
|
.#{$prefix}--popover--right,
|
|
307
321
|
.#{$prefix}--popover--right-top,
|
|
308
|
-
.#{$prefix}--popover--right-bottom
|
|
322
|
+
.#{$prefix}--popover--right-bottom,
|
|
323
|
+
.#{$prefix}--popover--right-start,
|
|
324
|
+
.#{$prefix}--popover--right-end
|
|
309
325
|
)
|
|
310
326
|
> .#{$prefix}--popover
|
|
311
327
|
> .#{$prefix}--popover-content
|
|
@@ -326,33 +342,49 @@ $sizes: (
|
|
|
326
342
|
.#{$prefix}--popover--top,
|
|
327
343
|
.#{$prefix}--popover--top-right,
|
|
328
344
|
.#{$prefix}--popover--top-left,
|
|
345
|
+
.#{$prefix}--popover--top-end,
|
|
346
|
+
.#{$prefix}--popover--top-start,
|
|
329
347
|
.#{$prefix}--popover--bottom,
|
|
330
348
|
.#{$prefix}--popover--bottom-right,
|
|
331
349
|
.#{$prefix}--popover--bottom-left,
|
|
350
|
+
.#{$prefix}--popover--bottom-start,
|
|
351
|
+
.#{$prefix}--popover--bottom-end,
|
|
332
352
|
.#{$prefix}--popover--left,
|
|
333
353
|
.#{$prefix}--popover--left-top,
|
|
334
354
|
.#{$prefix}--popover--left-bottom,
|
|
355
|
+
.#{$prefix}--popover--left-start,
|
|
356
|
+
.#{$prefix}--popover--left-end,
|
|
335
357
|
.#{$prefix}--popover--right,
|
|
336
358
|
.#{$prefix}--popover--right-top,
|
|
337
|
-
.#{$prefix}--popover--right-bottom
|
|
359
|
+
.#{$prefix}--popover--right-bottom,
|
|
360
|
+
.#{$prefix}--popover--right-start,
|
|
361
|
+
.#{$prefix}--popover--right-end
|
|
338
362
|
)
|
|
339
363
|
> .#{$prefix}--popover
|
|
340
364
|
> .#{$prefix}--popover-caret::after,
|
|
341
365
|
// autoAlign uses a different dom structure where the caret is within the content instead of a sibling
|
|
342
|
-
.#{$prefix}--slug
|
|
366
|
+
.#{$prefix}--slug
|
|
343
367
|
> .#{$prefix}--toggletip.#{$prefix}--popover--auto-align:is(
|
|
344
368
|
.#{$prefix}--popover--top,
|
|
345
369
|
.#{$prefix}--popover--top-right,
|
|
346
370
|
.#{$prefix}--popover--top-left,
|
|
371
|
+
.#{$prefix}--popover--top-end,
|
|
372
|
+
.#{$prefix}--popover--top-start,
|
|
347
373
|
.#{$prefix}--popover--bottom,
|
|
348
374
|
.#{$prefix}--popover--bottom-right,
|
|
349
375
|
.#{$prefix}--popover--bottom-left,
|
|
376
|
+
.#{$prefix}--popover--bottom-start,
|
|
377
|
+
.#{$prefix}--popover--bottom-end,
|
|
350
378
|
.#{$prefix}--popover--left,
|
|
351
379
|
.#{$prefix}--popover--left-top,
|
|
352
380
|
.#{$prefix}--popover--left-bottom,
|
|
381
|
+
.#{$prefix}--popover--left-start,
|
|
382
|
+
.#{$prefix}--popover--left-end,
|
|
353
383
|
.#{$prefix}--popover--right,
|
|
354
384
|
.#{$prefix}--popover--right-top,
|
|
355
|
-
.#{$prefix}--popover--right-bottom
|
|
385
|
+
.#{$prefix}--popover--right-bottom,
|
|
386
|
+
.#{$prefix}--popover--right-start,
|
|
387
|
+
.#{$prefix}--popover--right-end
|
|
356
388
|
)
|
|
357
389
|
> .#{$prefix}--popover
|
|
358
390
|
> .#{$prefix}--popover-content
|
|
@@ -370,16 +402,20 @@ $sizes: (
|
|
|
370
402
|
> .#{$prefix}--toggletip:is(
|
|
371
403
|
.#{$prefix}--popover--top,
|
|
372
404
|
.#{$prefix}--popover--top-right,
|
|
373
|
-
.#{$prefix}--popover--top-left
|
|
405
|
+
.#{$prefix}--popover--top-left,
|
|
406
|
+
.#{$prefix}--popover--top-end,
|
|
407
|
+
.#{$prefix}--popover--top-start
|
|
374
408
|
)
|
|
375
409
|
> .#{$prefix}--popover
|
|
376
410
|
> .#{$prefix}--popover-caret,
|
|
377
411
|
// autoAlign uses a different dom structure where the caret is within the content instead of a sibling
|
|
378
|
-
.#{$prefix}--slug
|
|
412
|
+
.#{$prefix}--slug
|
|
379
413
|
> .#{$prefix}--toggletip.#{$prefix}--popover--auto-align:is(
|
|
380
414
|
.#{$prefix}--popover--top,
|
|
381
415
|
.#{$prefix}--popover--top-right,
|
|
382
|
-
.#{$prefix}--popover--top-left
|
|
416
|
+
.#{$prefix}--popover--top-left,
|
|
417
|
+
.#{$prefix}--popover--top-end,
|
|
418
|
+
.#{$prefix}--popover--top-start
|
|
383
419
|
)
|
|
384
420
|
> .#{$prefix}--popover
|
|
385
421
|
> .#{$prefix}--popover-content
|
|
@@ -404,7 +440,9 @@ $sizes: (
|
|
|
404
440
|
> .#{$prefix}--toggletip:is(
|
|
405
441
|
.#{$prefix}--popover--top,
|
|
406
442
|
.#{$prefix}--popover--top-right,
|
|
407
|
-
.#{$prefix}--popover--top-left
|
|
443
|
+
.#{$prefix}--popover--top-left,
|
|
444
|
+
.#{$prefix}--popover--top-end,
|
|
445
|
+
.#{$prefix}--popover--top-start
|
|
408
446
|
)
|
|
409
447
|
> .#{$prefix}--popover
|
|
410
448
|
> .#{$prefix}--slug-content--with-actions
|
|
@@ -417,16 +455,20 @@ $sizes: (
|
|
|
417
455
|
> .#{$prefix}--toggletip:is(
|
|
418
456
|
.#{$prefix}--popover--right,
|
|
419
457
|
.#{$prefix}--popover--right-bottom,
|
|
420
|
-
.#{$prefix}--popover--right-top
|
|
458
|
+
.#{$prefix}--popover--right-top,
|
|
459
|
+
.#{$prefix}--popover--right-start,
|
|
460
|
+
.#{$prefix}--popover--right-end
|
|
421
461
|
)
|
|
422
462
|
> .#{$prefix}--popover
|
|
423
463
|
> .#{$prefix}--popover-caret,
|
|
424
464
|
// autoAlign uses a different dom structure where the caret is within the content instead of a sibling
|
|
425
|
-
.#{$prefix}--slug
|
|
465
|
+
.#{$prefix}--slug
|
|
426
466
|
> .#{$prefix}--toggletip.#{$prefix}--popover--auto-align:is(
|
|
427
467
|
.#{$prefix}--popover--right,
|
|
428
468
|
.#{$prefix}--popover--right-bottom,
|
|
429
|
-
.#{$prefix}--popover--right-top
|
|
469
|
+
.#{$prefix}--popover--right-top,
|
|
470
|
+
.#{$prefix}--popover--right-start,
|
|
471
|
+
.#{$prefix}--popover--right-end
|
|
430
472
|
)
|
|
431
473
|
> .#{$prefix}--popover
|
|
432
474
|
> .#{$prefix}--popover-content
|
|
@@ -449,16 +491,20 @@ $sizes: (
|
|
|
449
491
|
> .#{$prefix}--toggletip:is(
|
|
450
492
|
.#{$prefix}--popover--bottom,
|
|
451
493
|
.#{$prefix}--popover--bottom-left,
|
|
452
|
-
.#{$prefix}--popover--bottom-right
|
|
494
|
+
.#{$prefix}--popover--bottom-right,
|
|
495
|
+
.#{$prefix}--popover--bottom-start,
|
|
496
|
+
.#{$prefix}--popover--bottom-end
|
|
453
497
|
)
|
|
454
498
|
> .#{$prefix}--popover
|
|
455
499
|
> .#{$prefix}--popover-caret,
|
|
456
500
|
// autoAlign uses a different dom structure where the caret is within the content instead of a sibling
|
|
457
|
-
.#{$prefix}--slug
|
|
501
|
+
.#{$prefix}--slug
|
|
458
502
|
> .#{$prefix}--toggletip.#{$prefix}--popover--auto-align:is(
|
|
459
503
|
.#{$prefix}--popover--bottom,
|
|
460
504
|
.#{$prefix}--popover--bottom-left,
|
|
461
|
-
.#{$prefix}--popover--bottom-right
|
|
505
|
+
.#{$prefix}--popover--bottom-right,
|
|
506
|
+
.#{$prefix}--popover--bottom-start,
|
|
507
|
+
.#{$prefix}--popover--bottom-end
|
|
462
508
|
)
|
|
463
509
|
> .#{$prefix}--popover
|
|
464
510
|
> .#{$prefix}--popover-content
|
|
@@ -483,16 +529,20 @@ $sizes: (
|
|
|
483
529
|
> .#{$prefix}--toggletip:is(
|
|
484
530
|
.#{$prefix}--popover--left,
|
|
485
531
|
.#{$prefix}--popover--left-bottom,
|
|
486
|
-
.#{$prefix}--popover--left-top
|
|
532
|
+
.#{$prefix}--popover--left-top,
|
|
533
|
+
.#{$prefix}--popover--left-start,
|
|
534
|
+
.#{$prefix}--popover--left-end
|
|
487
535
|
)
|
|
488
536
|
> .#{$prefix}--popover
|
|
489
537
|
> .#{$prefix}--popover-caret,
|
|
490
538
|
// autoAlign uses a different dom structure where the caret is within the content instead of a sibling
|
|
491
|
-
.#{$prefix}--slug
|
|
539
|
+
.#{$prefix}--slug
|
|
492
540
|
> .#{$prefix}--toggletip.#{$prefix}--popover--auto-align:is(
|
|
493
541
|
.#{$prefix}--popover--left,
|
|
494
542
|
.#{$prefix}--popover--left-bottom,
|
|
495
|
-
.#{$prefix}--popover--left-top
|
|
543
|
+
.#{$prefix}--popover--left-top,
|
|
544
|
+
.#{$prefix}--popover--left-start,
|
|
545
|
+
.#{$prefix}--popover--left-end
|
|
496
546
|
)
|
|
497
547
|
> .#{$prefix}--popover
|
|
498
548
|
> .#{$prefix}--popover-content
|
|
@@ -514,15 +564,19 @@ $sizes: (
|
|
|
514
564
|
.#{$prefix}--slug
|
|
515
565
|
> .#{$prefix}--toggletip:is(
|
|
516
566
|
.#{$prefix}--popover--left-bottom,
|
|
517
|
-
.#{$prefix}--popover--right-bottom
|
|
567
|
+
.#{$prefix}--popover--right-bottom,
|
|
568
|
+
.#{$prefix}--popover--left-end,
|
|
569
|
+
.#{$prefix}--popover--right-end
|
|
518
570
|
)
|
|
519
571
|
> .#{$prefix}--popover
|
|
520
572
|
> .#{$prefix}--popover-caret::after,
|
|
521
573
|
// autoAlign uses a different dom structure where the caret is within the content instead of a sibling
|
|
522
|
-
.#{$prefix}--slug
|
|
574
|
+
.#{$prefix}--slug
|
|
523
575
|
> .#{$prefix}--toggletip.#{$prefix}--popover--auto-align:is(
|
|
524
576
|
.#{$prefix}--popover--left-bottom,
|
|
525
|
-
.#{$prefix}--popover--right-bottom
|
|
577
|
+
.#{$prefix}--popover--right-bottom,
|
|
578
|
+
.#{$prefix}--popover--left-end,
|
|
579
|
+
.#{$prefix}--popover--right-end
|
|
526
580
|
)
|
|
527
581
|
> .#{$prefix}--popover
|
|
528
582
|
> .#{$prefix}--popover-content
|
|
@@ -535,20 +589,28 @@ $sizes: (
|
|
|
535
589
|
> .#{$prefix}--toggletip:is(
|
|
536
590
|
.#{$prefix}--popover--left-bottom,
|
|
537
591
|
.#{$prefix}--popover--right-bottom,
|
|
592
|
+
.#{$prefix}--popover--left-end,
|
|
593
|
+
.#{$prefix}--popover--right-end,
|
|
538
594
|
.#{$prefix}--popover--top,
|
|
539
595
|
.#{$prefix}--popover--top-right,
|
|
540
|
-
.#{$prefix}--popover--top-left
|
|
596
|
+
.#{$prefix}--popover--top-left,
|
|
597
|
+
.#{$prefix}--popover--top-end,
|
|
598
|
+
.#{$prefix}--popover--top-start
|
|
541
599
|
)
|
|
542
600
|
> .#{$prefix}--popover
|
|
543
601
|
> .#{$prefix}--popover-caret,
|
|
544
602
|
// autoAlign uses a different dom structure where the caret is within the content instead of a sibling
|
|
545
|
-
.#{$prefix}--slug
|
|
603
|
+
.#{$prefix}--slug
|
|
546
604
|
> .#{$prefix}--toggletip.#{$prefix}--popover--auto-align:is(
|
|
547
605
|
.#{$prefix}--popover--left-bottom,
|
|
548
606
|
.#{$prefix}--popover--right-bottom,
|
|
607
|
+
.#{$prefix}--popover--left-end,
|
|
608
|
+
.#{$prefix}--popover--right-end,
|
|
549
609
|
.#{$prefix}--popover--top,
|
|
550
610
|
.#{$prefix}--popover--top-right,
|
|
551
|
-
.#{$prefix}--popover--top-left
|
|
611
|
+
.#{$prefix}--popover--top-left,
|
|
612
|
+
.#{$prefix}--popover--top-end,
|
|
613
|
+
.#{$prefix}--popover--top-start
|
|
552
614
|
)
|
|
553
615
|
> .#{$prefix}--popover
|
|
554
616
|
> .#{$prefix}--popover-content
|
|
@@ -564,20 +626,28 @@ $sizes: (
|
|
|
564
626
|
> .#{$prefix}--toggletip:is(
|
|
565
627
|
.#{$prefix}--popover--left-bottom,
|
|
566
628
|
.#{$prefix}--popover--right-bottom,
|
|
629
|
+
.#{$prefix}--popover--left-end,
|
|
630
|
+
.#{$prefix}--popover--right-end,
|
|
567
631
|
.#{$prefix}--popover--top,
|
|
568
632
|
.#{$prefix}--popover--top-right,
|
|
569
|
-
.#{$prefix}--popover--top-left
|
|
633
|
+
.#{$prefix}--popover--top-left,
|
|
634
|
+
.#{$prefix}--popover--top-end,
|
|
635
|
+
.#{$prefix}--popover--top-start
|
|
570
636
|
)
|
|
571
637
|
> .#{$prefix}--popover:has(.#{$prefix}--slug-content--with-actions)
|
|
572
638
|
> .#{$prefix}--popover-caret,
|
|
573
639
|
// autoAlign uses a different dom structure where the caret is within the content instead of a sibling
|
|
574
|
-
.#{$prefix}--slug
|
|
640
|
+
.#{$prefix}--slug
|
|
575
641
|
> .#{$prefix}--toggletip.#{$prefix}--popover--auto-align:is(
|
|
576
642
|
.#{$prefix}--popover--left-bottom,
|
|
577
643
|
.#{$prefix}--popover--right-bottom,
|
|
644
|
+
.#{$prefix}--popover--left-end,
|
|
645
|
+
.#{$prefix}--popover--right-end,
|
|
578
646
|
.#{$prefix}--popover--top,
|
|
579
647
|
.#{$prefix}--popover--top-right,
|
|
580
|
-
.#{$prefix}--popover--top-left
|
|
648
|
+
.#{$prefix}--popover--top-left,
|
|
649
|
+
.#{$prefix}--popover--top-start,
|
|
650
|
+
.#{$prefix}--popover--top-end
|
|
581
651
|
)
|
|
582
652
|
> .#{$prefix}--popover:has(.#{$prefix}--slug-content--with-actions)
|
|
583
653
|
> .#{$prefix}--popover-content
|
|
@@ -596,7 +666,7 @@ $sizes: (
|
|
|
596
666
|
> .#{$prefix}--popover
|
|
597
667
|
> .#{$prefix}--popover-caret,
|
|
598
668
|
// autoAlign uses a different dom structure where the caret is within the content instead of a sibling
|
|
599
|
-
.#{$prefix}--slug
|
|
669
|
+
.#{$prefix}--slug
|
|
600
670
|
> .#{$prefix}--toggletip.#{$prefix}--popover--auto-align:is(
|
|
601
671
|
.#{$prefix}--popover--left,
|
|
602
672
|
.#{$prefix}--popover--right
|