@oliasoft-open-source/react-ui-library 4.0.0-beta-14 → 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 +43 -36
- package/dist/index.js +27 -27
- package/dist/index.js.map +1 -1
- 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);
|
|
@@ -700,6 +700,11 @@ body {
|
|
|
700
700
|
line-height: 1.4285em;
|
|
701
701
|
font-family: var(--font-family);
|
|
702
702
|
font-size: var(--font-size);
|
|
703
|
+
font-variant-numeric: tabular-nums;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
* {
|
|
707
|
+
font-variant-numeric: tabular-nums;
|
|
703
708
|
}
|
|
704
709
|
|
|
705
710
|
.dark {
|
|
@@ -9468,22 +9473,22 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
|
|
|
9468
9473
|
._disabledPointerEvents_1mfuf_203 {
|
|
9469
9474
|
pointer-events: none;
|
|
9470
9475
|
}
|
|
9471
|
-
.
|
|
9476
|
+
._clickableRow_vlcbs_1 {
|
|
9472
9477
|
cursor: pointer;
|
|
9473
9478
|
}
|
|
9474
|
-
.
|
|
9475
|
-
.
|
|
9479
|
+
._hoverableRow_vlcbs_4:not(._rowActive_vlcbs_4):hover,
|
|
9480
|
+
._clickableRow_vlcbs_1:not(._rowActive_vlcbs_4):hover {
|
|
9476
9481
|
background-color: var(--color-background-listitem-hover) !important;
|
|
9477
9482
|
}
|
|
9478
|
-
.
|
|
9483
|
+
._expandableRow_vlcbs_8._flush_vlcbs_8 {
|
|
9479
9484
|
padding: 0 !important;
|
|
9480
9485
|
height: auto !important;
|
|
9481
9486
|
}
|
|
9482
|
-
.
|
|
9487
|
+
._rowActive_vlcbs_4 {
|
|
9483
9488
|
position: relative;
|
|
9484
9489
|
background-color: var(--color-background-listitem-active) !important;
|
|
9485
9490
|
}
|
|
9486
|
-
.
|
|
9491
|
+
._rowActive_vlcbs_4:after {
|
|
9487
9492
|
content: '';
|
|
9488
9493
|
position: absolute;
|
|
9489
9494
|
left: 0;
|
|
@@ -9495,26 +9500,24 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
|
|
|
9495
9500
|
transition: background 0.3s;
|
|
9496
9501
|
background: var(--color-background-primary);
|
|
9497
9502
|
}
|
|
9498
|
-
.
|
|
9503
|
+
._dragIconCell_vlcbs_28 {
|
|
9499
9504
|
width: var(--size);
|
|
9500
9505
|
min-width: var(--size);
|
|
9501
9506
|
position: relative;
|
|
9502
9507
|
}
|
|
9503
|
-
.
|
|
9508
|
+
._dragIcon_vlcbs_28 {
|
|
9504
9509
|
display: flex;
|
|
9505
9510
|
align-items: center;
|
|
9506
9511
|
justify-content: center;
|
|
9507
9512
|
position: absolute;
|
|
9508
9513
|
inset: 0;
|
|
9514
|
+
color: var(--color-text-faint);
|
|
9509
9515
|
}
|
|
9510
|
-
.
|
|
9511
|
-
|
|
9512
|
-
}
|
|
9513
|
-
._dragIcon_1sqxy_28:hover path {
|
|
9514
|
-
stroke: var(--color-text-primary-hover);
|
|
9516
|
+
._dragIcon_vlcbs_28:hover {
|
|
9517
|
+
color: var(--color-text-primary-hover);
|
|
9515
9518
|
}
|
|
9516
|
-
.
|
|
9517
|
-
|
|
9519
|
+
._dragIcon_vlcbs_28:active {
|
|
9520
|
+
color: var(--color-text-primary-active);
|
|
9518
9521
|
}
|
|
9519
9522
|
._tabs_b0egn_1 {
|
|
9520
9523
|
display: flex;
|
|
@@ -10434,7 +10437,7 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
|
|
|
10434
10437
|
--color-background-toggle: rgba(255, 255, 255, 0.2);
|
|
10435
10438
|
--color-background-toggle-hover: rgba(255, 255, 255, 0.3);
|
|
10436
10439
|
}
|
|
10437
|
-
.
|
|
10440
|
+
._toggle_1ia7o_9 {
|
|
10438
10441
|
--size-toggle: var(--size-xs);
|
|
10439
10442
|
position: relative;
|
|
10440
10443
|
display: inline-flex;
|
|
@@ -10450,12 +10453,12 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
|
|
|
10450
10453
|
min-width: var(--size-toggle);
|
|
10451
10454
|
margin: calc((var(--size) - var(--size-toggle)) / 2) 0;
|
|
10452
10455
|
}
|
|
10453
|
-
.
|
|
10456
|
+
._toggle_1ia7o_9._small_1ia7o_25 {
|
|
10454
10457
|
--size-toggle: calc(var(--size-xs) - 4px);
|
|
10455
10458
|
margin: calc((var(--size-sm) - var(--size-toggle)) / 2) 0;
|
|
10456
10459
|
font-size: var(--font-size-sm);
|
|
10457
10460
|
}
|
|
10458
|
-
.
|
|
10461
|
+
._toggle_1ia7o_9 input {
|
|
10459
10462
|
width: calc(var(--size-toggle) * 2);
|
|
10460
10463
|
height: var(--size-toggle);
|
|
10461
10464
|
cursor: pointer;
|
|
@@ -10472,7 +10475,7 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
|
|
|
10472
10475
|
line-height: 1.15;
|
|
10473
10476
|
margin: 0;
|
|
10474
10477
|
}
|
|
10475
|
-
.
|
|
10478
|
+
._toggle_1ia7o_9 label {
|
|
10476
10479
|
min-height: var(--size-toggle);
|
|
10477
10480
|
padding-left: calc((var(--size-toggle) * 2) + var(--spacing-xs));
|
|
10478
10481
|
transition: color 0.1s ease;
|
|
@@ -10481,13 +10484,16 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
|
|
|
10481
10484
|
display: block;
|
|
10482
10485
|
outline: 0;
|
|
10483
10486
|
}
|
|
10484
|
-
.
|
|
10485
|
-
|
|
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 {
|
|
10486
10492
|
display: block;
|
|
10487
10493
|
position: absolute;
|
|
10488
10494
|
content: '';
|
|
10489
10495
|
}
|
|
10490
|
-
.
|
|
10496
|
+
._toggle_1ia7o_9 label:before {
|
|
10491
10497
|
height: var(--size-toggle);
|
|
10492
10498
|
border-radius: calc(var(--size-toggle) / 2);
|
|
10493
10499
|
z-index: 1;
|
|
@@ -10499,43 +10505,44 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
|
|
|
10499
10505
|
top: 0;
|
|
10500
10506
|
transition: background 0.3s ease, border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
|
|
10501
10507
|
}
|
|
10502
|
-
.
|
|
10508
|
+
._toggle_1ia7o_9 label:after {
|
|
10503
10509
|
height: calc(var(--size-toggle) - 4px);
|
|
10504
10510
|
width: calc(var(--size-toggle) - 4px);
|
|
10505
10511
|
border-radius: 50%;
|
|
10506
10512
|
left: 2px;
|
|
10507
|
-
top:
|
|
10513
|
+
top: 50%;
|
|
10514
|
+
transform: translateY(-50%);
|
|
10508
10515
|
box-shadow: var(--shadow-button);
|
|
10509
10516
|
background: white;
|
|
10510
10517
|
opacity: 1;
|
|
10511
10518
|
z-index: 2;
|
|
10512
10519
|
transition: background 0.3s ease, left 0.3s ease;
|
|
10513
10520
|
}
|
|
10514
|
-
.
|
|
10521
|
+
._toggle_1ia7o_9 input:hover ~ label:before {
|
|
10515
10522
|
background: var(--color-background-toggle-hover);
|
|
10516
10523
|
}
|
|
10517
|
-
.
|
|
10524
|
+
._toggle_1ia7o_9 input:checked ~ label:before {
|
|
10518
10525
|
border-color: rgba(34, 36, 38, 0.35);
|
|
10519
10526
|
background-color: var(--color-background-button-primary);
|
|
10520
10527
|
}
|
|
10521
|
-
.
|
|
10528
|
+
._toggle_1ia7o_9 input:checked ~ label:after {
|
|
10522
10529
|
left: calc(var(--size-toggle) + 2px);
|
|
10523
10530
|
}
|
|
10524
|
-
.
|
|
10531
|
+
._toggle_1ia7o_9 input:checked:hover ~ label:before {
|
|
10525
10532
|
background-color: var(--color-background-button-primary-hover);
|
|
10526
10533
|
}
|
|
10527
|
-
.
|
|
10534
|
+
._toggle_1ia7o_9._disabled_1ia7o_103 {
|
|
10528
10535
|
cursor: default;
|
|
10529
10536
|
pointer-events: none;
|
|
10530
10537
|
color: var(--color-text-muted);
|
|
10531
10538
|
}
|
|
10532
|
-
.
|
|
10539
|
+
._toggle_1ia7o_9._disabled_1ia7o_103 label:before {
|
|
10533
10540
|
background-color: var(--color-background-disabled);
|
|
10534
10541
|
}
|
|
10535
|
-
.
|
|
10542
|
+
._toggle_1ia7o_9._disabled_1ia7o_103 input:checked ~ label:before {
|
|
10536
10543
|
background-color: var(--color-text-faint);
|
|
10537
10544
|
}
|
|
10538
|
-
.
|
|
10545
|
+
._noMargin_1ia7o_114 {
|
|
10539
10546
|
margin: 0;
|
|
10540
10547
|
}
|
|
10541
10548
|
:root {
|
package/dist/index.js
CHANGED
|
@@ -2795,6 +2795,15 @@ function TbItalic(props) {
|
|
|
2795
2795
|
function TbKey(props) {
|
|
2796
2796
|
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "strokeWidth": "2", "stroke": "currentColor", "fill": "none", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "stroke": "none", "d": "M0 0h24v24H0z", "fill": "none" } }, { "tag": "path", "attr": { "d": "M16.555 3.843l3.602 3.602a2.877 2.877 0 0 1 0 4.069l-2.643 2.643a2.877 2.877 0 0 1 -4.069 0l-.301 -.301l-6.558 6.558a2 2 0 0 1 -1.239 .578l-.175 .008h-1.172a1 1 0 0 1 -.993 -.883l-.007 -.117v-1.172a2 2 0 0 1 .467 -1.284l.119 -.13l.414 -.414h2v-2h2v-2l2.144 -2.144l-.301 -.301a2.877 2.877 0 0 1 0 -4.069l2.643 -2.643a2.877 2.877 0 0 1 4.069 0z" } }, { "tag": "path", "attr": { "d": "M15 9h.01" } }] })(props);
|
|
2797
2797
|
}
|
|
2798
|
+
function TbLayoutColumns(props) {
|
|
2799
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "strokeWidth": "2", "stroke": "currentColor", "fill": "none", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "stroke": "none", "d": "M0 0h24v24H0z", "fill": "none" } }, { "tag": "path", "attr": { "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" } }, { "tag": "path", "attr": { "d": "M12 4l0 16" } }] })(props);
|
|
2800
|
+
}
|
|
2801
|
+
function TbLayoutGrid(props) {
|
|
2802
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "strokeWidth": "2", "stroke": "currentColor", "fill": "none", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "stroke": "none", "d": "M0 0h24v24H0z", "fill": "none" } }, { "tag": "path", "attr": { "d": "M4 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" } }, { "tag": "path", "attr": { "d": "M14 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" } }, { "tag": "path", "attr": { "d": "M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" } }, { "tag": "path", "attr": { "d": "M14 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" } }] })(props);
|
|
2803
|
+
}
|
|
2804
|
+
function TbLayoutRows(props) {
|
|
2805
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "strokeWidth": "2", "stroke": "currentColor", "fill": "none", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "stroke": "none", "d": "M0 0h24v24H0z", "fill": "none" } }, { "tag": "path", "attr": { "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" } }, { "tag": "path", "attr": { "d": "M4 12l16 0" } }] })(props);
|
|
2806
|
+
}
|
|
2798
2807
|
function TbLinkOff(props) {
|
|
2799
2808
|
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "strokeWidth": "2", "stroke": "currentColor", "fill": "none", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "stroke": "none", "d": "M0 0h24v24H0z", "fill": "none" } }, { "tag": "path", "attr": { "d": "M9 15l3 -3m2 -2l1 -1" } }, { "tag": "path", "attr": { "d": "M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" } }, { "tag": "path", "attr": { "d": "M3 3l18 18" } }, { "tag": "path", "attr": { "d": "M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" } }] })(props);
|
|
2800
2809
|
}
|
|
@@ -2900,6 +2909,9 @@ function TbSortAscending(props) {
|
|
|
2900
2909
|
function TbSortDescending(props) {
|
|
2901
2910
|
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "strokeWidth": "2", "stroke": "currentColor", "fill": "none", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "stroke": "none", "d": "M0 0h24v24H0z", "fill": "none" } }, { "tag": "path", "attr": { "d": "M4 6l9 0" } }, { "tag": "path", "attr": { "d": "M4 12l7 0" } }, { "tag": "path", "attr": { "d": "M4 18l7 0" } }, { "tag": "path", "attr": { "d": "M15 15l3 3l3 -3" } }, { "tag": "path", "attr": { "d": "M18 6l0 12" } }] })(props);
|
|
2902
2911
|
}
|
|
2912
|
+
function TbSquare(props) {
|
|
2913
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "strokeWidth": "2", "stroke": "currentColor", "fill": "none", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "stroke": "none", "d": "M0 0h24v24H0z", "fill": "none" } }, { "tag": "path", "attr": { "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" } }] })(props);
|
|
2914
|
+
}
|
|
2903
2915
|
function TbStar(props) {
|
|
2904
2916
|
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "strokeWidth": "2", "stroke": "currentColor", "fill": "none", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "stroke": "none", "d": "M0 0h24v24H0z", "fill": "none" } }, { "tag": "path", "attr": { "d": "M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" } }] })(props);
|
|
2905
2917
|
}
|
|
@@ -2927,18 +2939,6 @@ function TbUsers(props) {
|
|
|
2927
2939
|
function TbX(props) {
|
|
2928
2940
|
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "strokeWidth": "2", "stroke": "currentColor", "fill": "none", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "stroke": "none", "d": "M0 0h24v24H0z", "fill": "none" } }, { "tag": "path", "attr": { "d": "M18 6l-12 12" } }, { "tag": "path", "attr": { "d": "M6 6l12 12" } }] })(props);
|
|
2929
2941
|
}
|
|
2930
|
-
function RiLayoutColumnLine(props) {
|
|
2931
|
-
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "d": "M11 5H5V19H11V5ZM13 5V19H19V5H13ZM4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3Z" } }] })(props);
|
|
2932
|
-
}
|
|
2933
|
-
function RiLayoutGridLine(props) {
|
|
2934
|
-
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "d": "M21 3C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H21ZM11 13H4V19H11V13ZM20 13H13V19H20V13ZM11 5H4V11H11V5ZM20 5H13V11H20V5Z" } }] })(props);
|
|
2935
|
-
}
|
|
2936
|
-
function RiLayoutRowLine(props) {
|
|
2937
|
-
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "d": "M19 11V5H5V11H19ZM19 13H5V19H19V13ZM4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3Z" } }] })(props);
|
|
2938
|
-
}
|
|
2939
|
-
function RiSquareLine(props) {
|
|
2940
|
-
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "d": "M4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3ZM5 5V19H19V5H5Z" } }] })(props);
|
|
2941
|
-
}
|
|
2942
2942
|
function AiOutlineMinusSquare(props) {
|
|
2943
2943
|
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 1024 1024" }, "child": [{ "tag": "path", "attr": { "d": "M328 544h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" } }, { "tag": "path", "attr": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] })(props);
|
|
2944
2944
|
}
|
|
@@ -3081,16 +3081,16 @@ const NamedIcon = ({ icon: icon2 }) => {
|
|
|
3081
3081
|
return /* @__PURE__ */ jsxRuntime.exports.jsx(TbDeviceLaptop, {});
|
|
3082
3082
|
case "layout columns":
|
|
3083
3083
|
case "columns":
|
|
3084
|
-
return /* @__PURE__ */ jsxRuntime.exports.jsx(
|
|
3084
|
+
return /* @__PURE__ */ jsxRuntime.exports.jsx(TbLayoutColumns, {});
|
|
3085
3085
|
case "layout grid":
|
|
3086
3086
|
case "grid":
|
|
3087
|
-
return /* @__PURE__ */ jsxRuntime.exports.jsx(
|
|
3087
|
+
return /* @__PURE__ */ jsxRuntime.exports.jsx(TbLayoutGrid, {});
|
|
3088
3088
|
case "layout rows":
|
|
3089
3089
|
case "rows":
|
|
3090
|
-
return /* @__PURE__ */ jsxRuntime.exports.jsx(
|
|
3090
|
+
return /* @__PURE__ */ jsxRuntime.exports.jsx(TbLayoutRows, {});
|
|
3091
3091
|
case "layout single":
|
|
3092
3092
|
case "square":
|
|
3093
|
-
return /* @__PURE__ */ jsxRuntime.exports.jsx(
|
|
3093
|
+
return /* @__PURE__ */ jsxRuntime.exports.jsx(TbSquare, {});
|
|
3094
3094
|
case "link":
|
|
3095
3095
|
return /* @__PURE__ */ jsxRuntime.exports.jsx(TbLink, {});
|
|
3096
3096
|
case "list":
|
|
@@ -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,
|