microboard-ui-temp 0.9.7 → 0.9.9
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/example.html +14 -2
- package/dist/index.css +56 -56
- package/dist/index.html +14 -2
- package/dist/spa.css +56 -56
- 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 */
|
package/dist/example.html
CHANGED
|
@@ -31,8 +31,20 @@
|
|
|
31
31
|
rel="stylesheet"
|
|
32
32
|
/>
|
|
33
33
|
|
|
34
|
-
|
|
35
|
-
<script
|
|
34
|
+
<script src="/env.js"></script>
|
|
35
|
+
<script>
|
|
36
|
+
(function () {
|
|
37
|
+
var s = localStorage.getItem("ui-theme");
|
|
38
|
+
var t =
|
|
39
|
+
s === "light" || s === "dark"
|
|
40
|
+
? s
|
|
41
|
+
: window.matchMedia("(prefers-color-scheme: dark)").matches
|
|
42
|
+
? "dark"
|
|
43
|
+
: "light";
|
|
44
|
+
document.documentElement.setAttribute("data-theme", t);
|
|
45
|
+
})();
|
|
46
|
+
</script>
|
|
47
|
+
<link rel="stylesheet" crossorigin href="/chunk-dr0g41aw.css"><script type="module" crossorigin src="/chunk-zfnz46n9.js"></script></head>
|
|
36
48
|
|
|
37
49
|
<body
|
|
38
50
|
style="
|
package/dist/index.css
CHANGED
|
@@ -2616,8 +2616,8 @@ a.link_jFMnzg {
|
|
|
2616
2616
|
/* src/features/UserPlan/PlanCard.module.css */
|
|
2617
2617
|
.card_s5OnKw {
|
|
2618
2618
|
background-color: var(--bg-color);
|
|
2619
|
+
border: 1px solid var(--border-action-normal);
|
|
2619
2620
|
display: flex;
|
|
2620
|
-
border: 1px solid #0a0f2914;
|
|
2621
2621
|
border-radius: 24px;
|
|
2622
2622
|
flex-direction: column;
|
|
2623
2623
|
align-items: stretch;
|
|
@@ -2629,7 +2629,7 @@ a.link_jFMnzg {
|
|
|
2629
2629
|
}
|
|
2630
2630
|
|
|
2631
2631
|
.basic_s5OnKw {
|
|
2632
|
-
--bg-color:
|
|
2632
|
+
--bg-color: var(--background-surface-default);
|
|
2633
2633
|
}
|
|
2634
2634
|
|
|
2635
2635
|
.plus_s5OnKw {
|
|
@@ -2652,13 +2652,13 @@ a.link_jFMnzg {
|
|
|
2652
2652
|
}
|
|
2653
2653
|
|
|
2654
2654
|
.price_s5OnKw {
|
|
2655
|
-
color:
|
|
2655
|
+
color: var(--text-base-primary);
|
|
2656
2656
|
font-size: 36px;
|
|
2657
2657
|
font-weight: 500;
|
|
2658
2658
|
}
|
|
2659
2659
|
|
|
2660
2660
|
.models_s5OnKw {
|
|
2661
|
-
color:
|
|
2661
|
+
color: var(--text-base-secondary);
|
|
2662
2662
|
font-size: 16px;
|
|
2663
2663
|
}
|
|
2664
2664
|
|
|
@@ -2673,7 +2673,7 @@ a.link_jFMnzg {
|
|
|
2673
2673
|
}
|
|
2674
2674
|
|
|
2675
2675
|
.feature_s5OnKw {
|
|
2676
|
-
color:
|
|
2676
|
+
color: var(--text-base-primary);
|
|
2677
2677
|
position: relative;
|
|
2678
2678
|
display: flex;
|
|
2679
2679
|
align-items: center;
|
|
@@ -2699,9 +2699,9 @@ a.link_jFMnzg {
|
|
|
2699
2699
|
}
|
|
2700
2700
|
|
|
2701
2701
|
.unlimited_s5OnKw {
|
|
2702
|
+
background-color: var(--background-surface-default);
|
|
2702
2703
|
display: flex;
|
|
2703
|
-
color:
|
|
2704
|
-
background-color: #fff;
|
|
2704
|
+
color: var(--text-base-primary);
|
|
2705
2705
|
border-radius: 360px;
|
|
2706
2706
|
align-items: center;
|
|
2707
2707
|
gap: 4px;
|
|
@@ -2723,7 +2723,7 @@ a.link_jFMnzg {
|
|
|
2723
2723
|
}
|
|
2724
2724
|
|
|
2725
2725
|
.priceValue_s5OnKw {
|
|
2726
|
-
color:
|
|
2726
|
+
color: var(--text-base-primary);
|
|
2727
2727
|
}
|
|
2728
2728
|
|
|
2729
2729
|
.priceWrapper2_s5OnKw {
|
|
@@ -2761,7 +2761,7 @@ a.link_jFMnzg {
|
|
|
2761
2761
|
}
|
|
2762
2762
|
|
|
2763
2763
|
.tooltipIcon_s5OnKw {
|
|
2764
|
-
color:
|
|
2764
|
+
color: var(--text-base-secondary);
|
|
2765
2765
|
}
|
|
2766
2766
|
|
|
2767
2767
|
.tooltip_s5OnKw {
|
|
@@ -3025,7 +3025,7 @@ a.link_jFMnzg {
|
|
|
3025
3025
|
|
|
3026
3026
|
.downgradeConfirmation_eT4yLw {
|
|
3027
3027
|
display: flex;
|
|
3028
|
-
color:
|
|
3028
|
+
color: var(--text-base-primary);
|
|
3029
3029
|
text-align: left;
|
|
3030
3030
|
flex-direction: column;
|
|
3031
3031
|
align-items: flex-start;
|
|
@@ -3071,12 +3071,12 @@ a.link_jFMnzg {
|
|
|
3071
3071
|
|
|
3072
3072
|
.card_SckGZA {
|
|
3073
3073
|
cursor: pointer;
|
|
3074
|
-
color:
|
|
3074
|
+
color: var(--text-base-primary);
|
|
3075
|
+
background: var(--background-surface-default);
|
|
3076
|
+
border: 1px solid var(--border-action-normal);
|
|
3075
3077
|
box-sizing: border-box;
|
|
3076
3078
|
display: flex;
|
|
3077
3079
|
isolation: isolate;
|
|
3078
|
-
background: #fff;
|
|
3079
|
-
border: 1px solid #dee0e3;
|
|
3080
3080
|
border-radius: 16px;
|
|
3081
3081
|
flex-direction: column;
|
|
3082
3082
|
justify-content: space-between;
|
|
@@ -3149,7 +3149,7 @@ a.link_jFMnzg {
|
|
|
3149
3149
|
}
|
|
3150
3150
|
|
|
3151
3151
|
.description_SckGZA {
|
|
3152
|
-
color:
|
|
3152
|
+
color: var(--text-base-secondary);
|
|
3153
3153
|
font-family: Manrope, sans-serif;
|
|
3154
3154
|
font-size: 16px;
|
|
3155
3155
|
font-weight: 400;
|
|
@@ -3195,8 +3195,8 @@ a.link_jFMnzg {
|
|
|
3195
3195
|
.coin_SckGZA {
|
|
3196
3196
|
box-sizing: border-box;
|
|
3197
3197
|
display: flex;
|
|
3198
|
-
background:
|
|
3199
|
-
border: 1px solid
|
|
3198
|
+
background: var(--background-surface-default);
|
|
3199
|
+
border: 1px solid var(--border-action-normal);
|
|
3200
3200
|
border-radius: 10px;
|
|
3201
3201
|
flex-direction: column;
|
|
3202
3202
|
flex: none;
|
|
@@ -5368,12 +5368,12 @@ a.link_jFMnzg {
|
|
|
5368
5368
|
|
|
5369
5369
|
.cardsScroll_tVQJew::-webkit-scrollbar-thumb {
|
|
5370
5370
|
display: block;
|
|
5371
|
-
background-color:
|
|
5371
|
+
background-color: var(--scrollbar-thumb);
|
|
5372
5372
|
border-radius: 2px;
|
|
5373
5373
|
}
|
|
5374
5374
|
|
|
5375
5375
|
.back_tVQJew {
|
|
5376
|
-
color:
|
|
5376
|
+
color: var(--text-base-primary);
|
|
5377
5377
|
flex: 1;
|
|
5378
5378
|
align-self: flex-start;
|
|
5379
5379
|
width: auto;
|
|
@@ -5383,7 +5383,7 @@ a.link_jFMnzg {
|
|
|
5383
5383
|
}
|
|
5384
5384
|
|
|
5385
5385
|
.plansBtn_tVQJew {
|
|
5386
|
-
color:
|
|
5386
|
+
color: var(--text-base-secondary);
|
|
5387
5387
|
display: flex;
|
|
5388
5388
|
cursor: pointer;
|
|
5389
5389
|
align-self: flex-start;
|
|
@@ -5435,7 +5435,7 @@ a.link_jFMnzg {
|
|
|
5435
5435
|
|
|
5436
5436
|
.downgradeConfirmation_tVQJew {
|
|
5437
5437
|
display: flex;
|
|
5438
|
-
color:
|
|
5438
|
+
color: var(--text-base-primary);
|
|
5439
5439
|
text-align: left;
|
|
5440
5440
|
flex-direction: column;
|
|
5441
5441
|
align-items: flex-start;
|
|
@@ -5452,7 +5452,7 @@ a.link_jFMnzg {
|
|
|
5452
5452
|
}
|
|
5453
5453
|
|
|
5454
5454
|
.badge_tVQJew {
|
|
5455
|
-
background-color:
|
|
5455
|
+
background-color: var(--background-hover-subtle);
|
|
5456
5456
|
border-radius: 8px;
|
|
5457
5457
|
padding: 2px 6px;
|
|
5458
5458
|
transition: all .3s;
|
|
@@ -5477,7 +5477,7 @@ a.link_jFMnzg {
|
|
|
5477
5477
|
}
|
|
5478
5478
|
|
|
5479
5479
|
.row_0VfwRg {
|
|
5480
|
-
border-bottom: 1px solid
|
|
5480
|
+
border-bottom: 1px solid var(--border-action-normal);
|
|
5481
5481
|
}
|
|
5482
5482
|
|
|
5483
5483
|
.limit_0VfwRg {
|
|
@@ -5494,7 +5494,7 @@ a.link_jFMnzg {
|
|
|
5494
5494
|
|
|
5495
5495
|
.table_0VfwRg th {
|
|
5496
5496
|
text-align: left;
|
|
5497
|
-
border-right: 1px solid
|
|
5497
|
+
border-right: 1px solid var(--border-action-normal);
|
|
5498
5498
|
font-weight: 400;
|
|
5499
5499
|
}
|
|
5500
5500
|
|
|
@@ -5503,7 +5503,7 @@ a.link_jFMnzg {
|
|
|
5503
5503
|
}
|
|
5504
5504
|
|
|
5505
5505
|
.header_0VfwRg {
|
|
5506
|
-
background-color:
|
|
5506
|
+
background-color: var(--background-button-tertiary);
|
|
5507
5507
|
}
|
|
5508
5508
|
|
|
5509
5509
|
td.currentTariff_0VfwRg {
|
|
@@ -5521,18 +5521,18 @@ td.currentTariff_0VfwRg {
|
|
|
5521
5521
|
}
|
|
5522
5522
|
|
|
5523
5523
|
.modelName_0VfwRg {
|
|
5524
|
-
color:
|
|
5524
|
+
color: var(--text-base-primary);
|
|
5525
5525
|
font-weight: 500;
|
|
5526
5526
|
}
|
|
5527
5527
|
|
|
5528
5528
|
.modelDescription_0VfwRg {
|
|
5529
|
-
color:
|
|
5529
|
+
color: var(--text-base-secondary);
|
|
5530
5530
|
font-size: 12px;
|
|
5531
5531
|
font-weight: 400;
|
|
5532
5532
|
}
|
|
5533
5533
|
|
|
5534
5534
|
.modelDisabled_0VfwRg {
|
|
5535
|
-
color:
|
|
5535
|
+
color: var(--text-base-quaternary);
|
|
5536
5536
|
}
|
|
5537
5537
|
|
|
5538
5538
|
.modelDisabled_0VfwRg.currentTariff_0VfwRg {
|
|
@@ -5540,7 +5540,7 @@ td.currentTariff_0VfwRg {
|
|
|
5540
5540
|
}
|
|
5541
5541
|
|
|
5542
5542
|
.modelLimitReached_0VfwRg {
|
|
5543
|
-
color:
|
|
5543
|
+
color: var(--text-base-secondary);
|
|
5544
5544
|
}
|
|
5545
5545
|
|
|
5546
5546
|
.limits_0VfwRg {
|
|
@@ -5597,7 +5597,7 @@ td.currentTariff_0VfwRg {
|
|
|
5597
5597
|
|
|
5598
5598
|
/* src/features/UserPlan/UserPlanUsage.module.css */
|
|
5599
5599
|
.planUsage_kgooGA {
|
|
5600
|
-
color:
|
|
5600
|
+
color: var(--text-base-secondary);
|
|
5601
5601
|
text-align: left;
|
|
5602
5602
|
width: 100%;
|
|
5603
5603
|
font-size: 16px;
|
|
@@ -5608,7 +5608,7 @@ td.currentTariff_0VfwRg {
|
|
|
5608
5608
|
}
|
|
5609
5609
|
|
|
5610
5610
|
.basicPlan_kgooGA {
|
|
5611
|
-
color:
|
|
5611
|
+
color: var(--text-base-primary);
|
|
5612
5612
|
}
|
|
5613
5613
|
|
|
5614
5614
|
.plusPlan_kgooGA {
|
|
@@ -5628,7 +5628,7 @@ td.currentTariff_0VfwRg {
|
|
|
5628
5628
|
}
|
|
5629
5629
|
|
|
5630
5630
|
.paymentActions_kgooGA {
|
|
5631
|
-
color:
|
|
5631
|
+
color: var(--text-base-secondary);
|
|
5632
5632
|
text-align: center;
|
|
5633
5633
|
display: flex;
|
|
5634
5634
|
justify-content: center;
|
|
@@ -5645,7 +5645,7 @@ td.currentTariff_0VfwRg {
|
|
|
5645
5645
|
|
|
5646
5646
|
.link_kgooGA {
|
|
5647
5647
|
position: relative;
|
|
5648
|
-
color:
|
|
5648
|
+
color: var(--text-base-secondary);
|
|
5649
5649
|
text-decoration: none;
|
|
5650
5650
|
font-family: Manrope, Arial;
|
|
5651
5651
|
font-size: 16px;
|
|
@@ -5658,7 +5658,7 @@ td.currentTariff_0VfwRg {
|
|
|
5658
5658
|
.link_kgooGA:after {
|
|
5659
5659
|
content: "";
|
|
5660
5660
|
position: absolute;
|
|
5661
|
-
background-color:
|
|
5661
|
+
background-color: var(--background-hover-subtle-strong);
|
|
5662
5662
|
width: 100%;
|
|
5663
5663
|
height: 2px;
|
|
5664
5664
|
bottom: -3px;
|
|
@@ -5691,7 +5691,7 @@ td.currentTariff_0VfwRg {
|
|
|
5691
5691
|
}
|
|
5692
5692
|
|
|
5693
5693
|
.cancel_kgooGA {
|
|
5694
|
-
color:
|
|
5694
|
+
color: var(--text-base-secondary);
|
|
5695
5695
|
cursor: pointer;
|
|
5696
5696
|
text-decoration: underline;
|
|
5697
5697
|
font-size: 16px;
|
|
@@ -10046,7 +10046,7 @@ input.rename_i3VZwA {
|
|
|
10046
10046
|
|
|
10047
10047
|
.wrapper_jjcYzw {
|
|
10048
10048
|
display: flex;
|
|
10049
|
-
color:
|
|
10049
|
+
color: var(--text-base-primary);
|
|
10050
10050
|
touch-action: auto;
|
|
10051
10051
|
-webkit-overflow-scrolling: touch;
|
|
10052
10052
|
gap: 16px;
|
|
@@ -10056,7 +10056,7 @@ input.rename_i3VZwA {
|
|
|
10056
10056
|
}
|
|
10057
10057
|
|
|
10058
10058
|
.sidebar_jjcYzw {
|
|
10059
|
-
border-right: 1px solid
|
|
10059
|
+
border-right: 1px solid var(--border-action-normal);
|
|
10060
10060
|
width: 280px;
|
|
10061
10061
|
padding: 16px 0;
|
|
10062
10062
|
}
|
|
@@ -10134,7 +10134,7 @@ input.rename_i3VZwA {
|
|
|
10134
10134
|
}
|
|
10135
10135
|
|
|
10136
10136
|
.noTemplatesText_jjcYzw {
|
|
10137
|
-
color:
|
|
10137
|
+
color: var(--text-base-secondary);
|
|
10138
10138
|
letter-spacing: -.014em;
|
|
10139
10139
|
margin-top: 12px;
|
|
10140
10140
|
font-family: Manrope;
|
|
@@ -10168,14 +10168,14 @@ input.rename_i3VZwA {
|
|
|
10168
10168
|
}
|
|
10169
10169
|
|
|
10170
10170
|
.burgerMenuContainer_jjcYzw > button:hover {
|
|
10171
|
-
background-color:
|
|
10171
|
+
background-color: var(--background-hover-subtle);
|
|
10172
10172
|
}
|
|
10173
10173
|
|
|
10174
10174
|
.burgerMenu_jjcYzw {
|
|
10175
10175
|
display: none;
|
|
10176
10176
|
position: absolute;
|
|
10177
10177
|
z-index: 5;
|
|
10178
|
-
border: 1px solid
|
|
10178
|
+
border: 1px solid var(--border-action-normal);
|
|
10179
10179
|
border-radius: 10px;
|
|
10180
10180
|
min-width: 200px;
|
|
10181
10181
|
padding: 0 8px 12px 16px;
|
|
@@ -10184,7 +10184,7 @@ input.rename_i3VZwA {
|
|
|
10184
10184
|
|
|
10185
10185
|
.activeBurgerMenu_jjcYzw {
|
|
10186
10186
|
display: block;
|
|
10187
|
-
background-color:
|
|
10187
|
+
background-color: var(--background-surface-default);
|
|
10188
10188
|
}
|
|
10189
10189
|
}
|
|
10190
10190
|
|
|
@@ -10214,7 +10214,7 @@ input.rename_i3VZwA {
|
|
|
10214
10214
|
|
|
10215
10215
|
.scrollContainer_sz3AqQ::-webkit-scrollbar-thumb {
|
|
10216
10216
|
display: block;
|
|
10217
|
-
background-color:
|
|
10217
|
+
background-color: var(--scrollbar-thumb);
|
|
10218
10218
|
border-radius: 4px;
|
|
10219
10219
|
}
|
|
10220
10220
|
|
|
@@ -10227,7 +10227,7 @@ input.rename_i3VZwA {
|
|
|
10227
10227
|
.backBtn_sz3AqQ {
|
|
10228
10228
|
display: flex;
|
|
10229
10229
|
letter-spacing: -.005em;
|
|
10230
|
-
color:
|
|
10230
|
+
color: var(--text-base-secondary);
|
|
10231
10231
|
cursor: pointer;
|
|
10232
10232
|
align-items: center;
|
|
10233
10233
|
gap: 4px;
|
|
@@ -10240,7 +10240,7 @@ input.rename_i3VZwA {
|
|
|
10240
10240
|
|
|
10241
10241
|
.mainSection_sz3AqQ {
|
|
10242
10242
|
display: flex;
|
|
10243
|
-
border: 1px solid
|
|
10243
|
+
border: 1px solid var(--border-action-normal);
|
|
10244
10244
|
border-radius: 16px;
|
|
10245
10245
|
flex-wrap: nowrap;
|
|
10246
10246
|
justify-content: center;
|
|
@@ -10272,7 +10272,7 @@ input.rename_i3VZwA {
|
|
|
10272
10272
|
}
|
|
10273
10273
|
|
|
10274
10274
|
.description_sz3AqQ {
|
|
10275
|
-
color:
|
|
10275
|
+
color: var(--text-base-secondary);
|
|
10276
10276
|
letter-spacing: -.01em;
|
|
10277
10277
|
word-break: break-word;
|
|
10278
10278
|
display: inline-block;
|
|
@@ -10296,7 +10296,7 @@ input.rename_i3VZwA {
|
|
|
10296
10296
|
|
|
10297
10297
|
.description_sz3AqQ::-webkit-scrollbar-thumb {
|
|
10298
10298
|
display: block;
|
|
10299
|
-
background-color:
|
|
10299
|
+
background-color: var(--scrollbar-thumb);
|
|
10300
10300
|
border-radius: 4px;
|
|
10301
10301
|
}
|
|
10302
10302
|
|
|
@@ -10375,7 +10375,7 @@ input.rename_i3VZwA {
|
|
|
10375
10375
|
|
|
10376
10376
|
.templatesGrid_2qNmAA::-webkit-scrollbar-thumb {
|
|
10377
10377
|
display: block;
|
|
10378
|
-
background-color:
|
|
10378
|
+
background-color: var(--scrollbar-thumb);
|
|
10379
10379
|
border-radius: 4px;
|
|
10380
10380
|
}
|
|
10381
10381
|
|
|
@@ -10397,10 +10397,10 @@ input.rename_i3VZwA {
|
|
|
10397
10397
|
/* src/features/Templates/SelectTemplateModal/TemplateItemsGrid/TemplateItem/templateItem.module.css */
|
|
10398
10398
|
.card_DKl9Ew {
|
|
10399
10399
|
display: flex;
|
|
10400
|
-
|
|
10400
|
+
border: 1px solid var(--border-action-normal);
|
|
10401
|
+
color: var(--text-base-primary);
|
|
10401
10402
|
touch-action: auto;
|
|
10402
10403
|
-webkit-tap-highlight-color: transparent;
|
|
10403
|
-
border: 1px solid #e9eaec;
|
|
10404
10404
|
border-radius: 16px;
|
|
10405
10405
|
flex-flow: column wrap;
|
|
10406
10406
|
gap: 16px;
|
|
@@ -10471,7 +10471,7 @@ input.rename_i3VZwA {
|
|
|
10471
10471
|
}
|
|
10472
10472
|
|
|
10473
10473
|
.categoryName_BAXXOA {
|
|
10474
|
-
color:
|
|
10474
|
+
color: var(--text-base-secondary);
|
|
10475
10475
|
font-size: 12px;
|
|
10476
10476
|
font-weight: 500;
|
|
10477
10477
|
line-height: 16px;
|
|
@@ -10500,7 +10500,7 @@ input.rename_i3VZwA {
|
|
|
10500
10500
|
}
|
|
10501
10501
|
|
|
10502
10502
|
.categoryItem_BAXXOA:hover, .activeCategoryItem_BAXXOA {
|
|
10503
|
-
background-color:
|
|
10503
|
+
background-color: var(--background-hover-subtle);
|
|
10504
10504
|
}
|
|
10505
10505
|
|
|
10506
10506
|
@media (max-width: 768px) {
|
|
@@ -10514,12 +10514,12 @@ input.rename_i3VZwA {
|
|
|
10514
10514
|
position: relative;
|
|
10515
10515
|
display: inline-block;
|
|
10516
10516
|
text-align: left;
|
|
10517
|
-
color:
|
|
10517
|
+
color: var(--text-base-secondary);
|
|
10518
10518
|
}
|
|
10519
10519
|
|
|
10520
10520
|
.dropdownButton_GA2Vsw {
|
|
10521
10521
|
display: flex;
|
|
10522
|
-
color:
|
|
10522
|
+
color: var(--text-base-secondary);
|
|
10523
10523
|
letter-spacing: -.005em;
|
|
10524
10524
|
background: none;
|
|
10525
10525
|
border: none;
|
|
@@ -10536,14 +10536,14 @@ input.rename_i3VZwA {
|
|
|
10536
10536
|
}
|
|
10537
10537
|
|
|
10538
10538
|
.dropdownButton_GA2Vsw:hover {
|
|
10539
|
-
background-color:
|
|
10539
|
+
background-color: var(--background-hover-subtle);
|
|
10540
10540
|
}
|
|
10541
10541
|
|
|
10542
10542
|
.dropdownMenu_GA2Vsw {
|
|
10543
10543
|
position: absolute;
|
|
10544
|
+
background-color: var(--background-surface-default);
|
|
10544
10545
|
z-index: 1;
|
|
10545
|
-
|
|
10546
|
-
border: 1px solid #dee0e3;
|
|
10546
|
+
border: 1px solid var(--border-action-normal);
|
|
10547
10547
|
border-radius: 8px;
|
|
10548
10548
|
width: 180px;
|
|
10549
10549
|
padding: 4px;
|
|
@@ -10564,7 +10564,7 @@ input.rename_i3VZwA {
|
|
|
10564
10564
|
}
|
|
10565
10565
|
|
|
10566
10566
|
.dropdownItemActive_GA2Vsw, .dropdownItem_GA2Vsw:hover {
|
|
10567
|
-
background-color:
|
|
10567
|
+
background-color: var(--background-hover-subtle);
|
|
10568
10568
|
}
|
|
10569
10569
|
|
|
10570
10570
|
/* src/features/ToolsPanel/Buttons/EventList/EventList.module.css */
|
package/dist/index.html
CHANGED
|
@@ -31,8 +31,20 @@
|
|
|
31
31
|
rel="stylesheet"
|
|
32
32
|
/>
|
|
33
33
|
|
|
34
|
-
|
|
35
|
-
<script
|
|
34
|
+
<script src="/env.js"></script>
|
|
35
|
+
<script>
|
|
36
|
+
(function () {
|
|
37
|
+
var s = localStorage.getItem("ui-theme");
|
|
38
|
+
var t =
|
|
39
|
+
s === "light" || s === "dark"
|
|
40
|
+
? s
|
|
41
|
+
: window.matchMedia("(prefers-color-scheme: dark)").matches
|
|
42
|
+
? "dark"
|
|
43
|
+
: "light";
|
|
44
|
+
document.documentElement.setAttribute("data-theme", t);
|
|
45
|
+
})();
|
|
46
|
+
</script>
|
|
47
|
+
<link rel="stylesheet" crossorigin href="/chunk-dr0g41aw.css"><script type="module" crossorigin src="/chunk-zfnz46n9.js"></script></head>
|
|
36
48
|
|
|
37
49
|
<body
|
|
38
50
|
style="
|
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 */
|