@oliasoft-open-source/react-ui-library 4.0.0-beta-30 → 4.0.0-beta-32
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 +99 -96
- package/dist/index.js +51 -51
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/global.css
CHANGED
|
@@ -1820,7 +1820,7 @@ html[data-theme='dark'] {
|
|
|
1820
1820
|
._icons_ss23n_20 > * {
|
|
1821
1821
|
margin-left: var(--margin-xs);
|
|
1822
1822
|
}
|
|
1823
|
-
.
|
|
1823
|
+
._dialog_bamra_1 {
|
|
1824
1824
|
border-radius: var(--border-radius);
|
|
1825
1825
|
background: var(--color-background-raised);
|
|
1826
1826
|
line-height: var(--line-height);
|
|
@@ -1829,51 +1829,51 @@ html[data-theme='dark'] {
|
|
|
1829
1829
|
display: flex;
|
|
1830
1830
|
flex-direction: column;
|
|
1831
1831
|
}
|
|
1832
|
-
.
|
|
1832
|
+
._dialog_bamra_1 > :first-child {
|
|
1833
1833
|
border-top-left-radius: inherit;
|
|
1834
1834
|
border-top-right-radius: inherit;
|
|
1835
1835
|
}
|
|
1836
|
-
.
|
|
1836
|
+
._dialog_bamra_1 > :last-child {
|
|
1837
1837
|
border-bottom-left-radius: inherit;
|
|
1838
1838
|
border-bottom-right-radius: inherit;
|
|
1839
1839
|
}
|
|
1840
|
-
.
|
|
1840
|
+
._dialog_bamra_1._inline_bamra_18 {
|
|
1841
1841
|
display: inline-flex;
|
|
1842
1842
|
}
|
|
1843
|
-
.
|
|
1843
|
+
._dialog_bamra_1._scroll_bamra_21 {
|
|
1844
1844
|
max-height: 100%;
|
|
1845
1845
|
}
|
|
1846
|
-
.
|
|
1846
|
+
._header_bamra_24 {
|
|
1847
1847
|
display: flex;
|
|
1848
1848
|
justify-content: space-between;
|
|
1849
1849
|
align-items: flex-start;
|
|
1850
|
-
padding: var(--padding);
|
|
1850
|
+
padding: var(--space-3) var(--padding-x);
|
|
1851
1851
|
background-color: var(--color-background);
|
|
1852
1852
|
border-bottom: 1px solid var(--color-border);
|
|
1853
1853
|
flex-shrink: 0;
|
|
1854
1854
|
}
|
|
1855
|
-
.
|
|
1855
|
+
._header_bamra_24 ._dismiss_bamra_33 {
|
|
1856
1856
|
margin-right: calc(var(--margin-xs) * -1);
|
|
1857
1857
|
margin-left: var(--margin-sm);
|
|
1858
1858
|
flex-shrink: 0;
|
|
1859
1859
|
}
|
|
1860
|
-
.
|
|
1860
|
+
._content_bamra_38 {
|
|
1861
1861
|
flex-grow: 1;
|
|
1862
1862
|
}
|
|
1863
|
-
.
|
|
1863
|
+
._scroll_bamra_21 ._content_bamra_38 {
|
|
1864
1864
|
overflow: auto;
|
|
1865
1865
|
min-height: 0;
|
|
1866
1866
|
height: 100%;
|
|
1867
1867
|
flex: 1 1 auto;
|
|
1868
1868
|
}
|
|
1869
|
-
.
|
|
1869
|
+
._footer_bamra_47 {
|
|
1870
1870
|
display: flex;
|
|
1871
|
-
padding: var(--padding);
|
|
1871
|
+
padding: var(--space-3) var(--padding-x);
|
|
1872
1872
|
background-color: var(--color-background);
|
|
1873
1873
|
border-top: 1px solid var(--color-border);
|
|
1874
1874
|
flex-shrink: 0;
|
|
1875
1875
|
}
|
|
1876
|
-
.
|
|
1876
|
+
._footer_bamra_47 button:not(:last-child) {
|
|
1877
1877
|
margin-right: var(--margin);
|
|
1878
1878
|
}
|
|
1879
1879
|
._inputInTable_1yqw7_1 {
|
|
@@ -2968,44 +2968,43 @@ html[data-theme='dark'] {
|
|
|
2968
2968
|
._newLine_ijw69_31 {
|
|
2969
2969
|
white-space: 'pre-wrap';
|
|
2970
2970
|
}
|
|
2971
|
-
.
|
|
2971
|
+
._menu_vqsn8_1 {
|
|
2972
2972
|
overflow-y: auto;
|
|
2973
2973
|
position: relative;
|
|
2974
2974
|
min-width: 160px;
|
|
2975
|
-
padding: 7px 0;
|
|
2976
2975
|
border: 1px solid var(--color-border);
|
|
2977
2976
|
border-radius: var(--border-radius);
|
|
2978
2977
|
box-shadow: var(--shadow-layer);
|
|
2979
2978
|
background-color: var(--color-background-raised);
|
|
2980
2979
|
margin-top: 2px;
|
|
2981
2980
|
}
|
|
2982
|
-
.
|
|
2983
|
-
padding:
|
|
2981
|
+
._header_vqsn8_11 {
|
|
2982
|
+
padding: var(--space-2) var(--padding-sm-x);
|
|
2984
2983
|
display: flex;
|
|
2985
2984
|
justify-content: space-between;
|
|
2986
2985
|
}
|
|
2987
|
-
.
|
|
2986
|
+
._header_vqsn8_11 a {
|
|
2988
2987
|
color: var(--color-text-primary);
|
|
2989
2988
|
font-weight: normal;
|
|
2990
2989
|
cursor: pointer;
|
|
2991
2990
|
}
|
|
2992
|
-
.
|
|
2991
|
+
._header_vqsn8_11 a:hover {
|
|
2993
2992
|
color: var(--color-text-primary-hover);
|
|
2994
2993
|
}
|
|
2995
|
-
.
|
|
2994
|
+
._header_vqsn8_11 a:active {
|
|
2996
2995
|
color: var(--color-text-primary-active);
|
|
2997
2996
|
}
|
|
2998
|
-
.
|
|
2999
|
-
padding:
|
|
2997
|
+
._item_vqsn8_27 {
|
|
2998
|
+
padding: var(--space-2) var(--padding-sm-x);
|
|
3000
2999
|
background: transparent;
|
|
3001
3000
|
cursor: default;
|
|
3002
3001
|
}
|
|
3003
|
-
.
|
|
3002
|
+
._heading_vqsn8_32 {
|
|
3004
3003
|
color: var(--color-text-muted);
|
|
3005
3004
|
letter-spacing: 0.1em;
|
|
3006
3005
|
text-transform: uppercase;
|
|
3007
3006
|
font-size: var(--font-size-sm);
|
|
3008
|
-
padding:
|
|
3007
|
+
padding: var(--space-2) var(--padding-sm-x);
|
|
3009
3008
|
max-width: 100%;
|
|
3010
3009
|
display: block;
|
|
3011
3010
|
overflow: hidden;
|
|
@@ -8376,14 +8375,14 @@ button:active .remirror-menu-pane-shortcut,
|
|
|
8376
8375
|
margin: 0;
|
|
8377
8376
|
/* margin-bottom: var(--rmr-space-2); */
|
|
8378
8377
|
}
|
|
8379
|
-
.
|
|
8378
|
+
._richTextToolbar_8kz0p_1 {
|
|
8380
8379
|
display: flex;
|
|
8381
8380
|
gap: var(--margin-xs);
|
|
8382
8381
|
}
|
|
8383
|
-
.
|
|
8382
|
+
._richTextToolbarContainer_8kz0p_5 {
|
|
8384
8383
|
display: flex;
|
|
8385
8384
|
justify-content: space-between;
|
|
8386
|
-
|
|
8385
|
+
margin-bottom: var(--margin-sm);
|
|
8387
8386
|
align-items: flex-end;
|
|
8388
8387
|
}
|
|
8389
8388
|
._inputInTable_w2f5m_1 {
|
|
@@ -8498,122 +8497,122 @@ button:active .remirror-menu-pane-shortcut,
|
|
|
8498
8497
|
min-height: 0;
|
|
8499
8498
|
flex-shrink: 0;
|
|
8500
8499
|
}
|
|
8501
|
-
.
|
|
8500
|
+
._inputInTable_in9sh_1 {
|
|
8502
8501
|
background-color: transparent;
|
|
8503
8502
|
border-radius: inherit !important;
|
|
8504
8503
|
height: var(--size);
|
|
8505
8504
|
min-height: 100%;
|
|
8506
8505
|
}
|
|
8507
|
-
.
|
|
8506
|
+
._inputInTable_in9sh_1:not(:hover) {
|
|
8508
8507
|
border-color: transparent;
|
|
8509
8508
|
}
|
|
8510
|
-
.
|
|
8509
|
+
._inputInTable_in9sh_1:not(:focus) {
|
|
8511
8510
|
box-shadow: none;
|
|
8512
8511
|
}
|
|
8513
|
-
.
|
|
8512
|
+
._inputHover_in9sh_13 {
|
|
8514
8513
|
position: relative;
|
|
8515
8514
|
border-color: var(--color-border-hover);
|
|
8516
8515
|
z-index: 2;
|
|
8517
8516
|
}
|
|
8518
|
-
.
|
|
8517
|
+
._inputFocus_in9sh_18 {
|
|
8519
8518
|
position: relative;
|
|
8520
8519
|
outline: none !important;
|
|
8521
8520
|
border-color: var(--color-border-focus) !important;
|
|
8522
8521
|
box-shadow: var(--shadow-focus);
|
|
8523
8522
|
z-index: 3;
|
|
8524
8523
|
}
|
|
8525
|
-
.
|
|
8526
|
-
.
|
|
8524
|
+
._inputError_in9sh_25,
|
|
8525
|
+
._inputWarning_in9sh_26 {
|
|
8527
8526
|
position: relative;
|
|
8528
8527
|
}
|
|
8529
|
-
.
|
|
8528
|
+
._inputError_in9sh_25 {
|
|
8530
8529
|
z-index: 2;
|
|
8531
8530
|
border-color: var(--color-border-error);
|
|
8532
8531
|
color: var(--color-text-error) !important;
|
|
8533
8532
|
background-color: var(--color-background-error);
|
|
8534
8533
|
}
|
|
8535
|
-
.
|
|
8534
|
+
._inputError_in9sh_25:hover {
|
|
8536
8535
|
border-color: var(--color-border-error-hover) !important;
|
|
8537
8536
|
}
|
|
8538
|
-
.
|
|
8537
|
+
._inputError_in9sh_25:focus {
|
|
8539
8538
|
position: relative;
|
|
8540
8539
|
outline: none !important;
|
|
8541
8540
|
border-color: var(--color-border-focus) !important;
|
|
8542
8541
|
box-shadow: var(--shadow-focus);
|
|
8543
8542
|
z-index: 3;
|
|
8544
8543
|
}
|
|
8545
|
-
.
|
|
8544
|
+
._inputWarning_in9sh_26 {
|
|
8546
8545
|
z-index: 1;
|
|
8547
8546
|
border-color: var(--color-border-warning);
|
|
8548
8547
|
color: var(--color-text-warning) !important;
|
|
8549
8548
|
background-color: var(--color-background-warning);
|
|
8550
8549
|
}
|
|
8551
|
-
.
|
|
8550
|
+
._inputWarning_in9sh_26:hover {
|
|
8552
8551
|
border-color: var(--color-border-warning-hover) !important;
|
|
8553
8552
|
}
|
|
8554
|
-
.
|
|
8553
|
+
._inputWarning_in9sh_26:focus {
|
|
8555
8554
|
position: relative;
|
|
8556
8555
|
outline: none !important;
|
|
8557
8556
|
border-color: var(--color-border-focus) !important;
|
|
8558
8557
|
box-shadow: var(--shadow-focus);
|
|
8559
8558
|
z-index: 3;
|
|
8560
8559
|
}
|
|
8561
|
-
.
|
|
8560
|
+
._inputDisabled_in9sh_61 {
|
|
8562
8561
|
pointer-events: none;
|
|
8563
8562
|
background-color: var(--color-background-disabled);
|
|
8564
8563
|
color: var(--color-text-muted);
|
|
8565
8564
|
box-shadow: none;
|
|
8566
8565
|
}
|
|
8567
|
-
.
|
|
8566
|
+
._hideScrollbars_in9sh_67 {
|
|
8568
8567
|
/* Firefox */
|
|
8569
8568
|
scrollbar-width: none;
|
|
8570
8569
|
/* IE 10+ */
|
|
8571
8570
|
-ms-overflow-style: none;
|
|
8572
8571
|
/* Chrome, Safari and Opera */
|
|
8573
8572
|
}
|
|
8574
|
-
.
|
|
8573
|
+
._hideScrollbars_in9sh_67::-webkit-scrollbar {
|
|
8575
8574
|
display: none;
|
|
8576
8575
|
}
|
|
8577
8576
|
:root {
|
|
8578
8577
|
--size-sidebar: var(--size-xl);
|
|
8579
8578
|
--color-background-sidebar: var(--color-neutral-1000);
|
|
8580
8579
|
}
|
|
8581
|
-
.
|
|
8580
|
+
._sidebar_in9sh_81 {
|
|
8582
8581
|
background-color: var(--color-background-sidebar);
|
|
8583
8582
|
color: white;
|
|
8584
8583
|
position: relative;
|
|
8585
8584
|
padding: var(--padding-y) 0;
|
|
8586
8585
|
}
|
|
8587
8586
|
@media print {
|
|
8588
|
-
.
|
|
8587
|
+
._sidebar_in9sh_81 {
|
|
8589
8588
|
display: none;
|
|
8590
8589
|
}
|
|
8591
8590
|
}
|
|
8592
|
-
.
|
|
8591
|
+
._inner_in9sh_92 {
|
|
8593
8592
|
/* Firefox */
|
|
8594
8593
|
scrollbar-width: none;
|
|
8595
8594
|
/* IE 10+ */
|
|
8596
8595
|
-ms-overflow-style: none;
|
|
8597
8596
|
/* Chrome, Safari and Opera */
|
|
8598
8597
|
}
|
|
8599
|
-
.
|
|
8598
|
+
._inner_in9sh_92::-webkit-scrollbar {
|
|
8600
8599
|
display: none;
|
|
8601
8600
|
}
|
|
8602
|
-
.
|
|
8603
|
-
.
|
|
8604
|
-
.
|
|
8601
|
+
._title_in9sh_102,
|
|
8602
|
+
._subtitle_in9sh_103,
|
|
8603
|
+
._label_in9sh_104 {
|
|
8605
8604
|
transition: opacity 0.2s, max-height 0.2s, margin 0.2s, color 0.2s;
|
|
8606
8605
|
max-height: 50px;
|
|
8607
8606
|
}
|
|
8608
|
-
.
|
|
8609
|
-
.
|
|
8610
|
-
.
|
|
8607
|
+
._collapsed_in9sh_108 ._title_in9sh_102,
|
|
8608
|
+
._collapsed_in9sh_108 ._subtitle_in9sh_103,
|
|
8609
|
+
._collapsed_in9sh_108 ._label_in9sh_104 {
|
|
8611
8610
|
opacity: 0;
|
|
8612
8611
|
max-height: 0;
|
|
8613
8612
|
margin-bottom: 0;
|
|
8614
8613
|
margin-top: 0;
|
|
8615
8614
|
}
|
|
8616
|
-
.
|
|
8615
|
+
._title_in9sh_102 {
|
|
8617
8616
|
overflow: hidden;
|
|
8618
8617
|
max-width: 100%;
|
|
8619
8618
|
text-overflow: ellipsis;
|
|
@@ -8622,7 +8621,7 @@ button:active .remirror-menu-pane-shortcut,
|
|
|
8622
8621
|
font-size: var(--font-size-lg);
|
|
8623
8622
|
padding: 0 var(--padding-x);
|
|
8624
8623
|
}
|
|
8625
|
-
.
|
|
8624
|
+
._subtitle_in9sh_103 {
|
|
8626
8625
|
margin-bottom: var(--margin);
|
|
8627
8626
|
white-space: nowrap;
|
|
8628
8627
|
font-size: var(--font-size-sm);
|
|
@@ -8630,11 +8629,11 @@ button:active .remirror-menu-pane-shortcut,
|
|
|
8630
8629
|
opacity: 0.6;
|
|
8631
8630
|
padding: 0 var(--padding-x);
|
|
8632
8631
|
}
|
|
8633
|
-
.
|
|
8632
|
+
._list_in9sh_133 {
|
|
8634
8633
|
margin-bottom: var(--margin);
|
|
8635
8634
|
margin-top: 0;
|
|
8636
8635
|
}
|
|
8637
|
-
.
|
|
8636
|
+
._item_in9sh_137 {
|
|
8638
8637
|
min-height: var(--size-lg);
|
|
8639
8638
|
transition: padding 0.2s;
|
|
8640
8639
|
font-size: var(--font-size-lg);
|
|
@@ -8643,31 +8642,32 @@ button:active .remirror-menu-pane-shortcut,
|
|
|
8643
8642
|
display: flex;
|
|
8644
8643
|
padding: 0 var(--padding-x);
|
|
8645
8644
|
align-items: center;
|
|
8645
|
+
margin-bottom: var(--margin-xs);
|
|
8646
8646
|
}
|
|
8647
|
-
.
|
|
8647
|
+
._collapsed_in9sh_108 ._item_in9sh_137 {
|
|
8648
8648
|
padding: 0 9px;
|
|
8649
8649
|
}
|
|
8650
|
-
.
|
|
8650
|
+
._item_in9sh_137:focus {
|
|
8651
8651
|
outline: none;
|
|
8652
8652
|
}
|
|
8653
|
-
.
|
|
8653
|
+
._item_in9sh_137::-moz-focus-inner {
|
|
8654
8654
|
border: 0;
|
|
8655
8655
|
}
|
|
8656
|
-
.
|
|
8657
|
-
.
|
|
8656
|
+
._item_in9sh_137:hover,
|
|
8657
|
+
._item_in9sh_137:focus {
|
|
8658
8658
|
color: var(--color-primary-400);
|
|
8659
8659
|
}
|
|
8660
|
-
.
|
|
8660
|
+
._item_in9sh_137:active {
|
|
8661
8661
|
color: var(--color-primary-300);
|
|
8662
8662
|
}
|
|
8663
|
-
.
|
|
8663
|
+
._item_in9sh_137._active_in9sh_164 {
|
|
8664
8664
|
color: white;
|
|
8665
8665
|
background: black;
|
|
8666
8666
|
}
|
|
8667
|
-
.
|
|
8667
|
+
._item_in9sh_137._experimental_in9sh_168 {
|
|
8668
8668
|
background: #40130b;
|
|
8669
8669
|
}
|
|
8670
|
-
.
|
|
8670
|
+
._icon_in9sh_171 {
|
|
8671
8671
|
margin-right: var(--margin);
|
|
8672
8672
|
line-height: 0;
|
|
8673
8673
|
flex-shrink: 0;
|
|
@@ -8675,23 +8675,23 @@ button:active .remirror-menu-pane-shortcut,
|
|
|
8675
8675
|
opacity: 0.4;
|
|
8676
8676
|
display: block;
|
|
8677
8677
|
}
|
|
8678
|
-
.
|
|
8679
|
-
.
|
|
8678
|
+
._item_in9sh_137:hover ._icon_in9sh_171,
|
|
8679
|
+
._item_in9sh_137:focus ._icon_in9sh_171 {
|
|
8680
8680
|
opacity: 0.6;
|
|
8681
8681
|
}
|
|
8682
|
-
.
|
|
8682
|
+
._item_in9sh_137:active ._icon_in9sh_171 {
|
|
8683
8683
|
opacity: 0.8;
|
|
8684
8684
|
}
|
|
8685
|
-
.
|
|
8685
|
+
._item_in9sh_137._active_in9sh_164 ._icon_in9sh_171 {
|
|
8686
8686
|
opacity: 1;
|
|
8687
8687
|
}
|
|
8688
|
-
.
|
|
8688
|
+
._icon_in9sh_171 > * {
|
|
8689
8689
|
opacity: 1;
|
|
8690
8690
|
}
|
|
8691
|
-
.
|
|
8691
|
+
._icon_in9sh_171 > span {
|
|
8692
8692
|
display: block;
|
|
8693
8693
|
}
|
|
8694
|
-
.
|
|
8694
|
+
._label_in9sh_104 {
|
|
8695
8695
|
white-space: nowrap;
|
|
8696
8696
|
overflow: hidden;
|
|
8697
8697
|
}
|
|
@@ -9500,23 +9500,23 @@ tbody ._staticCell_1diro_116 ._staticCellContent_1diro_119 {
|
|
|
9500
9500
|
._dragIcon_11d5t_28:active {
|
|
9501
9501
|
color: var(--color-text-primary-active);
|
|
9502
9502
|
}
|
|
9503
|
-
.
|
|
9503
|
+
._tabs_zed53_1 {
|
|
9504
9504
|
display: flex;
|
|
9505
9505
|
flex-wrap: wrap;
|
|
9506
9506
|
border-bottom: 1px solid var(--color-border);
|
|
9507
9507
|
flex-shrink: 0;
|
|
9508
9508
|
}
|
|
9509
|
-
.
|
|
9509
|
+
._tabs_zed53_1._padding_zed53_7 {
|
|
9510
9510
|
padding-left: var(--padding-x);
|
|
9511
9511
|
padding-right: var(--padding-x);
|
|
9512
9512
|
}
|
|
9513
|
-
.
|
|
9514
|
-
margin:
|
|
9513
|
+
._tabs_zed53_1._margin_zed53_11 {
|
|
9514
|
+
margin: var(--margin) 0;
|
|
9515
9515
|
}
|
|
9516
|
-
.
|
|
9516
|
+
._contentPadding_zed53_14 {
|
|
9517
9517
|
padding-top: var(--padding-y);
|
|
9518
9518
|
}
|
|
9519
|
-
.
|
|
9519
|
+
._item_zed53_17 {
|
|
9520
9520
|
align-self: flex-end;
|
|
9521
9521
|
display: flex;
|
|
9522
9522
|
align-items: center;
|
|
@@ -9534,36 +9534,36 @@ tbody ._staticCell_1diro_116 ._staticCellContent_1diro_119 {
|
|
|
9534
9534
|
color: var(--color-text-primary);
|
|
9535
9535
|
cursor: pointer;
|
|
9536
9536
|
}
|
|
9537
|
-
.
|
|
9538
|
-
margin-right: var(--margin);
|
|
9537
|
+
._item_zed53_17:not(:last-child) {
|
|
9538
|
+
margin-right: var(--margin-lg);
|
|
9539
9539
|
}
|
|
9540
|
-
.
|
|
9540
|
+
._item_zed53_17:hover:not(._active_zed53_38) {
|
|
9541
9541
|
color: var(--color-text-primary-hover);
|
|
9542
9542
|
background: rgba(0, 0, 0, 0.025);
|
|
9543
9543
|
}
|
|
9544
|
-
[data-theme='dark'] .
|
|
9544
|
+
[data-theme='dark'] ._item_zed53_17:hover:not(._active_zed53_38) {
|
|
9545
9545
|
background: rgba(255, 255, 255, 0.1);
|
|
9546
9546
|
}
|
|
9547
|
-
.
|
|
9547
|
+
._item_zed53_17:active:not(._active_zed53_38) {
|
|
9548
9548
|
color: var(--color-text-primary-active);
|
|
9549
9549
|
background: rgba(0, 0, 0, 0.05);
|
|
9550
9550
|
}
|
|
9551
|
-
[data-theme='dark'] .
|
|
9551
|
+
[data-theme='dark'] ._item_zed53_17:active:not(._active_zed53_38) {
|
|
9552
9552
|
background: rgba(255, 255, 255, 0.2);
|
|
9553
9553
|
}
|
|
9554
|
-
.
|
|
9554
|
+
._item_zed53_17._active_zed53_38 {
|
|
9555
9555
|
border-color: var(--color-text);
|
|
9556
9556
|
color: var(--color-text);
|
|
9557
9557
|
cursor: default;
|
|
9558
9558
|
}
|
|
9559
|
-
.
|
|
9559
|
+
._item_zed53_17._hidden_zed53_57 {
|
|
9560
9560
|
display: none !important;
|
|
9561
9561
|
}
|
|
9562
|
-
.
|
|
9562
|
+
._item_zed53_17._disabled_zed53_60 {
|
|
9563
9563
|
color: var(--color-text-faint);
|
|
9564
9564
|
pointer-events: none;
|
|
9565
9565
|
}
|
|
9566
|
-
.
|
|
9566
|
+
._item_zed53_17._left_zed53_64 + ._item_zed53_17._right_zed53_64 {
|
|
9567
9567
|
margin-left: auto;
|
|
9568
9568
|
}
|
|
9569
9569
|
._inputInTable_hyht1_1 {
|
|
@@ -10725,23 +10725,26 @@ tbody ._staticCell_1diro_116 ._staticCellContent_1diro_119 {
|
|
|
10725
10725
|
gap: var(--margin);
|
|
10726
10726
|
justify-content: center;
|
|
10727
10727
|
}
|
|
10728
|
-
.
|
|
10728
|
+
._tree_1x719_1 {
|
|
10729
10729
|
position: relative;
|
|
10730
10730
|
}
|
|
10731
|
-
.
|
|
10731
|
+
._toggle_1x719_4 {
|
|
10732
10732
|
display: flex;
|
|
10733
|
-
margin: -
|
|
10733
|
+
margin-right: var(--margin-sm);
|
|
10734
|
+
margin-left: calc(var(--margin-sm) * -1);
|
|
10735
|
+
margin-top: calc((var(--line-height) - var(--size-sm)) / 2);
|
|
10736
|
+
margin-bottom: calc((var(--line-height) - var(--size-sm)) / 2);
|
|
10734
10737
|
}
|
|
10735
|
-
.
|
|
10738
|
+
._dropTarget_1x719_11 > div:first-child {
|
|
10736
10739
|
background-color: var(--color-background-listitem-active);
|
|
10737
10740
|
}
|
|
10738
|
-
.
|
|
10741
|
+
._draggingSource_1x719_14 {
|
|
10739
10742
|
opacity: 0.2;
|
|
10740
10743
|
}
|
|
10741
|
-
.
|
|
10744
|
+
._placeholderContainer_1x719_17 {
|
|
10742
10745
|
position: relative;
|
|
10743
10746
|
}
|
|
10744
|
-
.
|
|
10747
|
+
._placeholder_1x719_17 {
|
|
10745
10748
|
background-color: var(--color-background-primary);
|
|
10746
10749
|
height: 4px;
|
|
10747
10750
|
border-radius: var(--border-radius-sm);
|
package/dist/index.js
CHANGED
|
@@ -14206,13 +14206,13 @@ Heading$2.propTypes = {
|
|
|
14206
14206
|
top: propTypes$1.exports.bool,
|
|
14207
14207
|
testId: propTypes$1.exports.string
|
|
14208
14208
|
};
|
|
14209
|
-
const dialog = "
|
|
14210
|
-
const inline$3 = "
|
|
14211
|
-
const scroll$3 = "
|
|
14212
|
-
const header$2 = "
|
|
14213
|
-
const dismiss$2 = "
|
|
14214
|
-
const content$3 = "
|
|
14215
|
-
const footer$2 = "
|
|
14209
|
+
const dialog = "_dialog_bamra_1";
|
|
14210
|
+
const inline$3 = "_inline_bamra_18";
|
|
14211
|
+
const scroll$3 = "_scroll_bamra_21";
|
|
14212
|
+
const header$2 = "_header_bamra_24";
|
|
14213
|
+
const dismiss$2 = "_dismiss_bamra_33";
|
|
14214
|
+
const content$3 = "_content_bamra_38";
|
|
14215
|
+
const footer$2 = "_footer_bamra_47";
|
|
14216
14216
|
const styles$C = {
|
|
14217
14217
|
dialog,
|
|
14218
14218
|
inline: inline$3,
|
|
@@ -27289,10 +27289,10 @@ Modal.propTypes = {
|
|
|
27289
27289
|
centered: propTypes$1.exports.bool,
|
|
27290
27290
|
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
27291
27291
|
};
|
|
27292
|
-
const menu$1 = "
|
|
27293
|
-
const header = "
|
|
27294
|
-
const item$3 = "
|
|
27295
|
-
const heading$1 = "
|
|
27292
|
+
const menu$1 = "_menu_vqsn8_1";
|
|
27293
|
+
const header = "_header_vqsn8_11";
|
|
27294
|
+
const item$3 = "_item_vqsn8_27";
|
|
27295
|
+
const heading$1 = "_heading_vqsn8_32";
|
|
27296
27296
|
const styles$p = {
|
|
27297
27297
|
menu: menu$1,
|
|
27298
27298
|
header,
|
|
@@ -27358,7 +27358,7 @@ const Layer$1 = ({ options, onChangeOptions, showHeader, maxHeight }) => {
|
|
|
27358
27358
|
]
|
|
27359
27359
|
}),
|
|
27360
27360
|
/* @__PURE__ */ jsxRuntime.exports.jsx(Divider, {
|
|
27361
|
-
margin:
|
|
27361
|
+
margin: 0
|
|
27362
27362
|
})
|
|
27363
27363
|
]
|
|
27364
27364
|
}),
|
|
@@ -27370,7 +27370,7 @@ const Layer$1 = ({ options, onChangeOptions, showHeader, maxHeight }) => {
|
|
|
27370
27370
|
}, index2);
|
|
27371
27371
|
case "Divider":
|
|
27372
27372
|
return /* @__PURE__ */ jsxRuntime.exports.jsx(Divider, {
|
|
27373
|
-
margin:
|
|
27373
|
+
margin: 0
|
|
27374
27374
|
}, index2);
|
|
27375
27375
|
default:
|
|
27376
27376
|
return /* @__PURE__ */ jsxRuntime.exports.jsx(Option$1, {
|
|
@@ -28631,7 +28631,7 @@ const Layer = ({
|
|
|
28631
28631
|
listRef.current.scrollToItem(firstSelectedOptionIndex, "start");
|
|
28632
28632
|
}
|
|
28633
28633
|
}, []);
|
|
28634
|
-
const optionHeight = small2 ? 24 :
|
|
28634
|
+
const optionHeight = small2 ? 24 : 30;
|
|
28635
28635
|
return /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
28636
28636
|
"data-testid": testId,
|
|
28637
28637
|
className: cx$2(styles$m.layer, small2 && styles$m.small),
|
|
@@ -56734,8 +56734,8 @@ function Remirror(props) {
|
|
|
56734
56734
|
return /* @__PURE__ */ React__default.createElement(I18nProvider, { i18n: i18n2, locale, supportedLocales }, /* @__PURE__ */ React__default.createElement(RemirrorContext.Provider, { value: context2 }, /* @__PURE__ */ React__default.createElement(RemirrorPortals, { portals }), hooks.map((hook, index2) => /* @__PURE__ */ React__default.createElement(HookComponent, { hook, key: index2 })), autoRenderAtStart && /* @__PURE__ */ React__default.createElement(EditorComponent, null), children, autoRenderAtEnd && /* @__PURE__ */ React__default.createElement(EditorComponent, null)));
|
|
56735
56735
|
}
|
|
56736
56736
|
const all = "";
|
|
56737
|
-
const richTextToolbar = "
|
|
56738
|
-
const richTextToolbarContainer = "
|
|
56737
|
+
const richTextToolbar = "_richTextToolbar_8kz0p_1";
|
|
56738
|
+
const richTextToolbarContainer = "_richTextToolbarContainer_8kz0p_5";
|
|
56739
56739
|
const styles$f = {
|
|
56740
56740
|
richTextToolbar,
|
|
56741
56741
|
richTextToolbarContainer
|
|
@@ -57035,24 +57035,24 @@ var reactFastCompare = function isEqual3(a2, b2) {
|
|
|
57035
57035
|
throw error2;
|
|
57036
57036
|
}
|
|
57037
57037
|
};
|
|
57038
|
-
const inputInTable$3 = "
|
|
57039
|
-
const inputHover$3 = "
|
|
57040
|
-
const inputFocus$3 = "
|
|
57041
|
-
const inputError$3 = "
|
|
57042
|
-
const inputWarning$3 = "
|
|
57043
|
-
const inputDisabled$3 = "
|
|
57044
|
-
const hideScrollbars$3 = "
|
|
57045
|
-
const sidebar = "
|
|
57046
|
-
const inner = "
|
|
57047
|
-
const title$2 = "
|
|
57048
|
-
const subtitle = "
|
|
57049
|
-
const label$2 = "
|
|
57050
|
-
const collapsed = "
|
|
57051
|
-
const list = "
|
|
57052
|
-
const item$2 = "
|
|
57053
|
-
const active$2 = "
|
|
57054
|
-
const experimental = "
|
|
57055
|
-
const icon$1 = "
|
|
57038
|
+
const inputInTable$3 = "_inputInTable_in9sh_1";
|
|
57039
|
+
const inputHover$3 = "_inputHover_in9sh_13";
|
|
57040
|
+
const inputFocus$3 = "_inputFocus_in9sh_18";
|
|
57041
|
+
const inputError$3 = "_inputError_in9sh_25";
|
|
57042
|
+
const inputWarning$3 = "_inputWarning_in9sh_26";
|
|
57043
|
+
const inputDisabled$3 = "_inputDisabled_in9sh_61";
|
|
57044
|
+
const hideScrollbars$3 = "_hideScrollbars_in9sh_67";
|
|
57045
|
+
const sidebar = "_sidebar_in9sh_81";
|
|
57046
|
+
const inner = "_inner_in9sh_92";
|
|
57047
|
+
const title$2 = "_title_in9sh_102";
|
|
57048
|
+
const subtitle = "_subtitle_in9sh_103";
|
|
57049
|
+
const label$2 = "_label_in9sh_104";
|
|
57050
|
+
const collapsed = "_collapsed_in9sh_108";
|
|
57051
|
+
const list = "_list_in9sh_133";
|
|
57052
|
+
const item$2 = "_item_in9sh_137";
|
|
57053
|
+
const active$2 = "_active_in9sh_164";
|
|
57054
|
+
const experimental = "_experimental_in9sh_168";
|
|
57055
|
+
const icon$1 = "_icon_in9sh_171";
|
|
57056
57056
|
const styles$c = {
|
|
57057
57057
|
inputInTable: inputInTable$3,
|
|
57058
57058
|
inputHover: inputHover$3,
|
|
@@ -60671,7 +60671,7 @@ const hasRowActions = (rows, headers) => {
|
|
|
60671
60671
|
};
|
|
60672
60672
|
const TableScrollWrapper = ({ table: table2, children }) => {
|
|
60673
60673
|
const { rows, infiniteScroll } = table2;
|
|
60674
|
-
const pageSize = Math.ceil(window.innerHeight /
|
|
60674
|
+
const pageSize = Math.ceil(window.innerHeight / 30);
|
|
60675
60675
|
const [visibleRows, setVisibleRows] = infiniteScroll ? useState(pageSize) : [rows.length, null];
|
|
60676
60676
|
const [hasMore, setHasMore] = infiniteScroll ? useState(visibleRows < rows.length) : [false, null];
|
|
60677
60677
|
const loadMoreItems = () => {
|
|
@@ -60947,16 +60947,16 @@ Table.propTypes = {
|
|
|
60947
60947
|
}).isRequired,
|
|
60948
60948
|
onListReorder: propTypes$1.exports.func
|
|
60949
60949
|
};
|
|
60950
|
-
const tabs = "
|
|
60951
|
-
const padding = "
|
|
60952
|
-
const margin = "
|
|
60953
|
-
const contentPadding = "
|
|
60954
|
-
const item$1 = "
|
|
60955
|
-
const active$1 = "
|
|
60956
|
-
const hidden = "
|
|
60957
|
-
const disabled$1 = "
|
|
60958
|
-
const left$1 = "
|
|
60959
|
-
const right$1 = "
|
|
60950
|
+
const tabs = "_tabs_zed53_1";
|
|
60951
|
+
const padding = "_padding_zed53_7";
|
|
60952
|
+
const margin = "_margin_zed53_11";
|
|
60953
|
+
const contentPadding = "_contentPadding_zed53_14";
|
|
60954
|
+
const item$1 = "_item_zed53_17";
|
|
60955
|
+
const active$1 = "_active_zed53_38";
|
|
60956
|
+
const hidden = "_hidden_zed53_57";
|
|
60957
|
+
const disabled$1 = "_disabled_zed53_60";
|
|
60958
|
+
const left$1 = "_left_zed53_64";
|
|
60959
|
+
const right$1 = "_right_zed53_64";
|
|
60960
60960
|
const styles$5 = {
|
|
60961
60961
|
tabs,
|
|
60962
60962
|
padding,
|
|
@@ -74447,12 +74447,12 @@ function TreeInner(props, ref2) {
|
|
|
74447
74447
|
);
|
|
74448
74448
|
}
|
|
74449
74449
|
var Tree$1 = forwardRef(TreeInner);
|
|
74450
|
-
const tree = "
|
|
74451
|
-
const toggle = "
|
|
74452
|
-
const dropTarget = "
|
|
74453
|
-
const draggingSource = "
|
|
74454
|
-
const placeholderContainer = "
|
|
74455
|
-
const placeholder2 = "
|
|
74450
|
+
const tree = "_tree_1x719_1";
|
|
74451
|
+
const toggle = "_toggle_1x719_4";
|
|
74452
|
+
const dropTarget = "_dropTarget_1x719_11";
|
|
74453
|
+
const draggingSource = "_draggingSource_1x719_14";
|
|
74454
|
+
const placeholderContainer = "_placeholderContainer_1x719_17";
|
|
74455
|
+
const placeholder2 = "_placeholder_1x719_17";
|
|
74456
74456
|
const styles = {
|
|
74457
74457
|
tree,
|
|
74458
74458
|
toggle,
|