microboard-ui-temp 0.9.9 → 0.9.11
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/{chunk-zfnz46n9.js → chunk-4r8btzmr.js} +7 -4
- package/dist/{chunk-dr0g41aw.css → chunk-zhvezs8w.css} +45 -22
- package/dist/example.html +1 -1
- package/dist/index.css +38 -22
- package/dist/index.html +1 -1
- package/dist/index.js +7 -4
- package/dist/spa.css +45 -22
- package/dist/spa.js +7 -4
- package/package.json +1 -1
|
@@ -341014,6 +341014,7 @@ var UiButton = import_react30.forwardRef(({
|
|
|
341014
341014
|
return /* @__PURE__ */ import_react30.default.createElement("button", {
|
|
341015
341015
|
id: id2,
|
|
341016
341016
|
"data-variant": variant,
|
|
341017
|
+
"data-active": active || undefined,
|
|
341017
341018
|
className: clsx_default(UiButton_module_default.button, active && UiButton_module_default.active, UiButton_module_default[variant], UiButton_module_default[size2], {
|
|
341018
341019
|
[UiButton_module_default.topRounded]: rounded === "top",
|
|
341019
341020
|
[UiButton_module_default.bottomRounded]: rounded === "bottom",
|
|
@@ -345741,7 +345742,9 @@ function getController(getBoard2, clipboard, account, appSettings) {
|
|
|
345741
345742
|
case 1:
|
|
345742
345743
|
return tools.middleButtonUp();
|
|
345743
345744
|
case 2:
|
|
345744
|
-
board.
|
|
345745
|
+
if (!board.tools.getNavigate()) {
|
|
345746
|
+
board.setIsBoardMenuOpen(true);
|
|
345747
|
+
}
|
|
345745
345748
|
return tools.rightButtonUp();
|
|
345746
345749
|
default:
|
|
345747
345750
|
return tools.leftButtonUp();
|
|
@@ -444246,8 +444249,7 @@ var Comments = () => {
|
|
|
444246
444249
|
}, /* @__PURE__ */ import_react414.default.createElement(Icon, {
|
|
444247
444250
|
iconName: "Comment",
|
|
444248
444251
|
width: 18,
|
|
444249
|
-
height: 18
|
|
444250
|
-
style: { color: "rgba(105, 107, 118, 1)" }
|
|
444252
|
+
height: 18
|
|
444251
444253
|
}), t11("boardMenu.comments.resolveAll"))));
|
|
444252
444254
|
};
|
|
444253
444255
|
|
|
@@ -444538,7 +444540,8 @@ var BoardMenu = () => {
|
|
|
444538
444540
|
import_react418.useEffect(() => {
|
|
444539
444541
|
setIsOpen(board.getIsBoardMenuOpen());
|
|
444540
444542
|
}, [board.getIsBoardMenuOpen()]);
|
|
444541
|
-
|
|
444543
|
+
const isNavigate = Boolean(board.tools.getNavigate());
|
|
444544
|
+
return isOpen && !isNavigate ? /* @__PURE__ */ import_react418.default.createElement(UiPanel, {
|
|
444542
444545
|
onPointerUp: () => shouldUpdatePosition.current = false,
|
|
444543
444546
|
onPointerDown: () => shouldUpdatePosition.current = false,
|
|
444544
444547
|
onClick: () => shouldUpdatePosition.current = false,
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
--icon-base-secondary: #696b76;
|
|
31
31
|
--icon-accent-purple: #924fe8;
|
|
32
32
|
--scrollbar-thumb: #dee1e8;
|
|
33
|
+
--skeleton-shimmer: #ffffff80;
|
|
33
34
|
--absolute-position-panel-padding: 12px;
|
|
34
35
|
}
|
|
35
36
|
|
|
@@ -61,6 +62,7 @@
|
|
|
61
62
|
--icon-base-secondary: #9496a5;
|
|
62
63
|
--icon-accent-purple: #924fe8;
|
|
63
64
|
--scrollbar-thumb: #50525f;
|
|
65
|
+
--skeleton-shimmer: #ffffff0f;
|
|
64
66
|
}
|
|
65
67
|
|
|
66
68
|
* {
|
|
@@ -158,6 +160,11 @@ button[data-variant="secondary"] {
|
|
|
158
160
|
}
|
|
159
161
|
}
|
|
160
162
|
|
|
163
|
+
button[data-variant="secondary"][data-active="true"]:not(:disabled) {
|
|
164
|
+
background-color: var(--background-hover-subtle-strong);
|
|
165
|
+
color: #924fe8;
|
|
166
|
+
}
|
|
167
|
+
|
|
161
168
|
button[data-variant="secondary"]:active:not(:disabled) {
|
|
162
169
|
color: #924fe8;
|
|
163
170
|
}
|
|
@@ -606,6 +613,11 @@ button[data-variant="black"] {
|
|
|
606
613
|
}
|
|
607
614
|
}
|
|
608
615
|
|
|
616
|
+
.secondary_XNHIwg.active_XNHIwg:not([disabled]) {
|
|
617
|
+
background-color: var(--background-hover-subtle-strong);
|
|
618
|
+
color: #924fe8;
|
|
619
|
+
}
|
|
620
|
+
|
|
609
621
|
.secondary_XNHIwg:active:not(:disabled) {
|
|
610
622
|
color: #924fe8;
|
|
611
623
|
outline: 2px solid #c8b2ff80;
|
|
@@ -3193,9 +3205,9 @@ a.link_jFMnzg {
|
|
|
3193
3205
|
|
|
3194
3206
|
/* src/shared/ui-lib/UiSkeleton/UiSkeleton.module.css */
|
|
3195
3207
|
.skeleton_4u5Pcg {
|
|
3208
|
+
background-color: var(--background-badge-gray);
|
|
3196
3209
|
overflow: hidden;
|
|
3197
3210
|
position: relative;
|
|
3198
|
-
background-color: #eee;
|
|
3199
3211
|
border-radius: 4px;
|
|
3200
3212
|
width: 100%;
|
|
3201
3213
|
height: 100%;
|
|
@@ -3205,8 +3217,8 @@ a.link_jFMnzg {
|
|
|
3205
3217
|
content: "";
|
|
3206
3218
|
display: block;
|
|
3207
3219
|
position: absolute;
|
|
3220
|
+
background: linear-gradient(90deg, transparent, var(--skeleton-shimmer), transparent);
|
|
3208
3221
|
animation: loading 1.5s infinite;
|
|
3209
|
-
background: linear-gradient(90deg, #0000, #fff6, #0000);
|
|
3210
3222
|
width: 100%;
|
|
3211
3223
|
height: 100%;
|
|
3212
3224
|
top: 0;
|
|
@@ -6509,6 +6521,7 @@ td.currentTariff_0VfwRg {
|
|
|
6509
6521
|
display: flex;
|
|
6510
6522
|
white-space: nowrap;
|
|
6511
6523
|
cursor: pointer;
|
|
6524
|
+
color: var(--text-base-primary);
|
|
6512
6525
|
background: none;
|
|
6513
6526
|
border-radius: 6px;
|
|
6514
6527
|
align-items: center;
|
|
@@ -6522,19 +6535,19 @@ td.currentTariff_0VfwRg {
|
|
|
6522
6535
|
|
|
6523
6536
|
.icon_9VT5sg {
|
|
6524
6537
|
display: flex;
|
|
6525
|
-
color:
|
|
6538
|
+
color: var(--icon-base-secondary);
|
|
6526
6539
|
justify-content: center;
|
|
6527
6540
|
align-items: center;
|
|
6528
6541
|
}
|
|
6529
6542
|
|
|
6530
6543
|
.item_9VT5sg:disabled, .item_9VT5sg:disabled .icon_9VT5sg {
|
|
6531
|
-
color:
|
|
6544
|
+
color: var(--text-base-quaternary);
|
|
6532
6545
|
cursor: not-allowed;
|
|
6533
6546
|
}
|
|
6534
6547
|
|
|
6535
6548
|
@media (hover: hover) {
|
|
6536
6549
|
.item_9VT5sg:hover:not(:disabled) {
|
|
6537
|
-
background-color:
|
|
6550
|
+
background-color: var(--background-hover-subtle);
|
|
6538
6551
|
}
|
|
6539
6552
|
}
|
|
6540
6553
|
|
|
@@ -7327,8 +7340,9 @@ td.currentTariff_0VfwRg {
|
|
|
7327
7340
|
/* src/entities/Folder/DraggingItem.module.css */
|
|
7328
7341
|
.item_f6AqBQ {
|
|
7329
7342
|
display: flex;
|
|
7330
|
-
background-color:
|
|
7331
|
-
border: 1px solid
|
|
7343
|
+
background-color: var(--background-button-secondary);
|
|
7344
|
+
border: 1px solid var(--border-action-normal);
|
|
7345
|
+
color: var(--text-base-primary);
|
|
7332
7346
|
align-items: center;
|
|
7333
7347
|
gap: 4px;
|
|
7334
7348
|
padding: 8px 16px;
|
|
@@ -8320,6 +8334,7 @@ td.currentTariff_0VfwRg {
|
|
|
8320
8334
|
.item_W71HlQ {
|
|
8321
8335
|
display: flex;
|
|
8322
8336
|
cursor: pointer;
|
|
8337
|
+
color: var(--text-base-primary);
|
|
8323
8338
|
background: none;
|
|
8324
8339
|
border-radius: 6px;
|
|
8325
8340
|
align-items: center;
|
|
@@ -8332,7 +8347,7 @@ td.currentTariff_0VfwRg {
|
|
|
8332
8347
|
|
|
8333
8348
|
@media (hover: hover) {
|
|
8334
8349
|
.item_W71HlQ:hover {
|
|
8335
|
-
background:
|
|
8350
|
+
background: var(--background-hover-subtle-strong);
|
|
8336
8351
|
}
|
|
8337
8352
|
}
|
|
8338
8353
|
|
|
@@ -8342,7 +8357,7 @@ td.currentTariff_0VfwRg {
|
|
|
8342
8357
|
}
|
|
8343
8358
|
|
|
8344
8359
|
.hotkey_W71HlQ {
|
|
8345
|
-
color:
|
|
8360
|
+
color: var(--text-base-quaternary);
|
|
8346
8361
|
margin-left: auto;
|
|
8347
8362
|
padding: 0 4px;
|
|
8348
8363
|
font-family: Manrope;
|
|
@@ -8361,7 +8376,7 @@ td.currentTariff_0VfwRg {
|
|
|
8361
8376
|
|
|
8362
8377
|
.hotkey_W71HlQ {
|
|
8363
8378
|
text-wrap: nowrap;
|
|
8364
|
-
color:
|
|
8379
|
+
color: var(--text-base-quaternary);
|
|
8365
8380
|
text-align: right;
|
|
8366
8381
|
}
|
|
8367
8382
|
|
|
@@ -8412,6 +8427,8 @@ td.currentTariff_0VfwRg {
|
|
|
8412
8427
|
.input_0DxcUg {
|
|
8413
8428
|
text-align: center;
|
|
8414
8429
|
outline: none;
|
|
8430
|
+
color: var(--text-base-primary);
|
|
8431
|
+
background: none;
|
|
8415
8432
|
border: none;
|
|
8416
8433
|
max-width: 36px;
|
|
8417
8434
|
height: 100%;
|
|
@@ -8425,7 +8442,7 @@ td.currentTariff_0VfwRg {
|
|
|
8425
8442
|
|
|
8426
8443
|
.input_0DxcUg:not(:focus) {
|
|
8427
8444
|
cursor: pointer;
|
|
8428
|
-
color:
|
|
8445
|
+
color: var(--text-base-primary);
|
|
8429
8446
|
}
|
|
8430
8447
|
|
|
8431
8448
|
.sizeList_0DxcUg {
|
|
@@ -10867,11 +10884,11 @@ input.rename_i3VZwA {
|
|
|
10867
10884
|
}
|
|
10868
10885
|
|
|
10869
10886
|
.cardSilhouette_NAp5GQ {
|
|
10887
|
+
border: 2px dashed var(--border-select-primary);
|
|
10888
|
+
background: var(--background-button-tertiary);
|
|
10870
10889
|
display: flex;
|
|
10871
10890
|
cursor: pointer;
|
|
10872
10891
|
position: relative;
|
|
10873
|
-
background: #faf8ff;
|
|
10874
|
-
border: 2px dashed #b78af0;
|
|
10875
10892
|
border-radius: 12px;
|
|
10876
10893
|
justify-content: center;
|
|
10877
10894
|
align-items: center;
|
|
@@ -10885,7 +10902,7 @@ input.rename_i3VZwA {
|
|
|
10885
10902
|
}
|
|
10886
10903
|
|
|
10887
10904
|
.cardLabel_NAp5GQ {
|
|
10888
|
-
color:
|
|
10905
|
+
color: var(--text-accent-purple);
|
|
10889
10906
|
text-align: center;
|
|
10890
10907
|
pointer-events: none;
|
|
10891
10908
|
font-size: 14px;
|
|
@@ -10900,7 +10917,7 @@ input.rename_i3VZwA {
|
|
|
10900
10917
|
}
|
|
10901
10918
|
|
|
10902
10919
|
.diceLabel_NAp5GQ {
|
|
10903
|
-
color:
|
|
10920
|
+
color: var(--text-accent-purple);
|
|
10904
10921
|
text-align: center;
|
|
10905
10922
|
pointer-events: none;
|
|
10906
10923
|
display: flex;
|
|
@@ -10942,8 +10959,8 @@ input.rename_i3VZwA {
|
|
|
10942
10959
|
cursor: pointer;
|
|
10943
10960
|
display: flex;
|
|
10944
10961
|
position: relative;
|
|
10945
|
-
background:
|
|
10946
|
-
border: 2px dashed
|
|
10962
|
+
background: var(--background-button-tertiary);
|
|
10963
|
+
border: 2px dashed var(--border-select-primary);
|
|
10947
10964
|
border-radius: 8px;
|
|
10948
10965
|
justify-content: center;
|
|
10949
10966
|
align-items: center;
|
|
@@ -10959,9 +10976,9 @@ input.rename_i3VZwA {
|
|
|
10959
10976
|
.addFaceBtn_NAp5GQ {
|
|
10960
10977
|
cursor: pointer;
|
|
10961
10978
|
display: flex;
|
|
10962
|
-
|
|
10963
|
-
|
|
10964
|
-
|
|
10979
|
+
border: 2px dashed var(--border-action-normal);
|
|
10980
|
+
color: var(--icon-base-secondary);
|
|
10981
|
+
background: var(--background-button-tertiary);
|
|
10965
10982
|
border-radius: 8px;
|
|
10966
10983
|
justify-content: center;
|
|
10967
10984
|
align-items: center;
|
|
@@ -12822,8 +12839,14 @@ input.rename_i3VZwA {
|
|
|
12822
12839
|
transform: translateX(-4px);
|
|
12823
12840
|
}
|
|
12824
12841
|
|
|
12825
|
-
.btn_G-DvKg
|
|
12826
|
-
|
|
12842
|
+
.btn_G-DvKg {
|
|
12843
|
+
color: var(--text-base-primary);
|
|
12844
|
+
}
|
|
12845
|
+
|
|
12846
|
+
@media (hover: hover) {
|
|
12847
|
+
.btn_G-DvKg:hover {
|
|
12848
|
+
background-color: var(--background-hover-subtle);
|
|
12849
|
+
}
|
|
12827
12850
|
}
|
|
12828
12851
|
|
|
12829
12852
|
/* src/entities/BoardMenu/MouseOrTracpadModal/MouseOrTracpadModal.module.css */
|
package/dist/example.html
CHANGED
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
document.documentElement.setAttribute("data-theme", t);
|
|
45
45
|
})();
|
|
46
46
|
</script>
|
|
47
|
-
<link rel="stylesheet" crossorigin href="/chunk-
|
|
47
|
+
<link rel="stylesheet" crossorigin href="/chunk-zhvezs8w.css"><script type="module" crossorigin src="/chunk-4r8btzmr.js"></script></head>
|
|
48
48
|
|
|
49
49
|
<body
|
|
50
50
|
style="
|
package/dist/index.css
CHANGED
|
@@ -371,6 +371,11 @@
|
|
|
371
371
|
}
|
|
372
372
|
}
|
|
373
373
|
|
|
374
|
+
.secondary_XNHIwg.active_XNHIwg:not([disabled]) {
|
|
375
|
+
background-color: var(--background-hover-subtle-strong);
|
|
376
|
+
color: #924fe8;
|
|
377
|
+
}
|
|
378
|
+
|
|
374
379
|
.secondary_XNHIwg:active:not(:disabled) {
|
|
375
380
|
color: #924fe8;
|
|
376
381
|
outline: 2px solid #c8b2ff80;
|
|
@@ -2958,9 +2963,9 @@ a.link_jFMnzg {
|
|
|
2958
2963
|
|
|
2959
2964
|
/* src/shared/ui-lib/UiSkeleton/UiSkeleton.module.css */
|
|
2960
2965
|
.skeleton_4u5Pcg {
|
|
2966
|
+
background-color: var(--background-badge-gray);
|
|
2961
2967
|
overflow: hidden;
|
|
2962
2968
|
position: relative;
|
|
2963
|
-
background-color: #eee;
|
|
2964
2969
|
border-radius: 4px;
|
|
2965
2970
|
width: 100%;
|
|
2966
2971
|
height: 100%;
|
|
@@ -2970,8 +2975,8 @@ a.link_jFMnzg {
|
|
|
2970
2975
|
content: "";
|
|
2971
2976
|
display: block;
|
|
2972
2977
|
position: absolute;
|
|
2978
|
+
background: linear-gradient(90deg, transparent, var(--skeleton-shimmer), transparent);
|
|
2973
2979
|
animation: loading 1.5s infinite;
|
|
2974
|
-
background: linear-gradient(90deg, #0000, #fff6, #0000);
|
|
2975
2980
|
width: 100%;
|
|
2976
2981
|
height: 100%;
|
|
2977
2982
|
top: 0;
|
|
@@ -6274,6 +6279,7 @@ td.currentTariff_0VfwRg {
|
|
|
6274
6279
|
display: flex;
|
|
6275
6280
|
white-space: nowrap;
|
|
6276
6281
|
cursor: pointer;
|
|
6282
|
+
color: var(--text-base-primary);
|
|
6277
6283
|
background: none;
|
|
6278
6284
|
border-radius: 6px;
|
|
6279
6285
|
align-items: center;
|
|
@@ -6287,19 +6293,19 @@ td.currentTariff_0VfwRg {
|
|
|
6287
6293
|
|
|
6288
6294
|
.icon_9VT5sg {
|
|
6289
6295
|
display: flex;
|
|
6290
|
-
color:
|
|
6296
|
+
color: var(--icon-base-secondary);
|
|
6291
6297
|
justify-content: center;
|
|
6292
6298
|
align-items: center;
|
|
6293
6299
|
}
|
|
6294
6300
|
|
|
6295
6301
|
.item_9VT5sg:disabled, .item_9VT5sg:disabled .icon_9VT5sg {
|
|
6296
|
-
color:
|
|
6302
|
+
color: var(--text-base-quaternary);
|
|
6297
6303
|
cursor: not-allowed;
|
|
6298
6304
|
}
|
|
6299
6305
|
|
|
6300
6306
|
@media (hover: hover) {
|
|
6301
6307
|
.item_9VT5sg:hover:not(:disabled) {
|
|
6302
|
-
background-color:
|
|
6308
|
+
background-color: var(--background-hover-subtle);
|
|
6303
6309
|
}
|
|
6304
6310
|
}
|
|
6305
6311
|
|
|
@@ -7092,8 +7098,9 @@ td.currentTariff_0VfwRg {
|
|
|
7092
7098
|
/* src/entities/Folder/DraggingItem.module.css */
|
|
7093
7099
|
.item_f6AqBQ {
|
|
7094
7100
|
display: flex;
|
|
7095
|
-
background-color:
|
|
7096
|
-
border: 1px solid
|
|
7101
|
+
background-color: var(--background-button-secondary);
|
|
7102
|
+
border: 1px solid var(--border-action-normal);
|
|
7103
|
+
color: var(--text-base-primary);
|
|
7097
7104
|
align-items: center;
|
|
7098
7105
|
gap: 4px;
|
|
7099
7106
|
padding: 8px 16px;
|
|
@@ -8085,6 +8092,7 @@ td.currentTariff_0VfwRg {
|
|
|
8085
8092
|
.item_W71HlQ {
|
|
8086
8093
|
display: flex;
|
|
8087
8094
|
cursor: pointer;
|
|
8095
|
+
color: var(--text-base-primary);
|
|
8088
8096
|
background: none;
|
|
8089
8097
|
border-radius: 6px;
|
|
8090
8098
|
align-items: center;
|
|
@@ -8097,7 +8105,7 @@ td.currentTariff_0VfwRg {
|
|
|
8097
8105
|
|
|
8098
8106
|
@media (hover: hover) {
|
|
8099
8107
|
.item_W71HlQ:hover {
|
|
8100
|
-
background:
|
|
8108
|
+
background: var(--background-hover-subtle-strong);
|
|
8101
8109
|
}
|
|
8102
8110
|
}
|
|
8103
8111
|
|
|
@@ -8107,7 +8115,7 @@ td.currentTariff_0VfwRg {
|
|
|
8107
8115
|
}
|
|
8108
8116
|
|
|
8109
8117
|
.hotkey_W71HlQ {
|
|
8110
|
-
color:
|
|
8118
|
+
color: var(--text-base-quaternary);
|
|
8111
8119
|
margin-left: auto;
|
|
8112
8120
|
padding: 0 4px;
|
|
8113
8121
|
font-family: Manrope;
|
|
@@ -8126,7 +8134,7 @@ td.currentTariff_0VfwRg {
|
|
|
8126
8134
|
|
|
8127
8135
|
.hotkey_W71HlQ {
|
|
8128
8136
|
text-wrap: nowrap;
|
|
8129
|
-
color:
|
|
8137
|
+
color: var(--text-base-quaternary);
|
|
8130
8138
|
text-align: right;
|
|
8131
8139
|
}
|
|
8132
8140
|
|
|
@@ -8177,6 +8185,8 @@ td.currentTariff_0VfwRg {
|
|
|
8177
8185
|
.input_0DxcUg {
|
|
8178
8186
|
text-align: center;
|
|
8179
8187
|
outline: none;
|
|
8188
|
+
color: var(--text-base-primary);
|
|
8189
|
+
background: none;
|
|
8180
8190
|
border: none;
|
|
8181
8191
|
max-width: 36px;
|
|
8182
8192
|
height: 100%;
|
|
@@ -8190,7 +8200,7 @@ td.currentTariff_0VfwRg {
|
|
|
8190
8200
|
|
|
8191
8201
|
.input_0DxcUg:not(:focus) {
|
|
8192
8202
|
cursor: pointer;
|
|
8193
|
-
color:
|
|
8203
|
+
color: var(--text-base-primary);
|
|
8194
8204
|
}
|
|
8195
8205
|
|
|
8196
8206
|
.sizeList_0DxcUg {
|
|
@@ -10632,11 +10642,11 @@ input.rename_i3VZwA {
|
|
|
10632
10642
|
}
|
|
10633
10643
|
|
|
10634
10644
|
.cardSilhouette_NAp5GQ {
|
|
10645
|
+
border: 2px dashed var(--border-select-primary);
|
|
10646
|
+
background: var(--background-button-tertiary);
|
|
10635
10647
|
display: flex;
|
|
10636
10648
|
cursor: pointer;
|
|
10637
10649
|
position: relative;
|
|
10638
|
-
background: #faf8ff;
|
|
10639
|
-
border: 2px dashed #b78af0;
|
|
10640
10650
|
border-radius: 12px;
|
|
10641
10651
|
justify-content: center;
|
|
10642
10652
|
align-items: center;
|
|
@@ -10650,7 +10660,7 @@ input.rename_i3VZwA {
|
|
|
10650
10660
|
}
|
|
10651
10661
|
|
|
10652
10662
|
.cardLabel_NAp5GQ {
|
|
10653
|
-
color:
|
|
10663
|
+
color: var(--text-accent-purple);
|
|
10654
10664
|
text-align: center;
|
|
10655
10665
|
pointer-events: none;
|
|
10656
10666
|
font-size: 14px;
|
|
@@ -10665,7 +10675,7 @@ input.rename_i3VZwA {
|
|
|
10665
10675
|
}
|
|
10666
10676
|
|
|
10667
10677
|
.diceLabel_NAp5GQ {
|
|
10668
|
-
color:
|
|
10678
|
+
color: var(--text-accent-purple);
|
|
10669
10679
|
text-align: center;
|
|
10670
10680
|
pointer-events: none;
|
|
10671
10681
|
display: flex;
|
|
@@ -10707,8 +10717,8 @@ input.rename_i3VZwA {
|
|
|
10707
10717
|
cursor: pointer;
|
|
10708
10718
|
display: flex;
|
|
10709
10719
|
position: relative;
|
|
10710
|
-
background:
|
|
10711
|
-
border: 2px dashed
|
|
10720
|
+
background: var(--background-button-tertiary);
|
|
10721
|
+
border: 2px dashed var(--border-select-primary);
|
|
10712
10722
|
border-radius: 8px;
|
|
10713
10723
|
justify-content: center;
|
|
10714
10724
|
align-items: center;
|
|
@@ -10724,9 +10734,9 @@ input.rename_i3VZwA {
|
|
|
10724
10734
|
.addFaceBtn_NAp5GQ {
|
|
10725
10735
|
cursor: pointer;
|
|
10726
10736
|
display: flex;
|
|
10727
|
-
|
|
10728
|
-
|
|
10729
|
-
|
|
10737
|
+
border: 2px dashed var(--border-action-normal);
|
|
10738
|
+
color: var(--icon-base-secondary);
|
|
10739
|
+
background: var(--background-button-tertiary);
|
|
10730
10740
|
border-radius: 8px;
|
|
10731
10741
|
justify-content: center;
|
|
10732
10742
|
align-items: center;
|
|
@@ -12587,8 +12597,14 @@ input.rename_i3VZwA {
|
|
|
12587
12597
|
transform: translateX(-4px);
|
|
12588
12598
|
}
|
|
12589
12599
|
|
|
12590
|
-
.btn_G-DvKg
|
|
12591
|
-
|
|
12600
|
+
.btn_G-DvKg {
|
|
12601
|
+
color: var(--text-base-primary);
|
|
12602
|
+
}
|
|
12603
|
+
|
|
12604
|
+
@media (hover: hover) {
|
|
12605
|
+
.btn_G-DvKg:hover {
|
|
12606
|
+
background-color: var(--background-hover-subtle);
|
|
12607
|
+
}
|
|
12592
12608
|
}
|
|
12593
12609
|
|
|
12594
12610
|
/* src/entities/BoardMenu/MouseOrTracpadModal/MouseOrTracpadModal.module.css */
|
package/dist/index.html
CHANGED
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
document.documentElement.setAttribute("data-theme", t);
|
|
45
45
|
})();
|
|
46
46
|
</script>
|
|
47
|
-
<link rel="stylesheet" crossorigin href="/chunk-
|
|
47
|
+
<link rel="stylesheet" crossorigin href="/chunk-zhvezs8w.css"><script type="module" crossorigin src="/chunk-4r8btzmr.js"></script></head>
|
|
48
48
|
|
|
49
49
|
<body
|
|
50
50
|
style="
|
package/dist/index.js
CHANGED
|
@@ -341014,6 +341014,7 @@ var UiButton = import_react30.forwardRef(({
|
|
|
341014
341014
|
return /* @__PURE__ */ import_react30.default.createElement("button", {
|
|
341015
341015
|
id: id2,
|
|
341016
341016
|
"data-variant": variant,
|
|
341017
|
+
"data-active": active || undefined,
|
|
341017
341018
|
className: clsx_default(UiButton_module_default.button, active && UiButton_module_default.active, UiButton_module_default[variant], UiButton_module_default[size2], {
|
|
341018
341019
|
[UiButton_module_default.topRounded]: rounded === "top",
|
|
341019
341020
|
[UiButton_module_default.bottomRounded]: rounded === "bottom",
|
|
@@ -345741,7 +345742,9 @@ function getController(getBoard2, clipboard, account, appSettings) {
|
|
|
345741
345742
|
case 1:
|
|
345742
345743
|
return tools.middleButtonUp();
|
|
345743
345744
|
case 2:
|
|
345744
|
-
board.
|
|
345745
|
+
if (!board.tools.getNavigate()) {
|
|
345746
|
+
board.setIsBoardMenuOpen(true);
|
|
345747
|
+
}
|
|
345745
345748
|
return tools.rightButtonUp();
|
|
345746
345749
|
default:
|
|
345747
345750
|
return tools.leftButtonUp();
|
|
@@ -444246,8 +444249,7 @@ var Comments = () => {
|
|
|
444246
444249
|
}, /* @__PURE__ */ import_react414.default.createElement(Icon, {
|
|
444247
444250
|
iconName: "Comment",
|
|
444248
444251
|
width: 18,
|
|
444249
|
-
height: 18
|
|
444250
|
-
style: { color: "rgba(105, 107, 118, 1)" }
|
|
444252
|
+
height: 18
|
|
444251
444253
|
}), t11("boardMenu.comments.resolveAll"))));
|
|
444252
444254
|
};
|
|
444253
444255
|
|
|
@@ -444538,7 +444540,8 @@ var BoardMenu = () => {
|
|
|
444538
444540
|
import_react418.useEffect(() => {
|
|
444539
444541
|
setIsOpen(board.getIsBoardMenuOpen());
|
|
444540
444542
|
}, [board.getIsBoardMenuOpen()]);
|
|
444541
|
-
|
|
444543
|
+
const isNavigate = Boolean(board.tools.getNavigate());
|
|
444544
|
+
return isOpen && !isNavigate ? /* @__PURE__ */ import_react418.default.createElement(UiPanel, {
|
|
444542
444545
|
onPointerUp: () => shouldUpdatePosition.current = false,
|
|
444543
444546
|
onPointerDown: () => shouldUpdatePosition.current = false,
|
|
444544
444547
|
onClick: () => shouldUpdatePosition.current = false,
|
package/dist/spa.css
CHANGED
|
@@ -374,6 +374,11 @@
|
|
|
374
374
|
}
|
|
375
375
|
}
|
|
376
376
|
|
|
377
|
+
.secondary_XNHIwg.active_XNHIwg:not([disabled]) {
|
|
378
|
+
background-color: var(--background-hover-subtle-strong);
|
|
379
|
+
color: #924fe8;
|
|
380
|
+
}
|
|
381
|
+
|
|
377
382
|
.secondary_XNHIwg:active:not(:disabled) {
|
|
378
383
|
color: #924fe8;
|
|
379
384
|
outline: 2px solid #c8b2ff80;
|
|
@@ -2961,9 +2966,9 @@ a.link_jFMnzg {
|
|
|
2961
2966
|
|
|
2962
2967
|
/* src/shared/ui-lib/UiSkeleton/UiSkeleton.module.css */
|
|
2963
2968
|
.skeleton_4u5Pcg {
|
|
2969
|
+
background-color: var(--background-badge-gray);
|
|
2964
2970
|
overflow: hidden;
|
|
2965
2971
|
position: relative;
|
|
2966
|
-
background-color: #eee;
|
|
2967
2972
|
border-radius: 4px;
|
|
2968
2973
|
width: 100%;
|
|
2969
2974
|
height: 100%;
|
|
@@ -2973,8 +2978,8 @@ a.link_jFMnzg {
|
|
|
2973
2978
|
content: "";
|
|
2974
2979
|
display: block;
|
|
2975
2980
|
position: absolute;
|
|
2981
|
+
background: linear-gradient(90deg, transparent, var(--skeleton-shimmer), transparent);
|
|
2976
2982
|
animation: loading 1.5s infinite;
|
|
2977
|
-
background: linear-gradient(90deg, #0000, #fff6, #0000);
|
|
2978
2983
|
width: 100%;
|
|
2979
2984
|
height: 100%;
|
|
2980
2985
|
top: 0;
|
|
@@ -6277,6 +6282,7 @@ td.currentTariff_0VfwRg {
|
|
|
6277
6282
|
display: flex;
|
|
6278
6283
|
white-space: nowrap;
|
|
6279
6284
|
cursor: pointer;
|
|
6285
|
+
color: var(--text-base-primary);
|
|
6280
6286
|
background: none;
|
|
6281
6287
|
border-radius: 6px;
|
|
6282
6288
|
align-items: center;
|
|
@@ -6290,19 +6296,19 @@ td.currentTariff_0VfwRg {
|
|
|
6290
6296
|
|
|
6291
6297
|
.icon_9VT5sg {
|
|
6292
6298
|
display: flex;
|
|
6293
|
-
color:
|
|
6299
|
+
color: var(--icon-base-secondary);
|
|
6294
6300
|
justify-content: center;
|
|
6295
6301
|
align-items: center;
|
|
6296
6302
|
}
|
|
6297
6303
|
|
|
6298
6304
|
.item_9VT5sg:disabled, .item_9VT5sg:disabled .icon_9VT5sg {
|
|
6299
|
-
color:
|
|
6305
|
+
color: var(--text-base-quaternary);
|
|
6300
6306
|
cursor: not-allowed;
|
|
6301
6307
|
}
|
|
6302
6308
|
|
|
6303
6309
|
@media (hover: hover) {
|
|
6304
6310
|
.item_9VT5sg:hover:not(:disabled) {
|
|
6305
|
-
background-color:
|
|
6311
|
+
background-color: var(--background-hover-subtle);
|
|
6306
6312
|
}
|
|
6307
6313
|
}
|
|
6308
6314
|
|
|
@@ -7095,8 +7101,9 @@ td.currentTariff_0VfwRg {
|
|
|
7095
7101
|
/* src/entities/Folder/DraggingItem.module.css */
|
|
7096
7102
|
.item_f6AqBQ {
|
|
7097
7103
|
display: flex;
|
|
7098
|
-
background-color:
|
|
7099
|
-
border: 1px solid
|
|
7104
|
+
background-color: var(--background-button-secondary);
|
|
7105
|
+
border: 1px solid var(--border-action-normal);
|
|
7106
|
+
color: var(--text-base-primary);
|
|
7100
7107
|
align-items: center;
|
|
7101
7108
|
gap: 4px;
|
|
7102
7109
|
padding: 8px 16px;
|
|
@@ -8088,6 +8095,7 @@ td.currentTariff_0VfwRg {
|
|
|
8088
8095
|
.item_W71HlQ {
|
|
8089
8096
|
display: flex;
|
|
8090
8097
|
cursor: pointer;
|
|
8098
|
+
color: var(--text-base-primary);
|
|
8091
8099
|
background: none;
|
|
8092
8100
|
border-radius: 6px;
|
|
8093
8101
|
align-items: center;
|
|
@@ -8100,7 +8108,7 @@ td.currentTariff_0VfwRg {
|
|
|
8100
8108
|
|
|
8101
8109
|
@media (hover: hover) {
|
|
8102
8110
|
.item_W71HlQ:hover {
|
|
8103
|
-
background:
|
|
8111
|
+
background: var(--background-hover-subtle-strong);
|
|
8104
8112
|
}
|
|
8105
8113
|
}
|
|
8106
8114
|
|
|
@@ -8110,7 +8118,7 @@ td.currentTariff_0VfwRg {
|
|
|
8110
8118
|
}
|
|
8111
8119
|
|
|
8112
8120
|
.hotkey_W71HlQ {
|
|
8113
|
-
color:
|
|
8121
|
+
color: var(--text-base-quaternary);
|
|
8114
8122
|
margin-left: auto;
|
|
8115
8123
|
padding: 0 4px;
|
|
8116
8124
|
font-family: Manrope;
|
|
@@ -8129,7 +8137,7 @@ td.currentTariff_0VfwRg {
|
|
|
8129
8137
|
|
|
8130
8138
|
.hotkey_W71HlQ {
|
|
8131
8139
|
text-wrap: nowrap;
|
|
8132
|
-
color:
|
|
8140
|
+
color: var(--text-base-quaternary);
|
|
8133
8141
|
text-align: right;
|
|
8134
8142
|
}
|
|
8135
8143
|
|
|
@@ -8180,6 +8188,8 @@ td.currentTariff_0VfwRg {
|
|
|
8180
8188
|
.input_0DxcUg {
|
|
8181
8189
|
text-align: center;
|
|
8182
8190
|
outline: none;
|
|
8191
|
+
color: var(--text-base-primary);
|
|
8192
|
+
background: none;
|
|
8183
8193
|
border: none;
|
|
8184
8194
|
max-width: 36px;
|
|
8185
8195
|
height: 100%;
|
|
@@ -8193,7 +8203,7 @@ td.currentTariff_0VfwRg {
|
|
|
8193
8203
|
|
|
8194
8204
|
.input_0DxcUg:not(:focus) {
|
|
8195
8205
|
cursor: pointer;
|
|
8196
|
-
color:
|
|
8206
|
+
color: var(--text-base-primary);
|
|
8197
8207
|
}
|
|
8198
8208
|
|
|
8199
8209
|
.sizeList_0DxcUg {
|
|
@@ -10635,11 +10645,11 @@ input.rename_i3VZwA {
|
|
|
10635
10645
|
}
|
|
10636
10646
|
|
|
10637
10647
|
.cardSilhouette_NAp5GQ {
|
|
10648
|
+
border: 2px dashed var(--border-select-primary);
|
|
10649
|
+
background: var(--background-button-tertiary);
|
|
10638
10650
|
display: flex;
|
|
10639
10651
|
cursor: pointer;
|
|
10640
10652
|
position: relative;
|
|
10641
|
-
background: #faf8ff;
|
|
10642
|
-
border: 2px dashed #b78af0;
|
|
10643
10653
|
border-radius: 12px;
|
|
10644
10654
|
justify-content: center;
|
|
10645
10655
|
align-items: center;
|
|
@@ -10653,7 +10663,7 @@ input.rename_i3VZwA {
|
|
|
10653
10663
|
}
|
|
10654
10664
|
|
|
10655
10665
|
.cardLabel_NAp5GQ {
|
|
10656
|
-
color:
|
|
10666
|
+
color: var(--text-accent-purple);
|
|
10657
10667
|
text-align: center;
|
|
10658
10668
|
pointer-events: none;
|
|
10659
10669
|
font-size: 14px;
|
|
@@ -10668,7 +10678,7 @@ input.rename_i3VZwA {
|
|
|
10668
10678
|
}
|
|
10669
10679
|
|
|
10670
10680
|
.diceLabel_NAp5GQ {
|
|
10671
|
-
color:
|
|
10681
|
+
color: var(--text-accent-purple);
|
|
10672
10682
|
text-align: center;
|
|
10673
10683
|
pointer-events: none;
|
|
10674
10684
|
display: flex;
|
|
@@ -10710,8 +10720,8 @@ input.rename_i3VZwA {
|
|
|
10710
10720
|
cursor: pointer;
|
|
10711
10721
|
display: flex;
|
|
10712
10722
|
position: relative;
|
|
10713
|
-
background:
|
|
10714
|
-
border: 2px dashed
|
|
10723
|
+
background: var(--background-button-tertiary);
|
|
10724
|
+
border: 2px dashed var(--border-select-primary);
|
|
10715
10725
|
border-radius: 8px;
|
|
10716
10726
|
justify-content: center;
|
|
10717
10727
|
align-items: center;
|
|
@@ -10727,9 +10737,9 @@ input.rename_i3VZwA {
|
|
|
10727
10737
|
.addFaceBtn_NAp5GQ {
|
|
10728
10738
|
cursor: pointer;
|
|
10729
10739
|
display: flex;
|
|
10730
|
-
|
|
10731
|
-
|
|
10732
|
-
|
|
10740
|
+
border: 2px dashed var(--border-action-normal);
|
|
10741
|
+
color: var(--icon-base-secondary);
|
|
10742
|
+
background: var(--background-button-tertiary);
|
|
10733
10743
|
border-radius: 8px;
|
|
10734
10744
|
justify-content: center;
|
|
10735
10745
|
align-items: center;
|
|
@@ -12590,8 +12600,14 @@ input.rename_i3VZwA {
|
|
|
12590
12600
|
transform: translateX(-4px);
|
|
12591
12601
|
}
|
|
12592
12602
|
|
|
12593
|
-
.btn_G-DvKg
|
|
12594
|
-
|
|
12603
|
+
.btn_G-DvKg {
|
|
12604
|
+
color: var(--text-base-primary);
|
|
12605
|
+
}
|
|
12606
|
+
|
|
12607
|
+
@media (hover: hover) {
|
|
12608
|
+
.btn_G-DvKg:hover {
|
|
12609
|
+
background-color: var(--background-hover-subtle);
|
|
12610
|
+
}
|
|
12595
12611
|
}
|
|
12596
12612
|
|
|
12597
12613
|
/* src/entities/BoardMenu/MouseOrTracpadModal/MouseOrTracpadModal.module.css */
|
|
@@ -14551,6 +14567,7 @@ audio::-webkit-media-controls-enclosure {
|
|
|
14551
14567
|
--icon-base-secondary: #696b76;
|
|
14552
14568
|
--icon-accent-purple: #924fe8;
|
|
14553
14569
|
--scrollbar-thumb: #dee1e8;
|
|
14570
|
+
--skeleton-shimmer: #ffffff80;
|
|
14554
14571
|
--absolute-position-panel-padding: 12px;
|
|
14555
14572
|
}
|
|
14556
14573
|
|
|
@@ -14582,6 +14599,7 @@ audio::-webkit-media-controls-enclosure {
|
|
|
14582
14599
|
--icon-base-secondary: #9496a5;
|
|
14583
14600
|
--icon-accent-purple: #924fe8;
|
|
14584
14601
|
--scrollbar-thumb: #50525f;
|
|
14602
|
+
--skeleton-shimmer: #ffffff0f;
|
|
14585
14603
|
}
|
|
14586
14604
|
|
|
14587
14605
|
* {
|
|
@@ -14679,6 +14697,11 @@ button[data-variant="secondary"] {
|
|
|
14679
14697
|
}
|
|
14680
14698
|
}
|
|
14681
14699
|
|
|
14700
|
+
button[data-variant="secondary"][data-active="true"]:not(:disabled) {
|
|
14701
|
+
background-color: var(--background-hover-subtle-strong);
|
|
14702
|
+
color: #924fe8;
|
|
14703
|
+
}
|
|
14704
|
+
|
|
14682
14705
|
button[data-variant="secondary"]:active:not(:disabled) {
|
|
14683
14706
|
color: #924fe8;
|
|
14684
14707
|
}
|
package/dist/spa.js
CHANGED
|
@@ -341014,6 +341014,7 @@ var UiButton = import_react30.forwardRef(({
|
|
|
341014
341014
|
return /* @__PURE__ */ import_react30.default.createElement("button", {
|
|
341015
341015
|
id: id2,
|
|
341016
341016
|
"data-variant": variant,
|
|
341017
|
+
"data-active": active || undefined,
|
|
341017
341018
|
className: clsx_default(UiButton_module_default.button, active && UiButton_module_default.active, UiButton_module_default[variant], UiButton_module_default[size2], {
|
|
341018
341019
|
[UiButton_module_default.topRounded]: rounded === "top",
|
|
341019
341020
|
[UiButton_module_default.bottomRounded]: rounded === "bottom",
|
|
@@ -345741,7 +345742,9 @@ function getController(getBoard2, clipboard, account, appSettings) {
|
|
|
345741
345742
|
case 1:
|
|
345742
345743
|
return tools.middleButtonUp();
|
|
345743
345744
|
case 2:
|
|
345744
|
-
board.
|
|
345745
|
+
if (!board.tools.getNavigate()) {
|
|
345746
|
+
board.setIsBoardMenuOpen(true);
|
|
345747
|
+
}
|
|
345745
345748
|
return tools.rightButtonUp();
|
|
345746
345749
|
default:
|
|
345747
345750
|
return tools.leftButtonUp();
|
|
@@ -444246,8 +444249,7 @@ var Comments = () => {
|
|
|
444246
444249
|
}, /* @__PURE__ */ import_react414.default.createElement(Icon, {
|
|
444247
444250
|
iconName: "Comment",
|
|
444248
444251
|
width: 18,
|
|
444249
|
-
height: 18
|
|
444250
|
-
style: { color: "rgba(105, 107, 118, 1)" }
|
|
444252
|
+
height: 18
|
|
444251
444253
|
}), t11("boardMenu.comments.resolveAll"))));
|
|
444252
444254
|
};
|
|
444253
444255
|
|
|
@@ -444538,7 +444540,8 @@ var BoardMenu = () => {
|
|
|
444538
444540
|
import_react418.useEffect(() => {
|
|
444539
444541
|
setIsOpen(board.getIsBoardMenuOpen());
|
|
444540
444542
|
}, [board.getIsBoardMenuOpen()]);
|
|
444541
|
-
|
|
444543
|
+
const isNavigate = Boolean(board.tools.getNavigate());
|
|
444544
|
+
return isOpen && !isNavigate ? /* @__PURE__ */ import_react418.default.createElement(UiPanel, {
|
|
444542
444545
|
onPointerUp: () => shouldUpdatePosition.current = false,
|
|
444543
444546
|
onPointerDown: () => shouldUpdatePosition.current = false,
|
|
444544
444547
|
onClick: () => shouldUpdatePosition.current = false,
|