@oliasoft-open-source/react-ui-library 4.12.8 → 4.12.9
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/dist/global.css +82 -78
- package/dist/index.js +47 -46
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/global.css
CHANGED
|
@@ -1411,17 +1411,17 @@ html[data-theme='dark'] {
|
|
|
1411
1411
|
._actionComponentContainer_1t7vd_14._active_1t7vd_36 {
|
|
1412
1412
|
color: var(--color-text-primary-active);
|
|
1413
1413
|
}
|
|
1414
|
-
.
|
|
1414
|
+
._wrapper_1f7k2_1 {
|
|
1415
1415
|
display: inline-flex;
|
|
1416
1416
|
max-width: 100%;
|
|
1417
1417
|
}
|
|
1418
|
-
.
|
|
1418
|
+
._layer_1f7k2_5 ._wrapper_1f7k2_1 {
|
|
1419
1419
|
width: 100%;
|
|
1420
1420
|
}
|
|
1421
|
-
.
|
|
1421
|
+
._layerContainer_1f7k2_8 {
|
|
1422
1422
|
z-index: var(--zindex-dropdown);
|
|
1423
1423
|
}
|
|
1424
|
-
.
|
|
1424
|
+
._layer_1f7k2_5 {
|
|
1425
1425
|
border: 1px solid var(--color-border);
|
|
1426
1426
|
border-radius: var(--border-radius);
|
|
1427
1427
|
overflow: hidden;
|
|
@@ -1434,177 +1434,181 @@ html[data-theme='dark'] {
|
|
|
1434
1434
|
overflow-y: auto;
|
|
1435
1435
|
max-height: 40vh;
|
|
1436
1436
|
}
|
|
1437
|
-
.
|
|
1437
|
+
._layer_1f7k2_5._nested_1f7k2_24 {
|
|
1438
1438
|
margin: -1px 2px;
|
|
1439
1439
|
}
|
|
1440
|
-
.
|
|
1440
|
+
._layer_1f7k2_5 ul {
|
|
1441
1441
|
margin: 0;
|
|
1442
1442
|
padding: 0;
|
|
1443
1443
|
list-style-type: none;
|
|
1444
1444
|
}
|
|
1445
|
-
.
|
|
1445
|
+
._layer_1f7k2_5 ul li {
|
|
1446
1446
|
list-style: none;
|
|
1447
1447
|
display: block;
|
|
1448
1448
|
}
|
|
1449
|
-
.
|
|
1449
|
+
._fileInput_1f7k2_36 {
|
|
1450
1450
|
opacity: 0;
|
|
1451
1451
|
position: absolute;
|
|
1452
1452
|
inset: 0;
|
|
1453
1453
|
}
|
|
1454
|
-
.
|
|
1454
|
+
._trigger_1f7k2_41 {
|
|
1455
1455
|
display: inline-flex;
|
|
1456
1456
|
align-items: center;
|
|
1457
1457
|
cursor: pointer;
|
|
1458
1458
|
max-width: 100%;
|
|
1459
1459
|
}
|
|
1460
|
-
.
|
|
1460
|
+
._layer_1f7k2_5 ._trigger_1f7k2_41 {
|
|
1461
1461
|
width: 100%;
|
|
1462
1462
|
}
|
|
1463
|
-
.
|
|
1463
|
+
._middleAlignedInline_1f7k2_50 {
|
|
1464
1464
|
display: flex;
|
|
1465
1465
|
align-items: center;
|
|
1466
1466
|
overflow: hidden;
|
|
1467
1467
|
width: 100%;
|
|
1468
1468
|
}
|
|
1469
|
-
.
|
|
1469
|
+
._heading_1f7k2_56 {
|
|
1470
1470
|
color: var(--color-text-muted);
|
|
1471
1471
|
letter-spacing: var(--letter-spacing-wide);
|
|
1472
1472
|
text-transform: uppercase;
|
|
1473
1473
|
font-weight: bold;
|
|
1474
1474
|
}
|
|
1475
|
-
.
|
|
1475
|
+
._heading_1f7k2_56 ._headingIcon_1f7k2_62 {
|
|
1476
1476
|
float: right;
|
|
1477
1477
|
}
|
|
1478
|
-
.
|
|
1478
|
+
._heading_1f7k2_56 ._headingIcon_1f7k2_62 svg {
|
|
1479
1479
|
color: var(--color-text-faint);
|
|
1480
1480
|
}
|
|
1481
|
-
.
|
|
1481
|
+
._heading_1f7k2_56 ._headingIcon_1f7k2_62:hover {
|
|
1482
1482
|
cursor: pointer;
|
|
1483
1483
|
}
|
|
1484
|
-
.
|
|
1484
|
+
._heading_1f7k2_56 ._headingIcon_1f7k2_62:hover svg {
|
|
1485
1485
|
color: var(--color-text-primary-hover);
|
|
1486
1486
|
}
|
|
1487
|
-
.
|
|
1487
|
+
._option_1f7k2_74 {
|
|
1488
1488
|
color: inherit;
|
|
1489
1489
|
display: block;
|
|
1490
1490
|
position: relative;
|
|
1491
1491
|
}
|
|
1492
|
-
.
|
|
1493
|
-
.
|
|
1494
|
-
.
|
|
1492
|
+
._heading_1f7k2_56,
|
|
1493
|
+
._option_1f7k2_74,
|
|
1494
|
+
._layer_1f7k2_5 ._trigger_1f7k2_41 {
|
|
1495
1495
|
padding: var(--padding-input);
|
|
1496
1496
|
border: 1px solid transparent;
|
|
1497
1497
|
}
|
|
1498
|
-
.
|
|
1499
|
-
.
|
|
1498
|
+
._option_1f7k2_74,
|
|
1499
|
+
._layer_1f7k2_5 ._trigger_1f7k2_41 {
|
|
1500
1500
|
line-height: var(--line-height);
|
|
1501
1501
|
display: flex;
|
|
1502
1502
|
align-items: flex-start;
|
|
1503
1503
|
}
|
|
1504
|
-
.
|
|
1505
|
-
.
|
|
1506
|
-
.
|
|
1507
|
-
.
|
|
1504
|
+
._option_1f7k2_74:hover,
|
|
1505
|
+
._layer_1f7k2_5 ._trigger_1f7k2_41:hover,
|
|
1506
|
+
._option_1f7k2_74._active_1f7k2_93,
|
|
1507
|
+
._layer_1f7k2_5 ._trigger_1f7k2_41._active_1f7k2_93 {
|
|
1508
1508
|
background-color: var(--color-background-listitem-hover);
|
|
1509
1509
|
cursor: pointer;
|
|
1510
1510
|
}
|
|
1511
|
-
.
|
|
1511
|
+
._option_1f7k2_74._selected_1f7k2_98 {
|
|
1512
1512
|
background-color: var(--color-background-listitem-active);
|
|
1513
1513
|
}
|
|
1514
|
-
.
|
|
1514
|
+
._layer_1f7k2_5 ._trigger_1f7k2_41 {
|
|
1515
1515
|
align-items: center;
|
|
1516
1516
|
}
|
|
1517
|
-
.
|
|
1517
|
+
._optionContent_1f7k2_104 {
|
|
1518
1518
|
flex-wrap: wrap;
|
|
1519
1519
|
margin-right: auto;
|
|
1520
1520
|
}
|
|
1521
|
-
.
|
|
1521
|
+
._inline_1f7k2_108 ._optionContent_1f7k2_104 {
|
|
1522
1522
|
display: flex;
|
|
1523
1523
|
justify-content: space-between;
|
|
1524
1524
|
flex-grow: 1;
|
|
1525
1525
|
}
|
|
1526
|
-
.
|
|
1527
|
-
.
|
|
1526
|
+
._icon_1f7k2_113,
|
|
1527
|
+
._check_1f7k2_114 {
|
|
1528
1528
|
display: flex;
|
|
1529
1529
|
flex-shrink: 1;
|
|
1530
1530
|
width: var(--size-xs);
|
|
1531
1531
|
height: var(--line-height);
|
|
1532
|
-
font-size: var(--size-xs);
|
|
1533
1532
|
justify-content: center;
|
|
1534
1533
|
align-items: center;
|
|
1535
1534
|
}
|
|
1536
|
-
.
|
|
1535
|
+
._icon_1f7k2_113 {
|
|
1537
1536
|
margin-right: var(--padding-xs);
|
|
1538
1537
|
color: var(--color-text-primary);
|
|
1538
|
+
font-size: var(--size-xs);
|
|
1539
1539
|
}
|
|
1540
|
-
.
|
|
1540
|
+
._icon_1f7k2_113:empty {
|
|
1541
1541
|
display: none;
|
|
1542
1542
|
}
|
|
1543
|
-
.
|
|
1543
|
+
._icon_1f7k2_113 img {
|
|
1544
1544
|
max-height: 16px;
|
|
1545
1545
|
max-width: 16px;
|
|
1546
1546
|
width: auto;
|
|
1547
1547
|
height: auto;
|
|
1548
1548
|
}
|
|
1549
|
-
.
|
|
1549
|
+
._check_1f7k2_114 {
|
|
1550
|
+
margin-left: var(--padding-xs);
|
|
1551
|
+
color: var(--color-text-primary);
|
|
1552
|
+
}
|
|
1553
|
+
._text_1f7k2_140 {
|
|
1550
1554
|
display: inline-flex;
|
|
1551
1555
|
align-items: center;
|
|
1552
1556
|
cursor: pointer;
|
|
1553
1557
|
}
|
|
1554
|
-
.
|
|
1558
|
+
._label_1f7k2_145 {
|
|
1555
1559
|
margin-right: auto;
|
|
1556
1560
|
}
|
|
1557
|
-
.
|
|
1558
|
-
.
|
|
1561
|
+
._label_1f7k2_145,
|
|
1562
|
+
._heading_1f7k2_56 {
|
|
1559
1563
|
max-width: 100%;
|
|
1560
1564
|
display: block;
|
|
1561
1565
|
overflow: hidden;
|
|
1562
1566
|
text-overflow: ellipsis;
|
|
1563
1567
|
white-space: nowrap;
|
|
1564
1568
|
}
|
|
1565
|
-
.
|
|
1569
|
+
._description_1f7k2_156 {
|
|
1566
1570
|
color: #999;
|
|
1567
1571
|
display: block;
|
|
1568
1572
|
}
|
|
1569
|
-
.
|
|
1573
|
+
._arrow_1f7k2_160 {
|
|
1570
1574
|
margin-left: var(--padding-xxs);
|
|
1571
1575
|
display: flex;
|
|
1572
1576
|
}
|
|
1573
|
-
.
|
|
1577
|
+
._divider_1f7k2_164 {
|
|
1574
1578
|
border: 0;
|
|
1575
1579
|
border-top: 1px solid var(--color-border);
|
|
1576
1580
|
}
|
|
1577
|
-
.
|
|
1581
|
+
._deprecatedSemanticIcon_1f7k2_168 {
|
|
1578
1582
|
color: var(--color-text-primary) !important;
|
|
1579
1583
|
margin: -5px 0 0 !important;
|
|
1580
1584
|
}
|
|
1581
|
-
.
|
|
1582
|
-
|
|
1585
|
+
._disabled_1f7k2_172 {
|
|
1586
|
+
opacity: 0.2;
|
|
1583
1587
|
pointer-events: none;
|
|
1584
1588
|
cursor: not-allowed !important;
|
|
1585
1589
|
}
|
|
1586
|
-
.
|
|
1590
|
+
._buttonLabel_1f7k2_177 {
|
|
1587
1591
|
overflow: hidden;
|
|
1588
1592
|
text-overflow: ellipsis;
|
|
1589
1593
|
display: block;
|
|
1590
1594
|
margin-right: auto;
|
|
1591
1595
|
}
|
|
1592
|
-
.
|
|
1596
|
+
._buttonCaret_1f7k2_183 {
|
|
1593
1597
|
display: flex;
|
|
1594
1598
|
margin-left: var(--padding-xxs);
|
|
1595
1599
|
}
|
|
1596
|
-
.
|
|
1600
|
+
._component_1f7k2_187 {
|
|
1597
1601
|
display: inline-flex;
|
|
1598
1602
|
align-items: center;
|
|
1599
1603
|
justify-content: center;
|
|
1600
1604
|
cursor: pointer;
|
|
1601
1605
|
}
|
|
1602
|
-
.
|
|
1606
|
+
._right_1f7k2_193 {
|
|
1603
1607
|
margin-left: auto;
|
|
1604
1608
|
display: flex;
|
|
1605
1609
|
align-items: center;
|
|
1606
1610
|
}
|
|
1607
|
-
.
|
|
1611
|
+
._actions_1f7k2_198 {
|
|
1608
1612
|
margin-left: var(--padding-xs);
|
|
1609
1613
|
display: flex;
|
|
1610
1614
|
align-items: center;
|
|
@@ -3271,10 +3275,10 @@ html[data-theme='dark'] {
|
|
|
3271
3275
|
border-top-left-radius: 0 !important;
|
|
3272
3276
|
border-bottom-left-radius: 0 !important;
|
|
3273
3277
|
}
|
|
3274
|
-
.
|
|
3278
|
+
._layerContainer_dw2pp_1 {
|
|
3275
3279
|
z-index: var(--zindex-dropdown);
|
|
3276
3280
|
}
|
|
3277
|
-
.
|
|
3281
|
+
._layer_dw2pp_1 {
|
|
3278
3282
|
border: 1px solid var(--color-border);
|
|
3279
3283
|
border-radius: var(--border-radius);
|
|
3280
3284
|
overflow: hidden;
|
|
@@ -3284,31 +3288,31 @@ html[data-theme='dark'] {
|
|
|
3284
3288
|
position: relative;
|
|
3285
3289
|
font-size: var(--font-size);
|
|
3286
3290
|
}
|
|
3287
|
-
.
|
|
3291
|
+
._layer_dw2pp_1 ul {
|
|
3288
3292
|
margin: 0;
|
|
3289
3293
|
padding: 0;
|
|
3290
3294
|
list-style-type: none;
|
|
3291
3295
|
}
|
|
3292
|
-
.
|
|
3296
|
+
._layer_dw2pp_1 ul li {
|
|
3293
3297
|
list-style: none;
|
|
3294
3298
|
display: block;
|
|
3295
3299
|
}
|
|
3296
|
-
.
|
|
3300
|
+
._layer_dw2pp_1._small_dw2pp_23 {
|
|
3297
3301
|
font-size: var(--font-size-sm);
|
|
3298
3302
|
}
|
|
3299
|
-
.
|
|
3300
|
-
.
|
|
3301
|
-
.
|
|
3303
|
+
._heading_dw2pp_26,
|
|
3304
|
+
._option_dw2pp_27,
|
|
3305
|
+
._message_dw2pp_28 {
|
|
3302
3306
|
padding: var(--padding-input);
|
|
3303
3307
|
padding-right: 0;
|
|
3304
3308
|
}
|
|
3305
|
-
.
|
|
3306
|
-
.
|
|
3307
|
-
.
|
|
3309
|
+
._small_dw2pp_23 ._heading_dw2pp_26,
|
|
3310
|
+
._small_dw2pp_23 ._option_dw2pp_27,
|
|
3311
|
+
._small_dw2pp_23 ._message_dw2pp_28 {
|
|
3308
3312
|
padding: var(--padding-input-sm);
|
|
3309
3313
|
padding-right: 0;
|
|
3310
3314
|
}
|
|
3311
|
-
.
|
|
3315
|
+
._heading_dw2pp_26 {
|
|
3312
3316
|
color: var(--color-text-muted);
|
|
3313
3317
|
letter-spacing: var(--letter-spacing-wide);
|
|
3314
3318
|
font-weight: bold;
|
|
@@ -3319,13 +3323,13 @@ html[data-theme='dark'] {
|
|
|
3319
3323
|
text-overflow: ellipsis;
|
|
3320
3324
|
white-space: nowrap;
|
|
3321
3325
|
}
|
|
3322
|
-
.
|
|
3326
|
+
._small_dw2pp_23 ._heading_dw2pp_26 {
|
|
3323
3327
|
font-size: var(--font-size-sm);
|
|
3324
3328
|
}
|
|
3325
|
-
.
|
|
3329
|
+
._message_dw2pp_28 {
|
|
3326
3330
|
color: var(--color-text-faint);
|
|
3327
3331
|
}
|
|
3328
|
-
.
|
|
3332
|
+
._option_dw2pp_27 {
|
|
3329
3333
|
line-height: var(--line-height);
|
|
3330
3334
|
display: flex;
|
|
3331
3335
|
align-items: center;
|
|
@@ -3334,19 +3338,19 @@ html[data-theme='dark'] {
|
|
|
3334
3338
|
height: 100%;
|
|
3335
3339
|
cursor: pointer;
|
|
3336
3340
|
}
|
|
3337
|
-
.
|
|
3338
|
-
.
|
|
3341
|
+
._option_dw2pp_27._focused_dw2pp_64,
|
|
3342
|
+
._option_dw2pp_27:hover {
|
|
3339
3343
|
background-color: var(--color-background-listitem-hover);
|
|
3340
3344
|
}
|
|
3341
|
-
.
|
|
3345
|
+
._option_dw2pp_27._selected_dw2pp_68 {
|
|
3342
3346
|
background-color: var(--color-background-listitem-active);
|
|
3343
3347
|
}
|
|
3344
|
-
.
|
|
3348
|
+
._option_dw2pp_27._disabled_dw2pp_71 {
|
|
3345
3349
|
opacity: 0.2;
|
|
3346
3350
|
cursor: inherit;
|
|
3347
3351
|
}
|
|
3348
|
-
.
|
|
3349
|
-
color: var(--color-text);
|
|
3352
|
+
._option_dw2pp_27 ._check_dw2pp_75 {
|
|
3353
|
+
color: var(--color-text-primary);
|
|
3350
3354
|
font-size: var(--font-size);
|
|
3351
3355
|
width: var(--size);
|
|
3352
3356
|
height: var(--size);
|
|
@@ -3355,31 +3359,31 @@ html[data-theme='dark'] {
|
|
|
3355
3359
|
align-items: center;
|
|
3356
3360
|
flex-shrink: 0;
|
|
3357
3361
|
}
|
|
3358
|
-
.
|
|
3362
|
+
._small_dw2pp_23 ._option_dw2pp_27 ._check_dw2pp_75 {
|
|
3359
3363
|
width: var(--size-sm);
|
|
3360
3364
|
height: var(--size-sm);
|
|
3361
3365
|
}
|
|
3362
|
-
.
|
|
3366
|
+
._option_dw2pp_27 ._check_dw2pp_75 svg {
|
|
3363
3367
|
display: block;
|
|
3364
3368
|
}
|
|
3365
|
-
.
|
|
3369
|
+
._option_dw2pp_27 ._optionContent_dw2pp_92 {
|
|
3366
3370
|
flex-wrap: wrap;
|
|
3367
3371
|
margin-right: auto;
|
|
3368
3372
|
overflow: hidden;
|
|
3369
3373
|
}
|
|
3370
|
-
.
|
|
3374
|
+
._option_dw2pp_27 ._optionContent_dw2pp_92 ._label_dw2pp_97 {
|
|
3371
3375
|
max-width: 100%;
|
|
3372
3376
|
display: block;
|
|
3373
3377
|
overflow: hidden;
|
|
3374
3378
|
text-overflow: ellipsis;
|
|
3375
3379
|
white-space: nowrap;
|
|
3376
3380
|
}
|
|
3377
|
-
.
|
|
3381
|
+
._option_dw2pp_27 ._optionContent_dw2pp_92 ._icon_dw2pp_104 {
|
|
3378
3382
|
display: inline-flex;
|
|
3379
3383
|
margin-left: var(--padding-xxs);
|
|
3380
3384
|
line-height: 0;
|
|
3381
3385
|
}
|
|
3382
|
-
.
|
|
3386
|
+
._details_dw2pp_109 {
|
|
3383
3387
|
float: right;
|
|
3384
3388
|
display: inline;
|
|
3385
3389
|
white-space: nowrap;
|
package/dist/index.js
CHANGED
|
@@ -4181,34 +4181,34 @@ const styles$M = {
|
|
|
4181
4181
|
actionComponentContainer,
|
|
4182
4182
|
active: active$7
|
|
4183
4183
|
};
|
|
4184
|
-
const wrapper$4 = "
|
|
4185
|
-
const layer$1 = "
|
|
4186
|
-
const layerContainer$1 = "
|
|
4187
|
-
const nested = "
|
|
4188
|
-
const fileInput$1 = "
|
|
4189
|
-
const trigger$2 = "
|
|
4190
|
-
const middleAlignedInline = "
|
|
4191
|
-
const heading$5 = "
|
|
4192
|
-
const headingIcon = "
|
|
4193
|
-
const option$1 = "
|
|
4194
|
-
const active$6 = "
|
|
4195
|
-
const selected$1 = "
|
|
4196
|
-
const optionContent$1 = "
|
|
4197
|
-
const inline$4 = "
|
|
4198
|
-
const icon$4 = "
|
|
4199
|
-
const check$1 = "
|
|
4200
|
-
const text$3 = "
|
|
4201
|
-
const label$a = "
|
|
4202
|
-
const description = "
|
|
4203
|
-
const arrow$1 = "
|
|
4204
|
-
const divider$1 = "
|
|
4205
|
-
const deprecatedSemanticIcon = "
|
|
4206
|
-
const disabled$8 = "
|
|
4207
|
-
const buttonLabel = "
|
|
4208
|
-
const buttonCaret = "
|
|
4209
|
-
const component = "
|
|
4210
|
-
const right$7 = "
|
|
4211
|
-
const actions$1 = "
|
|
4184
|
+
const wrapper$4 = "_wrapper_1f7k2_1";
|
|
4185
|
+
const layer$1 = "_layer_1f7k2_5";
|
|
4186
|
+
const layerContainer$1 = "_layerContainer_1f7k2_8";
|
|
4187
|
+
const nested = "_nested_1f7k2_24";
|
|
4188
|
+
const fileInput$1 = "_fileInput_1f7k2_36";
|
|
4189
|
+
const trigger$2 = "_trigger_1f7k2_41";
|
|
4190
|
+
const middleAlignedInline = "_middleAlignedInline_1f7k2_50";
|
|
4191
|
+
const heading$5 = "_heading_1f7k2_56";
|
|
4192
|
+
const headingIcon = "_headingIcon_1f7k2_62";
|
|
4193
|
+
const option$1 = "_option_1f7k2_74";
|
|
4194
|
+
const active$6 = "_active_1f7k2_93";
|
|
4195
|
+
const selected$1 = "_selected_1f7k2_98";
|
|
4196
|
+
const optionContent$1 = "_optionContent_1f7k2_104";
|
|
4197
|
+
const inline$4 = "_inline_1f7k2_108";
|
|
4198
|
+
const icon$4 = "_icon_1f7k2_113";
|
|
4199
|
+
const check$1 = "_check_1f7k2_114";
|
|
4200
|
+
const text$3 = "_text_1f7k2_140";
|
|
4201
|
+
const label$a = "_label_1f7k2_145";
|
|
4202
|
+
const description = "_description_1f7k2_156";
|
|
4203
|
+
const arrow$1 = "_arrow_1f7k2_160";
|
|
4204
|
+
const divider$1 = "_divider_1f7k2_164";
|
|
4205
|
+
const deprecatedSemanticIcon = "_deprecatedSemanticIcon_1f7k2_168";
|
|
4206
|
+
const disabled$8 = "_disabled_1f7k2_172";
|
|
4207
|
+
const buttonLabel = "_buttonLabel_1f7k2_177";
|
|
4208
|
+
const buttonCaret = "_buttonCaret_1f7k2_183";
|
|
4209
|
+
const component = "_component_1f7k2_187";
|
|
4210
|
+
const right$7 = "_right_1f7k2_193";
|
|
4211
|
+
const actions$1 = "_actions_1f7k2_198";
|
|
4212
4212
|
const styles$L = {
|
|
4213
4213
|
wrapper: wrapper$4,
|
|
4214
4214
|
layer: layer$1,
|
|
@@ -4323,10 +4323,11 @@ const Option$2 = ({
|
|
|
4323
4323
|
}
|
|
4324
4324
|
),
|
|
4325
4325
|
/* @__PURE__ */ jsx("span", { className: styles$L.label, title: `${title2 || label2}`, children: label2 }),
|
|
4326
|
-
/* @__PURE__ */
|
|
4327
|
-
|
|
4328
|
-
|
|
4329
|
-
|
|
4326
|
+
/* @__PURE__ */ jsx("span", { className: styles$L.description, children: description2 })
|
|
4327
|
+
] }),
|
|
4328
|
+
/* @__PURE__ */ jsxs("div", { className: styles$L.right, children: [
|
|
4329
|
+
selected2 && /* @__PURE__ */ jsx("span", { className: styles$L.check, children: /* @__PURE__ */ jsx(Icon, { icon: IconType.CHECK }) }),
|
|
4330
|
+
!!(actions2 == null ? void 0 : actions2.length) && /* @__PURE__ */ jsx("div", { className: styles$L.actions, children: /* @__PURE__ */ jsx(Actions, { actions: actions2 }) })
|
|
4330
4331
|
] })
|
|
4331
4332
|
]
|
|
4332
4333
|
}
|
|
@@ -20460,20 +20461,20 @@ var FixedSizeList = /* @__PURE__ */ createListComponent({
|
|
|
20460
20461
|
}
|
|
20461
20462
|
}
|
|
20462
20463
|
});
|
|
20463
|
-
const layerContainer = "
|
|
20464
|
-
const layer = "
|
|
20465
|
-
const small$5 = "
|
|
20466
|
-
const heading = "
|
|
20467
|
-
const option = "
|
|
20468
|
-
const message = "
|
|
20469
|
-
const focused = "
|
|
20470
|
-
const selected = "
|
|
20471
|
-
const disabled$4 = "
|
|
20472
|
-
const check = "
|
|
20473
|
-
const optionContent = "
|
|
20474
|
-
const label$5 = "
|
|
20475
|
-
const icon$2 = "
|
|
20476
|
-
const details = "
|
|
20464
|
+
const layerContainer = "_layerContainer_dw2pp_1";
|
|
20465
|
+
const layer = "_layer_dw2pp_1";
|
|
20466
|
+
const small$5 = "_small_dw2pp_23";
|
|
20467
|
+
const heading = "_heading_dw2pp_26";
|
|
20468
|
+
const option = "_option_dw2pp_27";
|
|
20469
|
+
const message = "_message_dw2pp_28";
|
|
20470
|
+
const focused = "_focused_dw2pp_64";
|
|
20471
|
+
const selected = "_selected_dw2pp_68";
|
|
20472
|
+
const disabled$4 = "_disabled_dw2pp_71";
|
|
20473
|
+
const check = "_check_dw2pp_75";
|
|
20474
|
+
const optionContent = "_optionContent_dw2pp_92";
|
|
20475
|
+
const label$5 = "_label_dw2pp_97";
|
|
20476
|
+
const icon$2 = "_icon_dw2pp_104";
|
|
20477
|
+
const details = "_details_dw2pp_109";
|
|
20477
20478
|
const styles$n = {
|
|
20478
20479
|
layerContainer,
|
|
20479
20480
|
layer,
|