@oliasoft-open-source/react-ui-library 5.2.6 → 5.2.7-beta-1
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 +29 -26
- package/dist/index.js +14 -14
- package/package.json +1 -1
package/dist/global.css
CHANGED
|
@@ -3303,10 +3303,10 @@ html[data-theme='dark'] {
|
|
|
3303
3303
|
border-top-left-radius: 0 !important;
|
|
3304
3304
|
border-bottom-left-radius: 0 !important;
|
|
3305
3305
|
}
|
|
3306
|
-
.
|
|
3306
|
+
._layerContainer_41zze_1 {
|
|
3307
3307
|
z-index: var(--zindex-dropdown);
|
|
3308
3308
|
}
|
|
3309
|
-
.
|
|
3309
|
+
._layer_41zze_1 {
|
|
3310
3310
|
border: 1px solid var(--color-border);
|
|
3311
3311
|
border-radius: var(--border-radius);
|
|
3312
3312
|
overflow: hidden;
|
|
@@ -3316,31 +3316,31 @@ html[data-theme='dark'] {
|
|
|
3316
3316
|
position: relative;
|
|
3317
3317
|
font-size: var(--font-size);
|
|
3318
3318
|
}
|
|
3319
|
-
.
|
|
3319
|
+
._layer_41zze_1 ul {
|
|
3320
3320
|
margin: 0;
|
|
3321
3321
|
padding: 0;
|
|
3322
3322
|
list-style-type: none;
|
|
3323
3323
|
}
|
|
3324
|
-
.
|
|
3324
|
+
._layer_41zze_1 ul li {
|
|
3325
3325
|
list-style: none;
|
|
3326
3326
|
display: block;
|
|
3327
3327
|
}
|
|
3328
|
-
.
|
|
3328
|
+
._layer_41zze_1._small_41zze_23 {
|
|
3329
3329
|
font-size: var(--font-size-sm);
|
|
3330
3330
|
}
|
|
3331
|
-
.
|
|
3332
|
-
.
|
|
3333
|
-
.
|
|
3331
|
+
._heading_41zze_26,
|
|
3332
|
+
._option_41zze_27,
|
|
3333
|
+
._message_41zze_28 {
|
|
3334
3334
|
padding: var(--padding-input);
|
|
3335
3335
|
padding-right: 0;
|
|
3336
3336
|
}
|
|
3337
|
-
.
|
|
3338
|
-
.
|
|
3339
|
-
.
|
|
3337
|
+
._small_41zze_23 ._heading_41zze_26,
|
|
3338
|
+
._small_41zze_23 ._option_41zze_27,
|
|
3339
|
+
._small_41zze_23 ._message_41zze_28 {
|
|
3340
3340
|
padding: var(--padding-input-sm);
|
|
3341
3341
|
padding-right: 0;
|
|
3342
3342
|
}
|
|
3343
|
-
.
|
|
3343
|
+
._heading_41zze_26 {
|
|
3344
3344
|
color: var(--color-text-muted);
|
|
3345
3345
|
letter-spacing: var(--letter-spacing-wide);
|
|
3346
3346
|
font-weight: bold;
|
|
@@ -3351,13 +3351,16 @@ html[data-theme='dark'] {
|
|
|
3351
3351
|
text-overflow: ellipsis;
|
|
3352
3352
|
white-space: nowrap;
|
|
3353
3353
|
}
|
|
3354
|
-
.
|
|
3354
|
+
._small_41zze_23 ._heading_41zze_26 {
|
|
3355
3355
|
font-size: var(--font-size-sm);
|
|
3356
3356
|
}
|
|
3357
|
-
.
|
|
3357
|
+
:not(:first-child) > ._heading_41zze_26 {
|
|
3358
|
+
border-top: 1px solid var(--color-border);
|
|
3359
|
+
}
|
|
3360
|
+
._message_41zze_28 {
|
|
3358
3361
|
color: var(--color-text-faint);
|
|
3359
3362
|
}
|
|
3360
|
-
.
|
|
3363
|
+
._option_41zze_27 {
|
|
3361
3364
|
line-height: var(--line-height);
|
|
3362
3365
|
display: flex;
|
|
3363
3366
|
align-items: center;
|
|
@@ -3366,18 +3369,18 @@ html[data-theme='dark'] {
|
|
|
3366
3369
|
height: 100%;
|
|
3367
3370
|
cursor: pointer;
|
|
3368
3371
|
}
|
|
3369
|
-
.
|
|
3370
|
-
.
|
|
3372
|
+
._option_41zze_27._focused_41zze_67,
|
|
3373
|
+
._option_41zze_27:hover {
|
|
3371
3374
|
background-color: var(--color-background-listitem-hover);
|
|
3372
3375
|
}
|
|
3373
|
-
.
|
|
3376
|
+
._option_41zze_27._selected_41zze_71 {
|
|
3374
3377
|
background-color: var(--color-background-listitem-active);
|
|
3375
3378
|
}
|
|
3376
|
-
.
|
|
3379
|
+
._option_41zze_27._disabled_41zze_74 {
|
|
3377
3380
|
opacity: 0.2;
|
|
3378
3381
|
cursor: inherit;
|
|
3379
3382
|
}
|
|
3380
|
-
.
|
|
3383
|
+
._option_41zze_27 ._check_41zze_78 {
|
|
3381
3384
|
color: var(--color-text-primary);
|
|
3382
3385
|
font-size: var(--font-size);
|
|
3383
3386
|
width: var(--size);
|
|
@@ -3387,31 +3390,31 @@ html[data-theme='dark'] {
|
|
|
3387
3390
|
align-items: center;
|
|
3388
3391
|
flex-shrink: 0;
|
|
3389
3392
|
}
|
|
3390
|
-
.
|
|
3393
|
+
._small_41zze_23 ._option_41zze_27 ._check_41zze_78 {
|
|
3391
3394
|
width: var(--size-sm);
|
|
3392
3395
|
height: var(--size-sm);
|
|
3393
3396
|
}
|
|
3394
|
-
.
|
|
3397
|
+
._option_41zze_27 ._check_41zze_78 svg {
|
|
3395
3398
|
display: block;
|
|
3396
3399
|
}
|
|
3397
|
-
.
|
|
3400
|
+
._option_41zze_27 ._optionContent_41zze_95 {
|
|
3398
3401
|
flex-wrap: wrap;
|
|
3399
3402
|
margin-right: auto;
|
|
3400
3403
|
overflow: hidden;
|
|
3401
3404
|
}
|
|
3402
|
-
.
|
|
3405
|
+
._option_41zze_27 ._optionContent_41zze_95 ._label_41zze_100 {
|
|
3403
3406
|
max-width: 100%;
|
|
3404
3407
|
display: block;
|
|
3405
3408
|
overflow: hidden;
|
|
3406
3409
|
text-overflow: ellipsis;
|
|
3407
3410
|
white-space: nowrap;
|
|
3408
3411
|
}
|
|
3409
|
-
.
|
|
3412
|
+
._option_41zze_27 ._optionContent_41zze_95 ._icon_41zze_107 {
|
|
3410
3413
|
display: inline-flex;
|
|
3411
3414
|
margin-left: var(--padding-xxs);
|
|
3412
3415
|
line-height: 0;
|
|
3413
3416
|
}
|
|
3414
|
-
.
|
|
3417
|
+
._details_41zze_112 {
|
|
3415
3418
|
float: right;
|
|
3416
3419
|
display: inline;
|
|
3417
3420
|
white-space: nowrap;
|
package/dist/index.js
CHANGED
|
@@ -16461,20 +16461,20 @@ var FixedSizeList = /* @__PURE__ */ createListComponent({
|
|
|
16461
16461
|
}
|
|
16462
16462
|
}
|
|
16463
16463
|
});
|
|
16464
|
-
const layerContainer = "
|
|
16465
|
-
const layer = "
|
|
16466
|
-
const small$4 = "
|
|
16467
|
-
const heading = "
|
|
16468
|
-
const option = "
|
|
16469
|
-
const message = "
|
|
16470
|
-
const focused = "
|
|
16471
|
-
const selected = "
|
|
16472
|
-
const disabled$4 = "
|
|
16473
|
-
const check = "
|
|
16474
|
-
const optionContent = "
|
|
16475
|
-
const label$4 = "
|
|
16476
|
-
const icon$2 = "
|
|
16477
|
-
const details$1 = "
|
|
16464
|
+
const layerContainer = "_layerContainer_41zze_1";
|
|
16465
|
+
const layer = "_layer_41zze_1";
|
|
16466
|
+
const small$4 = "_small_41zze_23";
|
|
16467
|
+
const heading = "_heading_41zze_26";
|
|
16468
|
+
const option = "_option_41zze_27";
|
|
16469
|
+
const message = "_message_41zze_28";
|
|
16470
|
+
const focused = "_focused_41zze_67";
|
|
16471
|
+
const selected = "_selected_41zze_71";
|
|
16472
|
+
const disabled$4 = "_disabled_41zze_74";
|
|
16473
|
+
const check = "_check_41zze_78";
|
|
16474
|
+
const optionContent = "_optionContent_41zze_95";
|
|
16475
|
+
const label$4 = "_label_41zze_100";
|
|
16476
|
+
const icon$2 = "_icon_41zze_107";
|
|
16477
|
+
const details$1 = "_details_41zze_112";
|
|
16478
16478
|
const styles$p = {
|
|
16479
16479
|
layerContainer,
|
|
16480
16480
|
layer,
|
package/package.json
CHANGED