@oliasoft-open-source/react-ui-library 4.0.0-beta-15 → 4.0.0-beta-17
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 +38 -36
- package/dist/index.js +11 -11
- package/package.json +1 -1
package/dist/global.css
CHANGED
|
@@ -567,8 +567,8 @@ a {
|
|
|
567
567
|
--shadow-button: 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
568
568
|
--shadow-layer: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
569
569
|
--color-text: var(--color-neutral-900);
|
|
570
|
-
--color-text-muted: var(--color-neutral-
|
|
571
|
-
--color-text-faint: var(--color-neutral-
|
|
570
|
+
--color-text-muted: var(--color-neutral-650);
|
|
571
|
+
--color-text-faint: var(--color-neutral-400);
|
|
572
572
|
--color-text-error: var(--color-error-650);
|
|
573
573
|
--color-text-warning: var(--color-warning-650);
|
|
574
574
|
--color-text-success: var(--color-success-650);
|
|
@@ -601,8 +601,8 @@ a {
|
|
|
601
601
|
|
|
602
602
|
html[data-theme='dark'] {
|
|
603
603
|
color-scheme: dark;
|
|
604
|
-
--color-text: var(--color-neutral-
|
|
605
|
-
--color-text-muted: var(--color-neutral-
|
|
604
|
+
--color-text: var(--color-neutral-100);
|
|
605
|
+
--color-text-muted: var(--color-neutral-350);
|
|
606
606
|
--color-text-faint: var(--color-neutral-600);
|
|
607
607
|
--color-text-primary: var(--color-primary-450);
|
|
608
608
|
--color-text-primary-active: var(--color-primary-350);
|
|
@@ -9473,22 +9473,22 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
|
|
|
9473
9473
|
._disabledPointerEvents_1mfuf_203 {
|
|
9474
9474
|
pointer-events: none;
|
|
9475
9475
|
}
|
|
9476
|
-
.
|
|
9476
|
+
._clickableRow_vlcbs_1 {
|
|
9477
9477
|
cursor: pointer;
|
|
9478
9478
|
}
|
|
9479
|
-
.
|
|
9480
|
-
.
|
|
9479
|
+
._hoverableRow_vlcbs_4:not(._rowActive_vlcbs_4):hover,
|
|
9480
|
+
._clickableRow_vlcbs_1:not(._rowActive_vlcbs_4):hover {
|
|
9481
9481
|
background-color: var(--color-background-listitem-hover) !important;
|
|
9482
9482
|
}
|
|
9483
|
-
.
|
|
9483
|
+
._expandableRow_vlcbs_8._flush_vlcbs_8 {
|
|
9484
9484
|
padding: 0 !important;
|
|
9485
9485
|
height: auto !important;
|
|
9486
9486
|
}
|
|
9487
|
-
.
|
|
9487
|
+
._rowActive_vlcbs_4 {
|
|
9488
9488
|
position: relative;
|
|
9489
9489
|
background-color: var(--color-background-listitem-active) !important;
|
|
9490
9490
|
}
|
|
9491
|
-
.
|
|
9491
|
+
._rowActive_vlcbs_4:after {
|
|
9492
9492
|
content: '';
|
|
9493
9493
|
position: absolute;
|
|
9494
9494
|
left: 0;
|
|
@@ -9500,26 +9500,24 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
|
|
|
9500
9500
|
transition: background 0.3s;
|
|
9501
9501
|
background: var(--color-background-primary);
|
|
9502
9502
|
}
|
|
9503
|
-
.
|
|
9503
|
+
._dragIconCell_vlcbs_28 {
|
|
9504
9504
|
width: var(--size);
|
|
9505
9505
|
min-width: var(--size);
|
|
9506
9506
|
position: relative;
|
|
9507
9507
|
}
|
|
9508
|
-
.
|
|
9508
|
+
._dragIcon_vlcbs_28 {
|
|
9509
9509
|
display: flex;
|
|
9510
9510
|
align-items: center;
|
|
9511
9511
|
justify-content: center;
|
|
9512
9512
|
position: absolute;
|
|
9513
9513
|
inset: 0;
|
|
9514
|
+
color: var(--color-text-faint);
|
|
9514
9515
|
}
|
|
9515
|
-
.
|
|
9516
|
-
|
|
9517
|
-
}
|
|
9518
|
-
._dragIcon_1sqxy_28:hover path {
|
|
9519
|
-
stroke: var(--color-text-primary-hover);
|
|
9516
|
+
._dragIcon_vlcbs_28:hover {
|
|
9517
|
+
color: var(--color-text-primary-hover);
|
|
9520
9518
|
}
|
|
9521
|
-
.
|
|
9522
|
-
|
|
9519
|
+
._dragIcon_vlcbs_28:active {
|
|
9520
|
+
color: var(--color-text-primary-active);
|
|
9523
9521
|
}
|
|
9524
9522
|
._tabs_b0egn_1 {
|
|
9525
9523
|
display: flex;
|
|
@@ -10439,7 +10437,7 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
|
|
|
10439
10437
|
--color-background-toggle: rgba(255, 255, 255, 0.2);
|
|
10440
10438
|
--color-background-toggle-hover: rgba(255, 255, 255, 0.3);
|
|
10441
10439
|
}
|
|
10442
|
-
.
|
|
10440
|
+
._toggle_1ia7o_9 {
|
|
10443
10441
|
--size-toggle: var(--size-xs);
|
|
10444
10442
|
position: relative;
|
|
10445
10443
|
display: inline-flex;
|
|
@@ -10455,12 +10453,12 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
|
|
|
10455
10453
|
min-width: var(--size-toggle);
|
|
10456
10454
|
margin: calc((var(--size) - var(--size-toggle)) / 2) 0;
|
|
10457
10455
|
}
|
|
10458
|
-
.
|
|
10456
|
+
._toggle_1ia7o_9._small_1ia7o_25 {
|
|
10459
10457
|
--size-toggle: calc(var(--size-xs) - 4px);
|
|
10460
10458
|
margin: calc((var(--size-sm) - var(--size-toggle)) / 2) 0;
|
|
10461
10459
|
font-size: var(--font-size-sm);
|
|
10462
10460
|
}
|
|
10463
|
-
.
|
|
10461
|
+
._toggle_1ia7o_9 input {
|
|
10464
10462
|
width: calc(var(--size-toggle) * 2);
|
|
10465
10463
|
height: var(--size-toggle);
|
|
10466
10464
|
cursor: pointer;
|
|
@@ -10477,7 +10475,7 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
|
|
|
10477
10475
|
line-height: 1.15;
|
|
10478
10476
|
margin: 0;
|
|
10479
10477
|
}
|
|
10480
|
-
.
|
|
10478
|
+
._toggle_1ia7o_9 label {
|
|
10481
10479
|
min-height: var(--size-toggle);
|
|
10482
10480
|
padding-left: calc((var(--size-toggle) * 2) + var(--spacing-xs));
|
|
10483
10481
|
transition: color 0.1s ease;
|
|
@@ -10486,13 +10484,16 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
|
|
|
10486
10484
|
display: block;
|
|
10487
10485
|
outline: 0;
|
|
10488
10486
|
}
|
|
10489
|
-
.
|
|
10490
|
-
|
|
10487
|
+
._toggle_1ia7o_9 label:empty {
|
|
10488
|
+
padding-left: calc(var(--size-toggle) * 2);
|
|
10489
|
+
}
|
|
10490
|
+
._toggle_1ia7o_9 label:before,
|
|
10491
|
+
._toggle_1ia7o_9 label:after {
|
|
10491
10492
|
display: block;
|
|
10492
10493
|
position: absolute;
|
|
10493
10494
|
content: '';
|
|
10494
10495
|
}
|
|
10495
|
-
.
|
|
10496
|
+
._toggle_1ia7o_9 label:before {
|
|
10496
10497
|
height: var(--size-toggle);
|
|
10497
10498
|
border-radius: calc(var(--size-toggle) / 2);
|
|
10498
10499
|
z-index: 1;
|
|
@@ -10504,43 +10505,44 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
|
|
|
10504
10505
|
top: 0;
|
|
10505
10506
|
transition: background 0.3s ease, border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
|
|
10506
10507
|
}
|
|
10507
|
-
.
|
|
10508
|
+
._toggle_1ia7o_9 label:after {
|
|
10508
10509
|
height: calc(var(--size-toggle) - 4px);
|
|
10509
10510
|
width: calc(var(--size-toggle) - 4px);
|
|
10510
10511
|
border-radius: 50%;
|
|
10511
10512
|
left: 2px;
|
|
10512
|
-
top:
|
|
10513
|
+
top: 50%;
|
|
10514
|
+
transform: translateY(-50%);
|
|
10513
10515
|
box-shadow: var(--shadow-button);
|
|
10514
10516
|
background: white;
|
|
10515
10517
|
opacity: 1;
|
|
10516
10518
|
z-index: 2;
|
|
10517
10519
|
transition: background 0.3s ease, left 0.3s ease;
|
|
10518
10520
|
}
|
|
10519
|
-
.
|
|
10521
|
+
._toggle_1ia7o_9 input:hover ~ label:before {
|
|
10520
10522
|
background: var(--color-background-toggle-hover);
|
|
10521
10523
|
}
|
|
10522
|
-
.
|
|
10524
|
+
._toggle_1ia7o_9 input:checked ~ label:before {
|
|
10523
10525
|
border-color: rgba(34, 36, 38, 0.35);
|
|
10524
10526
|
background-color: var(--color-background-button-primary);
|
|
10525
10527
|
}
|
|
10526
|
-
.
|
|
10528
|
+
._toggle_1ia7o_9 input:checked ~ label:after {
|
|
10527
10529
|
left: calc(var(--size-toggle) + 2px);
|
|
10528
10530
|
}
|
|
10529
|
-
.
|
|
10531
|
+
._toggle_1ia7o_9 input:checked:hover ~ label:before {
|
|
10530
10532
|
background-color: var(--color-background-button-primary-hover);
|
|
10531
10533
|
}
|
|
10532
|
-
.
|
|
10534
|
+
._toggle_1ia7o_9._disabled_1ia7o_103 {
|
|
10533
10535
|
cursor: default;
|
|
10534
10536
|
pointer-events: none;
|
|
10535
10537
|
color: var(--color-text-muted);
|
|
10536
10538
|
}
|
|
10537
|
-
.
|
|
10539
|
+
._toggle_1ia7o_9._disabled_1ia7o_103 label:before {
|
|
10538
10540
|
background-color: var(--color-background-disabled);
|
|
10539
10541
|
}
|
|
10540
|
-
.
|
|
10542
|
+
._toggle_1ia7o_9._disabled_1ia7o_103 input:checked ~ label:before {
|
|
10541
10543
|
background-color: var(--color-text-faint);
|
|
10542
10544
|
}
|
|
10543
|
-
.
|
|
10545
|
+
._noMargin_1ia7o_114 {
|
|
10544
10546
|
margin: 0;
|
|
10545
10547
|
}
|
|
10546
10548
|
:root {
|
package/dist/index.js
CHANGED
|
@@ -60420,13 +60420,13 @@ Cell.propTypes = {
|
|
|
60420
60420
|
cell: cellShape,
|
|
60421
60421
|
testId: propTypes$1.exports.string
|
|
60422
60422
|
};
|
|
60423
|
-
const clickableRow = "
|
|
60424
|
-
const hoverableRow = "
|
|
60425
|
-
const rowActive = "
|
|
60426
|
-
const expandableRow = "
|
|
60427
|
-
const flush2 = "
|
|
60428
|
-
const dragIconCell = "
|
|
60429
|
-
const dragIcon = "
|
|
60423
|
+
const clickableRow = "_clickableRow_vlcbs_1";
|
|
60424
|
+
const hoverableRow = "_hoverableRow_vlcbs_4";
|
|
60425
|
+
const rowActive = "_rowActive_vlcbs_4";
|
|
60426
|
+
const expandableRow = "_expandableRow_vlcbs_8";
|
|
60427
|
+
const flush2 = "_flush_vlcbs_8";
|
|
60428
|
+
const dragIconCell = "_dragIconCell_vlcbs_28";
|
|
60429
|
+
const dragIcon = "_dragIcon_vlcbs_28";
|
|
60430
60430
|
const styles$6 = {
|
|
60431
60431
|
clickableRow,
|
|
60432
60432
|
hoverableRow,
|
|
@@ -62369,10 +62369,10 @@ const toast = ({ id: id2, message: message2, autoClose = 6e3, onClose }) => {
|
|
|
62369
62369
|
type: toastType
|
|
62370
62370
|
});
|
|
62371
62371
|
};
|
|
62372
|
-
const toggle$1 = "
|
|
62373
|
-
const small = "
|
|
62374
|
-
const disabled = "
|
|
62375
|
-
const noMargin = "
|
|
62372
|
+
const toggle$1 = "_toggle_1ia7o_9";
|
|
62373
|
+
const small = "_small_1ia7o_25";
|
|
62374
|
+
const disabled = "_disabled_1ia7o_103";
|
|
62375
|
+
const noMargin = "_noMargin_1ia7o_114";
|
|
62376
62376
|
const styles$3 = {
|
|
62377
62377
|
toggle: toggle$1,
|
|
62378
62378
|
small,
|
package/package.json
CHANGED