@teselagen/ove 0.6.1-beta.1 → 0.7.2

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.
Files changed (44) hide show
  1. package/DigestTool/DigestTool.d.ts +2 -10
  2. package/Menlo.ttf +0 -0
  3. package/Monaco.ttf +0 -0
  4. package/helperComponents/PropertiesDialog/index.d.ts +2 -7
  5. package/helperComponents/PropertiesDialog/utils.d.ts +5 -5
  6. package/html2canvas.esm--JN4fLQL.mjs +7891 -0
  7. package/html2canvas.esm-B7d7VJmQ.js +7891 -0
  8. package/html2canvas.esm-GLpiTZLt.cjs +7891 -0
  9. package/html2canvas.esm-GLpiTZLt.js +7891 -0
  10. package/html2canvas.esm-nFNn58sx.js +7891 -0
  11. package/html2canvas.esm-nFNn58sx.mjs +7891 -0
  12. package/index.cjs.js +78073 -73781
  13. package/index.es.js +78467 -74175
  14. package/index.umd.js +81406 -77036
  15. package/package.json +7 -8
  16. package/src/AutoAnnotate.js +1 -0
  17. package/src/CircularView/Labels/index.js +1 -15
  18. package/src/CircularView/index.js +3 -4
  19. package/src/CreateAnnotationsPage.js +1 -1
  20. package/src/CutsiteFilter/index.js +51 -55
  21. package/src/DigestTool/DigestTool.js +193 -188
  22. package/src/GlobalDialogUtils.js +1 -0
  23. package/src/PCRTool/PCRTool.js +8 -2
  24. package/src/Reflex/reflex-styles.css +10 -10
  25. package/src/RowItem/CutsiteSelectionLayers.js +1 -1
  26. package/src/RowItem/SelectionLayer/index.js +2 -2
  27. package/src/RowItem/Sequence.js +0 -1
  28. package/src/RowItem/Translations/Translation.js +1 -0
  29. package/src/RowItem/index.js +0 -1
  30. package/src/helperComponents/AddOrEditAnnotationDialog/index.js +8 -4
  31. package/src/helperComponents/AddOrEditFeatureDialog/index.js +9 -7
  32. package/src/helperComponents/AddOrEditPartDialog/index.js +3 -3
  33. package/src/helperComponents/AddOrEditPrimerDialog/index.js +3 -7
  34. package/src/helperComponents/PropertiesDialog/CutsiteProperties.js +126 -135
  35. package/src/helperComponents/PropertiesDialog/GenericAnnotationProperties.js +52 -50
  36. package/src/helperComponents/PropertiesDialog/OrfProperties.js +1 -1
  37. package/src/helperComponents/PropertiesDialog/SingleEnzymeCutsiteInfo.js +59 -51
  38. package/src/helperComponents/PropertiesDialog/index.js +115 -114
  39. package/src/helperComponents/PropertiesDialog/utils.js +5 -5
  40. package/src/helperComponents/RemoveDuplicates/index.js +149 -165
  41. package/src/utils/useFormValue.js +7 -0
  42. package/src/withEditorInteractions/index.js +8 -7
  43. package/style.css +287 -263
  44. package/utils/useFormValue.d.ts +1 -0
package/style.css CHANGED
@@ -9081,7 +9081,282 @@ button:not(:disabled):active {
9081
9081
  .bp3-popover[style*="transform-origin"][style*="right"] .bp3-popover-arrow {
9082
9082
  transform: translate(-0.5px, 0);
9083
9083
  }
9084
- .tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.rg-celleditor-input,
9084
+ .tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.tg-flex-form-content .bp3-form-content {
9085
+ display: flex;
9086
+ }
9087
+
9088
+ .error-popover {
9089
+ margin: 5px;
9090
+ color: red;
9091
+ }
9092
+
9093
+ .te-file-upload-input {
9094
+ min-width: 140px;
9095
+ }
9096
+
9097
+ .ant-upload.ant-upload-drag {
9098
+ border-width: 2px;
9099
+ }
9100
+
9101
+ .tg-upload-inner {
9102
+ margin: 10px;
9103
+ display: flex;
9104
+ flex-direction: column;
9105
+ align-items: center;
9106
+ font-size: 16px;
9107
+ }
9108
+ .tg-dropzone.tg-dropzone-minimal {
9109
+ height: 30px !important;
9110
+ width: fit-content !important;
9111
+ }
9112
+ .tg-dropzone-minimal .tg-upload-inner {
9113
+ flex-direction: row;
9114
+ margin: 4px;
9115
+ }
9116
+ .tg-dropzone-minimal .bp3-icon {
9117
+ flex-direction: row;
9118
+ margin-right: 5px;
9119
+ }
9120
+
9121
+ .tg-hide-drop-target .ant-upload.ant-upload-drag {
9122
+ display: none;
9123
+ }
9124
+
9125
+ .tg-dropzone {
9126
+ width: 100% !important;
9127
+ height: 100% !important;
9128
+ border-width: 2px;
9129
+ border-color: #d9d9d9;
9130
+ border-style: dashed;
9131
+ border-radius: 5px;
9132
+ cursor: pointer;
9133
+ transition: all 1s;
9134
+ }
9135
+ .tg-dropzone:hover {
9136
+ border-color: rgb(91, 157, 211);
9137
+ }
9138
+ .tg-dropzone-active {
9139
+ border-color: rgb(91, 157, 211);
9140
+ }
9141
+ .tg-dropzone-accept {
9142
+ border-color: rgb(123, 214, 150);
9143
+ }
9144
+ .tg-dropzone-reject {
9145
+ border-color: rgb(91, 157, 211);
9146
+ }
9147
+ .tg-dropzone-disabled {
9148
+ cursor: not-allowed;
9149
+ border-color: rgb(136, 133, 132) !important;
9150
+ opacity: 0.8;
9151
+ }
9152
+ .tg-upload-file-list-item {
9153
+ display: flex;
9154
+ justify-content: space-between;
9155
+ margin: 2px;
9156
+ border-radius: 3px;
9157
+ padding: 2px;
9158
+ }
9159
+ .tg-upload-file-list-item:hover {
9160
+ background: rgb(215, 238, 255);
9161
+ }
9162
+ .clickableIcon {
9163
+ cursor: pointer;
9164
+ }
9165
+ .clickableIcon:hover {
9166
+ opacity: 0.7;
9167
+ }
9168
+
9169
+ .tg-upload-file-list-item a {
9170
+ display: block;
9171
+ white-space: nowrap;
9172
+ overflow: hidden;
9173
+ text-overflow: ellipsis;
9174
+ }
9175
+
9176
+ .tg-upload-file-list-item-overflow {
9177
+ overflow: auto;
9178
+ height: 150px;
9179
+ }
9180
+
9181
+ .tg-upload-file-list-counter {
9182
+ position: absolute;
9183
+ padding: 5px;
9184
+ }
9185
+
9186
+ .tg-spin {
9187
+ animation-name: spin;
9188
+ animation-duration: 1500ms;
9189
+ animation-iteration-count: infinite;
9190
+ animation-timing-function: linear;
9191
+ }
9192
+ @keyframes spin {
9193
+ from {
9194
+ transform: rotate(0deg);
9195
+ }
9196
+ to {
9197
+ transform: rotate(360deg);
9198
+ }
9199
+ }
9200
+
9201
+ /* .Select-multi-value-wrapper {
9202
+ max-height: 100px;
9203
+ overflow: scroll;
9204
+ } */
9205
+
9206
+ /* dark styles */
9207
+ .bp3-dark .Select.is-open > .Select-control,
9208
+ .bp3-dark .Select-control,
9209
+ .bp3-dark .Select.is-disabled > .Select-control {
9210
+ background: rgba(16, 22, 26, 0.3);
9211
+ box-shadow:
9212
+ 0 0 0 0 rgba(19, 124, 189, 0),
9213
+ 0 0 0 0 rgba(19, 124, 189, 0),
9214
+ 0 0 0 0 rgba(19, 124, 189, 0),
9215
+ inset 0 0 0 1px rgba(16, 22, 26, 0.3),
9216
+ inset 0 1px 1px rgba(16, 22, 26, 0.4);
9217
+ background: rgba(16, 22, 26, 0.3);
9218
+ color: #f5f8fa;
9219
+ }
9220
+
9221
+ .bp3-dark .Select.is-focused:not(.is-open) > .Select-control {
9222
+ background: rgba(16, 22, 26, 0.3);
9223
+ color: #f5f8fa;
9224
+ }
9225
+
9226
+ .bp3-dark .Select-placeholder,
9227
+ .bp3-dark .Select--single > .Select-control .Select-value {
9228
+ color: rgb(191, 204, 214, 0.5); /*#bfccd6*/
9229
+ }
9230
+
9231
+ .bp3-dark .Select-control {
9232
+ border: none !important;
9233
+ }
9234
+
9235
+ .bp3-dark
9236
+ .Select.has-value.Select--single
9237
+ > .Select-control
9238
+ .Select-value
9239
+ .Select-value-label,
9240
+ .bp3-dark
9241
+ .Select.has-value.is-pseudo-focused.Select--single
9242
+ > .Select-control
9243
+ .Select-value
9244
+ .Select-value-label,
9245
+ .bp3-dark .Select-option.is-selected {
9246
+ color: #f5f8fa;
9247
+ }
9248
+
9249
+ .bp3-dark .Select-option {
9250
+ background: #30404d;
9251
+ color: #f5f8fa;
9252
+ }
9253
+
9254
+ .bp3-dark .Select-menu-outer {
9255
+ border: 1px solid #26738cb0;
9256
+ background: #202b33;
9257
+ }
9258
+
9259
+ .bp3-dark .Select-option.is-focused {
9260
+ background: rgba(0, 126, 255, 0.08);
9261
+ color: #f5f8fa;
9262
+ }
9263
+
9264
+ .bp3-dark .tg-upload-file-list-item:hover {
9265
+ background: #26738cb0;
9266
+ }
9267
+
9268
+ .tg-tooltipError .bp3-popover-wrapper {
9269
+ width: 100%;
9270
+ }
9271
+
9272
+ .tg-no-fill-field {
9273
+ display: table !important;
9274
+ }
9275
+
9276
+ .item-upload-container {
9277
+ padding: 5px;
9278
+ width: 290px;
9279
+ }
9280
+
9281
+ .item-upload {
9282
+ display: flex;
9283
+ justify-content: space-between;
9284
+ align-items: center;
9285
+ }
9286
+
9287
+ /* .bp3-control {
9288
+ display: flex;
9289
+ align-items: center;
9290
+ } */
9291
+
9292
+ .bp3-form-group.bp3-inline .bp3-form-content {
9293
+ flex: 1;
9294
+ }
9295
+
9296
+ .bp3-dark input {
9297
+ color: #f5f8fa;
9298
+ }
9299
+
9300
+ .tg-no-fill-field .bp3-checkbox {
9301
+ display: flex;
9302
+ align-items: center;
9303
+ }
9304
+
9305
+ .bp3-form-group .info-helper-wrapper:not(.info-helper-wrapper-noMarginTop) {
9306
+ margin-top: -9px !important;
9307
+ }
9308
+
9309
+ .generateDefaultDot {
9310
+ cursor: pointer;
9311
+ border-radius: 50%;
9312
+ background: #ffca00;
9313
+ box-shadow: 0px 0px 2px black;
9314
+ height: 8px;
9315
+ width: 8px;
9316
+ }
9317
+ .bp3-dark .generateDefaultDot {
9318
+ background: yellow;
9319
+ }
9320
+
9321
+ .bp3-label {
9322
+ font-size: 13px;
9323
+ font-weight: 600;
9324
+ }
9325
+
9326
+ :not(.no-inline-label-margins).bp3-inline .bp3-label {
9327
+ /* text-align: right; */
9328
+ padding-right: 20px;
9329
+ min-width: 100px;
9330
+ }
9331
+
9332
+ .bp3-dark .tg-color-picker-selector input {
9333
+ color: #222222;
9334
+ }
9335
+
9336
+ .form-separator {
9337
+ p {
9338
+ display: flex;
9339
+ align-items: center;
9340
+ width: 100%;
9341
+ }
9342
+ p::before {
9343
+ content: "";
9344
+ display: block;
9345
+ width: 100%;
9346
+ height: 1px;
9347
+ background-color: #e1e4e8;
9348
+ margin-right: 16px;
9349
+ }
9350
+ p::after {
9351
+ content: "";
9352
+ display: block;
9353
+ width: 100%;
9354
+ height: 1px;
9355
+ background-color: #e1e4e8;
9356
+ margin-left: 16px;
9357
+ }
9358
+ }
9359
+ .rg-celleditor-input,
9085
9360
  .rg-celleditor input {
9086
9361
  border: none;
9087
9362
  }
@@ -9225,7 +9500,7 @@ button:not(:disabled):active {
9225
9500
  .data-table-container.fullscreen {
9226
9501
  background: white;
9227
9502
  position: fixed;
9228
- z-index: 50;
9503
+ z-index: 5000;
9229
9504
  padding: 20px !important;
9230
9505
  left: 0;
9231
9506
  top: 0;
@@ -9761,257 +10036,6 @@ body:not(.drag-active)
9761
10036
  display: flex;
9762
10037
  flex-direction: column;
9763
10038
  }
9764
- .tg-flex-form-content .bp3-form-content {
9765
- display: flex;
9766
- }
9767
-
9768
- .error-popover {
9769
- margin: 5px;
9770
- color: red;
9771
- }
9772
-
9773
- .te-file-upload-input {
9774
- min-width: 140px;
9775
- }
9776
-
9777
- .ant-upload.ant-upload-drag {
9778
- border-width: 2px;
9779
- }
9780
-
9781
- .tg-upload-inner {
9782
- margin: 10px;
9783
- display: flex;
9784
- flex-direction: column;
9785
- align-items: center;
9786
- font-size: 16px;
9787
- }
9788
- .tg-dropzone.tg-dropzone-minimal {
9789
- height: 30px !important;
9790
- width: fit-content !important;
9791
- }
9792
- .tg-dropzone-minimal .tg-upload-inner {
9793
- flex-direction: row;
9794
- margin: 4px;
9795
- }
9796
- .tg-dropzone-minimal .bp3-icon {
9797
- flex-direction: row;
9798
- margin-right: 5px;
9799
- }
9800
-
9801
- .tg-hide-drop-target .ant-upload.ant-upload-drag {
9802
- display: none;
9803
- }
9804
-
9805
- .tg-dropzone {
9806
- width: 100% !important;
9807
- height: 100% !important;
9808
- border-width: 2px;
9809
- border-color: #d9d9d9;
9810
- border-style: dashed;
9811
- border-radius: 5px;
9812
- cursor: pointer;
9813
- transition: all 1s;
9814
- }
9815
- .tg-dropzone:hover {
9816
- border-color: rgb(91, 157, 211);
9817
- }
9818
- .tg-dropzone-active {
9819
- border-color: rgb(91, 157, 211);
9820
- }
9821
- .tg-dropzone-accept {
9822
- border-color: rgb(123, 214, 150);
9823
- }
9824
- .tg-dropzone-reject {
9825
- border-color: rgb(91, 157, 211);
9826
- }
9827
- .tg-dropzone-disabled {
9828
- cursor: not-allowed;
9829
- border-color: rgb(136, 133, 132) !important;
9830
- opacity: 0.8;
9831
- }
9832
- .tg-upload-file-list-item {
9833
- display: flex;
9834
- justify-content: space-between;
9835
- margin: 2px;
9836
- border-radius: 3px;
9837
- padding: 2px;
9838
- }
9839
- .tg-upload-file-list-item:hover {
9840
- background: rgb(215, 238, 255);
9841
- }
9842
- .clickableIcon {
9843
- cursor: pointer;
9844
- }
9845
- .clickableIcon:hover {
9846
- opacity: 0.7;
9847
- }
9848
-
9849
- .tg-upload-file-list-item a {
9850
- display: block;
9851
- white-space: nowrap;
9852
- overflow: hidden;
9853
- text-overflow: ellipsis;
9854
- }
9855
-
9856
- .tg-upload-file-list-item-overflow {
9857
- overflow: auto;
9858
- height: 150px;
9859
- }
9860
-
9861
- .tg-upload-file-list-counter {
9862
- position: absolute;
9863
- padding: 5px;
9864
- }
9865
-
9866
- .tg-spin {
9867
- animation-name: spin;
9868
- animation-duration: 1500ms;
9869
- animation-iteration-count: infinite;
9870
- animation-timing-function: linear;
9871
- }
9872
- @keyframes spin {
9873
- from {
9874
- transform: rotate(0deg);
9875
- }
9876
- to {
9877
- transform: rotate(360deg);
9878
- }
9879
- }
9880
-
9881
- /* .Select-multi-value-wrapper {
9882
- max-height: 100px;
9883
- overflow: scroll;
9884
- } */
9885
-
9886
- /* dark styles */
9887
- .bp3-dark .Select.is-open > .Select-control,
9888
- .bp3-dark .Select-control,
9889
- .bp3-dark .Select.is-disabled > .Select-control {
9890
- background: rgba(16, 22, 26, 0.3);
9891
- box-shadow:
9892
- 0 0 0 0 rgba(19, 124, 189, 0),
9893
- 0 0 0 0 rgba(19, 124, 189, 0),
9894
- 0 0 0 0 rgba(19, 124, 189, 0),
9895
- inset 0 0 0 1px rgba(16, 22, 26, 0.3),
9896
- inset 0 1px 1px rgba(16, 22, 26, 0.4);
9897
- background: rgba(16, 22, 26, 0.3);
9898
- color: #f5f8fa;
9899
- }
9900
-
9901
- .bp3-dark .Select.is-focused:not(.is-open) > .Select-control {
9902
- background: rgba(16, 22, 26, 0.3);
9903
- color: #f5f8fa;
9904
- }
9905
-
9906
- .bp3-dark .Select-placeholder,
9907
- .bp3-dark .Select--single > .Select-control .Select-value {
9908
- color: rgb(191, 204, 214, 0.5); /*#bfccd6*/
9909
- }
9910
-
9911
- .bp3-dark .Select-control {
9912
- border: none !important;
9913
- }
9914
-
9915
- .bp3-dark
9916
- .Select.has-value.Select--single
9917
- > .Select-control
9918
- .Select-value
9919
- .Select-value-label,
9920
- .bp3-dark
9921
- .Select.has-value.is-pseudo-focused.Select--single
9922
- > .Select-control
9923
- .Select-value
9924
- .Select-value-label,
9925
- .bp3-dark .Select-option.is-selected {
9926
- color: #f5f8fa;
9927
- }
9928
-
9929
- .bp3-dark .Select-option {
9930
- background: #30404d;
9931
- color: #f5f8fa;
9932
- }
9933
-
9934
- .bp3-dark .Select-menu-outer {
9935
- border: 1px solid #26738cb0;
9936
- background: #202b33;
9937
- }
9938
-
9939
- .bp3-dark .Select-option.is-focused {
9940
- background: rgba(0, 126, 255, 0.08);
9941
- color: #f5f8fa;
9942
- }
9943
-
9944
- .bp3-dark .tg-upload-file-list-item:hover {
9945
- background: #26738cb0;
9946
- }
9947
-
9948
- .tg-tooltipError .bp3-popover-wrapper {
9949
- width: 100%;
9950
- }
9951
-
9952
- .tg-no-fill-field {
9953
- display: table !important;
9954
- }
9955
-
9956
- .item-upload-container {
9957
- padding: 5px;
9958
- width: 290px;
9959
- }
9960
-
9961
- .item-upload {
9962
- display: flex;
9963
- justify-content: space-between;
9964
- align-items: center;
9965
- }
9966
-
9967
- /* .bp3-control {
9968
- display: flex;
9969
- align-items: center;
9970
- } */
9971
-
9972
- .bp3-form-group.bp3-inline .bp3-form-content {
9973
- flex: 1;
9974
- }
9975
-
9976
- .bp3-dark input {
9977
- color: #f5f8fa;
9978
- }
9979
-
9980
- .tg-no-fill-field .bp3-checkbox {
9981
- display: flex;
9982
- align-items: center;
9983
- }
9984
-
9985
- .bp3-form-group .info-helper-wrapper:not(.info-helper-wrapper-noMarginTop) {
9986
- margin-top: -9px !important;
9987
- }
9988
-
9989
- .generateDefaultDot {
9990
- cursor: pointer;
9991
- border-radius: 50%;
9992
- background: #ffca00;
9993
- box-shadow: 0px 0px 2px black;
9994
- height: 8px;
9995
- width: 8px;
9996
- }
9997
- .bp3-dark .generateDefaultDot {
9998
- background: yellow;
9999
- }
10000
-
10001
- .bp3-label {
10002
- font-size: 13px;
10003
- font-weight: 600;
10004
- }
10005
-
10006
- :not(.no-inline-label-margins).bp3-inline .bp3-label {
10007
- /* text-align: right; */
10008
- padding-right: 20px;
10009
- min-width: 100px;
10010
- }
10011
-
10012
- .bp3-dark .tg-color-picker-selector input {
10013
- color: #222222;
10014
- }
10015
10039
  .dna-loader {
10016
10040
  display: inline-block;
10017
10041
  position: relative;
@@ -10557,19 +10581,19 @@ li.bp3-menu-divider:last-child {
10557
10581
  }
10558
10582
 
10559
10583
  .reflex-layout > .reflex-splitter {
10560
- background-color: #f5f8fa;
10584
+ background-color: #f1f1f1;
10561
10585
  z-index: 100;
10562
10586
  }
10563
10587
 
10564
10588
  .reflex-layout > .reflex-splitter.active,
10565
10589
  .reflex-layout > .reflex-splitter:hover {
10566
- background-color: #f5f8fa;
10590
+ background-color: #cccccc;
10567
10591
  transition: all 1s ease;
10568
10592
  }
10569
10593
 
10570
10594
  .reflex-layout.horizontal > .reflex-splitter {
10571
- border-bottom: 1px solid #f5f8fa;
10572
- border-top: 1px solid #f5f8fa;
10595
+ border-bottom: 1px solid #f1f1f1;
10596
+ border-top: 1px solid #f1f1f1;
10573
10597
  cursor: row-resize;
10574
10598
  width: 100%;
10575
10599
  height: 2px;
@@ -10577,13 +10601,13 @@ li.bp3-menu-divider:last-child {
10577
10601
 
10578
10602
  .reflex-layout.horizontal > .reflex-splitter:hover,
10579
10603
  .reflex-layout.horizontal > .reflex-splitter.active {
10580
- border-bottom: 1px solid #f5f8fa;
10581
- border-top: 1px solid #f5f8fa;
10604
+ border-bottom: 1px solid #cccccc;
10605
+ border-top: 1px solid #cccccc;
10582
10606
  }
10583
10607
 
10584
10608
  .reflex-layout.vertical > .reflex-splitter {
10585
- border-right: 1px solid #f5f8fa;
10586
- border-left: 1px solid #f5f8fa;
10609
+ border-right: 1px solid #f1f1f1;
10610
+ border-left: 1px solid #f1f1f1;
10587
10611
  cursor: col-resize;
10588
10612
  height: 95%;
10589
10613
  width: 2px;
@@ -10596,8 +10620,8 @@ li.bp3-menu-divider:last-child {
10596
10620
 
10597
10621
  .reflex-layout.vertical > .reflex-splitter:hover,
10598
10622
  .reflex-layout.vertical > .reflex-splitter.active {
10599
- border-right: 1px solid #f5f8fa;
10600
- border-left: 1px solid #f5f8fa;
10623
+ border-right: 1px solid #cccccc;
10624
+ border-left: 1px solid #cccccc;
10601
10625
  }
10602
10626
 
10603
10627
  .reflex-layout > .reflex-splitter.reflex-thin {
@@ -0,0 +1 @@
1
+ export function useFormValue(formName: any, field: any): any;