@oliasoft-open-source/react-ui-library 4.0.0-beta-67 → 4.0.0-beta-68
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/assets/{index-22dccc68.css → index-226f11bb.css} +55 -55
- package/dist/assets/{index-6c3715e0.js → index-b8aef5be.js} +29 -29
- package/dist/global.css +55 -55
- package/dist/index.html +1 -1
- package/dist/index.js +29 -29
- package/dist/storybook/assets/{Color-6VNJS4EI-a3c17fbd.js → Color-6VNJS4EI-9720e19b.js} +1 -1
- package/dist/storybook/assets/{DocsRenderer-NNNQARDV-4c4dc5fb.js → DocsRenderer-NNNQARDV-7d37fbdb.js} +1 -1
- package/dist/storybook/assets/{WithTooltip-4HIR6TLV-7f624628.js → WithTooltip-4HIR6TLV-7e5c6052.js} +1 -1
- package/dist/storybook/assets/{accordion.stories-2bdf67d7.js → accordion.stories-1694fc63.js} +1 -1
- package/dist/storybook/assets/{buttons-and-links-e8f23fe6.js → buttons-and-links-0a109bbc.js} +1 -1
- package/dist/storybook/assets/{casing-loads.stories-71a3ac30.js → casing-loads.stories-76f17dfc.js} +1 -1
- package/dist/storybook/assets/{cell.stories-86eba84e.js → cell.stories-6da6c15f.js} +1 -1
- package/dist/storybook/assets/{chunk-HLWAVYOI-66006f50.js → chunk-HLWAVYOI-b1156b8d.js} +1 -1
- package/dist/storybook/assets/{color-61b32e07.js → color-630df727.js} +1 -1
- package/dist/storybook/assets/{file-input.stories-39e066c7.js → file-input.stories-a5332034.js} +1 -1
- package/dist/storybook/assets/{footer.stories-3fff2df0.js → footer.stories-de732201.js} +1 -1
- package/dist/storybook/assets/{form.stories-ffa46c50.js → form.stories-c2080117.js} +1 -1
- package/dist/storybook/assets/{formation.stories-2177f04f.js → formation.stories-1f1a8bea.js} +1 -1
- package/dist/storybook/assets/{formatter-SWP5E3XI-ca475c18.js → formatter-SWP5E3XI-edbd8b15.js} +1 -1
- package/dist/storybook/assets/{iframe-31e58352.js → iframe-b7409b71.js} +1 -1
- package/dist/storybook/assets/{index-b111bd62.js → index-7b3adecc.js} +4 -4
- package/dist/storybook/assets/{input-validation-f7dec37f.js → input-validation-4c8d810e.js} +1 -1
- package/dist/storybook/assets/{inputs-187aed2b.js → inputs-0ed869d6.js} +1 -1
- package/dist/storybook/assets/{layout-forms-f8afaf7f.js → layout-forms-862ab444.js} +1 -1
- package/dist/storybook/assets/{layout-general-5da45136.js → layout-general-9967a173.js} +1 -1
- package/dist/storybook/assets/{padding-and-spacing-b15d01ab.js → padding-and-spacing-91619e32.js} +1 -1
- package/dist/storybook/assets/{preview-fee88e72.js → preview-346ae2ce.js} +1 -1
- package/dist/storybook/assets/preview-7d6307c0.js +1 -0
- package/dist/storybook/assets/{row.stories-51068ee2.js → row.stories-0844f68b.js} +1 -1
- package/dist/storybook/assets/{syntaxhighlighter-NMPM6SWI-bb952ca3.js → syntaxhighlighter-NMPM6SWI-5695db48.js} +1 -1
- package/dist/storybook/assets/{table-831dda54.js → table-3a28ed27.js} +1 -1
- package/dist/storybook/assets/{table-e3d80651.css → table-9455392a.css} +1 -1
- package/dist/storybook/assets/{table.stories-454a620a.js → table.stories-a4f6c42f.js} +1 -1
- package/dist/storybook/assets/{textarea-54dd1c9a.js → textarea-eef180d9.js} +1 -1
- package/dist/storybook/assets/{textarea.stories-4b85aa60.js → textarea.stories-4182caf6.js} +1 -1
- package/dist/storybook/assets/{title.stories-266c7253.js → title.stories-9b98e384.js} +1 -1
- package/dist/storybook/iframe.html +1 -1
- package/dist/storybook/project.json +1 -1
- package/package.json +1 -1
- package/dist/storybook/assets/preview-dd2d0e7c.js +0 -1
|
@@ -9353,125 +9353,125 @@ tbody tr {
|
|
|
9353
9353
|
._dragIcon_11d5t_28:active {
|
|
9354
9354
|
color: var(--color-text-primary-active);
|
|
9355
9355
|
}
|
|
9356
|
-
.
|
|
9356
|
+
._inputInTable_u3xdj_1 {
|
|
9357
9357
|
background-color: transparent;
|
|
9358
9358
|
border-radius: inherit !important;
|
|
9359
9359
|
height: var(--size);
|
|
9360
9360
|
min-height: 100%;
|
|
9361
9361
|
}
|
|
9362
|
-
.
|
|
9362
|
+
._inputInTable_u3xdj_1:not(:hover) {
|
|
9363
9363
|
border-color: transparent;
|
|
9364
9364
|
}
|
|
9365
|
-
.
|
|
9365
|
+
._inputInTable_u3xdj_1:not(:focus) {
|
|
9366
9366
|
box-shadow: none;
|
|
9367
9367
|
}
|
|
9368
|
-
.
|
|
9368
|
+
._inputHover_u3xdj_13 {
|
|
9369
9369
|
position: relative;
|
|
9370
9370
|
border-color: var(--color-border-hover);
|
|
9371
9371
|
z-index: 2;
|
|
9372
9372
|
}
|
|
9373
|
-
.
|
|
9373
|
+
._inputFocus_u3xdj_18 {
|
|
9374
9374
|
position: relative;
|
|
9375
9375
|
outline: none !important;
|
|
9376
9376
|
border-color: var(--color-border-focus) !important;
|
|
9377
9377
|
box-shadow: var(--shadow-focus);
|
|
9378
9378
|
z-index: 3;
|
|
9379
9379
|
}
|
|
9380
|
-
.
|
|
9381
|
-
.
|
|
9380
|
+
._inputError_u3xdj_25,
|
|
9381
|
+
._inputWarning_u3xdj_26 {
|
|
9382
9382
|
position: relative;
|
|
9383
9383
|
}
|
|
9384
|
-
.
|
|
9384
|
+
._inputError_u3xdj_25 {
|
|
9385
9385
|
z-index: 2;
|
|
9386
9386
|
border-color: var(--color-border-error);
|
|
9387
9387
|
color: var(--color-text-error) !important;
|
|
9388
9388
|
background-color: var(--color-background-error-muted);
|
|
9389
9389
|
}
|
|
9390
|
-
.
|
|
9390
|
+
._inputError_u3xdj_25:hover {
|
|
9391
9391
|
border-color: var(--color-border-error-hover) !important;
|
|
9392
9392
|
}
|
|
9393
|
-
.
|
|
9393
|
+
._inputError_u3xdj_25:focus {
|
|
9394
9394
|
position: relative;
|
|
9395
9395
|
outline: none !important;
|
|
9396
9396
|
border-color: var(--color-border-focus) !important;
|
|
9397
9397
|
box-shadow: var(--shadow-focus);
|
|
9398
9398
|
z-index: 3;
|
|
9399
9399
|
}
|
|
9400
|
-
.
|
|
9400
|
+
._inputWarning_u3xdj_26 {
|
|
9401
9401
|
z-index: 1;
|
|
9402
9402
|
border-color: var(--color-border-warning);
|
|
9403
9403
|
color: var(--color-text-warning) !important;
|
|
9404
9404
|
background-color: var(--color-background-warning-muted);
|
|
9405
9405
|
}
|
|
9406
|
-
.
|
|
9406
|
+
._inputWarning_u3xdj_26:hover {
|
|
9407
9407
|
border-color: var(--color-border-warning-hover) !important;
|
|
9408
9408
|
}
|
|
9409
|
-
.
|
|
9409
|
+
._inputWarning_u3xdj_26:focus {
|
|
9410
9410
|
position: relative;
|
|
9411
9411
|
outline: none !important;
|
|
9412
9412
|
border-color: var(--color-border-focus) !important;
|
|
9413
9413
|
box-shadow: var(--shadow-focus);
|
|
9414
9414
|
z-index: 3;
|
|
9415
9415
|
}
|
|
9416
|
-
.
|
|
9416
|
+
._inputDisabled_u3xdj_61 {
|
|
9417
9417
|
pointer-events: none;
|
|
9418
9418
|
background-color: var(--color-background-disabled);
|
|
9419
9419
|
color: var(--color-text-muted);
|
|
9420
9420
|
box-shadow: none;
|
|
9421
9421
|
}
|
|
9422
|
-
.
|
|
9422
|
+
._hideScrollbars_u3xdj_67 {
|
|
9423
9423
|
/* Firefox */
|
|
9424
9424
|
scrollbar-width: none;
|
|
9425
9425
|
/* IE 10+ */
|
|
9426
9426
|
-ms-overflow-style: none;
|
|
9427
9427
|
/* Chrome, Safari and Opera */
|
|
9428
9428
|
}
|
|
9429
|
-
.
|
|
9429
|
+
._hideScrollbars_u3xdj_67::-webkit-scrollbar {
|
|
9430
9430
|
display: none;
|
|
9431
9431
|
}
|
|
9432
|
-
.
|
|
9432
|
+
._cell_u3xdj_77 a {
|
|
9433
9433
|
cursor: pointer;
|
|
9434
9434
|
color: var(--color-text-primary);
|
|
9435
9435
|
}
|
|
9436
|
-
.
|
|
9436
|
+
._cell_u3xdj_77 a:hover {
|
|
9437
9437
|
color: var(--color-text-primary-hover);
|
|
9438
9438
|
}
|
|
9439
|
-
.
|
|
9439
|
+
._cell_u3xdj_77 a:active {
|
|
9440
9440
|
color: var(--color-text-primary-active);
|
|
9441
9441
|
}
|
|
9442
|
-
.
|
|
9442
|
+
._cell_u3xdj_77 a._disabledLink_u3xdj_87 {
|
|
9443
9443
|
color: var(--color-text-faint) !important;
|
|
9444
9444
|
cursor: default !important;
|
|
9445
9445
|
}
|
|
9446
|
-
.
|
|
9446
|
+
._inputWrapper_u3xdj_91 {
|
|
9447
9447
|
height: 100%;
|
|
9448
9448
|
border-radius: inherit;
|
|
9449
9449
|
}
|
|
9450
|
-
.
|
|
9451
|
-
.
|
|
9452
|
-
.
|
|
9450
|
+
._inputWrapper_u3xdj_91 > span,
|
|
9451
|
+
._inputWrapper_u3xdj_91 > span > span,
|
|
9452
|
+
._inputWrapper_u3xdj_91 > span > span > div {
|
|
9453
9453
|
height: 100%;
|
|
9454
9454
|
border-radius: inherit;
|
|
9455
9455
|
}
|
|
9456
|
-
.
|
|
9457
|
-
.
|
|
9456
|
+
._inputWrapper_u3xdj_91 > div,
|
|
9457
|
+
._inputWrapper_u3xdj_91 > div > span {
|
|
9458
9458
|
height: 100%;
|
|
9459
9459
|
border-radius: inherit;
|
|
9460
9460
|
}
|
|
9461
|
-
.
|
|
9461
|
+
._breakWord_u3xdj_106 {
|
|
9462
9462
|
word-break: break-word;
|
|
9463
9463
|
}
|
|
9464
|
-
.
|
|
9464
|
+
._inputCell_u3xdj_109 {
|
|
9465
9465
|
padding: 0 !important;
|
|
9466
9466
|
}
|
|
9467
|
-
.
|
|
9467
|
+
._sliderCell_u3xdj_112 {
|
|
9468
9468
|
padding-top: 0 !important;
|
|
9469
9469
|
padding-bottom: 0 !important;
|
|
9470
9470
|
}
|
|
9471
|
-
.
|
|
9471
|
+
._staticCell_u3xdj_116 {
|
|
9472
9472
|
padding: 0 !important;
|
|
9473
9473
|
}
|
|
9474
|
-
.
|
|
9474
|
+
._staticCell_u3xdj_116 ._staticCellContent_u3xdj_119 {
|
|
9475
9475
|
line-height: 1.25;
|
|
9476
9476
|
min-height: 100%;
|
|
9477
9477
|
padding: var(--padding-input);
|
|
@@ -9480,34 +9480,34 @@ tbody tr {
|
|
|
9480
9480
|
display: flex;
|
|
9481
9481
|
align-items: center;
|
|
9482
9482
|
}
|
|
9483
|
-
tbody .
|
|
9483
|
+
tbody ._staticCell_u3xdj_116 ._staticCellContent_u3xdj_119 {
|
|
9484
9484
|
color: var(--color-text-muted);
|
|
9485
9485
|
}
|
|
9486
|
-
.
|
|
9487
|
-
.
|
|
9486
|
+
._staticCell_u3xdj_116 ._staticCellContent_u3xdj_119._error_u3xdj_131,
|
|
9487
|
+
._staticCell_u3xdj_116 ._staticCellContent_u3xdj_119._warning_u3xdj_132 {
|
|
9488
9488
|
border: 1px solid transparent;
|
|
9489
9489
|
}
|
|
9490
|
-
.
|
|
9491
|
-
background-color: var(--color-background-error);
|
|
9490
|
+
._staticCell_u3xdj_116 ._staticCellContent_u3xdj_119._error_u3xdj_131 {
|
|
9491
|
+
background-color: var(--color-background-error-muted);
|
|
9492
9492
|
}
|
|
9493
|
-
.
|
|
9494
|
-
background-color: var(--color-background-warning);
|
|
9493
|
+
._staticCell_u3xdj_116 ._staticCellContent_u3xdj_119._warning_u3xdj_132 {
|
|
9494
|
+
background-color: var(--color-background-warning-muted);
|
|
9495
9495
|
}
|
|
9496
|
-
.
|
|
9496
|
+
._staticCell_u3xdj_116 ._staticCellContent_u3xdj_119._unit_u3xdj_141 {
|
|
9497
9497
|
font-weight: normal;
|
|
9498
9498
|
}
|
|
9499
|
-
.
|
|
9499
|
+
._sortingCell_u3xdj_144 ._staticCellContent_u3xdj_119 {
|
|
9500
9500
|
position: relative;
|
|
9501
9501
|
padding-right: calc(var(--size) + var(--padding-xxs)) !important;
|
|
9502
9502
|
cursor: pointer !important;
|
|
9503
9503
|
}
|
|
9504
|
-
.
|
|
9504
|
+
._sortingCell_u3xdj_144 ._staticCellContent_u3xdj_119:hover {
|
|
9505
9505
|
background-color: rgba(0, 0, 0, 0.05) !important;
|
|
9506
9506
|
}
|
|
9507
|
-
[data-theme='dark'] .
|
|
9507
|
+
[data-theme='dark'] ._sortingCell_u3xdj_144 ._staticCellContent_u3xdj_119:hover {
|
|
9508
9508
|
background-color: rgba(255, 255, 255, 0.1) !important;
|
|
9509
9509
|
}
|
|
9510
|
-
.
|
|
9510
|
+
._sortingCell_u3xdj_144 ._sortingCellIcon_u3xdj_155 {
|
|
9511
9511
|
font-size: var(--size-xs);
|
|
9512
9512
|
position: absolute;
|
|
9513
9513
|
right: var(--padding-input-x);
|
|
@@ -9515,22 +9515,22 @@ tbody ._staticCell_17dgc_116 ._staticCellContent_17dgc_119 {
|
|
|
9515
9515
|
transform: translateY(-50%);
|
|
9516
9516
|
display: flex;
|
|
9517
9517
|
}
|
|
9518
|
-
.
|
|
9518
|
+
._sortingCell_u3xdj_144 ._sortingCellIcon_u3xdj_155 > * {
|
|
9519
9519
|
display: flex;
|
|
9520
9520
|
}
|
|
9521
|
-
.
|
|
9521
|
+
._icon_u3xdj_166 {
|
|
9522
9522
|
display: inline-flex;
|
|
9523
9523
|
margin-left: var(--padding-xxs);
|
|
9524
9524
|
}
|
|
9525
|
-
.
|
|
9525
|
+
._checkBoxCell_u3xdj_170 {
|
|
9526
9526
|
padding-block: 0 !important;
|
|
9527
9527
|
width: var(--size);
|
|
9528
9528
|
}
|
|
9529
|
-
.
|
|
9529
|
+
._iconCellWrapper_u3xdj_174 {
|
|
9530
9530
|
display: flex;
|
|
9531
9531
|
justify-content: center;
|
|
9532
9532
|
}
|
|
9533
|
-
.
|
|
9533
|
+
._actionsCell_u3xdj_178 {
|
|
9534
9534
|
width: var(--size-sm);
|
|
9535
9535
|
padding: 0 calc((var(--size) - var(--size-sm)) / 2) !important;
|
|
9536
9536
|
position: sticky;
|
|
@@ -9538,25 +9538,25 @@ tbody ._staticCell_17dgc_116 ._staticCellContent_17dgc_119 {
|
|
|
9538
9538
|
background: inherit;
|
|
9539
9539
|
z-index: 4;
|
|
9540
9540
|
}
|
|
9541
|
-
.
|
|
9541
|
+
._rightAligned_u3xdj_186 {
|
|
9542
9542
|
text-align: right !important;
|
|
9543
9543
|
}
|
|
9544
|
-
.
|
|
9544
|
+
._rightAligned_u3xdj_186 ._staticCellContent_u3xdj_119 {
|
|
9545
9545
|
justify-content: flex-end;
|
|
9546
9546
|
}
|
|
9547
|
-
.
|
|
9547
|
+
._centerAligned_u3xdj_192 {
|
|
9548
9548
|
text-align: center !important;
|
|
9549
9549
|
}
|
|
9550
|
-
.
|
|
9550
|
+
._centerAligned_u3xdj_192 ._staticCellContent_u3xdj_119 {
|
|
9551
9551
|
justify-content: center;
|
|
9552
9552
|
}
|
|
9553
|
-
.
|
|
9553
|
+
._leftAligned_u3xdj_198 {
|
|
9554
9554
|
text-align: left !important;
|
|
9555
9555
|
}
|
|
9556
|
-
.
|
|
9556
|
+
._popover_u3xdj_201 {
|
|
9557
9557
|
padding: var(--padding-input);
|
|
9558
9558
|
}
|
|
9559
|
-
.
|
|
9559
|
+
._disabledPointerEvents_u3xdj_204 {
|
|
9560
9560
|
pointer-events: none;
|
|
9561
9561
|
}
|
|
9562
9562
|
._tabs_twdtr_1 {
|
|
@@ -57272,35 +57272,35 @@ const styles$9 = {
|
|
|
57272
57272
|
dragIconCell,
|
|
57273
57273
|
dragIcon
|
|
57274
57274
|
};
|
|
57275
|
-
const inputInTable$1 = "
|
|
57276
|
-
const inputHover$1 = "
|
|
57277
|
-
const inputFocus$1 = "
|
|
57278
|
-
const inputError$1 = "
|
|
57279
|
-
const inputWarning$1 = "
|
|
57280
|
-
const inputDisabled$1 = "
|
|
57281
|
-
const hideScrollbars$1 = "
|
|
57282
|
-
const cell = "
|
|
57283
|
-
const disabledLink = "
|
|
57284
|
-
const inputWrapper = "
|
|
57285
|
-
const breakWord = "
|
|
57286
|
-
const inputCell = "
|
|
57287
|
-
const sliderCell = "
|
|
57288
|
-
const staticCell = "
|
|
57289
|
-
const staticCellContent = "
|
|
57290
|
-
const error$k = "
|
|
57291
|
-
const warning$2 = "
|
|
57292
|
-
const unit = "
|
|
57293
|
-
const sortingCell = "
|
|
57294
|
-
const sortingCellIcon = "
|
|
57295
|
-
const icon = "
|
|
57296
|
-
const checkBoxCell = "
|
|
57297
|
-
const iconCellWrapper = "
|
|
57298
|
-
const actionsCell = "
|
|
57299
|
-
const rightAligned = "
|
|
57300
|
-
const centerAligned = "
|
|
57301
|
-
const leftAligned = "
|
|
57302
|
-
const popover = "
|
|
57303
|
-
const disabledPointerEvents = "
|
|
57275
|
+
const inputInTable$1 = "_inputInTable_u3xdj_1";
|
|
57276
|
+
const inputHover$1 = "_inputHover_u3xdj_13";
|
|
57277
|
+
const inputFocus$1 = "_inputFocus_u3xdj_18";
|
|
57278
|
+
const inputError$1 = "_inputError_u3xdj_25";
|
|
57279
|
+
const inputWarning$1 = "_inputWarning_u3xdj_26";
|
|
57280
|
+
const inputDisabled$1 = "_inputDisabled_u3xdj_61";
|
|
57281
|
+
const hideScrollbars$1 = "_hideScrollbars_u3xdj_67";
|
|
57282
|
+
const cell = "_cell_u3xdj_77";
|
|
57283
|
+
const disabledLink = "_disabledLink_u3xdj_87";
|
|
57284
|
+
const inputWrapper = "_inputWrapper_u3xdj_91";
|
|
57285
|
+
const breakWord = "_breakWord_u3xdj_106";
|
|
57286
|
+
const inputCell = "_inputCell_u3xdj_109";
|
|
57287
|
+
const sliderCell = "_sliderCell_u3xdj_112";
|
|
57288
|
+
const staticCell = "_staticCell_u3xdj_116";
|
|
57289
|
+
const staticCellContent = "_staticCellContent_u3xdj_119";
|
|
57290
|
+
const error$k = "_error_u3xdj_131";
|
|
57291
|
+
const warning$2 = "_warning_u3xdj_132";
|
|
57292
|
+
const unit = "_unit_u3xdj_141";
|
|
57293
|
+
const sortingCell = "_sortingCell_u3xdj_144";
|
|
57294
|
+
const sortingCellIcon = "_sortingCellIcon_u3xdj_155";
|
|
57295
|
+
const icon = "_icon_u3xdj_166";
|
|
57296
|
+
const checkBoxCell = "_checkBoxCell_u3xdj_170";
|
|
57297
|
+
const iconCellWrapper = "_iconCellWrapper_u3xdj_174";
|
|
57298
|
+
const actionsCell = "_actionsCell_u3xdj_178";
|
|
57299
|
+
const rightAligned = "_rightAligned_u3xdj_186";
|
|
57300
|
+
const centerAligned = "_centerAligned_u3xdj_192";
|
|
57301
|
+
const leftAligned = "_leftAligned_u3xdj_198";
|
|
57302
|
+
const popover = "_popover_u3xdj_201";
|
|
57303
|
+
const disabledPointerEvents = "_disabledPointerEvents_u3xdj_204";
|
|
57304
57304
|
const styles$8 = {
|
|
57305
57305
|
inputInTable: inputInTable$1,
|
|
57306
57306
|
inputHover: inputHover$1,
|
package/dist/global.css
CHANGED
|
@@ -9353,125 +9353,125 @@ tbody tr {
|
|
|
9353
9353
|
._dragIcon_11d5t_28:active {
|
|
9354
9354
|
color: var(--color-text-primary-active);
|
|
9355
9355
|
}
|
|
9356
|
-
.
|
|
9356
|
+
._inputInTable_u3xdj_1 {
|
|
9357
9357
|
background-color: transparent;
|
|
9358
9358
|
border-radius: inherit !important;
|
|
9359
9359
|
height: var(--size);
|
|
9360
9360
|
min-height: 100%;
|
|
9361
9361
|
}
|
|
9362
|
-
.
|
|
9362
|
+
._inputInTable_u3xdj_1:not(:hover) {
|
|
9363
9363
|
border-color: transparent;
|
|
9364
9364
|
}
|
|
9365
|
-
.
|
|
9365
|
+
._inputInTable_u3xdj_1:not(:focus) {
|
|
9366
9366
|
box-shadow: none;
|
|
9367
9367
|
}
|
|
9368
|
-
.
|
|
9368
|
+
._inputHover_u3xdj_13 {
|
|
9369
9369
|
position: relative;
|
|
9370
9370
|
border-color: var(--color-border-hover);
|
|
9371
9371
|
z-index: 2;
|
|
9372
9372
|
}
|
|
9373
|
-
.
|
|
9373
|
+
._inputFocus_u3xdj_18 {
|
|
9374
9374
|
position: relative;
|
|
9375
9375
|
outline: none !important;
|
|
9376
9376
|
border-color: var(--color-border-focus) !important;
|
|
9377
9377
|
box-shadow: var(--shadow-focus);
|
|
9378
9378
|
z-index: 3;
|
|
9379
9379
|
}
|
|
9380
|
-
.
|
|
9381
|
-
.
|
|
9380
|
+
._inputError_u3xdj_25,
|
|
9381
|
+
._inputWarning_u3xdj_26 {
|
|
9382
9382
|
position: relative;
|
|
9383
9383
|
}
|
|
9384
|
-
.
|
|
9384
|
+
._inputError_u3xdj_25 {
|
|
9385
9385
|
z-index: 2;
|
|
9386
9386
|
border-color: var(--color-border-error);
|
|
9387
9387
|
color: var(--color-text-error) !important;
|
|
9388
9388
|
background-color: var(--color-background-error-muted);
|
|
9389
9389
|
}
|
|
9390
|
-
.
|
|
9390
|
+
._inputError_u3xdj_25:hover {
|
|
9391
9391
|
border-color: var(--color-border-error-hover) !important;
|
|
9392
9392
|
}
|
|
9393
|
-
.
|
|
9393
|
+
._inputError_u3xdj_25:focus {
|
|
9394
9394
|
position: relative;
|
|
9395
9395
|
outline: none !important;
|
|
9396
9396
|
border-color: var(--color-border-focus) !important;
|
|
9397
9397
|
box-shadow: var(--shadow-focus);
|
|
9398
9398
|
z-index: 3;
|
|
9399
9399
|
}
|
|
9400
|
-
.
|
|
9400
|
+
._inputWarning_u3xdj_26 {
|
|
9401
9401
|
z-index: 1;
|
|
9402
9402
|
border-color: var(--color-border-warning);
|
|
9403
9403
|
color: var(--color-text-warning) !important;
|
|
9404
9404
|
background-color: var(--color-background-warning-muted);
|
|
9405
9405
|
}
|
|
9406
|
-
.
|
|
9406
|
+
._inputWarning_u3xdj_26:hover {
|
|
9407
9407
|
border-color: var(--color-border-warning-hover) !important;
|
|
9408
9408
|
}
|
|
9409
|
-
.
|
|
9409
|
+
._inputWarning_u3xdj_26:focus {
|
|
9410
9410
|
position: relative;
|
|
9411
9411
|
outline: none !important;
|
|
9412
9412
|
border-color: var(--color-border-focus) !important;
|
|
9413
9413
|
box-shadow: var(--shadow-focus);
|
|
9414
9414
|
z-index: 3;
|
|
9415
9415
|
}
|
|
9416
|
-
.
|
|
9416
|
+
._inputDisabled_u3xdj_61 {
|
|
9417
9417
|
pointer-events: none;
|
|
9418
9418
|
background-color: var(--color-background-disabled);
|
|
9419
9419
|
color: var(--color-text-muted);
|
|
9420
9420
|
box-shadow: none;
|
|
9421
9421
|
}
|
|
9422
|
-
.
|
|
9422
|
+
._hideScrollbars_u3xdj_67 {
|
|
9423
9423
|
/* Firefox */
|
|
9424
9424
|
scrollbar-width: none;
|
|
9425
9425
|
/* IE 10+ */
|
|
9426
9426
|
-ms-overflow-style: none;
|
|
9427
9427
|
/* Chrome, Safari and Opera */
|
|
9428
9428
|
}
|
|
9429
|
-
.
|
|
9429
|
+
._hideScrollbars_u3xdj_67::-webkit-scrollbar {
|
|
9430
9430
|
display: none;
|
|
9431
9431
|
}
|
|
9432
|
-
.
|
|
9432
|
+
._cell_u3xdj_77 a {
|
|
9433
9433
|
cursor: pointer;
|
|
9434
9434
|
color: var(--color-text-primary);
|
|
9435
9435
|
}
|
|
9436
|
-
.
|
|
9436
|
+
._cell_u3xdj_77 a:hover {
|
|
9437
9437
|
color: var(--color-text-primary-hover);
|
|
9438
9438
|
}
|
|
9439
|
-
.
|
|
9439
|
+
._cell_u3xdj_77 a:active {
|
|
9440
9440
|
color: var(--color-text-primary-active);
|
|
9441
9441
|
}
|
|
9442
|
-
.
|
|
9442
|
+
._cell_u3xdj_77 a._disabledLink_u3xdj_87 {
|
|
9443
9443
|
color: var(--color-text-faint) !important;
|
|
9444
9444
|
cursor: default !important;
|
|
9445
9445
|
}
|
|
9446
|
-
.
|
|
9446
|
+
._inputWrapper_u3xdj_91 {
|
|
9447
9447
|
height: 100%;
|
|
9448
9448
|
border-radius: inherit;
|
|
9449
9449
|
}
|
|
9450
|
-
.
|
|
9451
|
-
.
|
|
9452
|
-
.
|
|
9450
|
+
._inputWrapper_u3xdj_91 > span,
|
|
9451
|
+
._inputWrapper_u3xdj_91 > span > span,
|
|
9452
|
+
._inputWrapper_u3xdj_91 > span > span > div {
|
|
9453
9453
|
height: 100%;
|
|
9454
9454
|
border-radius: inherit;
|
|
9455
9455
|
}
|
|
9456
|
-
.
|
|
9457
|
-
.
|
|
9456
|
+
._inputWrapper_u3xdj_91 > div,
|
|
9457
|
+
._inputWrapper_u3xdj_91 > div > span {
|
|
9458
9458
|
height: 100%;
|
|
9459
9459
|
border-radius: inherit;
|
|
9460
9460
|
}
|
|
9461
|
-
.
|
|
9461
|
+
._breakWord_u3xdj_106 {
|
|
9462
9462
|
word-break: break-word;
|
|
9463
9463
|
}
|
|
9464
|
-
.
|
|
9464
|
+
._inputCell_u3xdj_109 {
|
|
9465
9465
|
padding: 0 !important;
|
|
9466
9466
|
}
|
|
9467
|
-
.
|
|
9467
|
+
._sliderCell_u3xdj_112 {
|
|
9468
9468
|
padding-top: 0 !important;
|
|
9469
9469
|
padding-bottom: 0 !important;
|
|
9470
9470
|
}
|
|
9471
|
-
.
|
|
9471
|
+
._staticCell_u3xdj_116 {
|
|
9472
9472
|
padding: 0 !important;
|
|
9473
9473
|
}
|
|
9474
|
-
.
|
|
9474
|
+
._staticCell_u3xdj_116 ._staticCellContent_u3xdj_119 {
|
|
9475
9475
|
line-height: 1.25;
|
|
9476
9476
|
min-height: 100%;
|
|
9477
9477
|
padding: var(--padding-input);
|
|
@@ -9480,34 +9480,34 @@ tbody tr {
|
|
|
9480
9480
|
display: flex;
|
|
9481
9481
|
align-items: center;
|
|
9482
9482
|
}
|
|
9483
|
-
tbody .
|
|
9483
|
+
tbody ._staticCell_u3xdj_116 ._staticCellContent_u3xdj_119 {
|
|
9484
9484
|
color: var(--color-text-muted);
|
|
9485
9485
|
}
|
|
9486
|
-
.
|
|
9487
|
-
.
|
|
9486
|
+
._staticCell_u3xdj_116 ._staticCellContent_u3xdj_119._error_u3xdj_131,
|
|
9487
|
+
._staticCell_u3xdj_116 ._staticCellContent_u3xdj_119._warning_u3xdj_132 {
|
|
9488
9488
|
border: 1px solid transparent;
|
|
9489
9489
|
}
|
|
9490
|
-
.
|
|
9491
|
-
background-color: var(--color-background-error);
|
|
9490
|
+
._staticCell_u3xdj_116 ._staticCellContent_u3xdj_119._error_u3xdj_131 {
|
|
9491
|
+
background-color: var(--color-background-error-muted);
|
|
9492
9492
|
}
|
|
9493
|
-
.
|
|
9494
|
-
background-color: var(--color-background-warning);
|
|
9493
|
+
._staticCell_u3xdj_116 ._staticCellContent_u3xdj_119._warning_u3xdj_132 {
|
|
9494
|
+
background-color: var(--color-background-warning-muted);
|
|
9495
9495
|
}
|
|
9496
|
-
.
|
|
9496
|
+
._staticCell_u3xdj_116 ._staticCellContent_u3xdj_119._unit_u3xdj_141 {
|
|
9497
9497
|
font-weight: normal;
|
|
9498
9498
|
}
|
|
9499
|
-
.
|
|
9499
|
+
._sortingCell_u3xdj_144 ._staticCellContent_u3xdj_119 {
|
|
9500
9500
|
position: relative;
|
|
9501
9501
|
padding-right: calc(var(--size) + var(--padding-xxs)) !important;
|
|
9502
9502
|
cursor: pointer !important;
|
|
9503
9503
|
}
|
|
9504
|
-
.
|
|
9504
|
+
._sortingCell_u3xdj_144 ._staticCellContent_u3xdj_119:hover {
|
|
9505
9505
|
background-color: rgba(0, 0, 0, 0.05) !important;
|
|
9506
9506
|
}
|
|
9507
|
-
[data-theme='dark'] .
|
|
9507
|
+
[data-theme='dark'] ._sortingCell_u3xdj_144 ._staticCellContent_u3xdj_119:hover {
|
|
9508
9508
|
background-color: rgba(255, 255, 255, 0.1) !important;
|
|
9509
9509
|
}
|
|
9510
|
-
.
|
|
9510
|
+
._sortingCell_u3xdj_144 ._sortingCellIcon_u3xdj_155 {
|
|
9511
9511
|
font-size: var(--size-xs);
|
|
9512
9512
|
position: absolute;
|
|
9513
9513
|
right: var(--padding-input-x);
|
|
@@ -9515,22 +9515,22 @@ tbody ._staticCell_17dgc_116 ._staticCellContent_17dgc_119 {
|
|
|
9515
9515
|
transform: translateY(-50%);
|
|
9516
9516
|
display: flex;
|
|
9517
9517
|
}
|
|
9518
|
-
.
|
|
9518
|
+
._sortingCell_u3xdj_144 ._sortingCellIcon_u3xdj_155 > * {
|
|
9519
9519
|
display: flex;
|
|
9520
9520
|
}
|
|
9521
|
-
.
|
|
9521
|
+
._icon_u3xdj_166 {
|
|
9522
9522
|
display: inline-flex;
|
|
9523
9523
|
margin-left: var(--padding-xxs);
|
|
9524
9524
|
}
|
|
9525
|
-
.
|
|
9525
|
+
._checkBoxCell_u3xdj_170 {
|
|
9526
9526
|
padding-block: 0 !important;
|
|
9527
9527
|
width: var(--size);
|
|
9528
9528
|
}
|
|
9529
|
-
.
|
|
9529
|
+
._iconCellWrapper_u3xdj_174 {
|
|
9530
9530
|
display: flex;
|
|
9531
9531
|
justify-content: center;
|
|
9532
9532
|
}
|
|
9533
|
-
.
|
|
9533
|
+
._actionsCell_u3xdj_178 {
|
|
9534
9534
|
width: var(--size-sm);
|
|
9535
9535
|
padding: 0 calc((var(--size) - var(--size-sm)) / 2) !important;
|
|
9536
9536
|
position: sticky;
|
|
@@ -9538,25 +9538,25 @@ tbody ._staticCell_17dgc_116 ._staticCellContent_17dgc_119 {
|
|
|
9538
9538
|
background: inherit;
|
|
9539
9539
|
z-index: 4;
|
|
9540
9540
|
}
|
|
9541
|
-
.
|
|
9541
|
+
._rightAligned_u3xdj_186 {
|
|
9542
9542
|
text-align: right !important;
|
|
9543
9543
|
}
|
|
9544
|
-
.
|
|
9544
|
+
._rightAligned_u3xdj_186 ._staticCellContent_u3xdj_119 {
|
|
9545
9545
|
justify-content: flex-end;
|
|
9546
9546
|
}
|
|
9547
|
-
.
|
|
9547
|
+
._centerAligned_u3xdj_192 {
|
|
9548
9548
|
text-align: center !important;
|
|
9549
9549
|
}
|
|
9550
|
-
.
|
|
9550
|
+
._centerAligned_u3xdj_192 ._staticCellContent_u3xdj_119 {
|
|
9551
9551
|
justify-content: center;
|
|
9552
9552
|
}
|
|
9553
|
-
.
|
|
9553
|
+
._leftAligned_u3xdj_198 {
|
|
9554
9554
|
text-align: left !important;
|
|
9555
9555
|
}
|
|
9556
|
-
.
|
|
9556
|
+
._popover_u3xdj_201 {
|
|
9557
9557
|
padding: var(--padding-input);
|
|
9558
9558
|
}
|
|
9559
|
-
.
|
|
9559
|
+
._disabledPointerEvents_u3xdj_204 {
|
|
9560
9560
|
pointer-events: none;
|
|
9561
9561
|
}
|
|
9562
9562
|
._tabs_twdtr_1 {
|
package/dist/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><head><title>React UI Library</title><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1" user-scalable="no"><meta name="apple-mobile-web-app-capable" content="yes"><script type="module" crossorigin src="/react-ui-library/assets/index-
|
|
1
|
+
<!doctype html><head><title>React UI Library</title><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1" user-scalable="no"><meta name="apple-mobile-web-app-capable" content="yes"><script type="module" crossorigin src="/react-ui-library/assets/index-b8aef5be.js"></script><link rel="stylesheet" href="/react-ui-library/assets/index-226f11bb.css"></head><body><div id="content"></div></body>
|
package/dist/index.js
CHANGED
|
@@ -62964,35 +62964,35 @@ const getHeaderAlignment = (alignments, isHeader = false, rowIndex = 0) => {
|
|
|
62964
62964
|
return [];
|
|
62965
62965
|
}
|
|
62966
62966
|
};
|
|
62967
|
-
const inputInTable$1 = "
|
|
62968
|
-
const inputHover$1 = "
|
|
62969
|
-
const inputFocus$1 = "
|
|
62970
|
-
const inputError$1 = "
|
|
62971
|
-
const inputWarning$1 = "
|
|
62972
|
-
const inputDisabled$1 = "
|
|
62973
|
-
const hideScrollbars$1 = "
|
|
62974
|
-
const cell = "
|
|
62975
|
-
const disabledLink = "
|
|
62976
|
-
const inputWrapper = "
|
|
62977
|
-
const breakWord = "
|
|
62978
|
-
const inputCell = "
|
|
62979
|
-
const sliderCell = "
|
|
62980
|
-
const staticCell = "
|
|
62981
|
-
const staticCellContent = "
|
|
62982
|
-
const error$1 = "
|
|
62983
|
-
const warning$2 = "
|
|
62984
|
-
const unit = "
|
|
62985
|
-
const sortingCell = "
|
|
62986
|
-
const sortingCellIcon = "
|
|
62987
|
-
const icon = "
|
|
62988
|
-
const checkBoxCell = "
|
|
62989
|
-
const iconCellWrapper = "
|
|
62990
|
-
const actionsCell = "
|
|
62991
|
-
const rightAligned = "
|
|
62992
|
-
const centerAligned = "
|
|
62993
|
-
const leftAligned = "
|
|
62994
|
-
const popover = "
|
|
62995
|
-
const disabledPointerEvents = "
|
|
62967
|
+
const inputInTable$1 = "_inputInTable_u3xdj_1";
|
|
62968
|
+
const inputHover$1 = "_inputHover_u3xdj_13";
|
|
62969
|
+
const inputFocus$1 = "_inputFocus_u3xdj_18";
|
|
62970
|
+
const inputError$1 = "_inputError_u3xdj_25";
|
|
62971
|
+
const inputWarning$1 = "_inputWarning_u3xdj_26";
|
|
62972
|
+
const inputDisabled$1 = "_inputDisabled_u3xdj_61";
|
|
62973
|
+
const hideScrollbars$1 = "_hideScrollbars_u3xdj_67";
|
|
62974
|
+
const cell = "_cell_u3xdj_77";
|
|
62975
|
+
const disabledLink = "_disabledLink_u3xdj_87";
|
|
62976
|
+
const inputWrapper = "_inputWrapper_u3xdj_91";
|
|
62977
|
+
const breakWord = "_breakWord_u3xdj_106";
|
|
62978
|
+
const inputCell = "_inputCell_u3xdj_109";
|
|
62979
|
+
const sliderCell = "_sliderCell_u3xdj_112";
|
|
62980
|
+
const staticCell = "_staticCell_u3xdj_116";
|
|
62981
|
+
const staticCellContent = "_staticCellContent_u3xdj_119";
|
|
62982
|
+
const error$1 = "_error_u3xdj_131";
|
|
62983
|
+
const warning$2 = "_warning_u3xdj_132";
|
|
62984
|
+
const unit = "_unit_u3xdj_141";
|
|
62985
|
+
const sortingCell = "_sortingCell_u3xdj_144";
|
|
62986
|
+
const sortingCellIcon = "_sortingCellIcon_u3xdj_155";
|
|
62987
|
+
const icon = "_icon_u3xdj_166";
|
|
62988
|
+
const checkBoxCell = "_checkBoxCell_u3xdj_170";
|
|
62989
|
+
const iconCellWrapper = "_iconCellWrapper_u3xdj_174";
|
|
62990
|
+
const actionsCell = "_actionsCell_u3xdj_178";
|
|
62991
|
+
const rightAligned = "_rightAligned_u3xdj_186";
|
|
62992
|
+
const centerAligned = "_centerAligned_u3xdj_192";
|
|
62993
|
+
const leftAligned = "_leftAligned_u3xdj_198";
|
|
62994
|
+
const popover = "_popover_u3xdj_201";
|
|
62995
|
+
const disabledPointerEvents = "_disabledPointerEvents_u3xdj_204";
|
|
62996
62996
|
const styles$6 = {
|
|
62997
62997
|
inputInTable: inputInTable$1,
|
|
62998
62998
|
inputHover: inputHover$1,
|