@gitlab/ui 122.10.0 → 122.12.0
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/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/tailwind.css +1 -1
- package/dist/tailwind.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +12 -1
- package/dist/tokens/build/js/tokens.js +12 -1
- package/dist/tokens/css/tokens.css +11 -0
- package/dist/tokens/css/tokens.dark.css +11 -0
- package/dist/tokens/docs/tokens-tailwind-docs.dark.json +277 -0
- package/dist/tokens/docs/tokens-tailwind-docs.json +277 -0
- package/dist/tokens/figma/constants.tokens.json +79 -0
- package/dist/tokens/js/tokens.dark.js +11 -0
- package/dist/tokens/js/tokens.js +11 -0
- package/dist/tokens/json/tokens.dark.json +266 -0
- package/dist/tokens/json/tokens.json +266 -0
- package/dist/tokens/scss/_tokens.dark.scss +11 -0
- package/dist/tokens/scss/_tokens.scss +11 -0
- package/dist/tokens/scss/_tokens_custom_properties.scss +11 -0
- package/dist/tokens/tailwind/tokens.cjs +2 -0
- package/package.json +1 -1
- package/src/components/base/modal/modal.scss +2 -0
- package/src/tokens/build/css/tokens.css +11 -0
- package/src/tokens/build/css/tokens.dark.css +11 -0
- package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +277 -0
- package/src/tokens/build/docs/tokens-tailwind-docs.json +277 -0
- package/src/tokens/build/figma/constants.tokens.json +79 -0
- package/src/tokens/build/js/tokens.dark.js +11 -0
- package/src/tokens/build/js/tokens.js +11 -0
- package/src/tokens/build/json/tokens.dark.json +266 -0
- package/src/tokens/build/json/tokens.json +266 -0
- package/src/tokens/build/scss/_tokens.dark.scss +11 -0
- package/src/tokens/build/scss/_tokens.scss +11 -0
- package/src/tokens/build/scss/_tokens_custom_properties.scss +11 -0
- package/src/tokens/build/tailwind/tokens.cjs +14 -0
- package/src/tokens/constant/opacity.tokens.json +81 -0
- package/tailwind.defaults.js +2 -13
|
@@ -6436,6 +6436,272 @@
|
|
|
6436
6436
|
]
|
|
6437
6437
|
}
|
|
6438
6438
|
},
|
|
6439
|
+
"opacity": {
|
|
6440
|
+
"0": {
|
|
6441
|
+
"key": "{opacity.0}",
|
|
6442
|
+
"$value": "0",
|
|
6443
|
+
"$type": "number",
|
|
6444
|
+
"$extensions": {
|
|
6445
|
+
"com.figma.scope": []
|
|
6446
|
+
},
|
|
6447
|
+
"filePath": "src/tokens/constant/opacity.tokens.json",
|
|
6448
|
+
"isSource": true,
|
|
6449
|
+
"original": {
|
|
6450
|
+
"$value": "0",
|
|
6451
|
+
"$type": "number",
|
|
6452
|
+
"$extensions": {
|
|
6453
|
+
"com.figma.scope": []
|
|
6454
|
+
},
|
|
6455
|
+
"key": "{opacity.0}"
|
|
6456
|
+
},
|
|
6457
|
+
"name": "OPACITY_0",
|
|
6458
|
+
"attributes": {},
|
|
6459
|
+
"path": [
|
|
6460
|
+
"opacity",
|
|
6461
|
+
"0"
|
|
6462
|
+
]
|
|
6463
|
+
},
|
|
6464
|
+
"1": {
|
|
6465
|
+
"key": "{opacity.1}",
|
|
6466
|
+
"$value": ".1",
|
|
6467
|
+
"$type": "number",
|
|
6468
|
+
"$extensions": {
|
|
6469
|
+
"com.figma.scope": []
|
|
6470
|
+
},
|
|
6471
|
+
"filePath": "src/tokens/constant/opacity.tokens.json",
|
|
6472
|
+
"isSource": true,
|
|
6473
|
+
"original": {
|
|
6474
|
+
"$value": ".1",
|
|
6475
|
+
"$type": "number",
|
|
6476
|
+
"$extensions": {
|
|
6477
|
+
"com.figma.scope": []
|
|
6478
|
+
},
|
|
6479
|
+
"key": "{opacity.1}"
|
|
6480
|
+
},
|
|
6481
|
+
"name": "OPACITY_1",
|
|
6482
|
+
"attributes": {},
|
|
6483
|
+
"path": [
|
|
6484
|
+
"opacity",
|
|
6485
|
+
"1"
|
|
6486
|
+
]
|
|
6487
|
+
},
|
|
6488
|
+
"2": {
|
|
6489
|
+
"key": "{opacity.2}",
|
|
6490
|
+
"$value": ".2",
|
|
6491
|
+
"$type": "number",
|
|
6492
|
+
"$extensions": {
|
|
6493
|
+
"com.figma.scope": []
|
|
6494
|
+
},
|
|
6495
|
+
"filePath": "src/tokens/constant/opacity.tokens.json",
|
|
6496
|
+
"isSource": true,
|
|
6497
|
+
"original": {
|
|
6498
|
+
"$value": ".2",
|
|
6499
|
+
"$type": "number",
|
|
6500
|
+
"$extensions": {
|
|
6501
|
+
"com.figma.scope": []
|
|
6502
|
+
},
|
|
6503
|
+
"key": "{opacity.2}"
|
|
6504
|
+
},
|
|
6505
|
+
"name": "OPACITY_2",
|
|
6506
|
+
"attributes": {},
|
|
6507
|
+
"path": [
|
|
6508
|
+
"opacity",
|
|
6509
|
+
"2"
|
|
6510
|
+
]
|
|
6511
|
+
},
|
|
6512
|
+
"3": {
|
|
6513
|
+
"key": "{opacity.3}",
|
|
6514
|
+
"$value": ".3",
|
|
6515
|
+
"$type": "number",
|
|
6516
|
+
"$extensions": {
|
|
6517
|
+
"com.figma.scope": []
|
|
6518
|
+
},
|
|
6519
|
+
"filePath": "src/tokens/constant/opacity.tokens.json",
|
|
6520
|
+
"isSource": true,
|
|
6521
|
+
"original": {
|
|
6522
|
+
"$value": ".3",
|
|
6523
|
+
"$type": "number",
|
|
6524
|
+
"$extensions": {
|
|
6525
|
+
"com.figma.scope": []
|
|
6526
|
+
},
|
|
6527
|
+
"key": "{opacity.3}"
|
|
6528
|
+
},
|
|
6529
|
+
"name": "OPACITY_3",
|
|
6530
|
+
"attributes": {},
|
|
6531
|
+
"path": [
|
|
6532
|
+
"opacity",
|
|
6533
|
+
"3"
|
|
6534
|
+
]
|
|
6535
|
+
},
|
|
6536
|
+
"4": {
|
|
6537
|
+
"key": "{opacity.4}",
|
|
6538
|
+
"$value": ".4",
|
|
6539
|
+
"$type": "number",
|
|
6540
|
+
"$extensions": {
|
|
6541
|
+
"com.figma.scope": []
|
|
6542
|
+
},
|
|
6543
|
+
"filePath": "src/tokens/constant/opacity.tokens.json",
|
|
6544
|
+
"isSource": true,
|
|
6545
|
+
"original": {
|
|
6546
|
+
"$value": ".4",
|
|
6547
|
+
"$type": "number",
|
|
6548
|
+
"$extensions": {
|
|
6549
|
+
"com.figma.scope": []
|
|
6550
|
+
},
|
|
6551
|
+
"key": "{opacity.4}"
|
|
6552
|
+
},
|
|
6553
|
+
"name": "OPACITY_4",
|
|
6554
|
+
"attributes": {},
|
|
6555
|
+
"path": [
|
|
6556
|
+
"opacity",
|
|
6557
|
+
"4"
|
|
6558
|
+
]
|
|
6559
|
+
},
|
|
6560
|
+
"5": {
|
|
6561
|
+
"key": "{opacity.5}",
|
|
6562
|
+
"$value": ".5",
|
|
6563
|
+
"$type": "number",
|
|
6564
|
+
"$extensions": {
|
|
6565
|
+
"com.figma.scope": []
|
|
6566
|
+
},
|
|
6567
|
+
"filePath": "src/tokens/constant/opacity.tokens.json",
|
|
6568
|
+
"isSource": true,
|
|
6569
|
+
"original": {
|
|
6570
|
+
"$value": ".5",
|
|
6571
|
+
"$type": "number",
|
|
6572
|
+
"$extensions": {
|
|
6573
|
+
"com.figma.scope": []
|
|
6574
|
+
},
|
|
6575
|
+
"key": "{opacity.5}"
|
|
6576
|
+
},
|
|
6577
|
+
"name": "OPACITY_5",
|
|
6578
|
+
"attributes": {},
|
|
6579
|
+
"path": [
|
|
6580
|
+
"opacity",
|
|
6581
|
+
"5"
|
|
6582
|
+
]
|
|
6583
|
+
},
|
|
6584
|
+
"6": {
|
|
6585
|
+
"key": "{opacity.6}",
|
|
6586
|
+
"$value": ".6",
|
|
6587
|
+
"$type": "number",
|
|
6588
|
+
"$extensions": {
|
|
6589
|
+
"com.figma.scope": []
|
|
6590
|
+
},
|
|
6591
|
+
"filePath": "src/tokens/constant/opacity.tokens.json",
|
|
6592
|
+
"isSource": true,
|
|
6593
|
+
"original": {
|
|
6594
|
+
"$value": ".6",
|
|
6595
|
+
"$type": "number",
|
|
6596
|
+
"$extensions": {
|
|
6597
|
+
"com.figma.scope": []
|
|
6598
|
+
},
|
|
6599
|
+
"key": "{opacity.6}"
|
|
6600
|
+
},
|
|
6601
|
+
"name": "OPACITY_6",
|
|
6602
|
+
"attributes": {},
|
|
6603
|
+
"path": [
|
|
6604
|
+
"opacity",
|
|
6605
|
+
"6"
|
|
6606
|
+
]
|
|
6607
|
+
},
|
|
6608
|
+
"7": {
|
|
6609
|
+
"key": "{opacity.7}",
|
|
6610
|
+
"$value": ".7",
|
|
6611
|
+
"$type": "number",
|
|
6612
|
+
"$extensions": {
|
|
6613
|
+
"com.figma.scope": []
|
|
6614
|
+
},
|
|
6615
|
+
"filePath": "src/tokens/constant/opacity.tokens.json",
|
|
6616
|
+
"isSource": true,
|
|
6617
|
+
"original": {
|
|
6618
|
+
"$value": ".7",
|
|
6619
|
+
"$type": "number",
|
|
6620
|
+
"$extensions": {
|
|
6621
|
+
"com.figma.scope": []
|
|
6622
|
+
},
|
|
6623
|
+
"key": "{opacity.7}"
|
|
6624
|
+
},
|
|
6625
|
+
"name": "OPACITY_7",
|
|
6626
|
+
"attributes": {},
|
|
6627
|
+
"path": [
|
|
6628
|
+
"opacity",
|
|
6629
|
+
"7"
|
|
6630
|
+
]
|
|
6631
|
+
},
|
|
6632
|
+
"8": {
|
|
6633
|
+
"key": "{opacity.8}",
|
|
6634
|
+
"$value": ".8",
|
|
6635
|
+
"$type": "number",
|
|
6636
|
+
"$extensions": {
|
|
6637
|
+
"com.figma.scope": []
|
|
6638
|
+
},
|
|
6639
|
+
"filePath": "src/tokens/constant/opacity.tokens.json",
|
|
6640
|
+
"isSource": true,
|
|
6641
|
+
"original": {
|
|
6642
|
+
"$value": ".8",
|
|
6643
|
+
"$type": "number",
|
|
6644
|
+
"$extensions": {
|
|
6645
|
+
"com.figma.scope": []
|
|
6646
|
+
},
|
|
6647
|
+
"key": "{opacity.8}"
|
|
6648
|
+
},
|
|
6649
|
+
"name": "OPACITY_8",
|
|
6650
|
+
"attributes": {},
|
|
6651
|
+
"path": [
|
|
6652
|
+
"opacity",
|
|
6653
|
+
"8"
|
|
6654
|
+
]
|
|
6655
|
+
},
|
|
6656
|
+
"9": {
|
|
6657
|
+
"key": "{opacity.9}",
|
|
6658
|
+
"$value": ".9",
|
|
6659
|
+
"$type": "number",
|
|
6660
|
+
"$extensions": {
|
|
6661
|
+
"com.figma.scope": []
|
|
6662
|
+
},
|
|
6663
|
+
"filePath": "src/tokens/constant/opacity.tokens.json",
|
|
6664
|
+
"isSource": true,
|
|
6665
|
+
"original": {
|
|
6666
|
+
"$value": ".9",
|
|
6667
|
+
"$type": "number",
|
|
6668
|
+
"$extensions": {
|
|
6669
|
+
"com.figma.scope": []
|
|
6670
|
+
},
|
|
6671
|
+
"key": "{opacity.9}"
|
|
6672
|
+
},
|
|
6673
|
+
"name": "OPACITY_9",
|
|
6674
|
+
"attributes": {},
|
|
6675
|
+
"path": [
|
|
6676
|
+
"opacity",
|
|
6677
|
+
"9"
|
|
6678
|
+
]
|
|
6679
|
+
},
|
|
6680
|
+
"10": {
|
|
6681
|
+
"key": "{opacity.10}",
|
|
6682
|
+
"$value": "1",
|
|
6683
|
+
"$type": "number",
|
|
6684
|
+
"$extensions": {
|
|
6685
|
+
"com.figma.scope": []
|
|
6686
|
+
},
|
|
6687
|
+
"filePath": "src/tokens/constant/opacity.tokens.json",
|
|
6688
|
+
"isSource": true,
|
|
6689
|
+
"original": {
|
|
6690
|
+
"$value": "1",
|
|
6691
|
+
"$type": "number",
|
|
6692
|
+
"$extensions": {
|
|
6693
|
+
"com.figma.scope": []
|
|
6694
|
+
},
|
|
6695
|
+
"key": "{opacity.10}"
|
|
6696
|
+
},
|
|
6697
|
+
"name": "OPACITY_10",
|
|
6698
|
+
"attributes": {},
|
|
6699
|
+
"path": [
|
|
6700
|
+
"opacity",
|
|
6701
|
+
"10"
|
|
6702
|
+
]
|
|
6703
|
+
}
|
|
6704
|
+
},
|
|
6439
6705
|
"spacing-scale": {
|
|
6440
6706
|
"0": {
|
|
6441
6707
|
"key": "{spacing-scale.0}",
|
|
@@ -6436,6 +6436,272 @@
|
|
|
6436
6436
|
]
|
|
6437
6437
|
}
|
|
6438
6438
|
},
|
|
6439
|
+
"opacity": {
|
|
6440
|
+
"0": {
|
|
6441
|
+
"key": "{opacity.0}",
|
|
6442
|
+
"$value": "0",
|
|
6443
|
+
"$type": "number",
|
|
6444
|
+
"$extensions": {
|
|
6445
|
+
"com.figma.scope": []
|
|
6446
|
+
},
|
|
6447
|
+
"filePath": "src/tokens/constant/opacity.tokens.json",
|
|
6448
|
+
"isSource": true,
|
|
6449
|
+
"original": {
|
|
6450
|
+
"$value": "0",
|
|
6451
|
+
"$type": "number",
|
|
6452
|
+
"$extensions": {
|
|
6453
|
+
"com.figma.scope": []
|
|
6454
|
+
},
|
|
6455
|
+
"key": "{opacity.0}"
|
|
6456
|
+
},
|
|
6457
|
+
"name": "OPACITY_0",
|
|
6458
|
+
"attributes": {},
|
|
6459
|
+
"path": [
|
|
6460
|
+
"opacity",
|
|
6461
|
+
"0"
|
|
6462
|
+
]
|
|
6463
|
+
},
|
|
6464
|
+
"1": {
|
|
6465
|
+
"key": "{opacity.1}",
|
|
6466
|
+
"$value": ".1",
|
|
6467
|
+
"$type": "number",
|
|
6468
|
+
"$extensions": {
|
|
6469
|
+
"com.figma.scope": []
|
|
6470
|
+
},
|
|
6471
|
+
"filePath": "src/tokens/constant/opacity.tokens.json",
|
|
6472
|
+
"isSource": true,
|
|
6473
|
+
"original": {
|
|
6474
|
+
"$value": ".1",
|
|
6475
|
+
"$type": "number",
|
|
6476
|
+
"$extensions": {
|
|
6477
|
+
"com.figma.scope": []
|
|
6478
|
+
},
|
|
6479
|
+
"key": "{opacity.1}"
|
|
6480
|
+
},
|
|
6481
|
+
"name": "OPACITY_1",
|
|
6482
|
+
"attributes": {},
|
|
6483
|
+
"path": [
|
|
6484
|
+
"opacity",
|
|
6485
|
+
"1"
|
|
6486
|
+
]
|
|
6487
|
+
},
|
|
6488
|
+
"2": {
|
|
6489
|
+
"key": "{opacity.2}",
|
|
6490
|
+
"$value": ".2",
|
|
6491
|
+
"$type": "number",
|
|
6492
|
+
"$extensions": {
|
|
6493
|
+
"com.figma.scope": []
|
|
6494
|
+
},
|
|
6495
|
+
"filePath": "src/tokens/constant/opacity.tokens.json",
|
|
6496
|
+
"isSource": true,
|
|
6497
|
+
"original": {
|
|
6498
|
+
"$value": ".2",
|
|
6499
|
+
"$type": "number",
|
|
6500
|
+
"$extensions": {
|
|
6501
|
+
"com.figma.scope": []
|
|
6502
|
+
},
|
|
6503
|
+
"key": "{opacity.2}"
|
|
6504
|
+
},
|
|
6505
|
+
"name": "OPACITY_2",
|
|
6506
|
+
"attributes": {},
|
|
6507
|
+
"path": [
|
|
6508
|
+
"opacity",
|
|
6509
|
+
"2"
|
|
6510
|
+
]
|
|
6511
|
+
},
|
|
6512
|
+
"3": {
|
|
6513
|
+
"key": "{opacity.3}",
|
|
6514
|
+
"$value": ".3",
|
|
6515
|
+
"$type": "number",
|
|
6516
|
+
"$extensions": {
|
|
6517
|
+
"com.figma.scope": []
|
|
6518
|
+
},
|
|
6519
|
+
"filePath": "src/tokens/constant/opacity.tokens.json",
|
|
6520
|
+
"isSource": true,
|
|
6521
|
+
"original": {
|
|
6522
|
+
"$value": ".3",
|
|
6523
|
+
"$type": "number",
|
|
6524
|
+
"$extensions": {
|
|
6525
|
+
"com.figma.scope": []
|
|
6526
|
+
},
|
|
6527
|
+
"key": "{opacity.3}"
|
|
6528
|
+
},
|
|
6529
|
+
"name": "OPACITY_3",
|
|
6530
|
+
"attributes": {},
|
|
6531
|
+
"path": [
|
|
6532
|
+
"opacity",
|
|
6533
|
+
"3"
|
|
6534
|
+
]
|
|
6535
|
+
},
|
|
6536
|
+
"4": {
|
|
6537
|
+
"key": "{opacity.4}",
|
|
6538
|
+
"$value": ".4",
|
|
6539
|
+
"$type": "number",
|
|
6540
|
+
"$extensions": {
|
|
6541
|
+
"com.figma.scope": []
|
|
6542
|
+
},
|
|
6543
|
+
"filePath": "src/tokens/constant/opacity.tokens.json",
|
|
6544
|
+
"isSource": true,
|
|
6545
|
+
"original": {
|
|
6546
|
+
"$value": ".4",
|
|
6547
|
+
"$type": "number",
|
|
6548
|
+
"$extensions": {
|
|
6549
|
+
"com.figma.scope": []
|
|
6550
|
+
},
|
|
6551
|
+
"key": "{opacity.4}"
|
|
6552
|
+
},
|
|
6553
|
+
"name": "OPACITY_4",
|
|
6554
|
+
"attributes": {},
|
|
6555
|
+
"path": [
|
|
6556
|
+
"opacity",
|
|
6557
|
+
"4"
|
|
6558
|
+
]
|
|
6559
|
+
},
|
|
6560
|
+
"5": {
|
|
6561
|
+
"key": "{opacity.5}",
|
|
6562
|
+
"$value": ".5",
|
|
6563
|
+
"$type": "number",
|
|
6564
|
+
"$extensions": {
|
|
6565
|
+
"com.figma.scope": []
|
|
6566
|
+
},
|
|
6567
|
+
"filePath": "src/tokens/constant/opacity.tokens.json",
|
|
6568
|
+
"isSource": true,
|
|
6569
|
+
"original": {
|
|
6570
|
+
"$value": ".5",
|
|
6571
|
+
"$type": "number",
|
|
6572
|
+
"$extensions": {
|
|
6573
|
+
"com.figma.scope": []
|
|
6574
|
+
},
|
|
6575
|
+
"key": "{opacity.5}"
|
|
6576
|
+
},
|
|
6577
|
+
"name": "OPACITY_5",
|
|
6578
|
+
"attributes": {},
|
|
6579
|
+
"path": [
|
|
6580
|
+
"opacity",
|
|
6581
|
+
"5"
|
|
6582
|
+
]
|
|
6583
|
+
},
|
|
6584
|
+
"6": {
|
|
6585
|
+
"key": "{opacity.6}",
|
|
6586
|
+
"$value": ".6",
|
|
6587
|
+
"$type": "number",
|
|
6588
|
+
"$extensions": {
|
|
6589
|
+
"com.figma.scope": []
|
|
6590
|
+
},
|
|
6591
|
+
"filePath": "src/tokens/constant/opacity.tokens.json",
|
|
6592
|
+
"isSource": true,
|
|
6593
|
+
"original": {
|
|
6594
|
+
"$value": ".6",
|
|
6595
|
+
"$type": "number",
|
|
6596
|
+
"$extensions": {
|
|
6597
|
+
"com.figma.scope": []
|
|
6598
|
+
},
|
|
6599
|
+
"key": "{opacity.6}"
|
|
6600
|
+
},
|
|
6601
|
+
"name": "OPACITY_6",
|
|
6602
|
+
"attributes": {},
|
|
6603
|
+
"path": [
|
|
6604
|
+
"opacity",
|
|
6605
|
+
"6"
|
|
6606
|
+
]
|
|
6607
|
+
},
|
|
6608
|
+
"7": {
|
|
6609
|
+
"key": "{opacity.7}",
|
|
6610
|
+
"$value": ".7",
|
|
6611
|
+
"$type": "number",
|
|
6612
|
+
"$extensions": {
|
|
6613
|
+
"com.figma.scope": []
|
|
6614
|
+
},
|
|
6615
|
+
"filePath": "src/tokens/constant/opacity.tokens.json",
|
|
6616
|
+
"isSource": true,
|
|
6617
|
+
"original": {
|
|
6618
|
+
"$value": ".7",
|
|
6619
|
+
"$type": "number",
|
|
6620
|
+
"$extensions": {
|
|
6621
|
+
"com.figma.scope": []
|
|
6622
|
+
},
|
|
6623
|
+
"key": "{opacity.7}"
|
|
6624
|
+
},
|
|
6625
|
+
"name": "OPACITY_7",
|
|
6626
|
+
"attributes": {},
|
|
6627
|
+
"path": [
|
|
6628
|
+
"opacity",
|
|
6629
|
+
"7"
|
|
6630
|
+
]
|
|
6631
|
+
},
|
|
6632
|
+
"8": {
|
|
6633
|
+
"key": "{opacity.8}",
|
|
6634
|
+
"$value": ".8",
|
|
6635
|
+
"$type": "number",
|
|
6636
|
+
"$extensions": {
|
|
6637
|
+
"com.figma.scope": []
|
|
6638
|
+
},
|
|
6639
|
+
"filePath": "src/tokens/constant/opacity.tokens.json",
|
|
6640
|
+
"isSource": true,
|
|
6641
|
+
"original": {
|
|
6642
|
+
"$value": ".8",
|
|
6643
|
+
"$type": "number",
|
|
6644
|
+
"$extensions": {
|
|
6645
|
+
"com.figma.scope": []
|
|
6646
|
+
},
|
|
6647
|
+
"key": "{opacity.8}"
|
|
6648
|
+
},
|
|
6649
|
+
"name": "OPACITY_8",
|
|
6650
|
+
"attributes": {},
|
|
6651
|
+
"path": [
|
|
6652
|
+
"opacity",
|
|
6653
|
+
"8"
|
|
6654
|
+
]
|
|
6655
|
+
},
|
|
6656
|
+
"9": {
|
|
6657
|
+
"key": "{opacity.9}",
|
|
6658
|
+
"$value": ".9",
|
|
6659
|
+
"$type": "number",
|
|
6660
|
+
"$extensions": {
|
|
6661
|
+
"com.figma.scope": []
|
|
6662
|
+
},
|
|
6663
|
+
"filePath": "src/tokens/constant/opacity.tokens.json",
|
|
6664
|
+
"isSource": true,
|
|
6665
|
+
"original": {
|
|
6666
|
+
"$value": ".9",
|
|
6667
|
+
"$type": "number",
|
|
6668
|
+
"$extensions": {
|
|
6669
|
+
"com.figma.scope": []
|
|
6670
|
+
},
|
|
6671
|
+
"key": "{opacity.9}"
|
|
6672
|
+
},
|
|
6673
|
+
"name": "OPACITY_9",
|
|
6674
|
+
"attributes": {},
|
|
6675
|
+
"path": [
|
|
6676
|
+
"opacity",
|
|
6677
|
+
"9"
|
|
6678
|
+
]
|
|
6679
|
+
},
|
|
6680
|
+
"10": {
|
|
6681
|
+
"key": "{opacity.10}",
|
|
6682
|
+
"$value": "1",
|
|
6683
|
+
"$type": "number",
|
|
6684
|
+
"$extensions": {
|
|
6685
|
+
"com.figma.scope": []
|
|
6686
|
+
},
|
|
6687
|
+
"filePath": "src/tokens/constant/opacity.tokens.json",
|
|
6688
|
+
"isSource": true,
|
|
6689
|
+
"original": {
|
|
6690
|
+
"$value": "1",
|
|
6691
|
+
"$type": "number",
|
|
6692
|
+
"$extensions": {
|
|
6693
|
+
"com.figma.scope": []
|
|
6694
|
+
},
|
|
6695
|
+
"key": "{opacity.10}"
|
|
6696
|
+
},
|
|
6697
|
+
"name": "OPACITY_10",
|
|
6698
|
+
"attributes": {},
|
|
6699
|
+
"path": [
|
|
6700
|
+
"opacity",
|
|
6701
|
+
"10"
|
|
6702
|
+
]
|
|
6703
|
+
}
|
|
6704
|
+
},
|
|
6439
6705
|
"spacing-scale": {
|
|
6440
6706
|
"0": {
|
|
6441
6707
|
"key": "{spacing-scale.0}",
|
|
@@ -238,6 +238,17 @@ $gl-line-height-36: 2.25rem;
|
|
|
238
238
|
$gl-line-height-42: 2.625rem;
|
|
239
239
|
$gl-line-height-44: 2.75rem;
|
|
240
240
|
$gl-line-height-52: 3.25rem;
|
|
241
|
+
$gl-opacity-0: 0;
|
|
242
|
+
$gl-opacity-1: .1;
|
|
243
|
+
$gl-opacity-2: .2;
|
|
244
|
+
$gl-opacity-3: .3;
|
|
245
|
+
$gl-opacity-4: .4;
|
|
246
|
+
$gl-opacity-5: .5;
|
|
247
|
+
$gl-opacity-6: .6;
|
|
248
|
+
$gl-opacity-7: .7;
|
|
249
|
+
$gl-opacity-8: .8;
|
|
250
|
+
$gl-opacity-9: .9;
|
|
251
|
+
$gl-opacity-10: 1;
|
|
241
252
|
$gl-spacing-scale-0: 0;
|
|
242
253
|
$gl-spacing-scale-1: 0.125rem;
|
|
243
254
|
$gl-spacing-scale-2: 0.25rem;
|
|
@@ -238,6 +238,17 @@ $gl-line-height-36: 2.25rem;
|
|
|
238
238
|
$gl-line-height-42: 2.625rem;
|
|
239
239
|
$gl-line-height-44: 2.75rem;
|
|
240
240
|
$gl-line-height-52: 3.25rem;
|
|
241
|
+
$gl-opacity-0: 0;
|
|
242
|
+
$gl-opacity-1: .1;
|
|
243
|
+
$gl-opacity-2: .2;
|
|
244
|
+
$gl-opacity-3: .3;
|
|
245
|
+
$gl-opacity-4: .4;
|
|
246
|
+
$gl-opacity-5: .5;
|
|
247
|
+
$gl-opacity-6: .6;
|
|
248
|
+
$gl-opacity-7: .7;
|
|
249
|
+
$gl-opacity-8: .8;
|
|
250
|
+
$gl-opacity-9: .9;
|
|
251
|
+
$gl-opacity-10: 1;
|
|
241
252
|
$gl-spacing-scale-0: 0;
|
|
242
253
|
$gl-spacing-scale-1: 0.125rem;
|
|
243
254
|
$gl-spacing-scale-2: 0.25rem;
|
|
@@ -253,6 +253,17 @@ $gl-line-height-36: var(--gl-line-height-36);
|
|
|
253
253
|
$gl-line-height-42: var(--gl-line-height-42);
|
|
254
254
|
$gl-line-height-44: var(--gl-line-height-44);
|
|
255
255
|
$gl-line-height-52: var(--gl-line-height-52);
|
|
256
|
+
$gl-opacity-0: var(--gl-opacity-0);
|
|
257
|
+
$gl-opacity-1: var(--gl-opacity-1);
|
|
258
|
+
$gl-opacity-2: var(--gl-opacity-2);
|
|
259
|
+
$gl-opacity-3: var(--gl-opacity-3);
|
|
260
|
+
$gl-opacity-4: var(--gl-opacity-4);
|
|
261
|
+
$gl-opacity-5: var(--gl-opacity-5);
|
|
262
|
+
$gl-opacity-6: var(--gl-opacity-6);
|
|
263
|
+
$gl-opacity-7: var(--gl-opacity-7);
|
|
264
|
+
$gl-opacity-8: var(--gl-opacity-8);
|
|
265
|
+
$gl-opacity-9: var(--gl-opacity-9);
|
|
266
|
+
$gl-opacity-10: var(--gl-opacity-10);
|
|
256
267
|
$gl-spacing-scale-0: var(--gl-spacing-scale-0);
|
|
257
268
|
$gl-spacing-scale-1: var(--gl-spacing-scale-1);
|
|
258
269
|
$gl-spacing-scale-2: var(--gl-spacing-scale-2);
|
|
@@ -399,6 +399,19 @@ const borderRadius = {
|
|
|
399
399
|
default: 'var(--gl-border-radius-default, var(--gl-border-radius-md, 0.25rem))',
|
|
400
400
|
control: 'var(--gl-control-border-radius, var(--gl-border-radius-default, 0.25rem))',
|
|
401
401
|
};
|
|
402
|
+
const opacity = {
|
|
403
|
+
0: 'var(--gl-opacity-0, 0)',
|
|
404
|
+
1: 'var(--gl-opacity-1, .1)',
|
|
405
|
+
2: 'var(--gl-opacity-2, .2)',
|
|
406
|
+
3: 'var(--gl-opacity-3, .3)',
|
|
407
|
+
4: 'var(--gl-opacity-4, .4)',
|
|
408
|
+
5: 'var(--gl-opacity-5, .5)',
|
|
409
|
+
6: 'var(--gl-opacity-6, .6)',
|
|
410
|
+
7: 'var(--gl-opacity-7, .7)',
|
|
411
|
+
8: 'var(--gl-opacity-8, .8)',
|
|
412
|
+
9: 'var(--gl-opacity-9, .9)',
|
|
413
|
+
10: 'var(--gl-opacity-10, 1)',
|
|
414
|
+
};
|
|
402
415
|
|
|
403
416
|
const colors = {
|
|
404
417
|
inherit: 'inherit',
|
|
@@ -482,4 +495,5 @@ module.exports = {
|
|
|
482
495
|
fill,
|
|
483
496
|
spacing: spacingScale,
|
|
484
497
|
borderRadius,
|
|
498
|
+
opacity,
|
|
485
499
|
};
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
{
|
|
2
|
+
"opacity": {
|
|
3
|
+
"0": {
|
|
4
|
+
"$value": "0",
|
|
5
|
+
"$type": "number",
|
|
6
|
+
"$extensions": {
|
|
7
|
+
"com.figma.scope": []
|
|
8
|
+
}
|
|
9
|
+
},
|
|
10
|
+
"1": {
|
|
11
|
+
"$value": ".1",
|
|
12
|
+
"$type": "number",
|
|
13
|
+
"$extensions": {
|
|
14
|
+
"com.figma.scope": []
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"2": {
|
|
18
|
+
"$value": ".2",
|
|
19
|
+
"$type": "number",
|
|
20
|
+
"$extensions": {
|
|
21
|
+
"com.figma.scope": []
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"3": {
|
|
25
|
+
"$value": ".3",
|
|
26
|
+
"$type": "number",
|
|
27
|
+
"$extensions": {
|
|
28
|
+
"com.figma.scope": []
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"4": {
|
|
32
|
+
"$value": ".4",
|
|
33
|
+
"$type": "number",
|
|
34
|
+
"$extensions": {
|
|
35
|
+
"com.figma.scope": []
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"5": {
|
|
39
|
+
"$value": ".5",
|
|
40
|
+
"$type": "number",
|
|
41
|
+
"$extensions": {
|
|
42
|
+
"com.figma.scope": []
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"6": {
|
|
46
|
+
"$value": ".6",
|
|
47
|
+
"$type": "number",
|
|
48
|
+
"$extensions": {
|
|
49
|
+
"com.figma.scope": []
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"7": {
|
|
53
|
+
"$value": ".7",
|
|
54
|
+
"$type": "number",
|
|
55
|
+
"$extensions": {
|
|
56
|
+
"com.figma.scope": []
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"8": {
|
|
60
|
+
"$value": ".8",
|
|
61
|
+
"$type": "number",
|
|
62
|
+
"$extensions": {
|
|
63
|
+
"com.figma.scope": []
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"9": {
|
|
67
|
+
"$value": ".9",
|
|
68
|
+
"$type": "number",
|
|
69
|
+
"$extensions": {
|
|
70
|
+
"com.figma.scope": []
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"10": {
|
|
74
|
+
"$value": "1",
|
|
75
|
+
"$type": "number",
|
|
76
|
+
"$extensions": {
|
|
77
|
+
"com.figma.scope": []
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|