@oliasoft-open-source/react-ui-library 3.1.23 → 3.1.24
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 +16 -17
- package/dist/index.js +4 -4
- package/package.json +1 -1
package/dist/global.css
CHANGED
|
@@ -21434,7 +21434,7 @@ html[data-theme='dark'] {
|
|
|
21434
21434
|
--color-background-toggle: rgba(255, 255, 255, 0.2);
|
|
21435
21435
|
--color-background-toggle-hover: rgba(255, 255, 255, 0.3);
|
|
21436
21436
|
}
|
|
21437
|
-
.
|
|
21437
|
+
._toggle_hig2m_337 {
|
|
21438
21438
|
position: relative;
|
|
21439
21439
|
display: inline-block;
|
|
21440
21440
|
backface-visibility: hidden;
|
|
@@ -21447,11 +21447,11 @@ html[data-theme='dark'] {
|
|
|
21447
21447
|
min-width: 17px;
|
|
21448
21448
|
margin: 10px 0 11px 0;
|
|
21449
21449
|
}
|
|
21450
|
-
.
|
|
21450
|
+
._toggle_hig2m_337._small_hig2m_350 {
|
|
21451
21451
|
margin: 3px 0;
|
|
21452
21452
|
font-size: 12px;
|
|
21453
21453
|
}
|
|
21454
|
-
.
|
|
21454
|
+
._toggle_hig2m_337 input {
|
|
21455
21455
|
width: 34px;
|
|
21456
21456
|
height: 17px;
|
|
21457
21457
|
cursor: pointer;
|
|
@@ -21468,9 +21468,8 @@ html[data-theme='dark'] {
|
|
|
21468
21468
|
font-size: 100%;
|
|
21469
21469
|
line-height: 1.15;
|
|
21470
21470
|
margin: 0;
|
|
21471
|
-
pointer-events: none;
|
|
21472
21471
|
}
|
|
21473
|
-
.
|
|
21472
|
+
._toggle_hig2m_337 label {
|
|
21474
21473
|
min-height: 17px;
|
|
21475
21474
|
padding-left: 43px;
|
|
21476
21475
|
transition: color 0.1s ease;
|
|
@@ -21480,8 +21479,8 @@ html[data-theme='dark'] {
|
|
|
21480
21479
|
outline: 0;
|
|
21481
21480
|
font-size: 1em;
|
|
21482
21481
|
}
|
|
21483
|
-
.
|
|
21484
|
-
.
|
|
21482
|
+
._toggle_hig2m_337 label:before,
|
|
21483
|
+
._toggle_hig2m_337 label:after {
|
|
21485
21484
|
display: block;
|
|
21486
21485
|
position: absolute;
|
|
21487
21486
|
content: '';
|
|
@@ -21489,7 +21488,7 @@ html[data-theme='dark'] {
|
|
|
21489
21488
|
height: 17px;
|
|
21490
21489
|
border-radius: calc(17px / 2);
|
|
21491
21490
|
}
|
|
21492
|
-
.
|
|
21491
|
+
._toggle_hig2m_337 label:before {
|
|
21493
21492
|
z-index: 1;
|
|
21494
21493
|
transform: none;
|
|
21495
21494
|
background: var(--color-background-toggle);
|
|
@@ -21498,7 +21497,7 @@ html[data-theme='dark'] {
|
|
|
21498
21497
|
left: 0;
|
|
21499
21498
|
transition: background 0.3s ease, border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
|
|
21500
21499
|
}
|
|
21501
|
-
.
|
|
21500
|
+
._toggle_hig2m_337 label:after {
|
|
21502
21501
|
left: -0.05rem;
|
|
21503
21502
|
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
|
|
21504
21503
|
background: #fff linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
|
@@ -21507,31 +21506,31 @@ html[data-theme='dark'] {
|
|
|
21507
21506
|
width: 17px;
|
|
21508
21507
|
transition: background 0.3s ease, left 0.3s ease;
|
|
21509
21508
|
}
|
|
21510
|
-
.
|
|
21509
|
+
._toggle_hig2m_337 input:hover ~ label:before {
|
|
21511
21510
|
background: var(--color-background-toggle-hover);
|
|
21512
21511
|
}
|
|
21513
|
-
.
|
|
21512
|
+
._toggle_hig2m_337 input:checked ~ label:before {
|
|
21514
21513
|
border-color: rgba(34, 36, 38, 0.35);
|
|
21515
21514
|
background-color: var(--color-background-button-primary);
|
|
21516
21515
|
}
|
|
21517
|
-
.
|
|
21516
|
+
._toggle_hig2m_337 input:checked ~ label:after {
|
|
21518
21517
|
left: 17px;
|
|
21519
21518
|
}
|
|
21520
|
-
.
|
|
21519
|
+
._toggle_hig2m_337 input:checked:hover ~ label:before {
|
|
21521
21520
|
background-color: var(--color-background-button-primary-hover);
|
|
21522
21521
|
}
|
|
21523
|
-
.
|
|
21522
|
+
._toggle_hig2m_337._disabled_hig2m_422 {
|
|
21524
21523
|
cursor: default;
|
|
21525
21524
|
pointer-events: none;
|
|
21526
21525
|
color: var(--color-text-muted);
|
|
21527
21526
|
}
|
|
21528
|
-
.
|
|
21527
|
+
._toggle_hig2m_337._disabled_hig2m_422 label:before {
|
|
21529
21528
|
background-color: var(--color-background-disabled) !important;
|
|
21530
21529
|
}
|
|
21531
|
-
.
|
|
21530
|
+
._toggle_hig2m_337._disabled_hig2m_422 input:checked ~ label:before {
|
|
21532
21531
|
background-color: var(--color-text-faint);
|
|
21533
21532
|
}
|
|
21534
|
-
.
|
|
21533
|
+
._noMargin_hig2m_433 {
|
|
21535
21534
|
margin: 0;
|
|
21536
21535
|
}
|
|
21537
21536
|
/*
|
package/dist/index.js
CHANGED
|
@@ -37477,10 +37477,10 @@ const toast = ({
|
|
|
37477
37477
|
transition: Slide
|
|
37478
37478
|
});
|
|
37479
37479
|
};
|
|
37480
|
-
const toggle$1 = "
|
|
37481
|
-
const small = "
|
|
37482
|
-
const disabled = "
|
|
37483
|
-
const noMargin = "
|
|
37480
|
+
const toggle$1 = "_toggle_hig2m_337";
|
|
37481
|
+
const small = "_small_hig2m_350";
|
|
37482
|
+
const disabled = "_disabled_hig2m_422";
|
|
37483
|
+
const noMargin = "_noMargin_hig2m_433";
|
|
37484
37484
|
const styles$3 = {
|
|
37485
37485
|
toggle: toggle$1,
|
|
37486
37486
|
small,
|