microboard-ui-temp 0.9.6 → 0.9.8
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-ne64pvg3.css → chunk-dr0g41aw.css} +56 -56
- package/dist/{chunk-526z9pbe.js → chunk-zfnz46n9.js} +71 -71
- package/dist/example.html +2 -2
- package/dist/index.css +56 -56
- package/dist/index.html +2 -2
- package/dist/index.js +71 -71
- package/dist/spa.css +56 -56
- package/dist/spa.js +71 -71
- package/dist/sprite.svg +71 -71
- package/package.json +1 -1
package/dist/spa.css
CHANGED
|
@@ -2619,8 +2619,8 @@ a.link_jFMnzg {
|
|
|
2619
2619
|
/* src/features/UserPlan/PlanCard.module.css */
|
|
2620
2620
|
.card_s5OnKw {
|
|
2621
2621
|
background-color: var(--bg-color);
|
|
2622
|
+
border: 1px solid var(--border-action-normal);
|
|
2622
2623
|
display: flex;
|
|
2623
|
-
border: 1px solid #0a0f2914;
|
|
2624
2624
|
border-radius: 24px;
|
|
2625
2625
|
flex-direction: column;
|
|
2626
2626
|
align-items: stretch;
|
|
@@ -2632,7 +2632,7 @@ a.link_jFMnzg {
|
|
|
2632
2632
|
}
|
|
2633
2633
|
|
|
2634
2634
|
.basic_s5OnKw {
|
|
2635
|
-
--bg-color:
|
|
2635
|
+
--bg-color: var(--background-surface-default);
|
|
2636
2636
|
}
|
|
2637
2637
|
|
|
2638
2638
|
.plus_s5OnKw {
|
|
@@ -2655,13 +2655,13 @@ a.link_jFMnzg {
|
|
|
2655
2655
|
}
|
|
2656
2656
|
|
|
2657
2657
|
.price_s5OnKw {
|
|
2658
|
-
color:
|
|
2658
|
+
color: var(--text-base-primary);
|
|
2659
2659
|
font-size: 36px;
|
|
2660
2660
|
font-weight: 500;
|
|
2661
2661
|
}
|
|
2662
2662
|
|
|
2663
2663
|
.models_s5OnKw {
|
|
2664
|
-
color:
|
|
2664
|
+
color: var(--text-base-secondary);
|
|
2665
2665
|
font-size: 16px;
|
|
2666
2666
|
}
|
|
2667
2667
|
|
|
@@ -2676,7 +2676,7 @@ a.link_jFMnzg {
|
|
|
2676
2676
|
}
|
|
2677
2677
|
|
|
2678
2678
|
.feature_s5OnKw {
|
|
2679
|
-
color:
|
|
2679
|
+
color: var(--text-base-primary);
|
|
2680
2680
|
position: relative;
|
|
2681
2681
|
display: flex;
|
|
2682
2682
|
align-items: center;
|
|
@@ -2702,9 +2702,9 @@ a.link_jFMnzg {
|
|
|
2702
2702
|
}
|
|
2703
2703
|
|
|
2704
2704
|
.unlimited_s5OnKw {
|
|
2705
|
+
background-color: var(--background-surface-default);
|
|
2705
2706
|
display: flex;
|
|
2706
|
-
color:
|
|
2707
|
-
background-color: #fff;
|
|
2707
|
+
color: var(--text-base-primary);
|
|
2708
2708
|
border-radius: 360px;
|
|
2709
2709
|
align-items: center;
|
|
2710
2710
|
gap: 4px;
|
|
@@ -2726,7 +2726,7 @@ a.link_jFMnzg {
|
|
|
2726
2726
|
}
|
|
2727
2727
|
|
|
2728
2728
|
.priceValue_s5OnKw {
|
|
2729
|
-
color:
|
|
2729
|
+
color: var(--text-base-primary);
|
|
2730
2730
|
}
|
|
2731
2731
|
|
|
2732
2732
|
.priceWrapper2_s5OnKw {
|
|
@@ -2764,7 +2764,7 @@ a.link_jFMnzg {
|
|
|
2764
2764
|
}
|
|
2765
2765
|
|
|
2766
2766
|
.tooltipIcon_s5OnKw {
|
|
2767
|
-
color:
|
|
2767
|
+
color: var(--text-base-secondary);
|
|
2768
2768
|
}
|
|
2769
2769
|
|
|
2770
2770
|
.tooltip_s5OnKw {
|
|
@@ -3028,7 +3028,7 @@ a.link_jFMnzg {
|
|
|
3028
3028
|
|
|
3029
3029
|
.downgradeConfirmation_eT4yLw {
|
|
3030
3030
|
display: flex;
|
|
3031
|
-
color:
|
|
3031
|
+
color: var(--text-base-primary);
|
|
3032
3032
|
text-align: left;
|
|
3033
3033
|
flex-direction: column;
|
|
3034
3034
|
align-items: flex-start;
|
|
@@ -3074,12 +3074,12 @@ a.link_jFMnzg {
|
|
|
3074
3074
|
|
|
3075
3075
|
.card_SckGZA {
|
|
3076
3076
|
cursor: pointer;
|
|
3077
|
-
color:
|
|
3077
|
+
color: var(--text-base-primary);
|
|
3078
|
+
background: var(--background-surface-default);
|
|
3079
|
+
border: 1px solid var(--border-action-normal);
|
|
3078
3080
|
box-sizing: border-box;
|
|
3079
3081
|
display: flex;
|
|
3080
3082
|
isolation: isolate;
|
|
3081
|
-
background: #fff;
|
|
3082
|
-
border: 1px solid #dee0e3;
|
|
3083
3083
|
border-radius: 16px;
|
|
3084
3084
|
flex-direction: column;
|
|
3085
3085
|
justify-content: space-between;
|
|
@@ -3152,7 +3152,7 @@ a.link_jFMnzg {
|
|
|
3152
3152
|
}
|
|
3153
3153
|
|
|
3154
3154
|
.description_SckGZA {
|
|
3155
|
-
color:
|
|
3155
|
+
color: var(--text-base-secondary);
|
|
3156
3156
|
font-family: Manrope, sans-serif;
|
|
3157
3157
|
font-size: 16px;
|
|
3158
3158
|
font-weight: 400;
|
|
@@ -3198,8 +3198,8 @@ a.link_jFMnzg {
|
|
|
3198
3198
|
.coin_SckGZA {
|
|
3199
3199
|
box-sizing: border-box;
|
|
3200
3200
|
display: flex;
|
|
3201
|
-
background:
|
|
3202
|
-
border: 1px solid
|
|
3201
|
+
background: var(--background-surface-default);
|
|
3202
|
+
border: 1px solid var(--border-action-normal);
|
|
3203
3203
|
border-radius: 10px;
|
|
3204
3204
|
flex-direction: column;
|
|
3205
3205
|
flex: none;
|
|
@@ -5371,12 +5371,12 @@ a.link_jFMnzg {
|
|
|
5371
5371
|
|
|
5372
5372
|
.cardsScroll_tVQJew::-webkit-scrollbar-thumb {
|
|
5373
5373
|
display: block;
|
|
5374
|
-
background-color:
|
|
5374
|
+
background-color: var(--scrollbar-thumb);
|
|
5375
5375
|
border-radius: 2px;
|
|
5376
5376
|
}
|
|
5377
5377
|
|
|
5378
5378
|
.back_tVQJew {
|
|
5379
|
-
color:
|
|
5379
|
+
color: var(--text-base-primary);
|
|
5380
5380
|
flex: 1;
|
|
5381
5381
|
align-self: flex-start;
|
|
5382
5382
|
width: auto;
|
|
@@ -5386,7 +5386,7 @@ a.link_jFMnzg {
|
|
|
5386
5386
|
}
|
|
5387
5387
|
|
|
5388
5388
|
.plansBtn_tVQJew {
|
|
5389
|
-
color:
|
|
5389
|
+
color: var(--text-base-secondary);
|
|
5390
5390
|
display: flex;
|
|
5391
5391
|
cursor: pointer;
|
|
5392
5392
|
align-self: flex-start;
|
|
@@ -5438,7 +5438,7 @@ a.link_jFMnzg {
|
|
|
5438
5438
|
|
|
5439
5439
|
.downgradeConfirmation_tVQJew {
|
|
5440
5440
|
display: flex;
|
|
5441
|
-
color:
|
|
5441
|
+
color: var(--text-base-primary);
|
|
5442
5442
|
text-align: left;
|
|
5443
5443
|
flex-direction: column;
|
|
5444
5444
|
align-items: flex-start;
|
|
@@ -5455,7 +5455,7 @@ a.link_jFMnzg {
|
|
|
5455
5455
|
}
|
|
5456
5456
|
|
|
5457
5457
|
.badge_tVQJew {
|
|
5458
|
-
background-color:
|
|
5458
|
+
background-color: var(--background-hover-subtle);
|
|
5459
5459
|
border-radius: 8px;
|
|
5460
5460
|
padding: 2px 6px;
|
|
5461
5461
|
transition: all .3s;
|
|
@@ -5480,7 +5480,7 @@ a.link_jFMnzg {
|
|
|
5480
5480
|
}
|
|
5481
5481
|
|
|
5482
5482
|
.row_0VfwRg {
|
|
5483
|
-
border-bottom: 1px solid
|
|
5483
|
+
border-bottom: 1px solid var(--border-action-normal);
|
|
5484
5484
|
}
|
|
5485
5485
|
|
|
5486
5486
|
.limit_0VfwRg {
|
|
@@ -5497,7 +5497,7 @@ a.link_jFMnzg {
|
|
|
5497
5497
|
|
|
5498
5498
|
.table_0VfwRg th {
|
|
5499
5499
|
text-align: left;
|
|
5500
|
-
border-right: 1px solid
|
|
5500
|
+
border-right: 1px solid var(--border-action-normal);
|
|
5501
5501
|
font-weight: 400;
|
|
5502
5502
|
}
|
|
5503
5503
|
|
|
@@ -5506,7 +5506,7 @@ a.link_jFMnzg {
|
|
|
5506
5506
|
}
|
|
5507
5507
|
|
|
5508
5508
|
.header_0VfwRg {
|
|
5509
|
-
background-color:
|
|
5509
|
+
background-color: var(--background-button-tertiary);
|
|
5510
5510
|
}
|
|
5511
5511
|
|
|
5512
5512
|
td.currentTariff_0VfwRg {
|
|
@@ -5524,18 +5524,18 @@ td.currentTariff_0VfwRg {
|
|
|
5524
5524
|
}
|
|
5525
5525
|
|
|
5526
5526
|
.modelName_0VfwRg {
|
|
5527
|
-
color:
|
|
5527
|
+
color: var(--text-base-primary);
|
|
5528
5528
|
font-weight: 500;
|
|
5529
5529
|
}
|
|
5530
5530
|
|
|
5531
5531
|
.modelDescription_0VfwRg {
|
|
5532
|
-
color:
|
|
5532
|
+
color: var(--text-base-secondary);
|
|
5533
5533
|
font-size: 12px;
|
|
5534
5534
|
font-weight: 400;
|
|
5535
5535
|
}
|
|
5536
5536
|
|
|
5537
5537
|
.modelDisabled_0VfwRg {
|
|
5538
|
-
color:
|
|
5538
|
+
color: var(--text-base-quaternary);
|
|
5539
5539
|
}
|
|
5540
5540
|
|
|
5541
5541
|
.modelDisabled_0VfwRg.currentTariff_0VfwRg {
|
|
@@ -5543,7 +5543,7 @@ td.currentTariff_0VfwRg {
|
|
|
5543
5543
|
}
|
|
5544
5544
|
|
|
5545
5545
|
.modelLimitReached_0VfwRg {
|
|
5546
|
-
color:
|
|
5546
|
+
color: var(--text-base-secondary);
|
|
5547
5547
|
}
|
|
5548
5548
|
|
|
5549
5549
|
.limits_0VfwRg {
|
|
@@ -5600,7 +5600,7 @@ td.currentTariff_0VfwRg {
|
|
|
5600
5600
|
|
|
5601
5601
|
/* src/features/UserPlan/UserPlanUsage.module.css */
|
|
5602
5602
|
.planUsage_kgooGA {
|
|
5603
|
-
color:
|
|
5603
|
+
color: var(--text-base-secondary);
|
|
5604
5604
|
text-align: left;
|
|
5605
5605
|
width: 100%;
|
|
5606
5606
|
font-size: 16px;
|
|
@@ -5611,7 +5611,7 @@ td.currentTariff_0VfwRg {
|
|
|
5611
5611
|
}
|
|
5612
5612
|
|
|
5613
5613
|
.basicPlan_kgooGA {
|
|
5614
|
-
color:
|
|
5614
|
+
color: var(--text-base-primary);
|
|
5615
5615
|
}
|
|
5616
5616
|
|
|
5617
5617
|
.plusPlan_kgooGA {
|
|
@@ -5631,7 +5631,7 @@ td.currentTariff_0VfwRg {
|
|
|
5631
5631
|
}
|
|
5632
5632
|
|
|
5633
5633
|
.paymentActions_kgooGA {
|
|
5634
|
-
color:
|
|
5634
|
+
color: var(--text-base-secondary);
|
|
5635
5635
|
text-align: center;
|
|
5636
5636
|
display: flex;
|
|
5637
5637
|
justify-content: center;
|
|
@@ -5648,7 +5648,7 @@ td.currentTariff_0VfwRg {
|
|
|
5648
5648
|
|
|
5649
5649
|
.link_kgooGA {
|
|
5650
5650
|
position: relative;
|
|
5651
|
-
color:
|
|
5651
|
+
color: var(--text-base-secondary);
|
|
5652
5652
|
text-decoration: none;
|
|
5653
5653
|
font-family: Manrope, Arial;
|
|
5654
5654
|
font-size: 16px;
|
|
@@ -5661,7 +5661,7 @@ td.currentTariff_0VfwRg {
|
|
|
5661
5661
|
.link_kgooGA:after {
|
|
5662
5662
|
content: "";
|
|
5663
5663
|
position: absolute;
|
|
5664
|
-
background-color:
|
|
5664
|
+
background-color: var(--background-hover-subtle-strong);
|
|
5665
5665
|
width: 100%;
|
|
5666
5666
|
height: 2px;
|
|
5667
5667
|
bottom: -3px;
|
|
@@ -5694,7 +5694,7 @@ td.currentTariff_0VfwRg {
|
|
|
5694
5694
|
}
|
|
5695
5695
|
|
|
5696
5696
|
.cancel_kgooGA {
|
|
5697
|
-
color:
|
|
5697
|
+
color: var(--text-base-secondary);
|
|
5698
5698
|
cursor: pointer;
|
|
5699
5699
|
text-decoration: underline;
|
|
5700
5700
|
font-size: 16px;
|
|
@@ -10049,7 +10049,7 @@ input.rename_i3VZwA {
|
|
|
10049
10049
|
|
|
10050
10050
|
.wrapper_jjcYzw {
|
|
10051
10051
|
display: flex;
|
|
10052
|
-
color:
|
|
10052
|
+
color: var(--text-base-primary);
|
|
10053
10053
|
touch-action: auto;
|
|
10054
10054
|
-webkit-overflow-scrolling: touch;
|
|
10055
10055
|
gap: 16px;
|
|
@@ -10059,7 +10059,7 @@ input.rename_i3VZwA {
|
|
|
10059
10059
|
}
|
|
10060
10060
|
|
|
10061
10061
|
.sidebar_jjcYzw {
|
|
10062
|
-
border-right: 1px solid
|
|
10062
|
+
border-right: 1px solid var(--border-action-normal);
|
|
10063
10063
|
width: 280px;
|
|
10064
10064
|
padding: 16px 0;
|
|
10065
10065
|
}
|
|
@@ -10137,7 +10137,7 @@ input.rename_i3VZwA {
|
|
|
10137
10137
|
}
|
|
10138
10138
|
|
|
10139
10139
|
.noTemplatesText_jjcYzw {
|
|
10140
|
-
color:
|
|
10140
|
+
color: var(--text-base-secondary);
|
|
10141
10141
|
letter-spacing: -.014em;
|
|
10142
10142
|
margin-top: 12px;
|
|
10143
10143
|
font-family: Manrope;
|
|
@@ -10171,14 +10171,14 @@ input.rename_i3VZwA {
|
|
|
10171
10171
|
}
|
|
10172
10172
|
|
|
10173
10173
|
.burgerMenuContainer_jjcYzw > button:hover {
|
|
10174
|
-
background-color:
|
|
10174
|
+
background-color: var(--background-hover-subtle);
|
|
10175
10175
|
}
|
|
10176
10176
|
|
|
10177
10177
|
.burgerMenu_jjcYzw {
|
|
10178
10178
|
display: none;
|
|
10179
10179
|
position: absolute;
|
|
10180
10180
|
z-index: 5;
|
|
10181
|
-
border: 1px solid
|
|
10181
|
+
border: 1px solid var(--border-action-normal);
|
|
10182
10182
|
border-radius: 10px;
|
|
10183
10183
|
min-width: 200px;
|
|
10184
10184
|
padding: 0 8px 12px 16px;
|
|
@@ -10187,7 +10187,7 @@ input.rename_i3VZwA {
|
|
|
10187
10187
|
|
|
10188
10188
|
.activeBurgerMenu_jjcYzw {
|
|
10189
10189
|
display: block;
|
|
10190
|
-
background-color:
|
|
10190
|
+
background-color: var(--background-surface-default);
|
|
10191
10191
|
}
|
|
10192
10192
|
}
|
|
10193
10193
|
|
|
@@ -10217,7 +10217,7 @@ input.rename_i3VZwA {
|
|
|
10217
10217
|
|
|
10218
10218
|
.scrollContainer_sz3AqQ::-webkit-scrollbar-thumb {
|
|
10219
10219
|
display: block;
|
|
10220
|
-
background-color:
|
|
10220
|
+
background-color: var(--scrollbar-thumb);
|
|
10221
10221
|
border-radius: 4px;
|
|
10222
10222
|
}
|
|
10223
10223
|
|
|
@@ -10230,7 +10230,7 @@ input.rename_i3VZwA {
|
|
|
10230
10230
|
.backBtn_sz3AqQ {
|
|
10231
10231
|
display: flex;
|
|
10232
10232
|
letter-spacing: -.005em;
|
|
10233
|
-
color:
|
|
10233
|
+
color: var(--text-base-secondary);
|
|
10234
10234
|
cursor: pointer;
|
|
10235
10235
|
align-items: center;
|
|
10236
10236
|
gap: 4px;
|
|
@@ -10243,7 +10243,7 @@ input.rename_i3VZwA {
|
|
|
10243
10243
|
|
|
10244
10244
|
.mainSection_sz3AqQ {
|
|
10245
10245
|
display: flex;
|
|
10246
|
-
border: 1px solid
|
|
10246
|
+
border: 1px solid var(--border-action-normal);
|
|
10247
10247
|
border-radius: 16px;
|
|
10248
10248
|
flex-wrap: nowrap;
|
|
10249
10249
|
justify-content: center;
|
|
@@ -10275,7 +10275,7 @@ input.rename_i3VZwA {
|
|
|
10275
10275
|
}
|
|
10276
10276
|
|
|
10277
10277
|
.description_sz3AqQ {
|
|
10278
|
-
color:
|
|
10278
|
+
color: var(--text-base-secondary);
|
|
10279
10279
|
letter-spacing: -.01em;
|
|
10280
10280
|
word-break: break-word;
|
|
10281
10281
|
display: inline-block;
|
|
@@ -10299,7 +10299,7 @@ input.rename_i3VZwA {
|
|
|
10299
10299
|
|
|
10300
10300
|
.description_sz3AqQ::-webkit-scrollbar-thumb {
|
|
10301
10301
|
display: block;
|
|
10302
|
-
background-color:
|
|
10302
|
+
background-color: var(--scrollbar-thumb);
|
|
10303
10303
|
border-radius: 4px;
|
|
10304
10304
|
}
|
|
10305
10305
|
|
|
@@ -10378,7 +10378,7 @@ input.rename_i3VZwA {
|
|
|
10378
10378
|
|
|
10379
10379
|
.templatesGrid_2qNmAA::-webkit-scrollbar-thumb {
|
|
10380
10380
|
display: block;
|
|
10381
|
-
background-color:
|
|
10381
|
+
background-color: var(--scrollbar-thumb);
|
|
10382
10382
|
border-radius: 4px;
|
|
10383
10383
|
}
|
|
10384
10384
|
|
|
@@ -10400,10 +10400,10 @@ input.rename_i3VZwA {
|
|
|
10400
10400
|
/* src/features/Templates/SelectTemplateModal/TemplateItemsGrid/TemplateItem/templateItem.module.css */
|
|
10401
10401
|
.card_DKl9Ew {
|
|
10402
10402
|
display: flex;
|
|
10403
|
-
|
|
10403
|
+
border: 1px solid var(--border-action-normal);
|
|
10404
|
+
color: var(--text-base-primary);
|
|
10404
10405
|
touch-action: auto;
|
|
10405
10406
|
-webkit-tap-highlight-color: transparent;
|
|
10406
|
-
border: 1px solid #e9eaec;
|
|
10407
10407
|
border-radius: 16px;
|
|
10408
10408
|
flex-flow: column wrap;
|
|
10409
10409
|
gap: 16px;
|
|
@@ -10474,7 +10474,7 @@ input.rename_i3VZwA {
|
|
|
10474
10474
|
}
|
|
10475
10475
|
|
|
10476
10476
|
.categoryName_BAXXOA {
|
|
10477
|
-
color:
|
|
10477
|
+
color: var(--text-base-secondary);
|
|
10478
10478
|
font-size: 12px;
|
|
10479
10479
|
font-weight: 500;
|
|
10480
10480
|
line-height: 16px;
|
|
@@ -10503,7 +10503,7 @@ input.rename_i3VZwA {
|
|
|
10503
10503
|
}
|
|
10504
10504
|
|
|
10505
10505
|
.categoryItem_BAXXOA:hover, .activeCategoryItem_BAXXOA {
|
|
10506
|
-
background-color:
|
|
10506
|
+
background-color: var(--background-hover-subtle);
|
|
10507
10507
|
}
|
|
10508
10508
|
|
|
10509
10509
|
@media (max-width: 768px) {
|
|
@@ -10517,12 +10517,12 @@ input.rename_i3VZwA {
|
|
|
10517
10517
|
position: relative;
|
|
10518
10518
|
display: inline-block;
|
|
10519
10519
|
text-align: left;
|
|
10520
|
-
color:
|
|
10520
|
+
color: var(--text-base-secondary);
|
|
10521
10521
|
}
|
|
10522
10522
|
|
|
10523
10523
|
.dropdownButton_GA2Vsw {
|
|
10524
10524
|
display: flex;
|
|
10525
|
-
color:
|
|
10525
|
+
color: var(--text-base-secondary);
|
|
10526
10526
|
letter-spacing: -.005em;
|
|
10527
10527
|
background: none;
|
|
10528
10528
|
border: none;
|
|
@@ -10539,14 +10539,14 @@ input.rename_i3VZwA {
|
|
|
10539
10539
|
}
|
|
10540
10540
|
|
|
10541
10541
|
.dropdownButton_GA2Vsw:hover {
|
|
10542
|
-
background-color:
|
|
10542
|
+
background-color: var(--background-hover-subtle);
|
|
10543
10543
|
}
|
|
10544
10544
|
|
|
10545
10545
|
.dropdownMenu_GA2Vsw {
|
|
10546
10546
|
position: absolute;
|
|
10547
|
+
background-color: var(--background-surface-default);
|
|
10547
10548
|
z-index: 1;
|
|
10548
|
-
|
|
10549
|
-
border: 1px solid #dee0e3;
|
|
10549
|
+
border: 1px solid var(--border-action-normal);
|
|
10550
10550
|
border-radius: 8px;
|
|
10551
10551
|
width: 180px;
|
|
10552
10552
|
padding: 4px;
|
|
@@ -10567,7 +10567,7 @@ input.rename_i3VZwA {
|
|
|
10567
10567
|
}
|
|
10568
10568
|
|
|
10569
10569
|
.dropdownItemActive_GA2Vsw, .dropdownItem_GA2Vsw:hover {
|
|
10570
|
-
background-color:
|
|
10570
|
+
background-color: var(--background-hover-subtle);
|
|
10571
10571
|
}
|
|
10572
10572
|
|
|
10573
10573
|
/* src/features/ToolsPanel/Buttons/EventList/EventList.module.css */
|