@oliasoft-open-source/react-ui-library 4.0.0-beta-26 → 4.0.0-beta-27
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 +124 -129
- package/dist/index.js +138 -116
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/global.css
CHANGED
|
@@ -542,10 +542,10 @@ a {
|
|
|
542
542
|
--spacing-5: 20px;
|
|
543
543
|
--spacing-6: 24px;
|
|
544
544
|
--padding-x: var(--spacing-4);
|
|
545
|
-
--padding-y: var(--spacing-
|
|
545
|
+
--padding-y: var(--spacing-4);
|
|
546
546
|
--padding: var(--padding-y) var(--padding-x);
|
|
547
547
|
--padding-card-x: var(--spacing-3);
|
|
548
|
-
--padding-card-y: var(--spacing-
|
|
548
|
+
--padding-card-y: var(--spacing-3);
|
|
549
549
|
--padding-card: var(--padding-card-y) var(--padding-card-x);
|
|
550
550
|
--padding-input-x: var(--spacing-2);
|
|
551
551
|
--padding-input-y: calc((var(--size) - var(--line-height) - 2px) / 2);
|
|
@@ -660,7 +660,7 @@ html[data-theme='dark'] {
|
|
|
660
660
|
}
|
|
661
661
|
|
|
662
662
|
.field {
|
|
663
|
-
margin-bottom: var(--
|
|
663
|
+
margin-bottom: var(--padding-y);
|
|
664
664
|
color: var(--color-text);
|
|
665
665
|
}
|
|
666
666
|
|
|
@@ -682,12 +682,12 @@ html[data-theme='dark'] {
|
|
|
682
682
|
|
|
683
683
|
.formRow > *:not(:last-child),
|
|
684
684
|
.form-row > *:not(:last-child) {
|
|
685
|
-
margin-right: var(--
|
|
685
|
+
margin-right: var(--padding-x);
|
|
686
686
|
}
|
|
687
687
|
|
|
688
688
|
.formRow .button,
|
|
689
689
|
.form-row .button {
|
|
690
|
-
margin-bottom: var(--
|
|
690
|
+
margin-bottom: var(--padding-y);
|
|
691
691
|
}
|
|
692
692
|
|
|
693
693
|
html {
|
|
@@ -2394,30 +2394,30 @@ html[data-theme='dark'] {
|
|
|
2394
2394
|
margin-bottom: var(--spacing-1);
|
|
2395
2395
|
line-height: 1.25;
|
|
2396
2396
|
}
|
|
2397
|
-
.
|
|
2398
|
-
margin-bottom: var(--
|
|
2397
|
+
._field_1byxq_1 {
|
|
2398
|
+
margin-bottom: var(--padding-y);
|
|
2399
2399
|
color: var(--color-text);
|
|
2400
2400
|
}
|
|
2401
|
-
.
|
|
2401
|
+
._field_1byxq_1._labelLeft_1byxq_5 {
|
|
2402
2402
|
display: flex;
|
|
2403
2403
|
align-items: center;
|
|
2404
2404
|
}
|
|
2405
|
-
.
|
|
2405
|
+
._field_1byxq_1._labelLeft_1byxq_5 ._fieldInput_1byxq_9 {
|
|
2406
2406
|
flex-grow: 1;
|
|
2407
2407
|
}
|
|
2408
|
-
.
|
|
2409
|
-
._form-
|
|
2408
|
+
._formRow_1byxq_12,
|
|
2409
|
+
._form-row_1byxq_13 {
|
|
2410
2410
|
display: flex;
|
|
2411
2411
|
flex-wrap: wrap;
|
|
2412
2412
|
align-items: flex-end;
|
|
2413
2413
|
}
|
|
2414
|
-
.
|
|
2415
|
-
._form-
|
|
2416
|
-
margin-right: var(--
|
|
2414
|
+
._formRow_1byxq_12 > *:not(:last-child),
|
|
2415
|
+
._form-row_1byxq_13 > *:not(:last-child) {
|
|
2416
|
+
margin-right: var(--padding-x);
|
|
2417
2417
|
}
|
|
2418
|
-
.
|
|
2419
|
-
._form-
|
|
2420
|
-
margin-bottom: var(--
|
|
2418
|
+
._formRow_1byxq_12 ._button_1byxq_22,
|
|
2419
|
+
._form-row_1byxq_13 ._button_1byxq_22 {
|
|
2420
|
+
margin-bottom: var(--padding-y);
|
|
2421
2421
|
}
|
|
2422
2422
|
._formRow_i2es6_1 {
|
|
2423
2423
|
display: flex;
|
|
@@ -9276,125 +9276,125 @@ tbody tr {
|
|
|
9276
9276
|
justify-content: space-between;
|
|
9277
9277
|
border-top: 1px solid var(--color-border-table);
|
|
9278
9278
|
}
|
|
9279
|
-
.
|
|
9279
|
+
._inputInTable_sgjeo_1 {
|
|
9280
9280
|
background-color: transparent;
|
|
9281
9281
|
border-radius: inherit !important;
|
|
9282
9282
|
height: var(--size);
|
|
9283
9283
|
min-height: 100%;
|
|
9284
9284
|
}
|
|
9285
|
-
.
|
|
9285
|
+
._inputInTable_sgjeo_1:not(:hover) {
|
|
9286
9286
|
border-color: transparent;
|
|
9287
9287
|
}
|
|
9288
|
-
.
|
|
9288
|
+
._inputInTable_sgjeo_1:not(:focus) {
|
|
9289
9289
|
box-shadow: none;
|
|
9290
9290
|
}
|
|
9291
|
-
.
|
|
9291
|
+
._inputHover_sgjeo_13 {
|
|
9292
9292
|
position: relative;
|
|
9293
9293
|
border-color: var(--color-border-hover);
|
|
9294
9294
|
z-index: 2;
|
|
9295
9295
|
}
|
|
9296
|
-
.
|
|
9296
|
+
._inputFocus_sgjeo_18 {
|
|
9297
9297
|
position: relative;
|
|
9298
9298
|
outline: none !important;
|
|
9299
9299
|
border-color: var(--color-border-focus) !important;
|
|
9300
9300
|
box-shadow: var(--shadow-focus);
|
|
9301
9301
|
z-index: 3;
|
|
9302
9302
|
}
|
|
9303
|
-
.
|
|
9304
|
-
.
|
|
9303
|
+
._inputError_sgjeo_25,
|
|
9304
|
+
._inputWarning_sgjeo_26 {
|
|
9305
9305
|
position: relative;
|
|
9306
9306
|
}
|
|
9307
|
-
.
|
|
9307
|
+
._inputError_sgjeo_25 {
|
|
9308
9308
|
z-index: 2;
|
|
9309
9309
|
border-color: var(--color-border-error);
|
|
9310
9310
|
color: var(--color-text-error) !important;
|
|
9311
9311
|
background-color: var(--color-background-error);
|
|
9312
9312
|
}
|
|
9313
|
-
.
|
|
9313
|
+
._inputError_sgjeo_25:hover {
|
|
9314
9314
|
border-color: var(--color-border-error-hover) !important;
|
|
9315
9315
|
}
|
|
9316
|
-
.
|
|
9316
|
+
._inputError_sgjeo_25:focus {
|
|
9317
9317
|
position: relative;
|
|
9318
9318
|
outline: none !important;
|
|
9319
9319
|
border-color: var(--color-border-focus) !important;
|
|
9320
9320
|
box-shadow: var(--shadow-focus);
|
|
9321
9321
|
z-index: 3;
|
|
9322
9322
|
}
|
|
9323
|
-
.
|
|
9323
|
+
._inputWarning_sgjeo_26 {
|
|
9324
9324
|
z-index: 1;
|
|
9325
9325
|
border-color: var(--color-border-warning);
|
|
9326
9326
|
color: var(--color-text-warning) !important;
|
|
9327
9327
|
background-color: var(--color-background-warning);
|
|
9328
9328
|
}
|
|
9329
|
-
.
|
|
9329
|
+
._inputWarning_sgjeo_26:hover {
|
|
9330
9330
|
border-color: var(--color-border-warning-hover) !important;
|
|
9331
9331
|
}
|
|
9332
|
-
.
|
|
9332
|
+
._inputWarning_sgjeo_26:focus {
|
|
9333
9333
|
position: relative;
|
|
9334
9334
|
outline: none !important;
|
|
9335
9335
|
border-color: var(--color-border-focus) !important;
|
|
9336
9336
|
box-shadow: var(--shadow-focus);
|
|
9337
9337
|
z-index: 3;
|
|
9338
9338
|
}
|
|
9339
|
-
.
|
|
9339
|
+
._inputDisabled_sgjeo_61 {
|
|
9340
9340
|
pointer-events: none;
|
|
9341
9341
|
background-color: var(--color-background-disabled);
|
|
9342
9342
|
color: var(--color-text-muted);
|
|
9343
9343
|
box-shadow: none;
|
|
9344
9344
|
}
|
|
9345
|
-
.
|
|
9345
|
+
._hideScrollbars_sgjeo_67 {
|
|
9346
9346
|
/* Firefox */
|
|
9347
9347
|
scrollbar-width: none;
|
|
9348
9348
|
/* IE 10+ */
|
|
9349
9349
|
-ms-overflow-style: none;
|
|
9350
9350
|
/* Chrome, Safari and Opera */
|
|
9351
9351
|
}
|
|
9352
|
-
.
|
|
9352
|
+
._hideScrollbars_sgjeo_67::-webkit-scrollbar {
|
|
9353
9353
|
display: none;
|
|
9354
9354
|
}
|
|
9355
|
-
.
|
|
9355
|
+
._cell_sgjeo_77 a {
|
|
9356
9356
|
cursor: pointer;
|
|
9357
9357
|
color: var(--color-text-primary);
|
|
9358
9358
|
}
|
|
9359
|
-
.
|
|
9359
|
+
._cell_sgjeo_77 a:hover {
|
|
9360
9360
|
color: var(--color-text-primary-hover);
|
|
9361
9361
|
}
|
|
9362
|
-
.
|
|
9362
|
+
._cell_sgjeo_77 a:active {
|
|
9363
9363
|
color: var(--color-text-primary-active);
|
|
9364
9364
|
}
|
|
9365
|
-
.
|
|
9365
|
+
._cell_sgjeo_77 a._disabledLink_sgjeo_87 {
|
|
9366
9366
|
color: var(--color-text-faint) !important;
|
|
9367
9367
|
cursor: default !important;
|
|
9368
9368
|
}
|
|
9369
|
-
.
|
|
9369
|
+
._inputWrapper_sgjeo_91 {
|
|
9370
9370
|
height: 100%;
|
|
9371
9371
|
border-radius: inherit;
|
|
9372
9372
|
}
|
|
9373
|
-
.
|
|
9374
|
-
.
|
|
9375
|
-
.
|
|
9373
|
+
._inputWrapper_sgjeo_91 > span,
|
|
9374
|
+
._inputWrapper_sgjeo_91 > span > span,
|
|
9375
|
+
._inputWrapper_sgjeo_91 > span > span > div {
|
|
9376
9376
|
height: 100%;
|
|
9377
9377
|
border-radius: inherit;
|
|
9378
9378
|
}
|
|
9379
|
-
.
|
|
9380
|
-
.
|
|
9379
|
+
._inputWrapper_sgjeo_91 > div,
|
|
9380
|
+
._inputWrapper_sgjeo_91 > div > span {
|
|
9381
9381
|
height: 100%;
|
|
9382
9382
|
border-radius: inherit;
|
|
9383
9383
|
}
|
|
9384
|
-
.
|
|
9384
|
+
._breakWord_sgjeo_106 {
|
|
9385
9385
|
word-break: break-word;
|
|
9386
9386
|
}
|
|
9387
|
-
.
|
|
9387
|
+
._inputCell_sgjeo_109 {
|
|
9388
9388
|
padding: 0 !important;
|
|
9389
9389
|
}
|
|
9390
|
-
.
|
|
9390
|
+
._sliderCell_sgjeo_112 {
|
|
9391
9391
|
padding-top: 0 !important;
|
|
9392
9392
|
padding-bottom: 0 !important;
|
|
9393
9393
|
}
|
|
9394
|
-
.
|
|
9394
|
+
._staticCell_sgjeo_116 {
|
|
9395
9395
|
padding: 0 !important;
|
|
9396
9396
|
}
|
|
9397
|
-
.
|
|
9397
|
+
._staticCell_sgjeo_116 ._staticCellContent_sgjeo_119 {
|
|
9398
9398
|
line-height: 1.25;
|
|
9399
9399
|
min-height: 100%;
|
|
9400
9400
|
padding: var(--padding-input);
|
|
@@ -9403,35 +9403,35 @@ tbody tr {
|
|
|
9403
9403
|
display: flex;
|
|
9404
9404
|
align-items: center;
|
|
9405
9405
|
}
|
|
9406
|
-
tbody .
|
|
9406
|
+
tbody ._staticCell_sgjeo_116 ._staticCellContent_sgjeo_119 {
|
|
9407
9407
|
background-color: var(--color-background-disabled);
|
|
9408
9408
|
color: var(--color-text-muted);
|
|
9409
9409
|
}
|
|
9410
|
-
.
|
|
9411
|
-
.
|
|
9410
|
+
._staticCell_sgjeo_116 ._staticCellContent_sgjeo_119._error_sgjeo_132,
|
|
9411
|
+
._staticCell_sgjeo_116 ._staticCellContent_sgjeo_119._warning_sgjeo_133 {
|
|
9412
9412
|
border: 1px solid transparent;
|
|
9413
9413
|
}
|
|
9414
|
-
.
|
|
9414
|
+
._staticCell_sgjeo_116 ._staticCellContent_sgjeo_119._error_sgjeo_132 {
|
|
9415
9415
|
background-color: var(--color-background-error);
|
|
9416
9416
|
}
|
|
9417
|
-
.
|
|
9417
|
+
._staticCell_sgjeo_116 ._staticCellContent_sgjeo_119._warning_sgjeo_133 {
|
|
9418
9418
|
background-color: var(--color-background-warning);
|
|
9419
9419
|
}
|
|
9420
|
-
.
|
|
9420
|
+
._staticCell_sgjeo_116 ._staticCellContent_sgjeo_119._unit_sgjeo_142 {
|
|
9421
9421
|
font-weight: normal;
|
|
9422
9422
|
}
|
|
9423
|
-
.
|
|
9423
|
+
._sortingCell_sgjeo_145 ._staticCellContent_sgjeo_119 {
|
|
9424
9424
|
position: relative;
|
|
9425
9425
|
padding-right: calc(var(--size) + var(--spacing-1)) !important;
|
|
9426
9426
|
cursor: pointer !important;
|
|
9427
9427
|
}
|
|
9428
|
-
.
|
|
9428
|
+
._sortingCell_sgjeo_145 ._staticCellContent_sgjeo_119:hover {
|
|
9429
9429
|
background-color: rgba(0, 0, 0, 0.05) !important;
|
|
9430
9430
|
}
|
|
9431
|
-
[data-theme='dark'] .
|
|
9431
|
+
[data-theme='dark'] ._sortingCell_sgjeo_145 ._staticCellContent_sgjeo_119:hover {
|
|
9432
9432
|
background-color: rgba(255, 255, 255, 0.1) !important;
|
|
9433
9433
|
}
|
|
9434
|
-
.
|
|
9434
|
+
._sortingCell_sgjeo_145 ._sortingCellIcon_sgjeo_156 {
|
|
9435
9435
|
font-size: 1.25em;
|
|
9436
9436
|
position: absolute;
|
|
9437
9437
|
right: calc(var(--padding-input-x) - var(--spacing-1));
|
|
@@ -9439,27 +9439,22 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
|
|
|
9439
9439
|
transform: translateY(-50%);
|
|
9440
9440
|
display: flex;
|
|
9441
9441
|
}
|
|
9442
|
-
.
|
|
9442
|
+
._sortingCell_sgjeo_145 ._sortingCellIcon_sgjeo_156 > * {
|
|
9443
9443
|
display: flex;
|
|
9444
9444
|
}
|
|
9445
|
-
.
|
|
9445
|
+
._icon_sgjeo_167 {
|
|
9446
9446
|
display: inline-flex;
|
|
9447
9447
|
margin-left: var(--spacing-1);
|
|
9448
9448
|
}
|
|
9449
|
-
.
|
|
9449
|
+
._checkBoxCell_sgjeo_171 {
|
|
9450
9450
|
padding-block: 0 !important;
|
|
9451
9451
|
width: var(--size);
|
|
9452
9452
|
}
|
|
9453
|
-
.
|
|
9454
|
-
width: var(--size);
|
|
9455
|
-
text-align: center;
|
|
9456
|
-
padding: 0 !important;
|
|
9457
|
-
}
|
|
9458
|
-
._iconCell_hyzeo_175 ._iconWrapper_hyzeo_180 {
|
|
9453
|
+
._iconCellWrapper_sgjeo_175 {
|
|
9459
9454
|
display: flex;
|
|
9460
9455
|
justify-content: center;
|
|
9461
9456
|
}
|
|
9462
|
-
.
|
|
9457
|
+
._actionsCell_sgjeo_179 {
|
|
9463
9458
|
width: var(--size-sm);
|
|
9464
9459
|
padding: 0 calc((var(--size) - var(--size-sm)) / 2) !important;
|
|
9465
9460
|
position: sticky;
|
|
@@ -9467,25 +9462,25 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
|
|
|
9467
9462
|
background: inherit;
|
|
9468
9463
|
z-index: 4;
|
|
9469
9464
|
}
|
|
9470
|
-
.
|
|
9465
|
+
._rightAligned_sgjeo_187 {
|
|
9471
9466
|
text-align: right !important;
|
|
9472
9467
|
}
|
|
9473
|
-
.
|
|
9468
|
+
._rightAligned_sgjeo_187 ._staticCellContent_sgjeo_119 {
|
|
9474
9469
|
justify-content: flex-end;
|
|
9475
9470
|
}
|
|
9476
|
-
.
|
|
9471
|
+
._centerAligned_sgjeo_193 {
|
|
9477
9472
|
text-align: center !important;
|
|
9478
9473
|
}
|
|
9479
|
-
.
|
|
9474
|
+
._centerAligned_sgjeo_193 ._staticCellContent_sgjeo_119 {
|
|
9480
9475
|
justify-content: center;
|
|
9481
9476
|
}
|
|
9482
|
-
.
|
|
9477
|
+
._leftAligned_sgjeo_199 {
|
|
9483
9478
|
text-align: left !important;
|
|
9484
9479
|
}
|
|
9485
|
-
.
|
|
9480
|
+
._popover_sgjeo_202 {
|
|
9486
9481
|
padding: var(--padding-input);
|
|
9487
9482
|
}
|
|
9488
|
-
.
|
|
9483
|
+
._disabledPointerEvents_sgjeo_205 {
|
|
9489
9484
|
pointer-events: none;
|
|
9490
9485
|
}
|
|
9491
9486
|
._clickableRow_11d5t_1 {
|
|
@@ -9534,23 +9529,23 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
|
|
|
9534
9529
|
._dragIcon_11d5t_28:active {
|
|
9535
9530
|
color: var(--color-text-primary-active);
|
|
9536
9531
|
}
|
|
9537
|
-
.
|
|
9532
|
+
._tabs_eqy95_1 {
|
|
9538
9533
|
display: flex;
|
|
9539
9534
|
flex-wrap: wrap;
|
|
9540
9535
|
border-bottom: 1px solid var(--color-border);
|
|
9541
9536
|
flex-shrink: 0;
|
|
9542
9537
|
}
|
|
9543
|
-
.
|
|
9538
|
+
._tabs_eqy95_1._padding_eqy95_7 {
|
|
9544
9539
|
padding-left: var(--padding-x);
|
|
9545
9540
|
padding-right: var(--padding-x);
|
|
9546
9541
|
}
|
|
9547
|
-
.
|
|
9542
|
+
._tabs_eqy95_1._margin_eqy95_11 {
|
|
9548
9543
|
margin: 1rem 0;
|
|
9549
9544
|
}
|
|
9550
|
-
.
|
|
9545
|
+
._contentPadding_eqy95_14 {
|
|
9551
9546
|
padding-top: var(--padding-y);
|
|
9552
9547
|
}
|
|
9553
|
-
.
|
|
9548
|
+
._item_eqy95_17 {
|
|
9554
9549
|
align-self: flex-end;
|
|
9555
9550
|
display: flex;
|
|
9556
9551
|
align-items: center;
|
|
@@ -9568,36 +9563,36 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
|
|
|
9568
9563
|
color: var(--color-text-primary);
|
|
9569
9564
|
cursor: pointer;
|
|
9570
9565
|
}
|
|
9571
|
-
.
|
|
9572
|
-
margin-right: var(--
|
|
9566
|
+
._item_eqy95_17:not(:last-child) {
|
|
9567
|
+
margin-right: var(--padding-x);
|
|
9573
9568
|
}
|
|
9574
|
-
.
|
|
9569
|
+
._item_eqy95_17:hover:not(._active_eqy95_38) {
|
|
9575
9570
|
color: var(--color-text-primary-hover);
|
|
9576
9571
|
background: rgba(0, 0, 0, 0.025);
|
|
9577
9572
|
}
|
|
9578
|
-
[data-theme='dark'] .
|
|
9573
|
+
[data-theme='dark'] ._item_eqy95_17:hover:not(._active_eqy95_38) {
|
|
9579
9574
|
background: rgba(255, 255, 255, 0.1);
|
|
9580
9575
|
}
|
|
9581
|
-
.
|
|
9576
|
+
._item_eqy95_17:active:not(._active_eqy95_38) {
|
|
9582
9577
|
color: var(--color-text-primary-active);
|
|
9583
9578
|
background: rgba(0, 0, 0, 0.05);
|
|
9584
9579
|
}
|
|
9585
|
-
[data-theme='dark'] .
|
|
9580
|
+
[data-theme='dark'] ._item_eqy95_17:active:not(._active_eqy95_38) {
|
|
9586
9581
|
background: rgba(255, 255, 255, 0.2);
|
|
9587
9582
|
}
|
|
9588
|
-
.
|
|
9583
|
+
._item_eqy95_17._active_eqy95_38 {
|
|
9589
9584
|
border-color: var(--color-text);
|
|
9590
9585
|
color: var(--color-text);
|
|
9591
9586
|
cursor: default;
|
|
9592
9587
|
}
|
|
9593
|
-
.
|
|
9588
|
+
._item_eqy95_17._hidden_eqy95_57 {
|
|
9594
9589
|
display: none !important;
|
|
9595
9590
|
}
|
|
9596
|
-
.
|
|
9591
|
+
._item_eqy95_17._disabled_eqy95_60 {
|
|
9597
9592
|
color: var(--color-text-faint);
|
|
9598
9593
|
pointer-events: none;
|
|
9599
9594
|
}
|
|
9600
|
-
.
|
|
9595
|
+
._item_eqy95_17._left_eqy95_64 + ._item_eqy95_17._right_eqy95_64 {
|
|
9601
9596
|
margin-left: auto;
|
|
9602
9597
|
}
|
|
9603
9598
|
._inputInTable_hyht1_1 {
|
|
@@ -10572,7 +10567,7 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
|
|
|
10572
10567
|
[data-theme='dark'] {
|
|
10573
10568
|
--color-link-border-hover: var(--color-neutral-600);
|
|
10574
10569
|
}
|
|
10575
|
-
.
|
|
10570
|
+
._topbar_ki10t_8 {
|
|
10576
10571
|
top: 0;
|
|
10577
10572
|
left: 0;
|
|
10578
10573
|
z-index: var(--zindex-topbar);
|
|
@@ -10581,15 +10576,15 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
|
|
|
10581
10576
|
background: var(--color-background-raised);
|
|
10582
10577
|
display: flex;
|
|
10583
10578
|
}
|
|
10584
|
-
.
|
|
10579
|
+
._topbar_ki10t_8._fixed_ki10t_17 {
|
|
10585
10580
|
position: fixed;
|
|
10586
10581
|
}
|
|
10587
10582
|
@media print {
|
|
10588
|
-
.
|
|
10583
|
+
._topbar_ki10t_8 {
|
|
10589
10584
|
display: none !important;
|
|
10590
10585
|
}
|
|
10591
10586
|
}
|
|
10592
|
-
.
|
|
10587
|
+
._appSwitcher_ki10t_25 {
|
|
10593
10588
|
color: white;
|
|
10594
10589
|
display: flex;
|
|
10595
10590
|
align-items: center;
|
|
@@ -10598,22 +10593,22 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
|
|
|
10598
10593
|
background-color: var(--color-neutral-700);
|
|
10599
10594
|
aspect-ratio: 1;
|
|
10600
10595
|
}
|
|
10601
|
-
.
|
|
10596
|
+
._appSwitcher_ki10t_25:hover {
|
|
10602
10597
|
background-color: var(--color-neutral-750);
|
|
10603
10598
|
}
|
|
10604
|
-
.
|
|
10599
|
+
._appSwitcher_ki10t_25:active {
|
|
10605
10600
|
background-color: var(--color-neutral-800);
|
|
10606
10601
|
}
|
|
10607
|
-
[data-theme='dark'] .
|
|
10602
|
+
[data-theme='dark'] ._appSwitcher_ki10t_25 {
|
|
10608
10603
|
background-color: var(--color-neutral-900);
|
|
10609
10604
|
}
|
|
10610
|
-
[data-theme='dark'] .
|
|
10605
|
+
[data-theme='dark'] ._appSwitcher_ki10t_25:hover {
|
|
10611
10606
|
background-color: var(--color-neutral-950);
|
|
10612
10607
|
}
|
|
10613
|
-
[data-theme='dark'] .
|
|
10608
|
+
[data-theme='dark'] ._appSwitcher_ki10t_25:active {
|
|
10614
10609
|
background-color: var(--color-neutral-1000);
|
|
10615
10610
|
}
|
|
10616
|
-
.
|
|
10611
|
+
._title_ki10t_49 {
|
|
10617
10612
|
display: flex;
|
|
10618
10613
|
align-items: center;
|
|
10619
10614
|
justify-content: center;
|
|
@@ -10621,55 +10616,55 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
|
|
|
10621
10616
|
padding: 0;
|
|
10622
10617
|
position: relative;
|
|
10623
10618
|
}
|
|
10624
|
-
.
|
|
10625
|
-
.
|
|
10619
|
+
._title_ki10t_49 img,
|
|
10620
|
+
._title_ki10t_49 svg {
|
|
10626
10621
|
max-height: var(--size-lg);
|
|
10627
10622
|
max-width: 300px;
|
|
10628
10623
|
height: auto;
|
|
10629
10624
|
width: auto;
|
|
10630
10625
|
color: var(--color-text);
|
|
10631
10626
|
}
|
|
10632
|
-
.
|
|
10627
|
+
._title_ki10t_49 ._logo_ki10t_65 {
|
|
10633
10628
|
display: flex;
|
|
10634
10629
|
}
|
|
10635
|
-
.
|
|
10630
|
+
._title_ki10t_49 ._label_ki10t_68 {
|
|
10636
10631
|
color: var(--color-text);
|
|
10637
10632
|
white-space: nowrap;
|
|
10638
10633
|
font-weight: bold;
|
|
10639
10634
|
}
|
|
10640
|
-
.
|
|
10635
|
+
._brand_ki10t_73 {
|
|
10641
10636
|
padding: 0;
|
|
10642
10637
|
position: relative;
|
|
10643
10638
|
flex-shrink: 0;
|
|
10644
10639
|
}
|
|
10645
|
-
.
|
|
10640
|
+
._version_ki10t_78 {
|
|
10646
10641
|
line-height: 1;
|
|
10647
10642
|
position: absolute;
|
|
10648
10643
|
right: 0;
|
|
10649
10644
|
bottom: 100%;
|
|
10650
10645
|
font-size: var(--font-size-xs);
|
|
10651
10646
|
}
|
|
10652
|
-
.
|
|
10653
|
-
.
|
|
10647
|
+
._left_ki10t_85,
|
|
10648
|
+
._right_ki10t_86 {
|
|
10654
10649
|
display: flex;
|
|
10655
10650
|
min-width: 0;
|
|
10656
10651
|
}
|
|
10657
|
-
.
|
|
10652
|
+
._left_ki10t_85 {
|
|
10658
10653
|
gap: var(--spacing-4);
|
|
10659
10654
|
padding-left: var(--spacing-4);
|
|
10660
10655
|
}
|
|
10661
|
-
.
|
|
10656
|
+
._right_ki10t_86 {
|
|
10662
10657
|
margin-left: auto;
|
|
10663
10658
|
flex-shrink: 0;
|
|
10664
10659
|
padding-right: var(--spacing-2);
|
|
10665
10660
|
gap: var(--spacing-2);
|
|
10666
10661
|
}
|
|
10667
|
-
.
|
|
10668
|
-
.
|
|
10662
|
+
._item_ki10t_100,
|
|
10663
|
+
._link_ki10t_101 {
|
|
10669
10664
|
align-items: center;
|
|
10670
10665
|
display: flex;
|
|
10671
10666
|
}
|
|
10672
|
-
.
|
|
10667
|
+
._item_ki10t_100 {
|
|
10673
10668
|
position: relative;
|
|
10674
10669
|
transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
|
|
10675
10670
|
user-select: none;
|
|
@@ -10677,18 +10672,18 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
|
|
|
10677
10672
|
min-width: 0;
|
|
10678
10673
|
max-width: 50vw;
|
|
10679
10674
|
}
|
|
10680
|
-
.
|
|
10681
|
-
.
|
|
10675
|
+
._item_ki10t_100._button_ki10t_113,
|
|
10676
|
+
._item_ki10t_100._menu_ki10t_114 {
|
|
10682
10677
|
flex-shrink: 0;
|
|
10683
10678
|
}
|
|
10684
|
-
.
|
|
10679
|
+
._label_ki10t_68 {
|
|
10685
10680
|
text-overflow: ellipsis;
|
|
10686
10681
|
white-space: nowrap;
|
|
10687
10682
|
overflow: hidden;
|
|
10688
10683
|
display: block;
|
|
10689
10684
|
max-width: 100%;
|
|
10690
10685
|
}
|
|
10691
|
-
.
|
|
10686
|
+
._link_ki10t_101 {
|
|
10692
10687
|
text-decoration: none;
|
|
10693
10688
|
color: var(--color-text-primary);
|
|
10694
10689
|
cursor: pointer;
|
|
@@ -10696,24 +10691,24 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
|
|
|
10696
10691
|
font-weight: bold;
|
|
10697
10692
|
height: 100%;
|
|
10698
10693
|
}
|
|
10699
|
-
.
|
|
10694
|
+
._link_ki10t_101 svg {
|
|
10700
10695
|
margin-right: var(--spacing-1);
|
|
10701
10696
|
flex-shrink: 0;
|
|
10702
10697
|
}
|
|
10703
|
-
.
|
|
10698
|
+
._link_ki10t_101:hover {
|
|
10704
10699
|
color: var(--color-text-primary-hover);
|
|
10705
10700
|
}
|
|
10706
|
-
.
|
|
10701
|
+
._link_ki10t_101:active {
|
|
10707
10702
|
color: var(--color-text-primary-active);
|
|
10708
10703
|
}
|
|
10709
|
-
.
|
|
10704
|
+
._link_ki10t_101._active_ki10t_142 {
|
|
10710
10705
|
color: var(--color-text);
|
|
10711
10706
|
}
|
|
10712
|
-
.
|
|
10713
|
-
.
|
|
10707
|
+
._link_ki10t_101:hover,
|
|
10708
|
+
._link_ki10t_101._active_ki10t_142 {
|
|
10714
10709
|
background-color: transparent;
|
|
10715
10710
|
}
|
|
10716
|
-
.
|
|
10711
|
+
._link_ki10t_101:after {
|
|
10717
10712
|
content: '';
|
|
10718
10713
|
position: absolute;
|
|
10719
10714
|
left: 0;
|
|
@@ -10721,22 +10716,22 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
|
|
|
10721
10716
|
bottom: 0;
|
|
10722
10717
|
border-bottom: 2px solid transparent;
|
|
10723
10718
|
}
|
|
10724
|
-
.
|
|
10719
|
+
._link_ki10t_101:hover:after {
|
|
10725
10720
|
border-color: var(--color-link-border-hover);
|
|
10726
10721
|
}
|
|
10727
|
-
.
|
|
10722
|
+
._link_ki10t_101._active_ki10t_142:after {
|
|
10728
10723
|
border-color: var(--color-background-primary);
|
|
10729
10724
|
}
|
|
10730
|
-
.
|
|
10725
|
+
._link_ki10t_101[disabled] {
|
|
10731
10726
|
pointer-events: none;
|
|
10732
10727
|
color: var(--color-text-faint);
|
|
10733
10728
|
}
|
|
10734
|
-
.
|
|
10729
|
+
._alert_ki10t_167 {
|
|
10735
10730
|
background-color: var(--color-background-primary);
|
|
10736
10731
|
color: white;
|
|
10737
10732
|
text-align: center;
|
|
10738
10733
|
position: fixed;
|
|
10739
|
-
top: var(--size-
|
|
10734
|
+
top: var(--size-topbar);
|
|
10740
10735
|
left: 0;
|
|
10741
10736
|
right: 0;
|
|
10742
10737
|
z-index: var(--zindex-topbar-alert);
|