@oliasoft-open-source/react-ui-library 4.0.0-beta-13 → 4.0.0-beta-15

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 CHANGED
@@ -566,7 +566,7 @@ a {
566
566
  --zindex-tooltip: 2003;
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
- --color-text: var(--color-neutral-800);
569
+ --color-text: var(--color-neutral-900);
570
570
  --color-text-muted: var(--color-neutral-550);
571
571
  --color-text-faint: var(--color-neutral-300);
572
572
  --color-text-error: var(--color-error-650);
@@ -614,7 +614,7 @@ html[data-theme='dark'] {
614
614
  --color-text-placeholder: rgba(255, 255, 255, 0.4);
615
615
  --color-background: var(--color-neutral-950);
616
616
  --color-background-raised: var(--color-neutral-900);
617
- --color-background-disabled: rgba(255, 255, 255, 0.1);
617
+ --color-background-disabled: rgba(255, 255, 255, 0.05);
618
618
  --color-background-error: var(--color-error-800);
619
619
  --color-background-info: var(--color-info-800);
620
620
  --color-background-success: var(--color-success-800);
@@ -623,7 +623,7 @@ html[data-theme='dark'] {
623
623
  --color-background-input: var(--color-neutral-850);
624
624
  --color-background-listitem-active: var(--color-primary-850);
625
625
  --color-background-listitem-hover: var(--color-neutral-850);
626
- --color-border: var(--color-neutral-750);
626
+ --color-border: var(--color-neutral-800);
627
627
  --color-border-checkbox: var(--color-neutral-600);
628
628
  --color-border-hover: var(--color-neutral-500);
629
629
  --color-border-focus: var(--color-primary-500);
@@ -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 {
@@ -8514,121 +8519,121 @@ button:active .remirror-menu-pane-shortcut,
8514
8519
  min-height: 0;
8515
8520
  flex-shrink: 0;
8516
8521
  }
8517
- ._inputInTable_1j67l_1 {
8522
+ ._inputInTable_m7vt5_1 {
8518
8523
  background-color: transparent;
8519
8524
  border-radius: inherit !important;
8520
8525
  height: var(--size);
8521
8526
  min-height: 100%;
8522
8527
  }
8523
- ._inputInTable_1j67l_1:not(:hover) {
8528
+ ._inputInTable_m7vt5_1:not(:hover) {
8524
8529
  border-color: transparent;
8525
8530
  }
8526
- ._inputInTable_1j67l_1:not(:focus) {
8531
+ ._inputInTable_m7vt5_1:not(:focus) {
8527
8532
  box-shadow: none;
8528
8533
  }
8529
- ._inputHover_1j67l_13 {
8534
+ ._inputHover_m7vt5_13 {
8530
8535
  position: relative;
8531
8536
  border-color: var(--color-border-hover);
8532
8537
  z-index: 2;
8533
8538
  }
8534
- ._inputFocus_1j67l_18 {
8539
+ ._inputFocus_m7vt5_18 {
8535
8540
  position: relative;
8536
8541
  outline: none !important;
8537
8542
  border-color: var(--color-border-focus) !important;
8538
8543
  box-shadow: var(--shadow-focus);
8539
8544
  z-index: 3;
8540
8545
  }
8541
- ._inputError_1j67l_25,
8542
- ._inputWarning_1j67l_26 {
8546
+ ._inputError_m7vt5_25,
8547
+ ._inputWarning_m7vt5_26 {
8543
8548
  position: relative;
8544
8549
  }
8545
- ._inputError_1j67l_25 {
8550
+ ._inputError_m7vt5_25 {
8546
8551
  z-index: 2;
8547
8552
  border-color: var(--color-border-error);
8548
8553
  color: var(--color-text-error) !important;
8549
8554
  background-color: var(--color-background-error);
8550
8555
  }
8551
- ._inputError_1j67l_25:hover {
8556
+ ._inputError_m7vt5_25:hover {
8552
8557
  border-color: var(--color-border-error-hover) !important;
8553
8558
  }
8554
- ._inputError_1j67l_25:focus {
8559
+ ._inputError_m7vt5_25:focus {
8555
8560
  position: relative;
8556
8561
  outline: none !important;
8557
8562
  border-color: var(--color-border-focus) !important;
8558
8563
  box-shadow: var(--shadow-focus);
8559
8564
  z-index: 3;
8560
8565
  }
8561
- ._inputWarning_1j67l_26 {
8566
+ ._inputWarning_m7vt5_26 {
8562
8567
  z-index: 1;
8563
8568
  border-color: var(--color-border-warning);
8564
8569
  color: var(--color-text-warning) !important;
8565
8570
  background-color: var(--color-background-warning);
8566
8571
  }
8567
- ._inputWarning_1j67l_26:hover {
8572
+ ._inputWarning_m7vt5_26:hover {
8568
8573
  border-color: var(--color-border-warning-hover) !important;
8569
8574
  }
8570
- ._inputWarning_1j67l_26:focus {
8575
+ ._inputWarning_m7vt5_26:focus {
8571
8576
  position: relative;
8572
8577
  outline: none !important;
8573
8578
  border-color: var(--color-border-focus) !important;
8574
8579
  box-shadow: var(--shadow-focus);
8575
8580
  z-index: 3;
8576
8581
  }
8577
- ._inputDisabled_1j67l_61 {
8582
+ ._inputDisabled_m7vt5_61 {
8578
8583
  pointer-events: none;
8579
8584
  background-color: var(--color-background-disabled);
8580
8585
  color: var(--color-text-muted);
8581
8586
  box-shadow: none;
8582
8587
  }
8583
- ._hideScrollbars_1j67l_67 {
8588
+ ._hideScrollbars_m7vt5_67 {
8584
8589
  /* Firefox */
8585
8590
  scrollbar-width: none;
8586
8591
  /* IE 10+ */
8587
8592
  -ms-overflow-style: none;
8588
8593
  /* Chrome, Safari and Opera */
8589
8594
  }
8590
- ._hideScrollbars_1j67l_67::-webkit-scrollbar {
8595
+ ._hideScrollbars_m7vt5_67::-webkit-scrollbar {
8591
8596
  display: none;
8592
8597
  }
8593
8598
  :root {
8594
- --color-background-sidebar: var(--color-neutral-950);
8599
+ --color-background-sidebar: var(--color-neutral-1000);
8595
8600
  }
8596
- ._sidebar_1j67l_80 {
8601
+ ._sidebar_m7vt5_80 {
8597
8602
  background-color: var(--color-background-sidebar);
8598
8603
  color: white;
8599
8604
  position: relative;
8600
8605
  padding: var(--padding-y) 0;
8601
8606
  }
8602
8607
  @media print {
8603
- ._sidebar_1j67l_80 {
8608
+ ._sidebar_m7vt5_80 {
8604
8609
  display: none;
8605
8610
  }
8606
8611
  }
8607
- ._inner_1j67l_91 {
8612
+ ._inner_m7vt5_91 {
8608
8613
  /* Firefox */
8609
8614
  scrollbar-width: none;
8610
8615
  /* IE 10+ */
8611
8616
  -ms-overflow-style: none;
8612
8617
  /* Chrome, Safari and Opera */
8613
8618
  }
8614
- ._inner_1j67l_91::-webkit-scrollbar {
8619
+ ._inner_m7vt5_91::-webkit-scrollbar {
8615
8620
  display: none;
8616
8621
  }
8617
- ._title_1j67l_101,
8618
- ._subtitle_1j67l_102,
8619
- ._label_1j67l_103 {
8622
+ ._title_m7vt5_101,
8623
+ ._subtitle_m7vt5_102,
8624
+ ._label_m7vt5_103 {
8620
8625
  transition: opacity 0.2s, max-height 0.2s, margin 0.2s, color 0.2s;
8621
8626
  max-height: 50px;
8622
8627
  }
8623
- ._collapsed_1j67l_107 ._title_1j67l_101,
8624
- ._collapsed_1j67l_107 ._subtitle_1j67l_102,
8625
- ._collapsed_1j67l_107 ._label_1j67l_103 {
8628
+ ._collapsed_m7vt5_107 ._title_m7vt5_101,
8629
+ ._collapsed_m7vt5_107 ._subtitle_m7vt5_102,
8630
+ ._collapsed_m7vt5_107 ._label_m7vt5_103 {
8626
8631
  opacity: 0;
8627
8632
  max-height: 0;
8628
8633
  margin-bottom: 0;
8629
8634
  margin-top: 0;
8630
8635
  }
8631
- ._title_1j67l_101 {
8636
+ ._title_m7vt5_101 {
8632
8637
  overflow: hidden;
8633
8638
  max-width: 100%;
8634
8639
  text-overflow: ellipsis;
@@ -8637,7 +8642,7 @@ button:active .remirror-menu-pane-shortcut,
8637
8642
  font-size: var(--font-size-lg);
8638
8643
  padding: 0 var(--padding-x);
8639
8644
  }
8640
- ._subtitle_1j67l_102 {
8645
+ ._subtitle_m7vt5_102 {
8641
8646
  margin-bottom: 0.75rem;
8642
8647
  white-space: nowrap;
8643
8648
  font-size: var(--font-size-sm);
@@ -8645,11 +8650,11 @@ button:active .remirror-menu-pane-shortcut,
8645
8650
  opacity: 0.6;
8646
8651
  padding: 0 var(--padding-x);
8647
8652
  }
8648
- ._list_1j67l_132 {
8653
+ ._list_m7vt5_132 {
8649
8654
  margin-bottom: 2rem;
8650
8655
  margin-top: 0;
8651
8656
  }
8652
- ._item_1j67l_136 {
8657
+ ._item_m7vt5_136 {
8653
8658
  min-height: var(--size-lg);
8654
8659
  transition: padding 0.2s;
8655
8660
  font-size: var(--font-size-lg);
@@ -8659,30 +8664,30 @@ button:active .remirror-menu-pane-shortcut,
8659
8664
  padding: 0 var(--padding-x);
8660
8665
  align-items: center;
8661
8666
  }
8662
- ._collapsed_1j67l_107 ._item_1j67l_136 {
8667
+ ._collapsed_m7vt5_107 ._item_m7vt5_136 {
8663
8668
  padding: 0 9px;
8664
8669
  }
8665
- ._item_1j67l_136:focus {
8670
+ ._item_m7vt5_136:focus {
8666
8671
  outline: none;
8667
8672
  }
8668
- ._item_1j67l_136::-moz-focus-inner {
8673
+ ._item_m7vt5_136::-moz-focus-inner {
8669
8674
  border: 0;
8670
8675
  }
8671
- ._item_1j67l_136:hover,
8672
- ._item_1j67l_136:focus {
8676
+ ._item_m7vt5_136:hover,
8677
+ ._item_m7vt5_136:focus {
8673
8678
  color: var(--color-primary-400);
8674
8679
  }
8675
- ._item_1j67l_136:active {
8680
+ ._item_m7vt5_136:active {
8676
8681
  color: var(--color-primary-300);
8677
8682
  }
8678
- ._item_1j67l_136._active_1j67l_162 {
8683
+ ._item_m7vt5_136._active_m7vt5_162 {
8679
8684
  color: white;
8680
8685
  background: black;
8681
8686
  }
8682
- ._item_1j67l_136._experimental_1j67l_166 {
8687
+ ._item_m7vt5_136._experimental_m7vt5_166 {
8683
8688
  background: #40130b;
8684
8689
  }
8685
- ._icon_1j67l_169 {
8690
+ ._icon_m7vt5_169 {
8686
8691
  margin-right: 10px;
8687
8692
  line-height: 0;
8688
8693
  flex-shrink: 0;
@@ -8690,23 +8695,23 @@ button:active .remirror-menu-pane-shortcut,
8690
8695
  opacity: 0.4;
8691
8696
  display: block;
8692
8697
  }
8693
- ._item_1j67l_136:hover ._icon_1j67l_169,
8694
- ._item_1j67l_136:focus ._icon_1j67l_169 {
8698
+ ._item_m7vt5_136:hover ._icon_m7vt5_169,
8699
+ ._item_m7vt5_136:focus ._icon_m7vt5_169 {
8695
8700
  opacity: 0.6;
8696
8701
  }
8697
- ._item_1j67l_136:active ._icon_1j67l_169 {
8702
+ ._item_m7vt5_136:active ._icon_m7vt5_169 {
8698
8703
  opacity: 0.8;
8699
8704
  }
8700
- ._item_1j67l_136._active_1j67l_162 ._icon_1j67l_169 {
8705
+ ._item_m7vt5_136._active_m7vt5_162 ._icon_m7vt5_169 {
8701
8706
  opacity: 1;
8702
8707
  }
8703
- ._icon_1j67l_169 > * {
8708
+ ._icon_m7vt5_169 > * {
8704
8709
  opacity: 1;
8705
8710
  }
8706
- ._icon_1j67l_169 > span {
8711
+ ._icon_m7vt5_169 > span {
8707
8712
  display: block;
8708
8713
  }
8709
- ._label_1j67l_103 {
8714
+ ._label_m7vt5_103 {
8710
8715
  white-space: nowrap;
8711
8716
  overflow: hidden;
8712
8717
  }
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(RiLayoutColumnLine, {});
3084
+ return /* @__PURE__ */ jsxRuntime.exports.jsx(TbLayoutColumns, {});
3085
3085
  case "layout grid":
3086
3086
  case "grid":
3087
- return /* @__PURE__ */ jsxRuntime.exports.jsx(RiLayoutGridLine, {});
3087
+ return /* @__PURE__ */ jsxRuntime.exports.jsx(TbLayoutGrid, {});
3088
3088
  case "layout rows":
3089
3089
  case "rows":
3090
- return /* @__PURE__ */ jsxRuntime.exports.jsx(RiLayoutRowLine, {});
3090
+ return /* @__PURE__ */ jsxRuntime.exports.jsx(TbLayoutRows, {});
3091
3091
  case "layout single":
3092
3092
  case "square":
3093
- return /* @__PURE__ */ jsxRuntime.exports.jsx(RiSquareLine, {});
3093
+ return /* @__PURE__ */ jsxRuntime.exports.jsx(TbSquare, {});
3094
3094
  case "link":
3095
3095
  return /* @__PURE__ */ jsxRuntime.exports.jsx(TbLink, {});
3096
3096
  case "list":
@@ -57019,24 +57019,24 @@ var reactFastCompare = function isEqual3(a2, b2) {
57019
57019
  throw error2;
57020
57020
  }
57021
57021
  };
57022
- const inputInTable$3 = "_inputInTable_1j67l_1";
57023
- const inputHover$3 = "_inputHover_1j67l_13";
57024
- const inputFocus$3 = "_inputFocus_1j67l_18";
57025
- const inputError$3 = "_inputError_1j67l_25";
57026
- const inputWarning$3 = "_inputWarning_1j67l_26";
57027
- const inputDisabled$3 = "_inputDisabled_1j67l_61";
57028
- const hideScrollbars$3 = "_hideScrollbars_1j67l_67";
57029
- const sidebar = "_sidebar_1j67l_80";
57030
- const inner = "_inner_1j67l_91";
57031
- const title$2 = "_title_1j67l_101";
57032
- const subtitle = "_subtitle_1j67l_102";
57033
- const label$2 = "_label_1j67l_103";
57034
- const collapsed = "_collapsed_1j67l_107";
57035
- const list = "_list_1j67l_132";
57036
- const item$2 = "_item_1j67l_136";
57037
- const active$2 = "_active_1j67l_162";
57038
- const experimental = "_experimental_1j67l_166";
57039
- const icon$1 = "_icon_1j67l_169";
57022
+ const inputInTable$3 = "_inputInTable_m7vt5_1";
57023
+ const inputHover$3 = "_inputHover_m7vt5_13";
57024
+ const inputFocus$3 = "_inputFocus_m7vt5_18";
57025
+ const inputError$3 = "_inputError_m7vt5_25";
57026
+ const inputWarning$3 = "_inputWarning_m7vt5_26";
57027
+ const inputDisabled$3 = "_inputDisabled_m7vt5_61";
57028
+ const hideScrollbars$3 = "_hideScrollbars_m7vt5_67";
57029
+ const sidebar = "_sidebar_m7vt5_80";
57030
+ const inner = "_inner_m7vt5_91";
57031
+ const title$2 = "_title_m7vt5_101";
57032
+ const subtitle = "_subtitle_m7vt5_102";
57033
+ const label$2 = "_label_m7vt5_103";
57034
+ const collapsed = "_collapsed_m7vt5_107";
57035
+ const list = "_list_m7vt5_132";
57036
+ const item$2 = "_item_m7vt5_136";
57037
+ const active$2 = "_active_m7vt5_162";
57038
+ const experimental = "_experimental_m7vt5_166";
57039
+ const icon$1 = "_icon_m7vt5_169";
57040
57040
  const styles$c = {
57041
57041
  inputInTable: inputInTable$3,
57042
57042
  inputHover: inputHover$3,