@seed-design/figma 1.3.12 → 1.3.13
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/lib/codegen/index.cjs +1010 -258
- package/lib/codegen/index.js +1010 -258
- package/lib/codegen/targets/react/index.cjs +1103 -369
- package/lib/codegen/targets/react/index.js +1103 -369
- package/lib/index.cjs +1010 -258
- package/lib/index.js +1010 -258
- package/package.json +3 -3
- package/src/codegen/targets/react/component/handlers/list-item.ts +3 -3
- package/src/entities/data/__generated__/component-sets/index.d.ts +247 -159
- package/src/entities/data/__generated__/component-sets/index.mjs +247 -159
- package/src/entities/data/__generated__/components/index.d.ts +114 -57
- package/src/entities/data/__generated__/components/index.mjs +114 -57
- package/src/entities/data/__generated__/styles/index.mjs +252 -0
- package/src/entities/data/__generated__/variable-collections/index.mjs +25 -5
- package/src/entities/data/__generated__/variables/index.mjs +461 -69
|
@@ -5316,41 +5316,6 @@ var archivedHandlers = {
|
|
|
5316
5316
|
createToggleButtonHandler: createToggleButtonHandler$1
|
|
5317
5317
|
};
|
|
5318
5318
|
|
|
5319
|
-
const privateTemplateAttachmentField = {
|
|
5320
|
-
"name": "privateTemplateAttachmentField",
|
|
5321
|
-
"key": "5ba20e248e9cd0292fc285488b2ed3b3145d37b0",
|
|
5322
|
-
"componentPropertyDefinitions": {
|
|
5323
|
-
"Show Header#40606:8": {
|
|
5324
|
-
"type": "BOOLEAN"
|
|
5325
|
-
},
|
|
5326
|
-
"Show Footer#40606:9": {
|
|
5327
|
-
"type": "BOOLEAN"
|
|
5328
|
-
},
|
|
5329
|
-
"Type": {
|
|
5330
|
-
"type": "VARIANT",
|
|
5331
|
-
"variantOptions": [
|
|
5332
|
-
"Media",
|
|
5333
|
-
"File"
|
|
5334
|
-
]
|
|
5335
|
-
},
|
|
5336
|
-
"State": {
|
|
5337
|
-
"type": "VARIANT",
|
|
5338
|
-
"variantOptions": [
|
|
5339
|
-
"Enabled",
|
|
5340
|
-
"Error",
|
|
5341
|
-
"Disabled",
|
|
5342
|
-
"Read Only"
|
|
5343
|
-
]
|
|
5344
|
-
},
|
|
5345
|
-
"Has Value": {
|
|
5346
|
-
"type": "VARIANT",
|
|
5347
|
-
"variantOptions": [
|
|
5348
|
-
"False",
|
|
5349
|
-
"True"
|
|
5350
|
-
]
|
|
5351
|
-
}
|
|
5352
|
-
}
|
|
5353
|
-
};
|
|
5354
5319
|
const privateTemplateChipGroupField = {
|
|
5355
5320
|
"name": "privateTemplateChipGroupField",
|
|
5356
5321
|
"key": "b6e9378d9ac76f812121d6aa7264cc38d2310e39",
|
|
@@ -5586,6 +5551,13 @@ const privateComponentInputButtonPrefix = {
|
|
|
5586
5551
|
"Icon#34021:2": {
|
|
5587
5552
|
"type": "INSTANCE_SWAP"
|
|
5588
5553
|
},
|
|
5554
|
+
"Size": {
|
|
5555
|
+
"type": "VARIANT",
|
|
5556
|
+
"variantOptions": [
|
|
5557
|
+
"Large",
|
|
5558
|
+
"Medium"
|
|
5559
|
+
]
|
|
5560
|
+
},
|
|
5589
5561
|
"Type": {
|
|
5590
5562
|
"type": "VARIANT",
|
|
5591
5563
|
"variantOptions": [
|
|
@@ -5605,6 +5577,13 @@ const privateComponentInputButtonSuffix = {
|
|
|
5605
5577
|
"Icon#37963:0": {
|
|
5606
5578
|
"type": "INSTANCE_SWAP"
|
|
5607
5579
|
},
|
|
5580
|
+
"Size": {
|
|
5581
|
+
"type": "VARIANT",
|
|
5582
|
+
"variantOptions": [
|
|
5583
|
+
"Large",
|
|
5584
|
+
"Medium"
|
|
5585
|
+
]
|
|
5586
|
+
},
|
|
5608
5587
|
"Type (Figma Only)": {
|
|
5609
5588
|
"type": "VARIANT",
|
|
5610
5589
|
"variantOptions": [
|
|
@@ -5628,6 +5607,13 @@ const privateComponentInputButtonValue = {
|
|
|
5628
5607
|
"Placeholder Text#34067:2": {
|
|
5629
5608
|
"type": "TEXT"
|
|
5630
5609
|
},
|
|
5610
|
+
"Size": {
|
|
5611
|
+
"type": "VARIANT",
|
|
5612
|
+
"variantOptions": [
|
|
5613
|
+
"Large",
|
|
5614
|
+
"Medium"
|
|
5615
|
+
]
|
|
5616
|
+
},
|
|
5631
5617
|
"Value": {
|
|
5632
5618
|
"type": "VARIANT",
|
|
5633
5619
|
"variantOptions": [
|
|
@@ -5647,12 +5633,16 @@ const privateComponentInputButtonValueDisabled = {
|
|
|
5647
5633
|
"Value Text#34067:0": {
|
|
5648
5634
|
"type": "TEXT"
|
|
5649
5635
|
},
|
|
5650
|
-
"Clear Button#34067:1": {
|
|
5651
|
-
"type": "BOOLEAN"
|
|
5652
|
-
},
|
|
5653
5636
|
"Placeholder Text#34067:2": {
|
|
5654
5637
|
"type": "TEXT"
|
|
5655
5638
|
},
|
|
5639
|
+
"Size": {
|
|
5640
|
+
"type": "VARIANT",
|
|
5641
|
+
"variantOptions": [
|
|
5642
|
+
"Large",
|
|
5643
|
+
"Medium"
|
|
5644
|
+
]
|
|
5645
|
+
},
|
|
5656
5646
|
"Value": {
|
|
5657
5647
|
"type": "VARIANT",
|
|
5658
5648
|
"variantOptions": [
|
|
@@ -5672,20 +5662,24 @@ const privateComponentInputButtonValueReadOnly = {
|
|
|
5672
5662
|
"Value Text#34067:0": {
|
|
5673
5663
|
"type": "TEXT"
|
|
5674
5664
|
},
|
|
5675
|
-
"Clear Button#34067:1": {
|
|
5676
|
-
"type": "BOOLEAN"
|
|
5677
|
-
},
|
|
5678
5665
|
"Placeholder Text#34067:2": {
|
|
5679
5666
|
"type": "TEXT"
|
|
5680
5667
|
},
|
|
5668
|
+
"Size": {
|
|
5669
|
+
"type": "VARIANT",
|
|
5670
|
+
"variantOptions": [
|
|
5671
|
+
"Large",
|
|
5672
|
+
"Medium"
|
|
5673
|
+
]
|
|
5674
|
+
},
|
|
5681
5675
|
"Value": {
|
|
5682
5676
|
"type": "VARIANT",
|
|
5683
5677
|
"variantOptions": [
|
|
5684
|
-
"
|
|
5685
|
-
"Chips-Overflow (Figma Only)",
|
|
5686
|
-
"Chips-Scrollable (Figma Only)",
|
|
5678
|
+
"Empty",
|
|
5687
5679
|
"Text",
|
|
5688
|
-
"
|
|
5680
|
+
"Chips-Scrollable (Figma Only)",
|
|
5681
|
+
"Chips-Overflow (Figma Only)",
|
|
5682
|
+
"Custom (Figma Only)"
|
|
5689
5683
|
]
|
|
5690
5684
|
}
|
|
5691
5685
|
}
|
|
@@ -6427,24 +6421,7 @@ const privateComponentTabsLine = {
|
|
|
6427
6421
|
const privateComponentTextInputCardNumberInput = {
|
|
6428
6422
|
"name": "privateComponentTextInputCardNumberInput",
|
|
6429
6423
|
"key": "60888e1eba691721f0ec6a41df43c1c075e5beac",
|
|
6430
|
-
"componentPropertyDefinitions": {
|
|
6431
|
-
"Clear Button#34067:1": {
|
|
6432
|
-
"type": "BOOLEAN"
|
|
6433
|
-
},
|
|
6434
|
-
"Has Value": {
|
|
6435
|
-
"type": "VARIANT",
|
|
6436
|
-
"variantOptions": [
|
|
6437
|
-
"false",
|
|
6438
|
-
"true"
|
|
6439
|
-
]
|
|
6440
|
-
},
|
|
6441
|
-
"Variant": {
|
|
6442
|
-
"type": "VARIANT",
|
|
6443
|
-
"variantOptions": [
|
|
6444
|
-
"Plain Text"
|
|
6445
|
-
]
|
|
6446
|
-
}
|
|
6447
|
-
}
|
|
6424
|
+
"componentPropertyDefinitions": {}
|
|
6448
6425
|
};
|
|
6449
6426
|
const privateComponentTextInputIdNumberInput = {
|
|
6450
6427
|
"name": "privateComponentTextInputIdNumberInput",
|
|
@@ -6456,6 +6433,13 @@ const privateComponentTextInputIdNumberInput = {
|
|
|
6456
6433
|
"Clear Button#34067:1": {
|
|
6457
6434
|
"type": "BOOLEAN"
|
|
6458
6435
|
},
|
|
6436
|
+
"Size": {
|
|
6437
|
+
"type": "VARIANT",
|
|
6438
|
+
"variantOptions": [
|
|
6439
|
+
"Large",
|
|
6440
|
+
"Medium"
|
|
6441
|
+
]
|
|
6442
|
+
},
|
|
6459
6443
|
"Has Value": {
|
|
6460
6444
|
"type": "VARIANT",
|
|
6461
6445
|
"variantOptions": [
|
|
@@ -6475,18 +6459,25 @@ const privateComponentTextInputInput = {
|
|
|
6475
6459
|
"name": "privateComponentTextInputInput",
|
|
6476
6460
|
"key": "c030fb7107795ad42b4b2eea454b05fb4b4c9ac7",
|
|
6477
6461
|
"componentPropertyDefinitions": {
|
|
6462
|
+
"Show Clear Button#11049:0": {
|
|
6463
|
+
"type": "BOOLEAN"
|
|
6464
|
+
},
|
|
6478
6465
|
"Value Text#34067:0": {
|
|
6479
6466
|
"type": "TEXT"
|
|
6480
6467
|
},
|
|
6481
|
-
"Clear Button#34067:1": {
|
|
6482
|
-
"type": "BOOLEAN"
|
|
6483
|
-
},
|
|
6484
6468
|
"Placeholder Text#34067:2": {
|
|
6485
6469
|
"type": "TEXT"
|
|
6486
6470
|
},
|
|
6487
6471
|
"Show Cursor (Figma Only)#53584:0": {
|
|
6488
6472
|
"type": "BOOLEAN"
|
|
6489
6473
|
},
|
|
6474
|
+
"Size": {
|
|
6475
|
+
"type": "VARIANT",
|
|
6476
|
+
"variantOptions": [
|
|
6477
|
+
"Large",
|
|
6478
|
+
"Medium"
|
|
6479
|
+
]
|
|
6480
|
+
},
|
|
6490
6481
|
"Has Value": {
|
|
6491
6482
|
"type": "VARIANT",
|
|
6492
6483
|
"variantOptions": [
|
|
@@ -6503,12 +6494,16 @@ const privateComponentTextInputInputDisabled = {
|
|
|
6503
6494
|
"Value Text#34067:0": {
|
|
6504
6495
|
"type": "TEXT"
|
|
6505
6496
|
},
|
|
6506
|
-
"Clear Button#34067:1": {
|
|
6507
|
-
"type": "BOOLEAN"
|
|
6508
|
-
},
|
|
6509
6497
|
"Placeholder Text#34067:2": {
|
|
6510
6498
|
"type": "TEXT"
|
|
6511
6499
|
},
|
|
6500
|
+
"Size": {
|
|
6501
|
+
"type": "VARIANT",
|
|
6502
|
+
"variantOptions": [
|
|
6503
|
+
"Large",
|
|
6504
|
+
"Medium"
|
|
6505
|
+
]
|
|
6506
|
+
},
|
|
6512
6507
|
"Has Value": {
|
|
6513
6508
|
"type": "VARIANT",
|
|
6514
6509
|
"variantOptions": [
|
|
@@ -6525,12 +6520,16 @@ const privateComponentTextInputInputReadOnly = {
|
|
|
6525
6520
|
"Value Text#34067:0": {
|
|
6526
6521
|
"type": "TEXT"
|
|
6527
6522
|
},
|
|
6528
|
-
"Clear Button#34067:1": {
|
|
6529
|
-
"type": "BOOLEAN"
|
|
6530
|
-
},
|
|
6531
6523
|
"Placeholder Text#34067:2": {
|
|
6532
6524
|
"type": "TEXT"
|
|
6533
6525
|
},
|
|
6526
|
+
"Size": {
|
|
6527
|
+
"type": "VARIANT",
|
|
6528
|
+
"variantOptions": [
|
|
6529
|
+
"Large",
|
|
6530
|
+
"Medium"
|
|
6531
|
+
]
|
|
6532
|
+
},
|
|
6534
6533
|
"Has Value": {
|
|
6535
6534
|
"type": "VARIANT",
|
|
6536
6535
|
"variantOptions": [
|
|
@@ -6547,6 +6546,13 @@ const privateComponentTextInputPrefix = {
|
|
|
6547
6546
|
"Icon#34021:2": {
|
|
6548
6547
|
"type": "INSTANCE_SWAP"
|
|
6549
6548
|
},
|
|
6549
|
+
"Size": {
|
|
6550
|
+
"type": "VARIANT",
|
|
6551
|
+
"variantOptions": [
|
|
6552
|
+
"Medium",
|
|
6553
|
+
"Large"
|
|
6554
|
+
]
|
|
6555
|
+
},
|
|
6550
6556
|
"Type": {
|
|
6551
6557
|
"type": "VARIANT",
|
|
6552
6558
|
"variantOptions": [
|
|
@@ -6566,6 +6572,13 @@ const privateComponentTextInputSuffix = {
|
|
|
6566
6572
|
"Icon#45391:0": {
|
|
6567
6573
|
"type": "INSTANCE_SWAP"
|
|
6568
6574
|
},
|
|
6575
|
+
"Size": {
|
|
6576
|
+
"type": "VARIANT",
|
|
6577
|
+
"variantOptions": [
|
|
6578
|
+
"Medium",
|
|
6579
|
+
"Large"
|
|
6580
|
+
]
|
|
6581
|
+
},
|
|
6569
6582
|
"Type (Figma Only)": {
|
|
6570
6583
|
"type": "VARIANT",
|
|
6571
6584
|
"variantOptions": [
|
|
@@ -6587,6 +6600,13 @@ const privateComponentTextareaInput = {
|
|
|
6587
6600
|
"Placeholder Text#34067:2": {
|
|
6588
6601
|
"type": "TEXT"
|
|
6589
6602
|
},
|
|
6603
|
+
"Size": {
|
|
6604
|
+
"type": "VARIANT",
|
|
6605
|
+
"variantOptions": [
|
|
6606
|
+
"Large",
|
|
6607
|
+
"Medium"
|
|
6608
|
+
]
|
|
6609
|
+
},
|
|
6590
6610
|
"Has Value": {
|
|
6591
6611
|
"type": "VARIANT",
|
|
6592
6612
|
"variantOptions": [
|
|
@@ -6603,12 +6623,16 @@ const privateComponentTextareaInputDisabled = {
|
|
|
6603
6623
|
"Value Text#34067:0": {
|
|
6604
6624
|
"type": "TEXT"
|
|
6605
6625
|
},
|
|
6606
|
-
"Clear Button#34067:1": {
|
|
6607
|
-
"type": "BOOLEAN"
|
|
6608
|
-
},
|
|
6609
6626
|
"Placeholder Text#34067:2": {
|
|
6610
6627
|
"type": "TEXT"
|
|
6611
6628
|
},
|
|
6629
|
+
"Size": {
|
|
6630
|
+
"type": "VARIANT",
|
|
6631
|
+
"variantOptions": [
|
|
6632
|
+
"Large",
|
|
6633
|
+
"Medium"
|
|
6634
|
+
]
|
|
6635
|
+
},
|
|
6612
6636
|
"Has Value": {
|
|
6613
6637
|
"type": "VARIANT",
|
|
6614
6638
|
"variantOptions": [
|
|
@@ -6625,12 +6649,16 @@ const privateComponentTextareaInputReadOnly = {
|
|
|
6625
6649
|
"Value Text#34067:0": {
|
|
6626
6650
|
"type": "TEXT"
|
|
6627
6651
|
},
|
|
6628
|
-
"Clear Button#34067:1": {
|
|
6629
|
-
"type": "BOOLEAN"
|
|
6630
|
-
},
|
|
6631
6652
|
"Placeholder Text#34067:2": {
|
|
6632
6653
|
"type": "TEXT"
|
|
6633
6654
|
},
|
|
6655
|
+
"Size": {
|
|
6656
|
+
"type": "VARIANT",
|
|
6657
|
+
"variantOptions": [
|
|
6658
|
+
"Large",
|
|
6659
|
+
"Medium"
|
|
6660
|
+
]
|
|
6661
|
+
},
|
|
6634
6662
|
"Has Value": {
|
|
6635
6663
|
"type": "VARIANT",
|
|
6636
6664
|
"variantOptions": [
|
|
@@ -6711,7 +6739,7 @@ const privateComponentTopNavigationTitleLeft = {
|
|
|
6711
6739
|
"variantOptions": [
|
|
6712
6740
|
"Avatar",
|
|
6713
6741
|
"Custom",
|
|
6714
|
-
"
|
|
6742
|
+
"Custom Icon"
|
|
6715
6743
|
]
|
|
6716
6744
|
}
|
|
6717
6745
|
}
|
|
@@ -6738,6 +6766,9 @@ const privateComponentUnderlineTextInputInput = {
|
|
|
6738
6766
|
"name": "privateComponentUnderlineTextInputInput",
|
|
6739
6767
|
"key": "a8a39cf124e7b4c3b873429e81b4278639a7031b",
|
|
6740
6768
|
"componentPropertyDefinitions": {
|
|
6769
|
+
"Show Clear Button#10972:0": {
|
|
6770
|
+
"type": "BOOLEAN"
|
|
6771
|
+
},
|
|
6741
6772
|
"Value Text#34067:0": {
|
|
6742
6773
|
"type": "TEXT"
|
|
6743
6774
|
},
|
|
@@ -6747,6 +6778,13 @@ const privateComponentUnderlineTextInputInput = {
|
|
|
6747
6778
|
"Show Cursor (Figma Only)#53584:3": {
|
|
6748
6779
|
"type": "BOOLEAN"
|
|
6749
6780
|
},
|
|
6781
|
+
"Size": {
|
|
6782
|
+
"type": "VARIANT",
|
|
6783
|
+
"variantOptions": [
|
|
6784
|
+
"Large",
|
|
6785
|
+
"Medium"
|
|
6786
|
+
]
|
|
6787
|
+
},
|
|
6750
6788
|
"Has Value": {
|
|
6751
6789
|
"type": "VARIANT",
|
|
6752
6790
|
"variantOptions": [
|
|
@@ -6763,12 +6801,16 @@ const privateComponentUnderlineTextInputInputDisabled = {
|
|
|
6763
6801
|
"Value Text#34067:0": {
|
|
6764
6802
|
"type": "TEXT"
|
|
6765
6803
|
},
|
|
6766
|
-
"Clear Button#34067:1": {
|
|
6767
|
-
"type": "BOOLEAN"
|
|
6768
|
-
},
|
|
6769
6804
|
"Placeholder Text#34067:2": {
|
|
6770
6805
|
"type": "TEXT"
|
|
6771
6806
|
},
|
|
6807
|
+
"Size": {
|
|
6808
|
+
"type": "VARIANT",
|
|
6809
|
+
"variantOptions": [
|
|
6810
|
+
"Large",
|
|
6811
|
+
"Medium"
|
|
6812
|
+
]
|
|
6813
|
+
},
|
|
6772
6814
|
"Has Value": {
|
|
6773
6815
|
"type": "VARIANT",
|
|
6774
6816
|
"variantOptions": [
|
|
@@ -6785,12 +6827,16 @@ const privateComponentUnderlineTextInputInputReadOnly = {
|
|
|
6785
6827
|
"Value Text#34067:0": {
|
|
6786
6828
|
"type": "TEXT"
|
|
6787
6829
|
},
|
|
6788
|
-
"Clear Button#34067:1": {
|
|
6789
|
-
"type": "BOOLEAN"
|
|
6790
|
-
},
|
|
6791
6830
|
"Placeholder Text#34067:2": {
|
|
6792
6831
|
"type": "TEXT"
|
|
6793
6832
|
},
|
|
6833
|
+
"Size": {
|
|
6834
|
+
"type": "VARIANT",
|
|
6835
|
+
"variantOptions": [
|
|
6836
|
+
"Large",
|
|
6837
|
+
"Medium"
|
|
6838
|
+
]
|
|
6839
|
+
},
|
|
6794
6840
|
"Has Value": {
|
|
6795
6841
|
"type": "VARIANT",
|
|
6796
6842
|
"variantOptions": [
|
|
@@ -6807,6 +6853,13 @@ const privateComponentUnderlineTextInputPrefix = {
|
|
|
6807
6853
|
"Icon#34021:2": {
|
|
6808
6854
|
"type": "INSTANCE_SWAP"
|
|
6809
6855
|
},
|
|
6856
|
+
"Size": {
|
|
6857
|
+
"type": "VARIANT",
|
|
6858
|
+
"variantOptions": [
|
|
6859
|
+
"Large",
|
|
6860
|
+
"Medium"
|
|
6861
|
+
]
|
|
6862
|
+
},
|
|
6810
6863
|
"Type": {
|
|
6811
6864
|
"type": "VARIANT",
|
|
6812
6865
|
"variantOptions": [
|
|
@@ -6826,6 +6879,13 @@ const privateComponentUnderlineTextInputSuffix = {
|
|
|
6826
6879
|
"Icon#45391:5": {
|
|
6827
6880
|
"type": "INSTANCE_SWAP"
|
|
6828
6881
|
},
|
|
6882
|
+
"Size": {
|
|
6883
|
+
"type": "VARIANT",
|
|
6884
|
+
"variantOptions": [
|
|
6885
|
+
"Large",
|
|
6886
|
+
"Medium"
|
|
6887
|
+
]
|
|
6888
|
+
},
|
|
6829
6889
|
"Type (Figma Only)": {
|
|
6830
6890
|
"type": "VARIANT",
|
|
6831
6891
|
"variantOptions": [
|
|
@@ -7117,37 +7177,6 @@ const componentDeprecatedMultilineTextField = {
|
|
|
7117
7177
|
}
|
|
7118
7178
|
}
|
|
7119
7179
|
};
|
|
7120
|
-
const componentDeprecatedRangeSlider = {
|
|
7121
|
-
"name": "componentDeprecatedRangeSlider",
|
|
7122
|
-
"key": "acd9b25dba649748699d0a67f900857629d62e64",
|
|
7123
|
-
"componentPropertyDefinitions": {
|
|
7124
|
-
"Steps": {
|
|
7125
|
-
"type": "VARIANT",
|
|
7126
|
-
"variantOptions": [
|
|
7127
|
-
"0",
|
|
7128
|
-
"1",
|
|
7129
|
-
"2",
|
|
7130
|
-
"3",
|
|
7131
|
-
"4"
|
|
7132
|
-
]
|
|
7133
|
-
},
|
|
7134
|
-
"State": {
|
|
7135
|
-
"type": "VARIANT",
|
|
7136
|
-
"variantOptions": [
|
|
7137
|
-
"Enabled",
|
|
7138
|
-
"Disabled"
|
|
7139
|
-
]
|
|
7140
|
-
},
|
|
7141
|
-
"Marker": {
|
|
7142
|
-
"type": "VARIANT",
|
|
7143
|
-
"variantOptions": [
|
|
7144
|
-
"None",
|
|
7145
|
-
"Min Max",
|
|
7146
|
-
"All"
|
|
7147
|
-
]
|
|
7148
|
-
}
|
|
7149
|
-
}
|
|
7150
|
-
};
|
|
7151
7180
|
const componentDeprecatedSelectBox = {
|
|
7152
7181
|
"name": "componentDeprecatedSelectBox",
|
|
7153
7182
|
"key": "83d4bbb026d432c35f0b2c7b7b273eafdd28e1a1",
|
|
@@ -7208,40 +7237,9 @@ const componentDeprecatedSelectBoxGroup = {
|
|
|
7208
7237
|
}
|
|
7209
7238
|
}
|
|
7210
7239
|
};
|
|
7211
|
-
const
|
|
7212
|
-
"name": "
|
|
7213
|
-
"key": "
|
|
7214
|
-
"componentPropertyDefinitions": {
|
|
7215
|
-
"Steps": {
|
|
7216
|
-
"type": "VARIANT",
|
|
7217
|
-
"variantOptions": [
|
|
7218
|
-
"0",
|
|
7219
|
-
"1",
|
|
7220
|
-
"2",
|
|
7221
|
-
"3",
|
|
7222
|
-
"4"
|
|
7223
|
-
]
|
|
7224
|
-
},
|
|
7225
|
-
"State": {
|
|
7226
|
-
"type": "VARIANT",
|
|
7227
|
-
"variantOptions": [
|
|
7228
|
-
"Enabled",
|
|
7229
|
-
"Disabled"
|
|
7230
|
-
]
|
|
7231
|
-
},
|
|
7232
|
-
"Marker": {
|
|
7233
|
-
"type": "VARIANT",
|
|
7234
|
-
"variantOptions": [
|
|
7235
|
-
"None",
|
|
7236
|
-
"Min Max",
|
|
7237
|
-
"All"
|
|
7238
|
-
]
|
|
7239
|
-
}
|
|
7240
|
-
}
|
|
7241
|
-
};
|
|
7242
|
-
const componentDeprecatedTextField = {
|
|
7243
|
-
"name": "componentDeprecatedTextField",
|
|
7244
|
-
"key": "5e497fe23421ab30b245b7d7b6624be803cb4d67",
|
|
7240
|
+
const componentDeprecatedTextField = {
|
|
7241
|
+
"name": "componentDeprecatedTextField",
|
|
7242
|
+
"key": "5e497fe23421ab30b245b7d7b6624be803cb4d67",
|
|
7245
7243
|
"componentPropertyDefinitions": {
|
|
7246
7244
|
"Show Header#870:0": {
|
|
7247
7245
|
"type": "BOOLEAN"
|
|
@@ -7461,6 +7459,35 @@ const componentAndroidNowBarScreen = {
|
|
|
7461
7459
|
}
|
|
7462
7460
|
}
|
|
7463
7461
|
};
|
|
7462
|
+
const templateAttachmentField = {
|
|
7463
|
+
"name": "templateAttachmentField",
|
|
7464
|
+
"key": "fadc2874d82258d8522bb240de58a2400738f05e",
|
|
7465
|
+
"componentPropertyDefinitions": {
|
|
7466
|
+
"Type": {
|
|
7467
|
+
"type": "VARIANT",
|
|
7468
|
+
"variantOptions": [
|
|
7469
|
+
"Media",
|
|
7470
|
+
"File"
|
|
7471
|
+
]
|
|
7472
|
+
},
|
|
7473
|
+
"State": {
|
|
7474
|
+
"type": "VARIANT",
|
|
7475
|
+
"variantOptions": [
|
|
7476
|
+
"Enabled",
|
|
7477
|
+
"Error",
|
|
7478
|
+
"Disabled",
|
|
7479
|
+
"Read Only"
|
|
7480
|
+
]
|
|
7481
|
+
},
|
|
7482
|
+
"Has Value": {
|
|
7483
|
+
"type": "VARIANT",
|
|
7484
|
+
"variantOptions": [
|
|
7485
|
+
"False",
|
|
7486
|
+
"True"
|
|
7487
|
+
]
|
|
7488
|
+
}
|
|
7489
|
+
}
|
|
7490
|
+
};
|
|
7464
7491
|
const componentAvatar = {
|
|
7465
7492
|
"name": "componentAvatar",
|
|
7466
7493
|
"key": "f17031afc2c71f35e5a147f6937a2b918029d334",
|
|
@@ -8221,8 +8248,8 @@ const componentImageFrame = {
|
|
|
8221
8248
|
}
|
|
8222
8249
|
}
|
|
8223
8250
|
};
|
|
8224
|
-
const
|
|
8225
|
-
"name": "
|
|
8251
|
+
const componentIOsLiveActivityScreen = {
|
|
8252
|
+
"name": "componentIOsLiveActivityScreen",
|
|
8226
8253
|
"key": "3d7ff6cf68e769096237bcc0122be08caf8b6ce4",
|
|
8227
8254
|
"componentPropertyDefinitions": {
|
|
8228
8255
|
"Type": {
|
|
@@ -8330,11 +8357,11 @@ const componentListItem = {
|
|
|
8330
8357
|
"Disabled"
|
|
8331
8358
|
]
|
|
8332
8359
|
},
|
|
8333
|
-
"
|
|
8360
|
+
"Align": {
|
|
8334
8361
|
"type": "VARIANT",
|
|
8335
8362
|
"variantOptions": [
|
|
8336
|
-
"
|
|
8337
|
-
"
|
|
8363
|
+
"Center",
|
|
8364
|
+
"Top"
|
|
8338
8365
|
]
|
|
8339
8366
|
},
|
|
8340
8367
|
"Highlighted": {
|
|
@@ -9400,6 +9427,40 @@ const componentUserSelectionFigmaOnly = {
|
|
|
9400
9427
|
}
|
|
9401
9428
|
}
|
|
9402
9429
|
};
|
|
9430
|
+
const componentAttachmentInput = {
|
|
9431
|
+
"name": "componentAttachmentInput",
|
|
9432
|
+
"key": "912d312b7a25ab698708e196a7d3f2f91d2bd2f5",
|
|
9433
|
+
"componentPropertyDefinitions": {
|
|
9434
|
+
"Type": {
|
|
9435
|
+
"type": "VARIANT",
|
|
9436
|
+
"variantOptions": [
|
|
9437
|
+
"Media",
|
|
9438
|
+
"File"
|
|
9439
|
+
]
|
|
9440
|
+
},
|
|
9441
|
+
"Trigger Type": {
|
|
9442
|
+
"type": "VARIANT",
|
|
9443
|
+
"variantOptions": [
|
|
9444
|
+
"Button",
|
|
9445
|
+
"Dropzone"
|
|
9446
|
+
]
|
|
9447
|
+
},
|
|
9448
|
+
"State": {
|
|
9449
|
+
"type": "VARIANT",
|
|
9450
|
+
"variantOptions": [
|
|
9451
|
+
"Enabled",
|
|
9452
|
+
"Disabled"
|
|
9453
|
+
]
|
|
9454
|
+
},
|
|
9455
|
+
"Has Value": {
|
|
9456
|
+
"type": "VARIANT",
|
|
9457
|
+
"variantOptions": [
|
|
9458
|
+
"False",
|
|
9459
|
+
"True"
|
|
9460
|
+
]
|
|
9461
|
+
}
|
|
9462
|
+
}
|
|
9463
|
+
};
|
|
9403
9464
|
const componentFieldFooter = {
|
|
9404
9465
|
"name": "componentFieldFooter",
|
|
9405
9466
|
"key": "a2e73c375b787756a11e84c5915f8251c621ee3a",
|
|
@@ -9462,15 +9523,22 @@ const componentInputButton = {
|
|
|
9462
9523
|
"Has Suffix#32865:68": {
|
|
9463
9524
|
"type": "BOOLEAN"
|
|
9464
9525
|
},
|
|
9526
|
+
"Size": {
|
|
9527
|
+
"type": "VARIANT",
|
|
9528
|
+
"variantOptions": [
|
|
9529
|
+
"Large",
|
|
9530
|
+
"Medium (Desktop Only)"
|
|
9531
|
+
]
|
|
9532
|
+
},
|
|
9465
9533
|
"State": {
|
|
9466
9534
|
"type": "VARIANT",
|
|
9467
9535
|
"variantOptions": [
|
|
9468
9536
|
"Enabled",
|
|
9537
|
+
"Pressed",
|
|
9469
9538
|
"Error",
|
|
9539
|
+
"Error Pressed",
|
|
9470
9540
|
"Disabled",
|
|
9471
|
-
"Read Only"
|
|
9472
|
-
"Pressed",
|
|
9473
|
-
"Error Pressed"
|
|
9541
|
+
"Read Only"
|
|
9474
9542
|
]
|
|
9475
9543
|
}
|
|
9476
9544
|
}
|
|
@@ -9499,6 +9567,13 @@ const componentTextInput = {
|
|
|
9499
9567
|
"Read Only",
|
|
9500
9568
|
"AI Loading (Figma Only)"
|
|
9501
9569
|
]
|
|
9570
|
+
},
|
|
9571
|
+
"Size": {
|
|
9572
|
+
"type": "VARIANT",
|
|
9573
|
+
"variantOptions": [
|
|
9574
|
+
"Large",
|
|
9575
|
+
"Medium (Desktop Only)"
|
|
9576
|
+
]
|
|
9502
9577
|
}
|
|
9503
9578
|
}
|
|
9504
9579
|
};
|
|
@@ -9506,6 +9581,13 @@ const componentTextarea = {
|
|
|
9506
9581
|
"name": "componentTextarea",
|
|
9507
9582
|
"key": "e20ec5b725e0fdbaca728cecdc72b0c485728b4d",
|
|
9508
9583
|
"componentPropertyDefinitions": {
|
|
9584
|
+
"Size": {
|
|
9585
|
+
"type": "VARIANT",
|
|
9586
|
+
"variantOptions": [
|
|
9587
|
+
"Large",
|
|
9588
|
+
"Medium (Desktop Only)"
|
|
9589
|
+
]
|
|
9590
|
+
},
|
|
9509
9591
|
"Auto Size (Figma Only)": {
|
|
9510
9592
|
"type": "VARIANT",
|
|
9511
9593
|
"variantOptions": [
|
|
@@ -9548,6 +9630,13 @@ const componentUnderlineTextInput = {
|
|
|
9548
9630
|
"Read Only",
|
|
9549
9631
|
"AI Loading (Figma Only)"
|
|
9550
9632
|
]
|
|
9633
|
+
},
|
|
9634
|
+
"Size": {
|
|
9635
|
+
"type": "VARIANT",
|
|
9636
|
+
"variantOptions": [
|
|
9637
|
+
"Medium (Desktop Only)",
|
|
9638
|
+
"Large"
|
|
9639
|
+
]
|
|
9551
9640
|
}
|
|
9552
9641
|
}
|
|
9553
9642
|
};
|
|
@@ -9577,7 +9666,7 @@ const componentActionButtonGhostButton = {
|
|
|
9577
9666
|
"Size": {
|
|
9578
9667
|
"type": "VARIANT",
|
|
9579
9668
|
"variantOptions": [
|
|
9580
|
-
"
|
|
9669
|
+
"XSmall",
|
|
9581
9670
|
"Small",
|
|
9582
9671
|
"Medium",
|
|
9583
9672
|
"Large"
|
|
@@ -9919,6 +10008,7 @@ var FIGMA_COMPONENTS = {
|
|
|
9919
10008
|
componentActionButtonGhostButton: componentActionButtonGhostButton,
|
|
9920
10009
|
componentAlertDialog: componentAlertDialog,
|
|
9921
10010
|
componentAndroidNowBarScreen: componentAndroidNowBarScreen,
|
|
10011
|
+
componentAttachmentInput: componentAttachmentInput,
|
|
9922
10012
|
componentAvatar: componentAvatar,
|
|
9923
10013
|
componentAvatarStack: componentAvatarStack,
|
|
9924
10014
|
componentBadge: componentBadge,
|
|
@@ -9938,10 +10028,8 @@ var FIGMA_COMPONENTS = {
|
|
|
9938
10028
|
componentDeprecatedControlChip: componentDeprecatedControlChip,
|
|
9939
10029
|
componentDeprecatedErrorState: componentDeprecatedErrorState,
|
|
9940
10030
|
componentDeprecatedMultilineTextField: componentDeprecatedMultilineTextField,
|
|
9941
|
-
componentDeprecatedRangeSlider: componentDeprecatedRangeSlider,
|
|
9942
10031
|
componentDeprecatedSelectBox: componentDeprecatedSelectBox,
|
|
9943
10032
|
componentDeprecatedSelectBoxGroup: componentDeprecatedSelectBoxGroup,
|
|
9944
|
-
componentDeprecatedSlider: componentDeprecatedSlider,
|
|
9945
10033
|
componentDeprecatedTextField: componentDeprecatedTextField,
|
|
9946
10034
|
componentDerpecatedTopNavigation: componentDerpecatedTopNavigation,
|
|
9947
10035
|
componentDivider: componentDivider,
|
|
@@ -9950,7 +10038,7 @@ var FIGMA_COMPONENTS = {
|
|
|
9950
10038
|
componentFieldHeader: componentFieldHeader,
|
|
9951
10039
|
componentFloatingActionButton: componentFloatingActionButton,
|
|
9952
10040
|
componentHelpBubble: componentHelpBubble,
|
|
9953
|
-
|
|
10041
|
+
componentIOsLiveActivityScreen: componentIOsLiveActivityScreen,
|
|
9954
10042
|
componentImageFrame: componentImageFrame,
|
|
9955
10043
|
componentImageFrameReactionButton: componentImageFrameReactionButton,
|
|
9956
10044
|
componentInputButton: componentInputButton,
|
|
@@ -10060,7 +10148,6 @@ var FIGMA_COMPONENTS = {
|
|
|
10060
10148
|
privateComponentUnderlineTextInputInputReadOnly: privateComponentUnderlineTextInputInputReadOnly,
|
|
10061
10149
|
privateComponentUnderlineTextInputPrefix: privateComponentUnderlineTextInputPrefix,
|
|
10062
10150
|
privateComponentUnderlineTextInputSuffix: privateComponentUnderlineTextInputSuffix,
|
|
10063
|
-
privateTemplateAttachmentField: privateTemplateAttachmentField,
|
|
10064
10151
|
privateTemplateChipGroup: privateTemplateChipGroup,
|
|
10065
10152
|
privateTemplateChipGroupField: privateTemplateChipGroupField,
|
|
10066
10153
|
privateTemplatePhoneNumberField: privateTemplatePhoneNumberField,
|
|
@@ -10068,6 +10155,7 @@ var FIGMA_COMPONENTS = {
|
|
|
10068
10155
|
privateTemplateRootTopNavigationPreset: privateTemplateRootTopNavigationPreset,
|
|
10069
10156
|
privateTemplateShareSheetMenuGroup: privateTemplateShareSheetMenuGroup,
|
|
10070
10157
|
privateTemplateShareSheetMenuItem: privateTemplateShareSheetMenuItem,
|
|
10158
|
+
templateAttachmentField: templateAttachmentField,
|
|
10071
10159
|
templateAvatarPreset: templateAvatarPreset,
|
|
10072
10160
|
templateButtonGroup: templateButtonGroup,
|
|
10073
10161
|
templateChatScreenPreset: templateChatScreenPreset,
|
|
@@ -10260,79 +10348,61 @@ const createAlertDialogHandler = (ctx)=>{
|
|
|
10260
10348
|
};
|
|
10261
10349
|
|
|
10262
10350
|
const privateTemplateAddressPickerField = {
|
|
10263
|
-
"key": "4af06df28eca43fe2be5fe5ba5e6019587de9fac"
|
|
10264
|
-
};
|
|
10351
|
+
"key": "4af06df28eca43fe2be5fe5ba5e6019587de9fac"};
|
|
10265
10352
|
const privateTemplateDatePickerField = {
|
|
10266
|
-
"key": "c161d1326a1087258e4f762aa3c378c098308d98"
|
|
10267
|
-
};
|
|
10353
|
+
"key": "c161d1326a1087258e4f762aa3c378c098308d98"};
|
|
10268
10354
|
const privateTemplateSelectField = {
|
|
10269
|
-
"key": "a2138764f60a9b5a35e22ff40bc6cd701c660260"
|
|
10270
|
-
};
|
|
10355
|
+
"key": "a2138764f60a9b5a35e22ff40bc6cd701c660260"};
|
|
10271
10356
|
const privateTemplateTimePickerField = {
|
|
10272
|
-
"key": "e38df17cf1e0f96e09774b015739dfde30d46115"
|
|
10273
|
-
};
|
|
10357
|
+
"key": "e38df17cf1e0f96e09774b015739dfde30d46115"};
|
|
10274
10358
|
const privateComponentTopNavigationLeftIconButton = {
|
|
10275
10359
|
"key": "c3e708bab11d8ea90a909b4539b6ba6b2a4e7b9c"};
|
|
10276
10360
|
const componentChipSuffixIcon = {
|
|
10277
10361
|
"key": "2f79e3c5a78315c854d7bd4499d142cfcc94548f"};
|
|
10278
10362
|
const componentImageFrameBadge = {
|
|
10279
|
-
"key": "6a1feb47139040d6f7522528f7c91bf4fe7bcc84"
|
|
10280
|
-
};
|
|
10363
|
+
"key": "6a1feb47139040d6f7522528f7c91bf4fe7bcc84"};
|
|
10281
10364
|
const componentImageFrameIcon = {
|
|
10282
10365
|
"key": "4f495448eeda5d10f41e6195e16b4eff49aaec17"};
|
|
10283
10366
|
const componentImageFrameOverlayIndicator = {
|
|
10284
10367
|
"key": "e3e3596f8c535facae4d23c21bc1d62dd721fe23"};
|
|
10285
10368
|
const componentListItemPrefixAvatar = {
|
|
10286
|
-
"key": "27e33754113178be97e07195528c4ea020b3d3b7"
|
|
10287
|
-
};
|
|
10369
|
+
"key": "27e33754113178be97e07195528c4ea020b3d3b7"};
|
|
10288
10370
|
const componentListItemPrefixCheckbox = {
|
|
10289
|
-
"key": "563275de82ea1282cece0c35c0cd8d1625bc3a9d"
|
|
10290
|
-
};
|
|
10371
|
+
"key": "563275de82ea1282cece0c35c0cd8d1625bc3a9d"};
|
|
10291
10372
|
const componentListItemPrefixCustom = {
|
|
10292
|
-
"key": "b8059f5e0f85e0745fc61ff70f04571177c2cdfc"
|
|
10293
|
-
};
|
|
10373
|
+
"key": "b8059f5e0f85e0745fc61ff70f04571177c2cdfc"};
|
|
10294
10374
|
const componentListItemPrefixIcon = {
|
|
10295
10375
|
"key": "6c03690f1ce9f6c8b2fcdf4a7c57784f6cca12b9"};
|
|
10296
10376
|
const componentListItemPrefixImage = {
|
|
10297
|
-
"key": "d06216ff143a960844799c0b8f9212628f78c69d"
|
|
10298
|
-
};
|
|
10377
|
+
"key": "d06216ff143a960844799c0b8f9212628f78c69d"};
|
|
10299
10378
|
const componentListItemPrefixRadiomark = {
|
|
10300
|
-
"key": "51f7c0917ebc559d81e63d0639cb632a792f40de"
|
|
10301
|
-
};
|
|
10379
|
+
"key": "51f7c0917ebc559d81e63d0639cb632a792f40de"};
|
|
10302
10380
|
const componentListItemSuffixCheckbox = {
|
|
10303
|
-
"key": "385ba8d607029e15e0d38ab415f783016488b185"
|
|
10304
|
-
};
|
|
10381
|
+
"key": "385ba8d607029e15e0d38ab415f783016488b185"};
|
|
10305
10382
|
const componentListItemSuffixChevron = {
|
|
10306
10383
|
"key": "259054ad63bb89ca119c7f45ddad6452acc731f2"};
|
|
10307
10384
|
const componentListItemSuffixChevronWithText = {
|
|
10308
10385
|
"key": "7bd907ab44dff56fb07317c7b74d7ad9377994f0"};
|
|
10309
10386
|
const componentListItemSuffixCustom = {
|
|
10310
|
-
"key": "26b86c9f8965d38aa5a1181a5cdc89fa487988d1"
|
|
10311
|
-
};
|
|
10387
|
+
"key": "26b86c9f8965d38aa5a1181a5cdc89fa487988d1"};
|
|
10312
10388
|
const componentListItemSuffixIcon = {
|
|
10313
10389
|
"key": "b7582e74a4bae29df8bc3f81368e528701a75855"};
|
|
10314
10390
|
const componentListItemSuffixRadiomark = {
|
|
10315
|
-
"key": "09871d64c5c30407da586fb34425c2e83e147c81"
|
|
10316
|
-
};
|
|
10391
|
+
"key": "09871d64c5c30407da586fb34425c2e83e147c81"};
|
|
10317
10392
|
const componentListItemSuffixSwitch = {
|
|
10318
|
-
"key": "0c26bd64e117e168b06eea69be903e4be762a728"
|
|
10319
|
-
};
|
|
10393
|
+
"key": "0c26bd64e117e168b06eea69be903e4be762a728"};
|
|
10320
10394
|
const componentPageBannerSuffixAction = {
|
|
10321
10395
|
"key": "1bbd6fff9a32b4211bbe3eeb09fde4e12e87caed"};
|
|
10322
10396
|
const componentSelectBoxItemPrefixAvatar = {
|
|
10323
|
-
"key": "3d1ea583297f35880d9ec588326d9b82608565cc"
|
|
10324
|
-
};
|
|
10397
|
+
"key": "3d1ea583297f35880d9ec588326d9b82608565cc"};
|
|
10325
10398
|
const componentSelectBoxItemPrefixBadge = {
|
|
10326
|
-
"key": "d8c60ae70dee3a35795d83a9fd68282c0a90b554"
|
|
10327
|
-
};
|
|
10399
|
+
"key": "d8c60ae70dee3a35795d83a9fd68282c0a90b554"};
|
|
10328
10400
|
const componentSelectBoxItemPrefixCustom = {
|
|
10329
|
-
"key": "8129b7b7804c8b22cf67d42df2383c1f5152298e"
|
|
10330
|
-
};
|
|
10401
|
+
"key": "8129b7b7804c8b22cf67d42df2383c1f5152298e"};
|
|
10331
10402
|
const componentSelectBoxItemPrefixIcon = {
|
|
10332
10403
|
"key": "7184053a74eef18503170d08a1bdb74d37cbb65f"};
|
|
10333
10404
|
const componentSelectBoxItemPrefixImage = {
|
|
10334
|
-
"key": "d4a3d2da63f6da1552f5d8f947105390248c9018"
|
|
10335
|
-
};
|
|
10405
|
+
"key": "d4a3d2da63f6da1552f5d8f947105390248c9018"};
|
|
10336
10406
|
|
|
10337
10407
|
const { createLocalSnippetElement: createLocalSnippetElement$z } = createLocalSnippetHelper("app-bar");
|
|
10338
10408
|
const createAppBarMainHandler = (_ctx)=>{
|
|
@@ -11326,10 +11396,10 @@ const SUFFIX_KEYS = [
|
|
|
11326
11396
|
];
|
|
11327
11397
|
const createListItemHandler = (ctx)=>defineComponentHandler(componentListItem.key, (node, traverse)=>{
|
|
11328
11398
|
const { componentProperties: props } = node;
|
|
11329
|
-
const { alignItems, title } = tsPattern.match(props.
|
|
11399
|
+
const { alignItems, title } = tsPattern.match(props.Align.value).with("Center", ()=>({
|
|
11330
11400
|
alignItems: undefined,
|
|
11331
11401
|
title: props["Title#28452:21"].value
|
|
11332
|
-
})).with("
|
|
11402
|
+
})).with("Top", ()=>({
|
|
11333
11403
|
alignItems: "flex-start",
|
|
11334
11404
|
title: props["Title #28487:0"].value
|
|
11335
11405
|
})).exhaustive();
|
|
@@ -24325,224 +24395,420 @@ const FIGMA_STYLES = [
|
|
|
24325
24395
|
},
|
|
24326
24396
|
{
|
|
24327
24397
|
"styleType": "TEXT",
|
|
24328
|
-
"key": "
|
|
24329
|
-
"name": "scale/t10-
|
|
24398
|
+
"key": "f1b075bf372e390817956ac334349f42ec368ccd",
|
|
24399
|
+
"name": "scale/t10-medium",
|
|
24330
24400
|
"description": "26",
|
|
24331
24401
|
"remote": false
|
|
24332
24402
|
},
|
|
24333
24403
|
{
|
|
24334
24404
|
"styleType": "TEXT",
|
|
24335
|
-
"key": "
|
|
24336
|
-
"name": "scale/
|
|
24337
|
-
"description": "
|
|
24405
|
+
"key": "58575457da24cac686bda44738f925bf7fb1000f",
|
|
24406
|
+
"name": "scale/t10-regular",
|
|
24407
|
+
"description": "26",
|
|
24338
24408
|
"remote": false
|
|
24339
24409
|
},
|
|
24340
24410
|
{
|
|
24341
24411
|
"styleType": "TEXT",
|
|
24342
|
-
"key": "
|
|
24343
|
-
"name": "scale/
|
|
24344
|
-
"description": "
|
|
24412
|
+
"key": "08861e25c3f74a29c2ae4ce007fe50b63e302392",
|
|
24413
|
+
"name": "scale/t10-static-bold",
|
|
24414
|
+
"description": "26",
|
|
24345
24415
|
"remote": false
|
|
24346
24416
|
},
|
|
24347
24417
|
{
|
|
24348
24418
|
"styleType": "TEXT",
|
|
24349
|
-
"key": "
|
|
24350
|
-
"name": "scale/
|
|
24351
|
-
"description": "
|
|
24419
|
+
"key": "7b382c6819df53c004f4bb6464cc1159437d28f4",
|
|
24420
|
+
"name": "scale/t10-static-medium",
|
|
24421
|
+
"description": "26",
|
|
24352
24422
|
"remote": false
|
|
24353
24423
|
},
|
|
24354
24424
|
{
|
|
24355
24425
|
"styleType": "TEXT",
|
|
24356
|
-
"key": "
|
|
24357
|
-
"name": "scale/
|
|
24358
|
-
"description": "
|
|
24426
|
+
"key": "7ac0425bf2720501638e207801bdc83188776606",
|
|
24427
|
+
"name": "scale/t10-static-regular",
|
|
24428
|
+
"description": "26",
|
|
24359
24429
|
"remote": false
|
|
24360
24430
|
},
|
|
24361
24431
|
{
|
|
24362
24432
|
"styleType": "TEXT",
|
|
24363
|
-
"key": "
|
|
24364
|
-
"name": "scale/
|
|
24365
|
-
"description": "
|
|
24433
|
+
"key": "c4098caa6dadf9d0313a5cd3bf1954aa428806bc",
|
|
24434
|
+
"name": "scale/t11-bold",
|
|
24435
|
+
"description": "28",
|
|
24366
24436
|
"remote": false
|
|
24367
24437
|
},
|
|
24368
24438
|
{
|
|
24369
24439
|
"styleType": "TEXT",
|
|
24370
|
-
"key": "
|
|
24371
|
-
"name": "scale/
|
|
24372
|
-
"description": "
|
|
24440
|
+
"key": "7f9079e1462525cba38c2bf1eef30868a3604c1f",
|
|
24441
|
+
"name": "scale/t11-medium",
|
|
24442
|
+
"description": "28",
|
|
24373
24443
|
"remote": false
|
|
24374
24444
|
},
|
|
24375
24445
|
{
|
|
24376
24446
|
"styleType": "TEXT",
|
|
24377
|
-
"key": "
|
|
24378
|
-
"name": "scale/
|
|
24379
|
-
"description": "
|
|
24447
|
+
"key": "ea8f44eb90bc314a4afffcb2cd01df65e62e71ac",
|
|
24448
|
+
"name": "scale/t11-regular",
|
|
24449
|
+
"description": "28",
|
|
24380
24450
|
"remote": false
|
|
24381
24451
|
},
|
|
24382
24452
|
{
|
|
24383
24453
|
"styleType": "TEXT",
|
|
24384
|
-
"key": "
|
|
24385
|
-
"name": "scale/
|
|
24386
|
-
"description": "
|
|
24454
|
+
"key": "3fe2b88e352b6983ca3f1ba3564116c9df17d1f4",
|
|
24455
|
+
"name": "scale/t11-static-bold",
|
|
24456
|
+
"description": "28",
|
|
24387
24457
|
"remote": false
|
|
24388
24458
|
},
|
|
24389
24459
|
{
|
|
24390
24460
|
"styleType": "TEXT",
|
|
24391
|
-
"key": "
|
|
24392
|
-
"name": "scale/
|
|
24393
|
-
"description": "
|
|
24461
|
+
"key": "d75f42739e281be648feeba353a88a2beb6cd6b3",
|
|
24462
|
+
"name": "scale/t11-static-medium",
|
|
24463
|
+
"description": "28",
|
|
24394
24464
|
"remote": false
|
|
24395
24465
|
},
|
|
24396
24466
|
{
|
|
24397
24467
|
"styleType": "TEXT",
|
|
24398
|
-
"key": "
|
|
24399
|
-
"name": "scale/
|
|
24400
|
-
"description": "
|
|
24468
|
+
"key": "2ec7180151eb92cf7dda82e2e9d44e17db597aa7",
|
|
24469
|
+
"name": "scale/t11-static-regular",
|
|
24470
|
+
"description": "28",
|
|
24401
24471
|
"remote": false
|
|
24402
24472
|
},
|
|
24403
24473
|
{
|
|
24404
24474
|
"styleType": "TEXT",
|
|
24405
|
-
"key": "
|
|
24406
|
-
"name": "scale/
|
|
24407
|
-
"description": "
|
|
24475
|
+
"key": "8848230f95a4b768c3fb4586d6cf00c4b7871597",
|
|
24476
|
+
"name": "scale/t12-bold",
|
|
24477
|
+
"description": "32",
|
|
24408
24478
|
"remote": false
|
|
24409
24479
|
},
|
|
24410
24480
|
{
|
|
24411
24481
|
"styleType": "TEXT",
|
|
24412
|
-
"key": "
|
|
24413
|
-
"name": "scale/
|
|
24414
|
-
"description": "
|
|
24482
|
+
"key": "d03833cfa1fc42209eaaf75ac4ac7563c3ce05db",
|
|
24483
|
+
"name": "scale/t12-medium",
|
|
24484
|
+
"description": "32",
|
|
24415
24485
|
"remote": false
|
|
24416
24486
|
},
|
|
24417
24487
|
{
|
|
24418
24488
|
"styleType": "TEXT",
|
|
24419
|
-
"key": "
|
|
24420
|
-
"name": "scale/
|
|
24421
|
-
"description": "
|
|
24489
|
+
"key": "f520df58299347b765369130e1cc35c4d5777ee5",
|
|
24490
|
+
"name": "scale/t12-regular",
|
|
24491
|
+
"description": "32",
|
|
24422
24492
|
"remote": false
|
|
24423
24493
|
},
|
|
24424
24494
|
{
|
|
24425
24495
|
"styleType": "TEXT",
|
|
24426
|
-
"key": "
|
|
24427
|
-
"name": "scale/
|
|
24428
|
-
"description": "
|
|
24496
|
+
"key": "078207b0210a5e730107f7e9434ccf73fe4aa037",
|
|
24497
|
+
"name": "scale/t12-static-bold",
|
|
24498
|
+
"description": "32",
|
|
24429
24499
|
"remote": false
|
|
24430
24500
|
},
|
|
24431
24501
|
{
|
|
24432
24502
|
"styleType": "TEXT",
|
|
24433
|
-
"key": "
|
|
24434
|
-
"name": "scale/
|
|
24435
|
-
"description": "
|
|
24503
|
+
"key": "0bbb0b5109594a030af1b31fa4a2fec97c888898",
|
|
24504
|
+
"name": "scale/t12-static-medium",
|
|
24505
|
+
"description": "32",
|
|
24436
24506
|
"remote": false
|
|
24437
24507
|
},
|
|
24438
24508
|
{
|
|
24439
24509
|
"styleType": "TEXT",
|
|
24440
|
-
"key": "
|
|
24441
|
-
"name": "scale/
|
|
24442
|
-
"description": "
|
|
24510
|
+
"key": "7b5c555d3b6b442c7c2560d40687ad511fccd2bf",
|
|
24511
|
+
"name": "scale/t12-static-regular",
|
|
24512
|
+
"description": "32",
|
|
24443
24513
|
"remote": false
|
|
24444
24514
|
},
|
|
24445
24515
|
{
|
|
24446
24516
|
"styleType": "TEXT",
|
|
24447
|
-
"key": "
|
|
24448
|
-
"name": "scale/
|
|
24449
|
-
"description": "
|
|
24517
|
+
"key": "f8246d0f7aac99e4bedf442e7705eb8c6fbd287f",
|
|
24518
|
+
"name": "scale/t13-large",
|
|
24519
|
+
"description": "40",
|
|
24450
24520
|
"remote": false
|
|
24451
24521
|
},
|
|
24452
24522
|
{
|
|
24453
24523
|
"styleType": "TEXT",
|
|
24454
|
-
"key": "
|
|
24455
|
-
"name": "scale/
|
|
24456
|
-
"description": "
|
|
24524
|
+
"key": "aa030de3cc69647ac9261dde645751902cb034fa",
|
|
24525
|
+
"name": "scale/t13-medium",
|
|
24526
|
+
"description": "40",
|
|
24457
24527
|
"remote": false
|
|
24458
24528
|
},
|
|
24459
24529
|
{
|
|
24460
24530
|
"styleType": "TEXT",
|
|
24461
|
-
"key": "
|
|
24462
|
-
"name": "scale/
|
|
24463
|
-
"description": "
|
|
24531
|
+
"key": "5f319de1ecd415b8046b8104dee700d68276f591",
|
|
24532
|
+
"name": "scale/t13-regular",
|
|
24533
|
+
"description": "40",
|
|
24464
24534
|
"remote": false
|
|
24465
24535
|
},
|
|
24466
24536
|
{
|
|
24467
24537
|
"styleType": "TEXT",
|
|
24468
|
-
"key": "
|
|
24469
|
-
"name": "scale/
|
|
24470
|
-
"description": "
|
|
24538
|
+
"key": "c431b4007e9dc95ca040323d7bfbfc93506dcb1b",
|
|
24539
|
+
"name": "scale/t13-static-bold",
|
|
24540
|
+
"description": "40",
|
|
24471
24541
|
"remote": false
|
|
24472
24542
|
},
|
|
24473
24543
|
{
|
|
24474
24544
|
"styleType": "TEXT",
|
|
24475
|
-
"key": "
|
|
24476
|
-
"name": "scale/
|
|
24477
|
-
"description": "
|
|
24545
|
+
"key": "f27b6a9f531a34f06cc33c6f051f178b78d7b42a",
|
|
24546
|
+
"name": "scale/t13-static-medium",
|
|
24547
|
+
"description": "40",
|
|
24478
24548
|
"remote": false
|
|
24479
24549
|
},
|
|
24480
24550
|
{
|
|
24481
24551
|
"styleType": "TEXT",
|
|
24482
|
-
"key": "
|
|
24483
|
-
"name": "scale/
|
|
24484
|
-
"description": "
|
|
24552
|
+
"key": "25aafb51bb53e8ad6a4fd3888c4cd0fe22fe1484",
|
|
24553
|
+
"name": "scale/t13-static-regular",
|
|
24554
|
+
"description": "40",
|
|
24485
24555
|
"remote": false
|
|
24486
24556
|
},
|
|
24487
24557
|
{
|
|
24488
24558
|
"styleType": "TEXT",
|
|
24489
|
-
"key": "
|
|
24490
|
-
"name": "scale/
|
|
24491
|
-
"description": "
|
|
24559
|
+
"key": "cb4871a19bfe5793fb62e8cb2af414077dbb554f",
|
|
24560
|
+
"name": "scale/t14-bold",
|
|
24561
|
+
"description": "48",
|
|
24492
24562
|
"remote": false
|
|
24493
24563
|
},
|
|
24494
24564
|
{
|
|
24495
24565
|
"styleType": "TEXT",
|
|
24496
|
-
"key": "
|
|
24497
|
-
"name": "scale/
|
|
24498
|
-
"description": "
|
|
24566
|
+
"key": "7a65a36ff5664459014003876f7e008f7f9a29ac",
|
|
24567
|
+
"name": "scale/t14-medium",
|
|
24568
|
+
"description": "48",
|
|
24499
24569
|
"remote": false
|
|
24500
24570
|
},
|
|
24501
24571
|
{
|
|
24502
24572
|
"styleType": "TEXT",
|
|
24503
|
-
"key": "
|
|
24504
|
-
"name": "scale/
|
|
24505
|
-
"description": "
|
|
24573
|
+
"key": "319ce219a9a7d266cdc86525f6a9d15d33d3fbc5",
|
|
24574
|
+
"name": "scale/t14-regular",
|
|
24575
|
+
"description": "48",
|
|
24506
24576
|
"remote": false
|
|
24507
24577
|
},
|
|
24508
24578
|
{
|
|
24509
24579
|
"styleType": "TEXT",
|
|
24510
|
-
"key": "
|
|
24511
|
-
"name": "scale/
|
|
24512
|
-
"description": "
|
|
24580
|
+
"key": "a901e969dec12e78cc4e12e2dedd49490d3f9b6c",
|
|
24581
|
+
"name": "scale/t14-static-bold",
|
|
24582
|
+
"description": "48",
|
|
24513
24583
|
"remote": false
|
|
24514
24584
|
},
|
|
24515
24585
|
{
|
|
24516
24586
|
"styleType": "TEXT",
|
|
24517
|
-
"key": "
|
|
24518
|
-
"name": "scale/
|
|
24519
|
-
"description": "
|
|
24587
|
+
"key": "a8b4a10427f553ab3675471396389a0aab9cba74",
|
|
24588
|
+
"name": "scale/t14-static-medium",
|
|
24589
|
+
"description": "48",
|
|
24520
24590
|
"remote": false
|
|
24521
24591
|
},
|
|
24522
24592
|
{
|
|
24523
24593
|
"styleType": "TEXT",
|
|
24524
|
-
"key": "
|
|
24525
|
-
"name": "scale/
|
|
24526
|
-
"description": "
|
|
24594
|
+
"key": "cdcbb93f6e2c0785bd3bb0e9f7ecad7568c1be5e",
|
|
24595
|
+
"name": "scale/t14-static-regular",
|
|
24596
|
+
"description": "48",
|
|
24527
24597
|
"remote": false
|
|
24528
24598
|
},
|
|
24529
24599
|
{
|
|
24530
24600
|
"styleType": "TEXT",
|
|
24531
|
-
"key": "
|
|
24532
|
-
"name": "scale/
|
|
24533
|
-
"description": "
|
|
24601
|
+
"key": "8378bd59b14f5682dcaf20110efde4b7a1fb18e3",
|
|
24602
|
+
"name": "scale/t2-bold",
|
|
24603
|
+
"description": "12",
|
|
24534
24604
|
"remote": false
|
|
24535
24605
|
},
|
|
24536
24606
|
{
|
|
24537
24607
|
"styleType": "TEXT",
|
|
24538
|
-
"key": "
|
|
24539
|
-
"name": "scale/
|
|
24540
|
-
"description": "
|
|
24608
|
+
"key": "2aff06b0ad8be136acbfb3090fa4dde1f9eac48e",
|
|
24609
|
+
"name": "scale/t2-medium",
|
|
24610
|
+
"description": "12",
|
|
24541
24611
|
"remote": false
|
|
24542
24612
|
},
|
|
24543
24613
|
{
|
|
24544
24614
|
"styleType": "TEXT",
|
|
24545
|
-
"key": "
|
|
24615
|
+
"key": "711eaf0bd91b906e108f3508cf7845fc82294b1a",
|
|
24616
|
+
"name": "scale/t2-regular",
|
|
24617
|
+
"description": "12",
|
|
24618
|
+
"remote": false
|
|
24619
|
+
},
|
|
24620
|
+
{
|
|
24621
|
+
"styleType": "TEXT",
|
|
24622
|
+
"key": "4c6e5c31b949694aa08bf8d4d5cc445e22cf301f",
|
|
24623
|
+
"name": "scale/t2-static-bold",
|
|
24624
|
+
"description": "12",
|
|
24625
|
+
"remote": false
|
|
24626
|
+
},
|
|
24627
|
+
{
|
|
24628
|
+
"styleType": "TEXT",
|
|
24629
|
+
"key": "7d4bb16ddefb735fd197123b013864e7c412a934",
|
|
24630
|
+
"name": "scale/t2-static-medium",
|
|
24631
|
+
"description": "12",
|
|
24632
|
+
"remote": false
|
|
24633
|
+
},
|
|
24634
|
+
{
|
|
24635
|
+
"styleType": "TEXT",
|
|
24636
|
+
"key": "e05fbcacd044da0c9e6b73c7382bc4562a4a5d30",
|
|
24637
|
+
"name": "scale/t2-static-regular",
|
|
24638
|
+
"description": "12",
|
|
24639
|
+
"remote": false
|
|
24640
|
+
},
|
|
24641
|
+
{
|
|
24642
|
+
"styleType": "TEXT",
|
|
24643
|
+
"key": "f749d659a689cbbecbdbb1b559056731234332a3",
|
|
24644
|
+
"name": "scale/t3-bold",
|
|
24645
|
+
"description": "13",
|
|
24646
|
+
"remote": false
|
|
24647
|
+
},
|
|
24648
|
+
{
|
|
24649
|
+
"styleType": "TEXT",
|
|
24650
|
+
"key": "96a2f248d201c246587d63eb4d00cb7610897400",
|
|
24651
|
+
"name": "scale/t3-medium",
|
|
24652
|
+
"description": "13",
|
|
24653
|
+
"remote": false
|
|
24654
|
+
},
|
|
24655
|
+
{
|
|
24656
|
+
"styleType": "TEXT",
|
|
24657
|
+
"key": "22ead16ee07b342df4a26952bc987f3155988779",
|
|
24658
|
+
"name": "scale/t3-regular",
|
|
24659
|
+
"description": "13",
|
|
24660
|
+
"remote": false
|
|
24661
|
+
},
|
|
24662
|
+
{
|
|
24663
|
+
"styleType": "TEXT",
|
|
24664
|
+
"key": "3174e2a628cf75bc8f906af35b9b5d04595267c8",
|
|
24665
|
+
"name": "scale/t3-static-bold",
|
|
24666
|
+
"description": "13",
|
|
24667
|
+
"remote": false
|
|
24668
|
+
},
|
|
24669
|
+
{
|
|
24670
|
+
"styleType": "TEXT",
|
|
24671
|
+
"key": "c19d7f5ec3290802216aa3b0993931835d8fa3b5",
|
|
24672
|
+
"name": "scale/t3-static-medium",
|
|
24673
|
+
"description": "13",
|
|
24674
|
+
"remote": false
|
|
24675
|
+
},
|
|
24676
|
+
{
|
|
24677
|
+
"styleType": "TEXT",
|
|
24678
|
+
"key": "0cda3e483e52409e3ca59a019f29c16be078355f",
|
|
24679
|
+
"name": "scale/t3-static-regular",
|
|
24680
|
+
"description": "13",
|
|
24681
|
+
"remote": false
|
|
24682
|
+
},
|
|
24683
|
+
{
|
|
24684
|
+
"styleType": "TEXT",
|
|
24685
|
+
"key": "a85ea49c1625319427c047bc206c26e708012030",
|
|
24686
|
+
"name": "scale/t4-bold",
|
|
24687
|
+
"description": "14",
|
|
24688
|
+
"remote": false
|
|
24689
|
+
},
|
|
24690
|
+
{
|
|
24691
|
+
"styleType": "TEXT",
|
|
24692
|
+
"key": "2c143ba862b3c1af10a0bd5d2e723bd12e7878ef",
|
|
24693
|
+
"name": "scale/t4-medium",
|
|
24694
|
+
"description": "14",
|
|
24695
|
+
"remote": false
|
|
24696
|
+
},
|
|
24697
|
+
{
|
|
24698
|
+
"styleType": "TEXT",
|
|
24699
|
+
"key": "b23d3e206b0244690c19472fd78bfc33b9b46d06",
|
|
24700
|
+
"name": "scale/t4-regular",
|
|
24701
|
+
"description": "14",
|
|
24702
|
+
"remote": false
|
|
24703
|
+
},
|
|
24704
|
+
{
|
|
24705
|
+
"styleType": "TEXT",
|
|
24706
|
+
"key": "35fd98a75610254f7c8c15c6e7b71d67fccd9eed",
|
|
24707
|
+
"name": "scale/t4-static-bold",
|
|
24708
|
+
"description": "14",
|
|
24709
|
+
"remote": false
|
|
24710
|
+
},
|
|
24711
|
+
{
|
|
24712
|
+
"styleType": "TEXT",
|
|
24713
|
+
"key": "c785ba7fed186bd4c98295bdc2292933faed98ef",
|
|
24714
|
+
"name": "scale/t4-static-medium",
|
|
24715
|
+
"description": "14",
|
|
24716
|
+
"remote": false
|
|
24717
|
+
},
|
|
24718
|
+
{
|
|
24719
|
+
"styleType": "TEXT",
|
|
24720
|
+
"key": "51a90741bcc1a7dc81293eae0f085a8d5fb01855",
|
|
24721
|
+
"name": "scale/t4-static-regular",
|
|
24722
|
+
"description": "14",
|
|
24723
|
+
"remote": false
|
|
24724
|
+
},
|
|
24725
|
+
{
|
|
24726
|
+
"styleType": "TEXT",
|
|
24727
|
+
"key": "8eff229c53f06eeb418f39ad1cb3dbe12480f12b",
|
|
24728
|
+
"name": "scale/t5-bold",
|
|
24729
|
+
"description": "16",
|
|
24730
|
+
"remote": false
|
|
24731
|
+
},
|
|
24732
|
+
{
|
|
24733
|
+
"styleType": "TEXT",
|
|
24734
|
+
"key": "bc8bcf3caa904cdc2e1c2983d0f12d32832d7374",
|
|
24735
|
+
"name": "scale/t5-medium",
|
|
24736
|
+
"description": "16",
|
|
24737
|
+
"remote": false
|
|
24738
|
+
},
|
|
24739
|
+
{
|
|
24740
|
+
"styleType": "TEXT",
|
|
24741
|
+
"key": "54a5a4c2bfc09573fba3a8efe0dafff067cf53bd",
|
|
24742
|
+
"name": "scale/t5-regular",
|
|
24743
|
+
"description": "16",
|
|
24744
|
+
"remote": false
|
|
24745
|
+
},
|
|
24746
|
+
{
|
|
24747
|
+
"styleType": "TEXT",
|
|
24748
|
+
"key": "37a672b087c5d72461b75c679924245ad89bcb06",
|
|
24749
|
+
"name": "scale/t5-static-bold",
|
|
24750
|
+
"description": "16",
|
|
24751
|
+
"remote": false
|
|
24752
|
+
},
|
|
24753
|
+
{
|
|
24754
|
+
"styleType": "TEXT",
|
|
24755
|
+
"key": "8b295f9759faed27b6a03cc50a8b257bf3af5cd0",
|
|
24756
|
+
"name": "scale/t5-static-medium",
|
|
24757
|
+
"description": "16",
|
|
24758
|
+
"remote": false
|
|
24759
|
+
},
|
|
24760
|
+
{
|
|
24761
|
+
"styleType": "TEXT",
|
|
24762
|
+
"key": "2011f31d265d6bb4535da4f16eb4f5d68f48d56e",
|
|
24763
|
+
"name": "scale/t5-static-regular",
|
|
24764
|
+
"description": "16",
|
|
24765
|
+
"remote": false
|
|
24766
|
+
},
|
|
24767
|
+
{
|
|
24768
|
+
"styleType": "TEXT",
|
|
24769
|
+
"key": "adf921a56e89b5737a6b626034cfea184e828370",
|
|
24770
|
+
"name": "scale/t6-bold",
|
|
24771
|
+
"description": "18",
|
|
24772
|
+
"remote": false
|
|
24773
|
+
},
|
|
24774
|
+
{
|
|
24775
|
+
"styleType": "TEXT",
|
|
24776
|
+
"key": "02ee25a9050a9c78dbaa03ea006aa4d1db593e99",
|
|
24777
|
+
"name": "scale/t6-medium",
|
|
24778
|
+
"description": "18",
|
|
24779
|
+
"remote": false
|
|
24780
|
+
},
|
|
24781
|
+
{
|
|
24782
|
+
"styleType": "TEXT",
|
|
24783
|
+
"key": "6608eaab965859080a5effa6e23eb857d888057f",
|
|
24784
|
+
"name": "scale/t6-regular",
|
|
24785
|
+
"description": "18",
|
|
24786
|
+
"remote": false
|
|
24787
|
+
},
|
|
24788
|
+
{
|
|
24789
|
+
"styleType": "TEXT",
|
|
24790
|
+
"key": "122ff9fd500bc63517b01a103a399b26130e7f0b",
|
|
24791
|
+
"name": "scale/t6-static-bold",
|
|
24792
|
+
"description": "18",
|
|
24793
|
+
"remote": false
|
|
24794
|
+
},
|
|
24795
|
+
{
|
|
24796
|
+
"styleType": "TEXT",
|
|
24797
|
+
"key": "0de548c3afd5c31e8b1c42a0170d44beba400a55",
|
|
24798
|
+
"name": "scale/t6-static-medium",
|
|
24799
|
+
"description": "18",
|
|
24800
|
+
"remote": false
|
|
24801
|
+
},
|
|
24802
|
+
{
|
|
24803
|
+
"styleType": "TEXT",
|
|
24804
|
+
"key": "c6d683f532e80c0c04e05057674e92265541a231",
|
|
24805
|
+
"name": "scale/t6-static-regular",
|
|
24806
|
+
"description": "18",
|
|
24807
|
+
"remote": false
|
|
24808
|
+
},
|
|
24809
|
+
{
|
|
24810
|
+
"styleType": "TEXT",
|
|
24811
|
+
"key": "182d9252d7f7380075915a89e6160d7595124bc3",
|
|
24546
24812
|
"name": "scale/t7-bold",
|
|
24547
24813
|
"description": "20",
|
|
24548
24814
|
"remote": false
|
|
@@ -24589,6 +24855,20 @@ const FIGMA_STYLES = [
|
|
|
24589
24855
|
"description": "22",
|
|
24590
24856
|
"remote": false
|
|
24591
24857
|
},
|
|
24858
|
+
{
|
|
24859
|
+
"styleType": "TEXT",
|
|
24860
|
+
"key": "6e0e3a4652ac72a7bdf4f6ca5e3b3e88e6e91a1f",
|
|
24861
|
+
"name": "scale/t8-medium",
|
|
24862
|
+
"description": "22",
|
|
24863
|
+
"remote": false
|
|
24864
|
+
},
|
|
24865
|
+
{
|
|
24866
|
+
"styleType": "TEXT",
|
|
24867
|
+
"key": "ba43d7fc601a61769f623e1ec54a569fcf80d0d2",
|
|
24868
|
+
"name": "scale/t8-regular",
|
|
24869
|
+
"description": "22",
|
|
24870
|
+
"remote": false
|
|
24871
|
+
},
|
|
24592
24872
|
{
|
|
24593
24873
|
"styleType": "TEXT",
|
|
24594
24874
|
"key": "37821f18bc4416d7a81fa429d89240317a8f17e6",
|
|
@@ -24596,6 +24876,20 @@ const FIGMA_STYLES = [
|
|
|
24596
24876
|
"description": "22",
|
|
24597
24877
|
"remote": false
|
|
24598
24878
|
},
|
|
24879
|
+
{
|
|
24880
|
+
"styleType": "TEXT",
|
|
24881
|
+
"key": "759499dc9fc172011297eee2b8b96c3b369708c9",
|
|
24882
|
+
"name": "scale/t8-static-medium",
|
|
24883
|
+
"description": "22",
|
|
24884
|
+
"remote": false
|
|
24885
|
+
},
|
|
24886
|
+
{
|
|
24887
|
+
"styleType": "TEXT",
|
|
24888
|
+
"key": "2643414348304d2a7f712f321a7ee07c3f20cff6",
|
|
24889
|
+
"name": "scale/t8-static-regular",
|
|
24890
|
+
"description": "22",
|
|
24891
|
+
"remote": false
|
|
24892
|
+
},
|
|
24599
24893
|
{
|
|
24600
24894
|
"styleType": "TEXT",
|
|
24601
24895
|
"key": "b146e1317c67db787834f1890493225bdbba4e48",
|
|
@@ -24603,6 +24897,20 @@ const FIGMA_STYLES = [
|
|
|
24603
24897
|
"description": "24",
|
|
24604
24898
|
"remote": false
|
|
24605
24899
|
},
|
|
24900
|
+
{
|
|
24901
|
+
"styleType": "TEXT",
|
|
24902
|
+
"key": "2c069c359d4d880a09a0ff025ae70e56e5e6cfda",
|
|
24903
|
+
"name": "scale/t9-medium",
|
|
24904
|
+
"description": "24",
|
|
24905
|
+
"remote": false
|
|
24906
|
+
},
|
|
24907
|
+
{
|
|
24908
|
+
"styleType": "TEXT",
|
|
24909
|
+
"key": "9e695936bfe469d21c072346744f0ce73c808336",
|
|
24910
|
+
"name": "scale/t9-regular",
|
|
24911
|
+
"description": "24",
|
|
24912
|
+
"remote": false
|
|
24913
|
+
},
|
|
24606
24914
|
{
|
|
24607
24915
|
"styleType": "TEXT",
|
|
24608
24916
|
"key": "c06e147e98440109199e2e3fa2a63390d19afb0c",
|
|
@@ -24610,6 +24918,20 @@ const FIGMA_STYLES = [
|
|
|
24610
24918
|
"description": "24",
|
|
24611
24919
|
"remote": false
|
|
24612
24920
|
},
|
|
24921
|
+
{
|
|
24922
|
+
"styleType": "TEXT",
|
|
24923
|
+
"key": "6e6b4cd794df40335e9f3f6ec3ba519e71e5db5d",
|
|
24924
|
+
"name": "scale/t9-static-medium",
|
|
24925
|
+
"description": "24",
|
|
24926
|
+
"remote": false
|
|
24927
|
+
},
|
|
24928
|
+
{
|
|
24929
|
+
"styleType": "TEXT",
|
|
24930
|
+
"key": "25fd249f85598595696ee12df23f3c0209287199",
|
|
24931
|
+
"name": "scale/t9-static-regular",
|
|
24932
|
+
"description": "24",
|
|
24933
|
+
"remote": false
|
|
24934
|
+
},
|
|
24613
24935
|
{
|
|
24614
24936
|
"styleType": "TEXT",
|
|
24615
24937
|
"key": "85422ef9f0230f821f1a9e6d2f8f86b3ba87f20d",
|
|
@@ -25023,20 +25345,24 @@ const FIGMA_VARIABLE_COLLECTIONS = {
|
|
|
25023
25345
|
"name": "iOS"
|
|
25024
25346
|
},
|
|
25025
25347
|
{
|
|
25026
|
-
"modeId": "1:
|
|
25027
|
-
"name": "iOS
|
|
25348
|
+
"modeId": "1:7",
|
|
25349
|
+
"name": "iOS (80%)"
|
|
25028
25350
|
},
|
|
25029
25351
|
{
|
|
25030
|
-
"modeId": "1:
|
|
25031
|
-
"name": "iOS
|
|
25352
|
+
"modeId": "1:6",
|
|
25353
|
+
"name": "iOS (135%)"
|
|
25032
25354
|
},
|
|
25033
25355
|
{
|
|
25034
25356
|
"modeId": "1:8",
|
|
25035
25357
|
"name": "Android"
|
|
25036
25358
|
},
|
|
25359
|
+
{
|
|
25360
|
+
"modeId": "62468:0",
|
|
25361
|
+
"name": "Android (80%)"
|
|
25362
|
+
},
|
|
25037
25363
|
{
|
|
25038
25364
|
"modeId": "51907:0",
|
|
25039
|
-
"name": "Android
|
|
25365
|
+
"name": "Android (150%)"
|
|
25040
25366
|
}
|
|
25041
25367
|
],
|
|
25042
25368
|
"key": "75a9a164e0f9d49ba07e82176cbc7240569928a5",
|
|
@@ -25102,6 +25428,22 @@ const FIGMA_VARIABLE_COLLECTIONS = {
|
|
|
25102
25428
|
"VariableID:58766:15457",
|
|
25103
25429
|
"VariableID:58766:15458",
|
|
25104
25430
|
"VariableID:58766:15459",
|
|
25431
|
+
"VariableID:62466:5",
|
|
25432
|
+
"VariableID:62472:10",
|
|
25433
|
+
"VariableID:62472:11",
|
|
25434
|
+
"VariableID:62472:12",
|
|
25435
|
+
"VariableID:62472:6",
|
|
25436
|
+
"VariableID:62472:7",
|
|
25437
|
+
"VariableID:62472:8",
|
|
25438
|
+
"VariableID:62472:9",
|
|
25439
|
+
"VariableID:62476:13",
|
|
25440
|
+
"VariableID:62476:14",
|
|
25441
|
+
"VariableID:62476:15",
|
|
25442
|
+
"VariableID:62476:16",
|
|
25443
|
+
"VariableID:62476:17",
|
|
25444
|
+
"VariableID:62476:18",
|
|
25445
|
+
"VariableID:62476:19",
|
|
25446
|
+
"VariableID:62476:20",
|
|
25105
25447
|
"VariableID:796:4448"
|
|
25106
25448
|
]
|
|
25107
25449
|
},
|
|
@@ -25833,7 +26175,9 @@ const FIGMA_VARIABLES = {
|
|
|
25833
26175
|
},
|
|
25834
26176
|
"scopes": [
|
|
25835
26177
|
"FRAME_FILL",
|
|
25836
|
-
"SHAPE_FILL"
|
|
26178
|
+
"SHAPE_FILL",
|
|
26179
|
+
"STROKE_COLOR",
|
|
26180
|
+
"EFFECT_COLOR"
|
|
25837
26181
|
],
|
|
25838
26182
|
"codeSyntax": {}
|
|
25839
26183
|
},
|
|
@@ -25885,7 +26229,9 @@ const FIGMA_VARIABLES = {
|
|
|
25885
26229
|
},
|
|
25886
26230
|
"scopes": [
|
|
25887
26231
|
"FRAME_FILL",
|
|
25888
|
-
"SHAPE_FILL"
|
|
26232
|
+
"SHAPE_FILL",
|
|
26233
|
+
"STROKE_COLOR",
|
|
26234
|
+
"EFFECT_COLOR"
|
|
25889
26235
|
],
|
|
25890
26236
|
"codeSyntax": {}
|
|
25891
26237
|
},
|
|
@@ -25936,8 +26282,10 @@ const FIGMA_VARIABLES = {
|
|
|
25936
26282
|
},
|
|
25937
26283
|
"scopes": [
|
|
25938
26284
|
"FRAME_FILL",
|
|
25939
|
-
"SHAPE_FILL"
|
|
25940
|
-
|
|
26285
|
+
"SHAPE_FILL",
|
|
26286
|
+
"STROKE_COLOR",
|
|
26287
|
+
"EFFECT_COLOR"
|
|
26288
|
+
],
|
|
25941
26289
|
"codeSyntax": {}
|
|
25942
26290
|
},
|
|
25943
26291
|
"VariableID:670:2700": {
|
|
@@ -25961,7 +26309,9 @@ const FIGMA_VARIABLES = {
|
|
|
25961
26309
|
},
|
|
25962
26310
|
"scopes": [
|
|
25963
26311
|
"FRAME_FILL",
|
|
25964
|
-
"SHAPE_FILL"
|
|
26312
|
+
"SHAPE_FILL",
|
|
26313
|
+
"STROKE_COLOR",
|
|
26314
|
+
"EFFECT_COLOR"
|
|
25965
26315
|
],
|
|
25966
26316
|
"codeSyntax": {}
|
|
25967
26317
|
},
|
|
@@ -26576,7 +26926,8 @@ const FIGMA_VARIABLES = {
|
|
|
26576
26926
|
"1:6": 358,
|
|
26577
26927
|
"1:7": 358,
|
|
26578
26928
|
"1:8": 358,
|
|
26579
|
-
"51907:0": 358
|
|
26929
|
+
"51907:0": 358,
|
|
26930
|
+
"62468:0": 358
|
|
26580
26931
|
},
|
|
26581
26932
|
"scopes": [
|
|
26582
26933
|
"WIDTH_HEIGHT"
|
|
@@ -26597,7 +26948,8 @@ const FIGMA_VARIABLES = {
|
|
|
26597
26948
|
"1:6": 173,
|
|
26598
26949
|
"1:7": 173,
|
|
26599
26950
|
"1:8": 173,
|
|
26600
|
-
"51907:0": 173
|
|
26951
|
+
"51907:0": 173,
|
|
26952
|
+
"62468:0": 173
|
|
26601
26953
|
},
|
|
26602
26954
|
"scopes": [
|
|
26603
26955
|
"WIDTH_HEIGHT"
|
|
@@ -26618,7 +26970,8 @@ const FIGMA_VARIABLES = {
|
|
|
26618
26970
|
"1:6": 111.33000183105469,
|
|
26619
26971
|
"1:7": 111.33000183105469,
|
|
26620
26972
|
"1:8": 111.33000183105469,
|
|
26621
|
-
"51907:0": 111.33000183105469
|
|
26973
|
+
"51907:0": 111.33000183105469,
|
|
26974
|
+
"62468:0": 111.33000183105469
|
|
26622
26975
|
},
|
|
26623
26976
|
"scopes": [
|
|
26624
26977
|
"WIDTH_HEIGHT"
|
|
@@ -27576,7 +27929,8 @@ const FIGMA_VARIABLES = {
|
|
|
27576
27929
|
"1:6": "Figma Only iOS",
|
|
27577
27930
|
"1:7": "Figma Only iOS",
|
|
27578
27931
|
"1:8": "Roboto",
|
|
27579
|
-
"51907:0": "Roboto"
|
|
27932
|
+
"51907:0": "Roboto",
|
|
27933
|
+
"62468:0": "Roboto"
|
|
27580
27934
|
},
|
|
27581
27935
|
"scopes": [
|
|
27582
27936
|
"FONT_FAMILY"
|
|
@@ -27597,7 +27951,8 @@ const FIGMA_VARIABLES = {
|
|
|
27597
27951
|
"1:6": "Figma Only iOS Text",
|
|
27598
27952
|
"1:7": "Figma Only iOS Text",
|
|
27599
27953
|
"1:8": "Roboto",
|
|
27600
|
-
"51907:0": "Roboto"
|
|
27954
|
+
"51907:0": "Roboto",
|
|
27955
|
+
"62468:0": "Roboto"
|
|
27601
27956
|
},
|
|
27602
27957
|
"scopes": [
|
|
27603
27958
|
"FONT_FAMILY"
|
|
@@ -27615,10 +27970,11 @@ const FIGMA_VARIABLES = {
|
|
|
27615
27970
|
"hiddenFromPublishing": false,
|
|
27616
27971
|
"valuesByMode": {
|
|
27617
27972
|
"1:5": 11,
|
|
27618
|
-
"1:6":
|
|
27619
|
-
"1:7":
|
|
27973
|
+
"1:6": 15,
|
|
27974
|
+
"1:7": 10,
|
|
27620
27975
|
"1:8": 11,
|
|
27621
|
-
"51907:0": 16.5
|
|
27976
|
+
"51907:0": 16.5,
|
|
27977
|
+
"62468:0": 10
|
|
27622
27978
|
},
|
|
27623
27979
|
"scopes": [
|
|
27624
27980
|
"FONT_SIZE"
|
|
@@ -27636,10 +27992,11 @@ const FIGMA_VARIABLES = {
|
|
|
27636
27992
|
"hiddenFromPublishing": false,
|
|
27637
27993
|
"valuesByMode": {
|
|
27638
27994
|
"1:5": 26,
|
|
27639
|
-
"1:6":
|
|
27640
|
-
"1:7":
|
|
27995
|
+
"1:6": 34,
|
|
27996
|
+
"1:7": 22,
|
|
27641
27997
|
"1:8": 26,
|
|
27642
|
-
"51907:0":
|
|
27998
|
+
"51907:0": 28.700000762939453,
|
|
27999
|
+
"62468:0": 22
|
|
27643
28000
|
},
|
|
27644
28001
|
"scopes": [
|
|
27645
28002
|
"FONT_SIZE"
|
|
@@ -27660,7 +28017,184 @@ const FIGMA_VARIABLES = {
|
|
|
27660
28017
|
"1:6": 26,
|
|
27661
28018
|
"1:7": 26,
|
|
27662
28019
|
"1:8": 26,
|
|
27663
|
-
"51907:0": 26
|
|
28020
|
+
"51907:0": 26,
|
|
28021
|
+
"62468:0": 26
|
|
28022
|
+
},
|
|
28023
|
+
"scopes": [
|
|
28024
|
+
"FONT_SIZE"
|
|
28025
|
+
],
|
|
28026
|
+
"codeSyntax": {}
|
|
28027
|
+
},
|
|
28028
|
+
"VariableID:62466:5": {
|
|
28029
|
+
"name": "font-size/t11",
|
|
28030
|
+
"id": "VariableID:62466:5",
|
|
28031
|
+
"remote": false,
|
|
28032
|
+
"key": "3563ead0527fe20304f480fdf272d3cbaeef6e5b",
|
|
28033
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28034
|
+
"resolvedType": "FLOAT",
|
|
28035
|
+
"description": "",
|
|
28036
|
+
"hiddenFromPublishing": false,
|
|
28037
|
+
"valuesByMode": {
|
|
28038
|
+
"1:5": 28,
|
|
28039
|
+
"1:6": 37,
|
|
28040
|
+
"1:7": 24,
|
|
28041
|
+
"1:8": 28,
|
|
28042
|
+
"51907:0": 29.299999237060547,
|
|
28043
|
+
"62468:0": 24
|
|
28044
|
+
},
|
|
28045
|
+
"scopes": [
|
|
28046
|
+
"FONT_SIZE"
|
|
28047
|
+
],
|
|
28048
|
+
"codeSyntax": {}
|
|
28049
|
+
},
|
|
28050
|
+
"VariableID:62476:13": {
|
|
28051
|
+
"name": "font-size/t11-static",
|
|
28052
|
+
"id": "VariableID:62476:13",
|
|
28053
|
+
"remote": false,
|
|
28054
|
+
"key": "7cc056f6a2fac299e9ceacafcfb254fdb944f253",
|
|
28055
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28056
|
+
"resolvedType": "FLOAT",
|
|
28057
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28058
|
+
"hiddenFromPublishing": false,
|
|
28059
|
+
"valuesByMode": {
|
|
28060
|
+
"1:5": 28,
|
|
28061
|
+
"1:6": 28,
|
|
28062
|
+
"1:7": 28,
|
|
28063
|
+
"1:8": 28,
|
|
28064
|
+
"51907:0": 28,
|
|
28065
|
+
"62468:0": 28
|
|
28066
|
+
},
|
|
28067
|
+
"scopes": [
|
|
28068
|
+
"FONT_SIZE"
|
|
28069
|
+
],
|
|
28070
|
+
"codeSyntax": {}
|
|
28071
|
+
},
|
|
28072
|
+
"VariableID:62472:6": {
|
|
28073
|
+
"name": "font-size/t12",
|
|
28074
|
+
"id": "VariableID:62472:6",
|
|
28075
|
+
"remote": false,
|
|
28076
|
+
"key": "aca82384301101930a35313139af734732889256",
|
|
28077
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28078
|
+
"resolvedType": "FLOAT",
|
|
28079
|
+
"description": "",
|
|
28080
|
+
"hiddenFromPublishing": false,
|
|
28081
|
+
"valuesByMode": {
|
|
28082
|
+
"1:5": 32,
|
|
28083
|
+
"1:6": 42,
|
|
28084
|
+
"1:7": 28,
|
|
28085
|
+
"1:8": 32,
|
|
28086
|
+
"51907:0": 32,
|
|
28087
|
+
"62468:0": 28
|
|
28088
|
+
},
|
|
28089
|
+
"scopes": [
|
|
28090
|
+
"FONT_SIZE"
|
|
28091
|
+
],
|
|
28092
|
+
"codeSyntax": {}
|
|
28093
|
+
},
|
|
28094
|
+
"VariableID:62476:14": {
|
|
28095
|
+
"name": "font-size/t12-static",
|
|
28096
|
+
"id": "VariableID:62476:14",
|
|
28097
|
+
"remote": false,
|
|
28098
|
+
"key": "9f630e581a9e3088abfb03affa31df636abf4775",
|
|
28099
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28100
|
+
"resolvedType": "FLOAT",
|
|
28101
|
+
"description": "",
|
|
28102
|
+
"hiddenFromPublishing": false,
|
|
28103
|
+
"valuesByMode": {
|
|
28104
|
+
"1:5": 32,
|
|
28105
|
+
"1:6": 32,
|
|
28106
|
+
"1:7": 32,
|
|
28107
|
+
"1:8": 32,
|
|
28108
|
+
"51907:0": 32,
|
|
28109
|
+
"62468:0": 32
|
|
28110
|
+
},
|
|
28111
|
+
"scopes": [
|
|
28112
|
+
"FONT_SIZE"
|
|
28113
|
+
],
|
|
28114
|
+
"codeSyntax": {}
|
|
28115
|
+
},
|
|
28116
|
+
"VariableID:62472:7": {
|
|
28117
|
+
"name": "font-size/t13",
|
|
28118
|
+
"id": "VariableID:62472:7",
|
|
28119
|
+
"remote": false,
|
|
28120
|
+
"key": "59e47f16abe04be510a235a69014b408e154ff3a",
|
|
28121
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28122
|
+
"resolvedType": "FLOAT",
|
|
28123
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28124
|
+
"hiddenFromPublishing": false,
|
|
28125
|
+
"valuesByMode": {
|
|
28126
|
+
"1:5": 40,
|
|
28127
|
+
"1:6": 53,
|
|
28128
|
+
"1:7": 35,
|
|
28129
|
+
"1:8": 40,
|
|
28130
|
+
"51907:0": 40,
|
|
28131
|
+
"62468:0": 35
|
|
28132
|
+
},
|
|
28133
|
+
"scopes": [
|
|
28134
|
+
"FONT_SIZE"
|
|
28135
|
+
],
|
|
28136
|
+
"codeSyntax": {}
|
|
28137
|
+
},
|
|
28138
|
+
"VariableID:62476:15": {
|
|
28139
|
+
"name": "font-size/t13-static",
|
|
28140
|
+
"id": "VariableID:62476:15",
|
|
28141
|
+
"remote": false,
|
|
28142
|
+
"key": "b96e169bb2bee076af0a08323544e561f49c04e1",
|
|
28143
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28144
|
+
"resolvedType": "FLOAT",
|
|
28145
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28146
|
+
"hiddenFromPublishing": false,
|
|
28147
|
+
"valuesByMode": {
|
|
28148
|
+
"1:5": 40,
|
|
28149
|
+
"1:6": 40,
|
|
28150
|
+
"1:7": 40,
|
|
28151
|
+
"1:8": 40,
|
|
28152
|
+
"51907:0": 40,
|
|
28153
|
+
"62468:0": 40
|
|
28154
|
+
},
|
|
28155
|
+
"scopes": [
|
|
28156
|
+
"FONT_SIZE"
|
|
28157
|
+
],
|
|
28158
|
+
"codeSyntax": {}
|
|
28159
|
+
},
|
|
28160
|
+
"VariableID:62472:8": {
|
|
28161
|
+
"name": "font-size/t14",
|
|
28162
|
+
"id": "VariableID:62472:8",
|
|
28163
|
+
"remote": false,
|
|
28164
|
+
"key": "b5f8c29e5c6634fdb76775de9b17f3f8dd133d7b",
|
|
28165
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28166
|
+
"resolvedType": "FLOAT",
|
|
28167
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28168
|
+
"hiddenFromPublishing": false,
|
|
28169
|
+
"valuesByMode": {
|
|
28170
|
+
"1:5": 48,
|
|
28171
|
+
"1:6": 63,
|
|
28172
|
+
"1:7": 41,
|
|
28173
|
+
"1:8": 48,
|
|
28174
|
+
"51907:0": 48,
|
|
28175
|
+
"62468:0": 41
|
|
28176
|
+
},
|
|
28177
|
+
"scopes": [
|
|
28178
|
+
"FONT_SIZE"
|
|
28179
|
+
],
|
|
28180
|
+
"codeSyntax": {}
|
|
28181
|
+
},
|
|
28182
|
+
"VariableID:62476:16": {
|
|
28183
|
+
"name": "font-size/t14-static",
|
|
28184
|
+
"id": "VariableID:62476:16",
|
|
28185
|
+
"remote": false,
|
|
28186
|
+
"key": "6cc1ef8cf0a807be4a7765a5387a1d1efa1cb732",
|
|
28187
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28188
|
+
"resolvedType": "FLOAT",
|
|
28189
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28190
|
+
"hiddenFromPublishing": false,
|
|
28191
|
+
"valuesByMode": {
|
|
28192
|
+
"1:5": 48,
|
|
28193
|
+
"1:6": 48,
|
|
28194
|
+
"1:7": 48,
|
|
28195
|
+
"1:8": 48,
|
|
28196
|
+
"51907:0": 48,
|
|
28197
|
+
"62468:0": 48
|
|
27664
28198
|
},
|
|
27665
28199
|
"scopes": [
|
|
27666
28200
|
"FONT_SIZE"
|
|
@@ -27678,10 +28212,11 @@ const FIGMA_VARIABLES = {
|
|
|
27678
28212
|
"hiddenFromPublishing": false,
|
|
27679
28213
|
"valuesByMode": {
|
|
27680
28214
|
"1:5": 12,
|
|
27681
|
-
"1:6":
|
|
27682
|
-
"1:7":
|
|
28215
|
+
"1:6": 16,
|
|
28216
|
+
"1:7": 10,
|
|
27683
28217
|
"1:8": 12,
|
|
27684
|
-
"51907:0": 18
|
|
28218
|
+
"51907:0": 18,
|
|
28219
|
+
"62468:0": 10
|
|
27685
28220
|
},
|
|
27686
28221
|
"scopes": [
|
|
27687
28222
|
"FONT_SIZE"
|
|
@@ -27699,10 +28234,11 @@ const FIGMA_VARIABLES = {
|
|
|
27699
28234
|
"hiddenFromPublishing": false,
|
|
27700
28235
|
"valuesByMode": {
|
|
27701
28236
|
"1:5": 13,
|
|
27702
|
-
"1:6":
|
|
27703
|
-
"1:7":
|
|
28237
|
+
"1:6": 17,
|
|
28238
|
+
"1:7": 11,
|
|
27704
28239
|
"1:8": 13,
|
|
27705
|
-
"51907:0":
|
|
28240
|
+
"51907:0": 20,
|
|
28241
|
+
"62468:0": 11
|
|
27706
28242
|
},
|
|
27707
28243
|
"scopes": [
|
|
27708
28244
|
"FONT_SIZE"
|
|
@@ -27720,10 +28256,11 @@ const FIGMA_VARIABLES = {
|
|
|
27720
28256
|
"hiddenFromPublishing": false,
|
|
27721
28257
|
"valuesByMode": {
|
|
27722
28258
|
"1:5": 14,
|
|
27723
|
-
"1:6":
|
|
27724
|
-
"1:7":
|
|
28259
|
+
"1:6": 18,
|
|
28260
|
+
"1:7": 12,
|
|
27725
28261
|
"1:8": 14,
|
|
27726
|
-
"51907:0":
|
|
28262
|
+
"51907:0": 22,
|
|
28263
|
+
"62468:0": 12
|
|
27727
28264
|
},
|
|
27728
28265
|
"scopes": [
|
|
27729
28266
|
"FONT_SIZE"
|
|
@@ -27741,10 +28278,11 @@ const FIGMA_VARIABLES = {
|
|
|
27741
28278
|
"hiddenFromPublishing": false,
|
|
27742
28279
|
"valuesByMode": {
|
|
27743
28280
|
"1:5": 16,
|
|
27744
|
-
"1:6":
|
|
27745
|
-
"1:7":
|
|
28281
|
+
"1:6": 21,
|
|
28282
|
+
"1:7": 14,
|
|
27746
28283
|
"1:8": 16,
|
|
27747
|
-
"51907:0":
|
|
28284
|
+
"51907:0": 23,
|
|
28285
|
+
"62468:0": 14
|
|
27748
28286
|
},
|
|
27749
28287
|
"scopes": [
|
|
27750
28288
|
"FONT_SIZE"
|
|
@@ -27763,9 +28301,10 @@ const FIGMA_VARIABLES = {
|
|
|
27763
28301
|
"valuesByMode": {
|
|
27764
28302
|
"1:5": 18,
|
|
27765
28303
|
"1:6": 24,
|
|
27766
|
-
"1:7":
|
|
28304
|
+
"1:7": 16,
|
|
27767
28305
|
"1:8": 18,
|
|
27768
|
-
"51907:0":
|
|
28306
|
+
"51907:0": 24,
|
|
28307
|
+
"62468:0": 16
|
|
27769
28308
|
},
|
|
27770
28309
|
"scopes": [
|
|
27771
28310
|
"FONT_SIZE"
|
|
@@ -27786,7 +28325,8 @@ const FIGMA_VARIABLES = {
|
|
|
27786
28325
|
"1:6": 26,
|
|
27787
28326
|
"1:7": 17,
|
|
27788
28327
|
"1:8": 20,
|
|
27789
|
-
"51907:0":
|
|
28328
|
+
"51907:0": 26,
|
|
28329
|
+
"62468:0": 17
|
|
27790
28330
|
},
|
|
27791
28331
|
"scopes": [
|
|
27792
28332
|
"FONT_SIZE"
|
|
@@ -27804,10 +28344,11 @@ const FIGMA_VARIABLES = {
|
|
|
27804
28344
|
"hiddenFromPublishing": false,
|
|
27805
28345
|
"valuesByMode": {
|
|
27806
28346
|
"1:5": 22,
|
|
27807
|
-
"1:6":
|
|
28347
|
+
"1:6": 29,
|
|
27808
28348
|
"1:7": 19,
|
|
27809
28349
|
"1:8": 22,
|
|
27810
|
-
"51907:0":
|
|
28350
|
+
"51907:0": 27,
|
|
28351
|
+
"62468:0": 19
|
|
27811
28352
|
},
|
|
27812
28353
|
"scopes": [
|
|
27813
28354
|
"FONT_SIZE"
|
|
@@ -27825,10 +28366,11 @@ const FIGMA_VARIABLES = {
|
|
|
27825
28366
|
"hiddenFromPublishing": false,
|
|
27826
28367
|
"valuesByMode": {
|
|
27827
28368
|
"1:5": 24,
|
|
27828
|
-
"1:6":
|
|
28369
|
+
"1:6": 32,
|
|
27829
28370
|
"1:7": 21,
|
|
27830
28371
|
"1:8": 24,
|
|
27831
|
-
"51907:0":
|
|
28372
|
+
"51907:0": 28,
|
|
28373
|
+
"62468:0": 21
|
|
27832
28374
|
},
|
|
27833
28375
|
"scopes": [
|
|
27834
28376
|
"FONT_SIZE"
|
|
@@ -27849,7 +28391,8 @@ const FIGMA_VARIABLES = {
|
|
|
27849
28391
|
"1:6": "bold",
|
|
27850
28392
|
"1:7": "bold",
|
|
27851
28393
|
"1:8": "bold",
|
|
27852
|
-
"51907:0": "bold"
|
|
28394
|
+
"51907:0": "bold",
|
|
28395
|
+
"62468:0": "bold"
|
|
27853
28396
|
},
|
|
27854
28397
|
"scopes": [
|
|
27855
28398
|
"FONT_STYLE"
|
|
@@ -27870,7 +28413,8 @@ const FIGMA_VARIABLES = {
|
|
|
27870
28413
|
"1:6": "medium",
|
|
27871
28414
|
"1:7": "medium",
|
|
27872
28415
|
"1:8": "medium",
|
|
27873
|
-
"51907:0": "medium"
|
|
28416
|
+
"51907:0": "medium",
|
|
28417
|
+
"62468:0": "medium"
|
|
27874
28418
|
},
|
|
27875
28419
|
"scopes": [
|
|
27876
28420
|
"FONT_STYLE"
|
|
@@ -27891,7 +28435,8 @@ const FIGMA_VARIABLES = {
|
|
|
27891
28435
|
"1:6": "regular",
|
|
27892
28436
|
"1:7": "regular",
|
|
27893
28437
|
"1:8": "regular",
|
|
27894
|
-
"51907:0": "regular"
|
|
28438
|
+
"51907:0": "regular",
|
|
28439
|
+
"62468:0": "regular"
|
|
27895
28440
|
},
|
|
27896
28441
|
"scopes": [
|
|
27897
28442
|
"FONT_STYLE"
|
|
@@ -27912,7 +28457,8 @@ const FIGMA_VARIABLES = {
|
|
|
27912
28457
|
"1:6": 36,
|
|
27913
28458
|
"1:7": 27,
|
|
27914
28459
|
"1:8": 30,
|
|
27915
|
-
"51907:0": 30
|
|
28460
|
+
"51907:0": 30,
|
|
28461
|
+
"62468:0": 30
|
|
27916
28462
|
},
|
|
27917
28463
|
"scopes": [
|
|
27918
28464
|
"LINE_HEIGHT"
|
|
@@ -27931,10 +28477,11 @@ const FIGMA_VARIABLES = {
|
|
|
27931
28477
|
"hiddenFromPublishing": false,
|
|
27932
28478
|
"valuesByMode": {
|
|
27933
28479
|
"1:5": 15,
|
|
27934
|
-
"1:6":
|
|
27935
|
-
"1:7":
|
|
28480
|
+
"1:6": 20,
|
|
28481
|
+
"1:7": 13,
|
|
27936
28482
|
"1:8": 15,
|
|
27937
|
-
"51907:0": 22.5
|
|
28483
|
+
"51907:0": 22.5,
|
|
28484
|
+
"62468:0": 13
|
|
27938
28485
|
},
|
|
27939
28486
|
"scopes": [
|
|
27940
28487
|
"LINE_HEIGHT"
|
|
@@ -27952,10 +28499,11 @@ const FIGMA_VARIABLES = {
|
|
|
27952
28499
|
"hiddenFromPublishing": false,
|
|
27953
28500
|
"valuesByMode": {
|
|
27954
28501
|
"1:5": 35,
|
|
27955
|
-
"1:6":
|
|
27956
|
-
"1:7":
|
|
28502
|
+
"1:6": 46,
|
|
28503
|
+
"1:7": 30,
|
|
27957
28504
|
"1:8": 35,
|
|
27958
|
-
"51907:0":
|
|
28505
|
+
"51907:0": 35,
|
|
28506
|
+
"62468:0": 30
|
|
27959
28507
|
},
|
|
27960
28508
|
"scopes": [
|
|
27961
28509
|
"LINE_HEIGHT"
|
|
@@ -27976,10 +28524,187 @@ const FIGMA_VARIABLES = {
|
|
|
27976
28524
|
"1:6": 35,
|
|
27977
28525
|
"1:7": 35,
|
|
27978
28526
|
"1:8": 35,
|
|
27979
|
-
"51907:0": 35
|
|
28527
|
+
"51907:0": 35,
|
|
28528
|
+
"62468:0": 35
|
|
27980
28529
|
},
|
|
27981
28530
|
"scopes": [
|
|
27982
|
-
"
|
|
28531
|
+
"LINE_HEIGHT"
|
|
28532
|
+
],
|
|
28533
|
+
"codeSyntax": {}
|
|
28534
|
+
},
|
|
28535
|
+
"VariableID:62472:9": {
|
|
28536
|
+
"name": "line-height/t11",
|
|
28537
|
+
"id": "VariableID:62472:9",
|
|
28538
|
+
"remote": false,
|
|
28539
|
+
"key": "89e04793b4b7e39331fedb38362d822718c87acd",
|
|
28540
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28541
|
+
"resolvedType": "FLOAT",
|
|
28542
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28543
|
+
"hiddenFromPublishing": false,
|
|
28544
|
+
"valuesByMode": {
|
|
28545
|
+
"1:5": 38,
|
|
28546
|
+
"1:6": 50,
|
|
28547
|
+
"1:7": 33,
|
|
28548
|
+
"1:8": 38,
|
|
28549
|
+
"51907:0": 38,
|
|
28550
|
+
"62468:0": 33
|
|
28551
|
+
},
|
|
28552
|
+
"scopes": [
|
|
28553
|
+
"LINE_HEIGHT"
|
|
28554
|
+
],
|
|
28555
|
+
"codeSyntax": {}
|
|
28556
|
+
},
|
|
28557
|
+
"VariableID:62476:17": {
|
|
28558
|
+
"name": "line-height/t11-static",
|
|
28559
|
+
"id": "VariableID:62476:17",
|
|
28560
|
+
"remote": false,
|
|
28561
|
+
"key": "acc664c45622b6656965d7211f556484a93f3169",
|
|
28562
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28563
|
+
"resolvedType": "FLOAT",
|
|
28564
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28565
|
+
"hiddenFromPublishing": false,
|
|
28566
|
+
"valuesByMode": {
|
|
28567
|
+
"1:5": 38,
|
|
28568
|
+
"1:6": 38,
|
|
28569
|
+
"1:7": 38,
|
|
28570
|
+
"1:8": 38,
|
|
28571
|
+
"51907:0": 38,
|
|
28572
|
+
"62468:0": 38
|
|
28573
|
+
},
|
|
28574
|
+
"scopes": [
|
|
28575
|
+
"LINE_HEIGHT"
|
|
28576
|
+
],
|
|
28577
|
+
"codeSyntax": {}
|
|
28578
|
+
},
|
|
28579
|
+
"VariableID:62472:10": {
|
|
28580
|
+
"name": "line-height/t12",
|
|
28581
|
+
"id": "VariableID:62472:10",
|
|
28582
|
+
"remote": false,
|
|
28583
|
+
"key": "e2270c2ee82cb86f8128de21a66e52112b646f2c",
|
|
28584
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28585
|
+
"resolvedType": "FLOAT",
|
|
28586
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28587
|
+
"hiddenFromPublishing": false,
|
|
28588
|
+
"valuesByMode": {
|
|
28589
|
+
"1:5": 42,
|
|
28590
|
+
"1:6": 55,
|
|
28591
|
+
"1:7": 36,
|
|
28592
|
+
"1:8": 42,
|
|
28593
|
+
"51907:0": 42,
|
|
28594
|
+
"62468:0": 36
|
|
28595
|
+
},
|
|
28596
|
+
"scopes": [
|
|
28597
|
+
"LINE_HEIGHT"
|
|
28598
|
+
],
|
|
28599
|
+
"codeSyntax": {}
|
|
28600
|
+
},
|
|
28601
|
+
"VariableID:62476:18": {
|
|
28602
|
+
"name": "line-height/t12-static",
|
|
28603
|
+
"id": "VariableID:62476:18",
|
|
28604
|
+
"remote": false,
|
|
28605
|
+
"key": "d07735edf82009980756985967ba030d2cb4122f",
|
|
28606
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28607
|
+
"resolvedType": "FLOAT",
|
|
28608
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28609
|
+
"hiddenFromPublishing": false,
|
|
28610
|
+
"valuesByMode": {
|
|
28611
|
+
"1:5": 42,
|
|
28612
|
+
"1:6": 42,
|
|
28613
|
+
"1:7": 42,
|
|
28614
|
+
"1:8": 42,
|
|
28615
|
+
"51907:0": 42,
|
|
28616
|
+
"62468:0": 42
|
|
28617
|
+
},
|
|
28618
|
+
"scopes": [
|
|
28619
|
+
"LINE_HEIGHT"
|
|
28620
|
+
],
|
|
28621
|
+
"codeSyntax": {}
|
|
28622
|
+
},
|
|
28623
|
+
"VariableID:62472:11": {
|
|
28624
|
+
"name": "line-height/t13",
|
|
28625
|
+
"id": "VariableID:62472:11",
|
|
28626
|
+
"remote": false,
|
|
28627
|
+
"key": "b210b31f1274150a48b1874db4c076a39fee3d3e",
|
|
28628
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28629
|
+
"resolvedType": "FLOAT",
|
|
28630
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28631
|
+
"hiddenFromPublishing": false,
|
|
28632
|
+
"valuesByMode": {
|
|
28633
|
+
"1:5": 52,
|
|
28634
|
+
"1:6": 69,
|
|
28635
|
+
"1:7": 45,
|
|
28636
|
+
"1:8": 52,
|
|
28637
|
+
"51907:0": 52,
|
|
28638
|
+
"62468:0": 45
|
|
28639
|
+
},
|
|
28640
|
+
"scopes": [
|
|
28641
|
+
"LINE_HEIGHT"
|
|
28642
|
+
],
|
|
28643
|
+
"codeSyntax": {}
|
|
28644
|
+
},
|
|
28645
|
+
"VariableID:62476:19": {
|
|
28646
|
+
"name": "line-height/t13-static",
|
|
28647
|
+
"id": "VariableID:62476:19",
|
|
28648
|
+
"remote": false,
|
|
28649
|
+
"key": "8715c03818edfadb6048ac375e7f9ca13e8e5efa",
|
|
28650
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28651
|
+
"resolvedType": "FLOAT",
|
|
28652
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28653
|
+
"hiddenFromPublishing": false,
|
|
28654
|
+
"valuesByMode": {
|
|
28655
|
+
"1:5": 52,
|
|
28656
|
+
"1:6": 52,
|
|
28657
|
+
"1:7": 52,
|
|
28658
|
+
"1:8": 52,
|
|
28659
|
+
"51907:0": 52,
|
|
28660
|
+
"62468:0": 52
|
|
28661
|
+
},
|
|
28662
|
+
"scopes": [
|
|
28663
|
+
"LINE_HEIGHT"
|
|
28664
|
+
],
|
|
28665
|
+
"codeSyntax": {}
|
|
28666
|
+
},
|
|
28667
|
+
"VariableID:62472:12": {
|
|
28668
|
+
"name": "line-height/t14",
|
|
28669
|
+
"id": "VariableID:62472:12",
|
|
28670
|
+
"remote": false,
|
|
28671
|
+
"key": "5ea22e5d70b679313c0cb0a09d445f1157b0a7d7",
|
|
28672
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28673
|
+
"resolvedType": "FLOAT",
|
|
28674
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28675
|
+
"hiddenFromPublishing": false,
|
|
28676
|
+
"valuesByMode": {
|
|
28677
|
+
"1:5": 60,
|
|
28678
|
+
"1:6": 79,
|
|
28679
|
+
"1:7": 52,
|
|
28680
|
+
"1:8": 60,
|
|
28681
|
+
"51907:0": 60,
|
|
28682
|
+
"62468:0": 52
|
|
28683
|
+
},
|
|
28684
|
+
"scopes": [
|
|
28685
|
+
"LINE_HEIGHT"
|
|
28686
|
+
],
|
|
28687
|
+
"codeSyntax": {}
|
|
28688
|
+
},
|
|
28689
|
+
"VariableID:62476:20": {
|
|
28690
|
+
"name": "line-height/t14-static",
|
|
28691
|
+
"id": "VariableID:62476:20",
|
|
28692
|
+
"remote": false,
|
|
28693
|
+
"key": "65bf38bfd71e74b161767b5a665028eaad679bb1",
|
|
28694
|
+
"variableCollectionId": "VariableCollectionId:1:197",
|
|
28695
|
+
"resolvedType": "FLOAT",
|
|
28696
|
+
"description": "데스크탑 화면에서 사용을 권장합니다.",
|
|
28697
|
+
"hiddenFromPublishing": false,
|
|
28698
|
+
"valuesByMode": {
|
|
28699
|
+
"1:5": 60,
|
|
28700
|
+
"1:6": 60,
|
|
28701
|
+
"1:7": 60,
|
|
28702
|
+
"1:8": 60,
|
|
28703
|
+
"51907:0": 60,
|
|
28704
|
+
"62468:0": 60
|
|
28705
|
+
},
|
|
28706
|
+
"scopes": [
|
|
28707
|
+
"LINE_HEIGHT"
|
|
27983
28708
|
],
|
|
27984
28709
|
"codeSyntax": {}
|
|
27985
28710
|
},
|
|
@@ -27994,10 +28719,11 @@ const FIGMA_VARIABLES = {
|
|
|
27994
28719
|
"hiddenFromPublishing": false,
|
|
27995
28720
|
"valuesByMode": {
|
|
27996
28721
|
"1:5": 16,
|
|
27997
|
-
"1:6":
|
|
27998
|
-
"1:7":
|
|
28722
|
+
"1:6": 21,
|
|
28723
|
+
"1:7": 14,
|
|
27999
28724
|
"1:8": 16,
|
|
28000
|
-
"51907:0":
|
|
28725
|
+
"51907:0": 23,
|
|
28726
|
+
"62468:0": 14
|
|
28001
28727
|
},
|
|
28002
28728
|
"scopes": [
|
|
28003
28729
|
"LINE_HEIGHT"
|
|
@@ -28016,9 +28742,10 @@ const FIGMA_VARIABLES = {
|
|
|
28016
28742
|
"valuesByMode": {
|
|
28017
28743
|
"1:5": 18,
|
|
28018
28744
|
"1:6": 24,
|
|
28019
|
-
"1:7":
|
|
28745
|
+
"1:7": 16,
|
|
28020
28746
|
"1:8": 18,
|
|
28021
|
-
"51907:0":
|
|
28747
|
+
"51907:0": 24,
|
|
28748
|
+
"62468:0": 16
|
|
28022
28749
|
},
|
|
28023
28750
|
"scopes": [
|
|
28024
28751
|
"LINE_HEIGHT"
|
|
@@ -28039,7 +28766,8 @@ const FIGMA_VARIABLES = {
|
|
|
28039
28766
|
"1:6": 25,
|
|
28040
28767
|
"1:7": 16,
|
|
28041
28768
|
"1:8": 19,
|
|
28042
|
-
"51907:0":
|
|
28769
|
+
"51907:0": 25,
|
|
28770
|
+
"62468:0": 16
|
|
28043
28771
|
},
|
|
28044
28772
|
"scopes": [
|
|
28045
28773
|
"LINE_HEIGHT"
|
|
@@ -28057,10 +28785,11 @@ const FIGMA_VARIABLES = {
|
|
|
28057
28785
|
"hiddenFromPublishing": false,
|
|
28058
28786
|
"valuesByMode": {
|
|
28059
28787
|
"1:5": 22,
|
|
28060
|
-
"1:6":
|
|
28061
|
-
"1:7":
|
|
28788
|
+
"1:6": 29,
|
|
28789
|
+
"1:7": 19,
|
|
28062
28790
|
"1:8": 22,
|
|
28063
|
-
"51907:0":
|
|
28791
|
+
"51907:0": 27,
|
|
28792
|
+
"62468:0": 19
|
|
28064
28793
|
},
|
|
28065
28794
|
"scopes": [
|
|
28066
28795
|
"LINE_HEIGHT"
|
|
@@ -28078,10 +28807,11 @@ const FIGMA_VARIABLES = {
|
|
|
28078
28807
|
"hiddenFromPublishing": false,
|
|
28079
28808
|
"valuesByMode": {
|
|
28080
28809
|
"1:5": 24,
|
|
28081
|
-
"1:6":
|
|
28082
|
-
"1:7":
|
|
28810
|
+
"1:6": 32,
|
|
28811
|
+
"1:7": 21,
|
|
28083
28812
|
"1:8": 24,
|
|
28084
|
-
"51907:0":
|
|
28813
|
+
"51907:0": 28,
|
|
28814
|
+
"62468:0": 21
|
|
28085
28815
|
},
|
|
28086
28816
|
"scopes": [
|
|
28087
28817
|
"LINE_HEIGHT"
|
|
@@ -28099,10 +28829,11 @@ const FIGMA_VARIABLES = {
|
|
|
28099
28829
|
"hiddenFromPublishing": false,
|
|
28100
28830
|
"valuesByMode": {
|
|
28101
28831
|
"1:5": 27,
|
|
28102
|
-
"1:6":
|
|
28103
|
-
"1:7":
|
|
28832
|
+
"1:6": 36,
|
|
28833
|
+
"1:7": 23,
|
|
28104
28834
|
"1:8": 27,
|
|
28105
|
-
"51907:0":
|
|
28835
|
+
"51907:0": 29,
|
|
28836
|
+
"62468:0": 23
|
|
28106
28837
|
},
|
|
28107
28838
|
"scopes": [
|
|
28108
28839
|
"LINE_HEIGHT"
|
|
@@ -28120,10 +28851,11 @@ const FIGMA_VARIABLES = {
|
|
|
28120
28851
|
"hiddenFromPublishing": false,
|
|
28121
28852
|
"valuesByMode": {
|
|
28122
28853
|
"1:5": 30,
|
|
28123
|
-
"1:6":
|
|
28124
|
-
"1:7":
|
|
28854
|
+
"1:6": 40,
|
|
28855
|
+
"1:7": 26,
|
|
28125
28856
|
"1:8": 30,
|
|
28126
|
-
"51907:0":
|
|
28857
|
+
"51907:0": 30,
|
|
28858
|
+
"62468:0": 26
|
|
28127
28859
|
},
|
|
28128
28860
|
"scopes": [
|
|
28129
28861
|
"LINE_HEIGHT"
|
|
@@ -28141,10 +28873,11 @@ const FIGMA_VARIABLES = {
|
|
|
28141
28873
|
"hiddenFromPublishing": false,
|
|
28142
28874
|
"valuesByMode": {
|
|
28143
28875
|
"1:5": 32,
|
|
28144
|
-
"1:6":
|
|
28145
|
-
"1:7":
|
|
28876
|
+
"1:6": 42,
|
|
28877
|
+
"1:7": 28,
|
|
28146
28878
|
"1:8": 32,
|
|
28147
|
-
"51907:0":
|
|
28879
|
+
"51907:0": 32,
|
|
28880
|
+
"62468:0": 28
|
|
28148
28881
|
},
|
|
28149
28882
|
"scopes": [
|
|
28150
28883
|
"LINE_HEIGHT"
|
|
@@ -28725,7 +29458,8 @@ const FIGMA_VARIABLES = {
|
|
|
28725
29458
|
"1:6": "iOS",
|
|
28726
29459
|
"1:7": "iOS",
|
|
28727
29460
|
"1:8": "Android",
|
|
28728
|
-
"51907:0": "Android"
|
|
29461
|
+
"51907:0": "Android",
|
|
29462
|
+
"62468:0": "Android"
|
|
28729
29463
|
},
|
|
28730
29464
|
"scopes": [
|
|
28731
29465
|
"ALL_SCOPES"
|