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
|
@@ -2851,8 +2851,8 @@ a.link_jFMnzg {
|
|
|
2851
2851
|
/* src/features/UserPlan/PlanCard.module.css */
|
|
2852
2852
|
.card_s5OnKw {
|
|
2853
2853
|
background-color: var(--bg-color);
|
|
2854
|
+
border: 1px solid var(--border-action-normal);
|
|
2854
2855
|
display: flex;
|
|
2855
|
-
border: 1px solid #0a0f2914;
|
|
2856
2856
|
border-radius: 24px;
|
|
2857
2857
|
flex-direction: column;
|
|
2858
2858
|
align-items: stretch;
|
|
@@ -2864,7 +2864,7 @@ a.link_jFMnzg {
|
|
|
2864
2864
|
}
|
|
2865
2865
|
|
|
2866
2866
|
.basic_s5OnKw {
|
|
2867
|
-
--bg-color:
|
|
2867
|
+
--bg-color: var(--background-surface-default);
|
|
2868
2868
|
}
|
|
2869
2869
|
|
|
2870
2870
|
.plus_s5OnKw {
|
|
@@ -2887,13 +2887,13 @@ a.link_jFMnzg {
|
|
|
2887
2887
|
}
|
|
2888
2888
|
|
|
2889
2889
|
.price_s5OnKw {
|
|
2890
|
-
color:
|
|
2890
|
+
color: var(--text-base-primary);
|
|
2891
2891
|
font-size: 36px;
|
|
2892
2892
|
font-weight: 500;
|
|
2893
2893
|
}
|
|
2894
2894
|
|
|
2895
2895
|
.models_s5OnKw {
|
|
2896
|
-
color:
|
|
2896
|
+
color: var(--text-base-secondary);
|
|
2897
2897
|
font-size: 16px;
|
|
2898
2898
|
}
|
|
2899
2899
|
|
|
@@ -2908,7 +2908,7 @@ a.link_jFMnzg {
|
|
|
2908
2908
|
}
|
|
2909
2909
|
|
|
2910
2910
|
.feature_s5OnKw {
|
|
2911
|
-
color:
|
|
2911
|
+
color: var(--text-base-primary);
|
|
2912
2912
|
position: relative;
|
|
2913
2913
|
display: flex;
|
|
2914
2914
|
align-items: center;
|
|
@@ -2934,9 +2934,9 @@ a.link_jFMnzg {
|
|
|
2934
2934
|
}
|
|
2935
2935
|
|
|
2936
2936
|
.unlimited_s5OnKw {
|
|
2937
|
+
background-color: var(--background-surface-default);
|
|
2937
2938
|
display: flex;
|
|
2938
|
-
color:
|
|
2939
|
-
background-color: #fff;
|
|
2939
|
+
color: var(--text-base-primary);
|
|
2940
2940
|
border-radius: 360px;
|
|
2941
2941
|
align-items: center;
|
|
2942
2942
|
gap: 4px;
|
|
@@ -2958,7 +2958,7 @@ a.link_jFMnzg {
|
|
|
2958
2958
|
}
|
|
2959
2959
|
|
|
2960
2960
|
.priceValue_s5OnKw {
|
|
2961
|
-
color:
|
|
2961
|
+
color: var(--text-base-primary);
|
|
2962
2962
|
}
|
|
2963
2963
|
|
|
2964
2964
|
.priceWrapper2_s5OnKw {
|
|
@@ -2996,7 +2996,7 @@ a.link_jFMnzg {
|
|
|
2996
2996
|
}
|
|
2997
2997
|
|
|
2998
2998
|
.tooltipIcon_s5OnKw {
|
|
2999
|
-
color:
|
|
2999
|
+
color: var(--text-base-secondary);
|
|
3000
3000
|
}
|
|
3001
3001
|
|
|
3002
3002
|
.tooltip_s5OnKw {
|
|
@@ -3260,7 +3260,7 @@ a.link_jFMnzg {
|
|
|
3260
3260
|
|
|
3261
3261
|
.downgradeConfirmation_eT4yLw {
|
|
3262
3262
|
display: flex;
|
|
3263
|
-
color:
|
|
3263
|
+
color: var(--text-base-primary);
|
|
3264
3264
|
text-align: left;
|
|
3265
3265
|
flex-direction: column;
|
|
3266
3266
|
align-items: flex-start;
|
|
@@ -3306,12 +3306,12 @@ a.link_jFMnzg {
|
|
|
3306
3306
|
|
|
3307
3307
|
.card_SckGZA {
|
|
3308
3308
|
cursor: pointer;
|
|
3309
|
-
color:
|
|
3309
|
+
color: var(--text-base-primary);
|
|
3310
|
+
background: var(--background-surface-default);
|
|
3311
|
+
border: 1px solid var(--border-action-normal);
|
|
3310
3312
|
box-sizing: border-box;
|
|
3311
3313
|
display: flex;
|
|
3312
3314
|
isolation: isolate;
|
|
3313
|
-
background: #fff;
|
|
3314
|
-
border: 1px solid #dee0e3;
|
|
3315
3315
|
border-radius: 16px;
|
|
3316
3316
|
flex-direction: column;
|
|
3317
3317
|
justify-content: space-between;
|
|
@@ -3384,7 +3384,7 @@ a.link_jFMnzg {
|
|
|
3384
3384
|
}
|
|
3385
3385
|
|
|
3386
3386
|
.description_SckGZA {
|
|
3387
|
-
color:
|
|
3387
|
+
color: var(--text-base-secondary);
|
|
3388
3388
|
font-family: Manrope, sans-serif;
|
|
3389
3389
|
font-size: 16px;
|
|
3390
3390
|
font-weight: 400;
|
|
@@ -3430,8 +3430,8 @@ a.link_jFMnzg {
|
|
|
3430
3430
|
.coin_SckGZA {
|
|
3431
3431
|
box-sizing: border-box;
|
|
3432
3432
|
display: flex;
|
|
3433
|
-
background:
|
|
3434
|
-
border: 1px solid
|
|
3433
|
+
background: var(--background-surface-default);
|
|
3434
|
+
border: 1px solid var(--border-action-normal);
|
|
3435
3435
|
border-radius: 10px;
|
|
3436
3436
|
flex-direction: column;
|
|
3437
3437
|
flex: none;
|
|
@@ -5603,12 +5603,12 @@ a.link_jFMnzg {
|
|
|
5603
5603
|
|
|
5604
5604
|
.cardsScroll_tVQJew::-webkit-scrollbar-thumb {
|
|
5605
5605
|
display: block;
|
|
5606
|
-
background-color:
|
|
5606
|
+
background-color: var(--scrollbar-thumb);
|
|
5607
5607
|
border-radius: 2px;
|
|
5608
5608
|
}
|
|
5609
5609
|
|
|
5610
5610
|
.back_tVQJew {
|
|
5611
|
-
color:
|
|
5611
|
+
color: var(--text-base-primary);
|
|
5612
5612
|
flex: 1;
|
|
5613
5613
|
align-self: flex-start;
|
|
5614
5614
|
width: auto;
|
|
@@ -5618,7 +5618,7 @@ a.link_jFMnzg {
|
|
|
5618
5618
|
}
|
|
5619
5619
|
|
|
5620
5620
|
.plansBtn_tVQJew {
|
|
5621
|
-
color:
|
|
5621
|
+
color: var(--text-base-secondary);
|
|
5622
5622
|
display: flex;
|
|
5623
5623
|
cursor: pointer;
|
|
5624
5624
|
align-self: flex-start;
|
|
@@ -5670,7 +5670,7 @@ a.link_jFMnzg {
|
|
|
5670
5670
|
|
|
5671
5671
|
.downgradeConfirmation_tVQJew {
|
|
5672
5672
|
display: flex;
|
|
5673
|
-
color:
|
|
5673
|
+
color: var(--text-base-primary);
|
|
5674
5674
|
text-align: left;
|
|
5675
5675
|
flex-direction: column;
|
|
5676
5676
|
align-items: flex-start;
|
|
@@ -5687,7 +5687,7 @@ a.link_jFMnzg {
|
|
|
5687
5687
|
}
|
|
5688
5688
|
|
|
5689
5689
|
.badge_tVQJew {
|
|
5690
|
-
background-color:
|
|
5690
|
+
background-color: var(--background-hover-subtle);
|
|
5691
5691
|
border-radius: 8px;
|
|
5692
5692
|
padding: 2px 6px;
|
|
5693
5693
|
transition: all .3s;
|
|
@@ -5712,7 +5712,7 @@ a.link_jFMnzg {
|
|
|
5712
5712
|
}
|
|
5713
5713
|
|
|
5714
5714
|
.row_0VfwRg {
|
|
5715
|
-
border-bottom: 1px solid
|
|
5715
|
+
border-bottom: 1px solid var(--border-action-normal);
|
|
5716
5716
|
}
|
|
5717
5717
|
|
|
5718
5718
|
.limit_0VfwRg {
|
|
@@ -5729,7 +5729,7 @@ a.link_jFMnzg {
|
|
|
5729
5729
|
|
|
5730
5730
|
.table_0VfwRg th {
|
|
5731
5731
|
text-align: left;
|
|
5732
|
-
border-right: 1px solid
|
|
5732
|
+
border-right: 1px solid var(--border-action-normal);
|
|
5733
5733
|
font-weight: 400;
|
|
5734
5734
|
}
|
|
5735
5735
|
|
|
@@ -5738,7 +5738,7 @@ a.link_jFMnzg {
|
|
|
5738
5738
|
}
|
|
5739
5739
|
|
|
5740
5740
|
.header_0VfwRg {
|
|
5741
|
-
background-color:
|
|
5741
|
+
background-color: var(--background-button-tertiary);
|
|
5742
5742
|
}
|
|
5743
5743
|
|
|
5744
5744
|
td.currentTariff_0VfwRg {
|
|
@@ -5756,18 +5756,18 @@ td.currentTariff_0VfwRg {
|
|
|
5756
5756
|
}
|
|
5757
5757
|
|
|
5758
5758
|
.modelName_0VfwRg {
|
|
5759
|
-
color:
|
|
5759
|
+
color: var(--text-base-primary);
|
|
5760
5760
|
font-weight: 500;
|
|
5761
5761
|
}
|
|
5762
5762
|
|
|
5763
5763
|
.modelDescription_0VfwRg {
|
|
5764
|
-
color:
|
|
5764
|
+
color: var(--text-base-secondary);
|
|
5765
5765
|
font-size: 12px;
|
|
5766
5766
|
font-weight: 400;
|
|
5767
5767
|
}
|
|
5768
5768
|
|
|
5769
5769
|
.modelDisabled_0VfwRg {
|
|
5770
|
-
color:
|
|
5770
|
+
color: var(--text-base-quaternary);
|
|
5771
5771
|
}
|
|
5772
5772
|
|
|
5773
5773
|
.modelDisabled_0VfwRg.currentTariff_0VfwRg {
|
|
@@ -5775,7 +5775,7 @@ td.currentTariff_0VfwRg {
|
|
|
5775
5775
|
}
|
|
5776
5776
|
|
|
5777
5777
|
.modelLimitReached_0VfwRg {
|
|
5778
|
-
color:
|
|
5778
|
+
color: var(--text-base-secondary);
|
|
5779
5779
|
}
|
|
5780
5780
|
|
|
5781
5781
|
.limits_0VfwRg {
|
|
@@ -5832,7 +5832,7 @@ td.currentTariff_0VfwRg {
|
|
|
5832
5832
|
|
|
5833
5833
|
/* src/features/UserPlan/UserPlanUsage.module.css */
|
|
5834
5834
|
.planUsage_kgooGA {
|
|
5835
|
-
color:
|
|
5835
|
+
color: var(--text-base-secondary);
|
|
5836
5836
|
text-align: left;
|
|
5837
5837
|
width: 100%;
|
|
5838
5838
|
font-size: 16px;
|
|
@@ -5843,7 +5843,7 @@ td.currentTariff_0VfwRg {
|
|
|
5843
5843
|
}
|
|
5844
5844
|
|
|
5845
5845
|
.basicPlan_kgooGA {
|
|
5846
|
-
color:
|
|
5846
|
+
color: var(--text-base-primary);
|
|
5847
5847
|
}
|
|
5848
5848
|
|
|
5849
5849
|
.plusPlan_kgooGA {
|
|
@@ -5863,7 +5863,7 @@ td.currentTariff_0VfwRg {
|
|
|
5863
5863
|
}
|
|
5864
5864
|
|
|
5865
5865
|
.paymentActions_kgooGA {
|
|
5866
|
-
color:
|
|
5866
|
+
color: var(--text-base-secondary);
|
|
5867
5867
|
text-align: center;
|
|
5868
5868
|
display: flex;
|
|
5869
5869
|
justify-content: center;
|
|
@@ -5880,7 +5880,7 @@ td.currentTariff_0VfwRg {
|
|
|
5880
5880
|
|
|
5881
5881
|
.link_kgooGA {
|
|
5882
5882
|
position: relative;
|
|
5883
|
-
color:
|
|
5883
|
+
color: var(--text-base-secondary);
|
|
5884
5884
|
text-decoration: none;
|
|
5885
5885
|
font-family: Manrope, Arial;
|
|
5886
5886
|
font-size: 16px;
|
|
@@ -5893,7 +5893,7 @@ td.currentTariff_0VfwRg {
|
|
|
5893
5893
|
.link_kgooGA:after {
|
|
5894
5894
|
content: "";
|
|
5895
5895
|
position: absolute;
|
|
5896
|
-
background-color:
|
|
5896
|
+
background-color: var(--background-hover-subtle-strong);
|
|
5897
5897
|
width: 100%;
|
|
5898
5898
|
height: 2px;
|
|
5899
5899
|
bottom: -3px;
|
|
@@ -5926,7 +5926,7 @@ td.currentTariff_0VfwRg {
|
|
|
5926
5926
|
}
|
|
5927
5927
|
|
|
5928
5928
|
.cancel_kgooGA {
|
|
5929
|
-
color:
|
|
5929
|
+
color: var(--text-base-secondary);
|
|
5930
5930
|
cursor: pointer;
|
|
5931
5931
|
text-decoration: underline;
|
|
5932
5932
|
font-size: 16px;
|
|
@@ -10281,7 +10281,7 @@ input.rename_i3VZwA {
|
|
|
10281
10281
|
|
|
10282
10282
|
.wrapper_jjcYzw {
|
|
10283
10283
|
display: flex;
|
|
10284
|
-
color:
|
|
10284
|
+
color: var(--text-base-primary);
|
|
10285
10285
|
touch-action: auto;
|
|
10286
10286
|
-webkit-overflow-scrolling: touch;
|
|
10287
10287
|
gap: 16px;
|
|
@@ -10291,7 +10291,7 @@ input.rename_i3VZwA {
|
|
|
10291
10291
|
}
|
|
10292
10292
|
|
|
10293
10293
|
.sidebar_jjcYzw {
|
|
10294
|
-
border-right: 1px solid
|
|
10294
|
+
border-right: 1px solid var(--border-action-normal);
|
|
10295
10295
|
width: 280px;
|
|
10296
10296
|
padding: 16px 0;
|
|
10297
10297
|
}
|
|
@@ -10369,7 +10369,7 @@ input.rename_i3VZwA {
|
|
|
10369
10369
|
}
|
|
10370
10370
|
|
|
10371
10371
|
.noTemplatesText_jjcYzw {
|
|
10372
|
-
color:
|
|
10372
|
+
color: var(--text-base-secondary);
|
|
10373
10373
|
letter-spacing: -.014em;
|
|
10374
10374
|
margin-top: 12px;
|
|
10375
10375
|
font-family: Manrope;
|
|
@@ -10403,14 +10403,14 @@ input.rename_i3VZwA {
|
|
|
10403
10403
|
}
|
|
10404
10404
|
|
|
10405
10405
|
.burgerMenuContainer_jjcYzw > button:hover {
|
|
10406
|
-
background-color:
|
|
10406
|
+
background-color: var(--background-hover-subtle);
|
|
10407
10407
|
}
|
|
10408
10408
|
|
|
10409
10409
|
.burgerMenu_jjcYzw {
|
|
10410
10410
|
display: none;
|
|
10411
10411
|
position: absolute;
|
|
10412
10412
|
z-index: 5;
|
|
10413
|
-
border: 1px solid
|
|
10413
|
+
border: 1px solid var(--border-action-normal);
|
|
10414
10414
|
border-radius: 10px;
|
|
10415
10415
|
min-width: 200px;
|
|
10416
10416
|
padding: 0 8px 12px 16px;
|
|
@@ -10419,7 +10419,7 @@ input.rename_i3VZwA {
|
|
|
10419
10419
|
|
|
10420
10420
|
.activeBurgerMenu_jjcYzw {
|
|
10421
10421
|
display: block;
|
|
10422
|
-
background-color:
|
|
10422
|
+
background-color: var(--background-surface-default);
|
|
10423
10423
|
}
|
|
10424
10424
|
}
|
|
10425
10425
|
|
|
@@ -10449,7 +10449,7 @@ input.rename_i3VZwA {
|
|
|
10449
10449
|
|
|
10450
10450
|
.scrollContainer_sz3AqQ::-webkit-scrollbar-thumb {
|
|
10451
10451
|
display: block;
|
|
10452
|
-
background-color:
|
|
10452
|
+
background-color: var(--scrollbar-thumb);
|
|
10453
10453
|
border-radius: 4px;
|
|
10454
10454
|
}
|
|
10455
10455
|
|
|
@@ -10462,7 +10462,7 @@ input.rename_i3VZwA {
|
|
|
10462
10462
|
.backBtn_sz3AqQ {
|
|
10463
10463
|
display: flex;
|
|
10464
10464
|
letter-spacing: -.005em;
|
|
10465
|
-
color:
|
|
10465
|
+
color: var(--text-base-secondary);
|
|
10466
10466
|
cursor: pointer;
|
|
10467
10467
|
align-items: center;
|
|
10468
10468
|
gap: 4px;
|
|
@@ -10475,7 +10475,7 @@ input.rename_i3VZwA {
|
|
|
10475
10475
|
|
|
10476
10476
|
.mainSection_sz3AqQ {
|
|
10477
10477
|
display: flex;
|
|
10478
|
-
border: 1px solid
|
|
10478
|
+
border: 1px solid var(--border-action-normal);
|
|
10479
10479
|
border-radius: 16px;
|
|
10480
10480
|
flex-wrap: nowrap;
|
|
10481
10481
|
justify-content: center;
|
|
@@ -10507,7 +10507,7 @@ input.rename_i3VZwA {
|
|
|
10507
10507
|
}
|
|
10508
10508
|
|
|
10509
10509
|
.description_sz3AqQ {
|
|
10510
|
-
color:
|
|
10510
|
+
color: var(--text-base-secondary);
|
|
10511
10511
|
letter-spacing: -.01em;
|
|
10512
10512
|
word-break: break-word;
|
|
10513
10513
|
display: inline-block;
|
|
@@ -10531,7 +10531,7 @@ input.rename_i3VZwA {
|
|
|
10531
10531
|
|
|
10532
10532
|
.description_sz3AqQ::-webkit-scrollbar-thumb {
|
|
10533
10533
|
display: block;
|
|
10534
|
-
background-color:
|
|
10534
|
+
background-color: var(--scrollbar-thumb);
|
|
10535
10535
|
border-radius: 4px;
|
|
10536
10536
|
}
|
|
10537
10537
|
|
|
@@ -10610,7 +10610,7 @@ input.rename_i3VZwA {
|
|
|
10610
10610
|
|
|
10611
10611
|
.templatesGrid_2qNmAA::-webkit-scrollbar-thumb {
|
|
10612
10612
|
display: block;
|
|
10613
|
-
background-color:
|
|
10613
|
+
background-color: var(--scrollbar-thumb);
|
|
10614
10614
|
border-radius: 4px;
|
|
10615
10615
|
}
|
|
10616
10616
|
|
|
@@ -10632,10 +10632,10 @@ input.rename_i3VZwA {
|
|
|
10632
10632
|
/* src/features/Templates/SelectTemplateModal/TemplateItemsGrid/TemplateItem/templateItem.module.css */
|
|
10633
10633
|
.card_DKl9Ew {
|
|
10634
10634
|
display: flex;
|
|
10635
|
-
|
|
10635
|
+
border: 1px solid var(--border-action-normal);
|
|
10636
|
+
color: var(--text-base-primary);
|
|
10636
10637
|
touch-action: auto;
|
|
10637
10638
|
-webkit-tap-highlight-color: transparent;
|
|
10638
|
-
border: 1px solid #e9eaec;
|
|
10639
10639
|
border-radius: 16px;
|
|
10640
10640
|
flex-flow: column wrap;
|
|
10641
10641
|
gap: 16px;
|
|
@@ -10706,7 +10706,7 @@ input.rename_i3VZwA {
|
|
|
10706
10706
|
}
|
|
10707
10707
|
|
|
10708
10708
|
.categoryName_BAXXOA {
|
|
10709
|
-
color:
|
|
10709
|
+
color: var(--text-base-secondary);
|
|
10710
10710
|
font-size: 12px;
|
|
10711
10711
|
font-weight: 500;
|
|
10712
10712
|
line-height: 16px;
|
|
@@ -10735,7 +10735,7 @@ input.rename_i3VZwA {
|
|
|
10735
10735
|
}
|
|
10736
10736
|
|
|
10737
10737
|
.categoryItem_BAXXOA:hover, .activeCategoryItem_BAXXOA {
|
|
10738
|
-
background-color:
|
|
10738
|
+
background-color: var(--background-hover-subtle);
|
|
10739
10739
|
}
|
|
10740
10740
|
|
|
10741
10741
|
@media (max-width: 768px) {
|
|
@@ -10749,12 +10749,12 @@ input.rename_i3VZwA {
|
|
|
10749
10749
|
position: relative;
|
|
10750
10750
|
display: inline-block;
|
|
10751
10751
|
text-align: left;
|
|
10752
|
-
color:
|
|
10752
|
+
color: var(--text-base-secondary);
|
|
10753
10753
|
}
|
|
10754
10754
|
|
|
10755
10755
|
.dropdownButton_GA2Vsw {
|
|
10756
10756
|
display: flex;
|
|
10757
|
-
color:
|
|
10757
|
+
color: var(--text-base-secondary);
|
|
10758
10758
|
letter-spacing: -.005em;
|
|
10759
10759
|
background: none;
|
|
10760
10760
|
border: none;
|
|
@@ -10771,14 +10771,14 @@ input.rename_i3VZwA {
|
|
|
10771
10771
|
}
|
|
10772
10772
|
|
|
10773
10773
|
.dropdownButton_GA2Vsw:hover {
|
|
10774
|
-
background-color:
|
|
10774
|
+
background-color: var(--background-hover-subtle);
|
|
10775
10775
|
}
|
|
10776
10776
|
|
|
10777
10777
|
.dropdownMenu_GA2Vsw {
|
|
10778
10778
|
position: absolute;
|
|
10779
|
+
background-color: var(--background-surface-default);
|
|
10779
10780
|
z-index: 1;
|
|
10780
|
-
|
|
10781
|
-
border: 1px solid #dee0e3;
|
|
10781
|
+
border: 1px solid var(--border-action-normal);
|
|
10782
10782
|
border-radius: 8px;
|
|
10783
10783
|
width: 180px;
|
|
10784
10784
|
padding: 4px;
|
|
@@ -10799,7 +10799,7 @@ input.rename_i3VZwA {
|
|
|
10799
10799
|
}
|
|
10800
10800
|
|
|
10801
10801
|
.dropdownItemActive_GA2Vsw, .dropdownItem_GA2Vsw:hover {
|
|
10802
|
-
background-color:
|
|
10802
|
+
background-color: var(--background-hover-subtle);
|
|
10803
10803
|
}
|
|
10804
10804
|
|
|
10805
10805
|
/* src/features/ToolsPanel/Buttons/EventList/EventList.module.css */
|