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/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,8 @@
|
|
|
31
31
|
rel="stylesheet"
|
|
32
32
|
/>
|
|
33
33
|
|
|
34
|
-
<link rel="stylesheet" crossorigin href="/chunk-
|
|
35
|
-
<script type="module" crossorigin src="/chunk-
|
|
34
|
+
<link rel="stylesheet" crossorigin href="/chunk-dr0g41aw.css"><script src="/env.js"></script>
|
|
35
|
+
<script type="module" crossorigin src="/chunk-zfnz46n9.js"></script></head>
|
|
36
36
|
|
|
37
37
|
<body
|
|
38
38
|
style="
|