@rijkshuisstijl-community/design-tokens 1.0.0-alpha.58 → 1.0.0-alpha.59
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/_variables.scss +43 -1
- package/dist/index.css +43 -1
- package/dist/index.d.ts +43 -1
- package/dist/index.js +43 -1
- package/dist/index.json +42 -0
- package/dist/index.tokens.json +70 -0
- package/dist/root.css +43 -1
- package/dist/tokens.d.ts +71 -1
- package/dist/tokens.js +979 -1
- package/dist/variables.less +43 -1
- package/figma/figma.tokens.json +201 -0
- package/package.json +2 -2
- package/src/generated/figma.tokens.json +196 -0
package/dist/tokens.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Wed, 06 Nov 2024
|
|
3
|
+
* Generated on Wed, 06 Nov 2024 10:56:01 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -20501,6 +20501,984 @@ module.exports = {
|
|
|
20501
20501
|
]
|
|
20502
20502
|
}
|
|
20503
20503
|
},
|
|
20504
|
+
"card-as-link": {
|
|
20505
|
+
"background-color": {
|
|
20506
|
+
"value": "#fff",
|
|
20507
|
+
"type": "color",
|
|
20508
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
20509
|
+
"isSource": true,
|
|
20510
|
+
"original": {
|
|
20511
|
+
"value": "#fff",
|
|
20512
|
+
"type": "color"
|
|
20513
|
+
},
|
|
20514
|
+
"name": "rhcCardAsLinkBackgroundColor",
|
|
20515
|
+
"attributes": {
|
|
20516
|
+
"category": "rhc",
|
|
20517
|
+
"type": "card-as-link",
|
|
20518
|
+
"item": "background-color"
|
|
20519
|
+
},
|
|
20520
|
+
"path": [
|
|
20521
|
+
"rhc",
|
|
20522
|
+
"card-as-link",
|
|
20523
|
+
"background-color"
|
|
20524
|
+
]
|
|
20525
|
+
},
|
|
20526
|
+
"border-color": {
|
|
20527
|
+
"value": "#CBD5E1",
|
|
20528
|
+
"type": "color",
|
|
20529
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
20530
|
+
"isSource": true,
|
|
20531
|
+
"original": {
|
|
20532
|
+
"value": "#CBD5E1",
|
|
20533
|
+
"type": "color"
|
|
20534
|
+
},
|
|
20535
|
+
"name": "rhcCardAsLinkBorderColor",
|
|
20536
|
+
"attributes": {
|
|
20537
|
+
"category": "rhc",
|
|
20538
|
+
"type": "card-as-link",
|
|
20539
|
+
"item": "border-color"
|
|
20540
|
+
},
|
|
20541
|
+
"path": [
|
|
20542
|
+
"rhc",
|
|
20543
|
+
"card-as-link",
|
|
20544
|
+
"border-color"
|
|
20545
|
+
]
|
|
20546
|
+
},
|
|
20547
|
+
"border-radius": {
|
|
20548
|
+
"value": "5px",
|
|
20549
|
+
"type": "borderRadius",
|
|
20550
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
20551
|
+
"isSource": true,
|
|
20552
|
+
"original": {
|
|
20553
|
+
"value": "5px",
|
|
20554
|
+
"type": "borderRadius"
|
|
20555
|
+
},
|
|
20556
|
+
"name": "rhcCardAsLinkBorderRadius",
|
|
20557
|
+
"attributes": {
|
|
20558
|
+
"category": "rhc",
|
|
20559
|
+
"type": "card-as-link",
|
|
20560
|
+
"item": "border-radius"
|
|
20561
|
+
},
|
|
20562
|
+
"path": [
|
|
20563
|
+
"rhc",
|
|
20564
|
+
"card-as-link",
|
|
20565
|
+
"border-radius"
|
|
20566
|
+
]
|
|
20567
|
+
},
|
|
20568
|
+
"border-width": {
|
|
20569
|
+
"value": "1px",
|
|
20570
|
+
"type": "borderWidth",
|
|
20571
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
20572
|
+
"isSource": true,
|
|
20573
|
+
"original": {
|
|
20574
|
+
"value": "1px",
|
|
20575
|
+
"type": "borderWidth"
|
|
20576
|
+
},
|
|
20577
|
+
"name": "rhcCardAsLinkBorderWidth",
|
|
20578
|
+
"attributes": {
|
|
20579
|
+
"category": "rhc",
|
|
20580
|
+
"type": "card-as-link",
|
|
20581
|
+
"item": "border-width"
|
|
20582
|
+
},
|
|
20583
|
+
"path": [
|
|
20584
|
+
"rhc",
|
|
20585
|
+
"card-as-link",
|
|
20586
|
+
"border-width"
|
|
20587
|
+
]
|
|
20588
|
+
},
|
|
20589
|
+
"color": {
|
|
20590
|
+
"value": "#154273",
|
|
20591
|
+
"type": "color",
|
|
20592
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
20593
|
+
"isSource": true,
|
|
20594
|
+
"original": {
|
|
20595
|
+
"value": "#154273",
|
|
20596
|
+
"type": "color"
|
|
20597
|
+
},
|
|
20598
|
+
"name": "rhcCardAsLinkColor",
|
|
20599
|
+
"attributes": {
|
|
20600
|
+
"category": "rhc",
|
|
20601
|
+
"type": "card-as-link",
|
|
20602
|
+
"item": "color"
|
|
20603
|
+
},
|
|
20604
|
+
"path": [
|
|
20605
|
+
"rhc",
|
|
20606
|
+
"card-as-link",
|
|
20607
|
+
"color"
|
|
20608
|
+
]
|
|
20609
|
+
},
|
|
20610
|
+
"column-gap": {
|
|
20611
|
+
"value": "1rem",
|
|
20612
|
+
"type": "spacing",
|
|
20613
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
20614
|
+
"isSource": true,
|
|
20615
|
+
"original": {
|
|
20616
|
+
"value": "1rem",
|
|
20617
|
+
"type": "spacing"
|
|
20618
|
+
},
|
|
20619
|
+
"name": "rhcCardAsLinkColumnGap",
|
|
20620
|
+
"attributes": {
|
|
20621
|
+
"category": "rhc",
|
|
20622
|
+
"type": "card-as-link",
|
|
20623
|
+
"item": "column-gap"
|
|
20624
|
+
},
|
|
20625
|
+
"path": [
|
|
20626
|
+
"rhc",
|
|
20627
|
+
"card-as-link",
|
|
20628
|
+
"column-gap"
|
|
20629
|
+
]
|
|
20630
|
+
},
|
|
20631
|
+
"inline-size": {
|
|
20632
|
+
"value": "328px",
|
|
20633
|
+
"type": "sizing",
|
|
20634
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
20635
|
+
"isSource": true,
|
|
20636
|
+
"original": {
|
|
20637
|
+
"value": "328px",
|
|
20638
|
+
"type": "sizing"
|
|
20639
|
+
},
|
|
20640
|
+
"name": "rhcCardAsLinkInlineSize",
|
|
20641
|
+
"attributes": {
|
|
20642
|
+
"category": "rhc",
|
|
20643
|
+
"type": "card-as-link",
|
|
20644
|
+
"item": "inline-size"
|
|
20645
|
+
},
|
|
20646
|
+
"path": [
|
|
20647
|
+
"rhc",
|
|
20648
|
+
"card-as-link",
|
|
20649
|
+
"inline-size"
|
|
20650
|
+
]
|
|
20651
|
+
},
|
|
20652
|
+
"icon": {
|
|
20653
|
+
"color": {
|
|
20654
|
+
"value": "#154273",
|
|
20655
|
+
"type": "color",
|
|
20656
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
20657
|
+
"isSource": true,
|
|
20658
|
+
"original": {
|
|
20659
|
+
"value": "#154273",
|
|
20660
|
+
"type": "color"
|
|
20661
|
+
},
|
|
20662
|
+
"name": "rhcCardAsLinkIconColor",
|
|
20663
|
+
"attributes": {
|
|
20664
|
+
"category": "rhc",
|
|
20665
|
+
"type": "card-as-link",
|
|
20666
|
+
"item": "icon",
|
|
20667
|
+
"subitem": "color"
|
|
20668
|
+
},
|
|
20669
|
+
"path": [
|
|
20670
|
+
"rhc",
|
|
20671
|
+
"card-as-link",
|
|
20672
|
+
"icon",
|
|
20673
|
+
"color"
|
|
20674
|
+
]
|
|
20675
|
+
},
|
|
20676
|
+
"size": {
|
|
20677
|
+
"value": "24px",
|
|
20678
|
+
"type": "sizing",
|
|
20679
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
20680
|
+
"isSource": true,
|
|
20681
|
+
"original": {
|
|
20682
|
+
"value": "24px",
|
|
20683
|
+
"type": "sizing"
|
|
20684
|
+
},
|
|
20685
|
+
"name": "rhcCardAsLinkIconSize",
|
|
20686
|
+
"attributes": {
|
|
20687
|
+
"category": "rhc",
|
|
20688
|
+
"type": "card-as-link",
|
|
20689
|
+
"item": "icon",
|
|
20690
|
+
"subitem": "size"
|
|
20691
|
+
},
|
|
20692
|
+
"path": [
|
|
20693
|
+
"rhc",
|
|
20694
|
+
"card-as-link",
|
|
20695
|
+
"icon",
|
|
20696
|
+
"size"
|
|
20697
|
+
]
|
|
20698
|
+
}
|
|
20699
|
+
},
|
|
20700
|
+
"link": {
|
|
20701
|
+
"color": {
|
|
20702
|
+
"value": "#01689b",
|
|
20703
|
+
"type": "color",
|
|
20704
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
20705
|
+
"isSource": true,
|
|
20706
|
+
"original": {
|
|
20707
|
+
"value": "#01689b",
|
|
20708
|
+
"type": "color"
|
|
20709
|
+
},
|
|
20710
|
+
"name": "rhcCardAsLinkLinkColor",
|
|
20711
|
+
"attributes": {
|
|
20712
|
+
"category": "rhc",
|
|
20713
|
+
"type": "card-as-link",
|
|
20714
|
+
"item": "link",
|
|
20715
|
+
"subitem": "color"
|
|
20716
|
+
},
|
|
20717
|
+
"path": [
|
|
20718
|
+
"rhc",
|
|
20719
|
+
"card-as-link",
|
|
20720
|
+
"link",
|
|
20721
|
+
"color"
|
|
20722
|
+
]
|
|
20723
|
+
},
|
|
20724
|
+
"text-decoration": {
|
|
20725
|
+
"value": "underline",
|
|
20726
|
+
"type": "textDecoration",
|
|
20727
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
20728
|
+
"isSource": true,
|
|
20729
|
+
"original": {
|
|
20730
|
+
"value": "underline",
|
|
20731
|
+
"type": "textDecoration"
|
|
20732
|
+
},
|
|
20733
|
+
"name": "rhcCardAsLinkLinkTextDecoration",
|
|
20734
|
+
"attributes": {
|
|
20735
|
+
"category": "rhc",
|
|
20736
|
+
"type": "card-as-link",
|
|
20737
|
+
"item": "link",
|
|
20738
|
+
"subitem": "text-decoration"
|
|
20739
|
+
},
|
|
20740
|
+
"path": [
|
|
20741
|
+
"rhc",
|
|
20742
|
+
"card-as-link",
|
|
20743
|
+
"link",
|
|
20744
|
+
"text-decoration"
|
|
20745
|
+
]
|
|
20746
|
+
},
|
|
20747
|
+
"active": {
|
|
20748
|
+
"text-decoration": {
|
|
20749
|
+
"value": "none",
|
|
20750
|
+
"type": "textDecoration",
|
|
20751
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
20752
|
+
"isSource": true,
|
|
20753
|
+
"original": {
|
|
20754
|
+
"value": "none",
|
|
20755
|
+
"type": "textDecoration"
|
|
20756
|
+
},
|
|
20757
|
+
"name": "rhcCardAsLinkLinkActiveTextDecoration",
|
|
20758
|
+
"attributes": {
|
|
20759
|
+
"category": "rhc",
|
|
20760
|
+
"type": "card-as-link",
|
|
20761
|
+
"item": "link",
|
|
20762
|
+
"subitem": "active",
|
|
20763
|
+
"state": "text-decoration"
|
|
20764
|
+
},
|
|
20765
|
+
"path": [
|
|
20766
|
+
"rhc",
|
|
20767
|
+
"card-as-link",
|
|
20768
|
+
"link",
|
|
20769
|
+
"active",
|
|
20770
|
+
"text-decoration"
|
|
20771
|
+
]
|
|
20772
|
+
}
|
|
20773
|
+
},
|
|
20774
|
+
"hover": {
|
|
20775
|
+
"text-decoration": {
|
|
20776
|
+
"value": "none",
|
|
20777
|
+
"type": "textDecoration",
|
|
20778
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
20779
|
+
"isSource": true,
|
|
20780
|
+
"original": {
|
|
20781
|
+
"value": "none",
|
|
20782
|
+
"type": "textDecoration"
|
|
20783
|
+
},
|
|
20784
|
+
"name": "rhcCardAsLinkLinkHoverTextDecoration",
|
|
20785
|
+
"attributes": {
|
|
20786
|
+
"category": "rhc",
|
|
20787
|
+
"type": "card-as-link",
|
|
20788
|
+
"item": "link",
|
|
20789
|
+
"subitem": "hover",
|
|
20790
|
+
"state": "text-decoration"
|
|
20791
|
+
},
|
|
20792
|
+
"path": [
|
|
20793
|
+
"rhc",
|
|
20794
|
+
"card-as-link",
|
|
20795
|
+
"link",
|
|
20796
|
+
"hover",
|
|
20797
|
+
"text-decoration"
|
|
20798
|
+
]
|
|
20799
|
+
}
|
|
20800
|
+
},
|
|
20801
|
+
"focus": {
|
|
20802
|
+
"text-decoration": {
|
|
20803
|
+
"value": "none",
|
|
20804
|
+
"type": "textDecoration",
|
|
20805
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
20806
|
+
"isSource": true,
|
|
20807
|
+
"original": {
|
|
20808
|
+
"value": "none",
|
|
20809
|
+
"type": "textDecoration"
|
|
20810
|
+
},
|
|
20811
|
+
"name": "rhcCardAsLinkLinkFocusTextDecoration",
|
|
20812
|
+
"attributes": {
|
|
20813
|
+
"category": "rhc",
|
|
20814
|
+
"type": "card-as-link",
|
|
20815
|
+
"item": "link",
|
|
20816
|
+
"subitem": "focus",
|
|
20817
|
+
"state": "text-decoration"
|
|
20818
|
+
},
|
|
20819
|
+
"path": [
|
|
20820
|
+
"rhc",
|
|
20821
|
+
"card-as-link",
|
|
20822
|
+
"link",
|
|
20823
|
+
"focus",
|
|
20824
|
+
"text-decoration"
|
|
20825
|
+
]
|
|
20826
|
+
}
|
|
20827
|
+
}
|
|
20828
|
+
},
|
|
20829
|
+
"metadata": {
|
|
20830
|
+
"color": {
|
|
20831
|
+
"value": "#154273",
|
|
20832
|
+
"type": "color",
|
|
20833
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
20834
|
+
"isSource": true,
|
|
20835
|
+
"original": {
|
|
20836
|
+
"value": "#154273",
|
|
20837
|
+
"type": "color"
|
|
20838
|
+
},
|
|
20839
|
+
"name": "rhcCardAsLinkMetadataColor",
|
|
20840
|
+
"attributes": {
|
|
20841
|
+
"category": "rhc",
|
|
20842
|
+
"type": "card-as-link",
|
|
20843
|
+
"item": "metadata",
|
|
20844
|
+
"subitem": "color"
|
|
20845
|
+
},
|
|
20846
|
+
"path": [
|
|
20847
|
+
"rhc",
|
|
20848
|
+
"card-as-link",
|
|
20849
|
+
"metadata",
|
|
20850
|
+
"color"
|
|
20851
|
+
]
|
|
20852
|
+
}
|
|
20853
|
+
},
|
|
20854
|
+
"padding-block-end": {
|
|
20855
|
+
"value": "1rem",
|
|
20856
|
+
"type": "spacing",
|
|
20857
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
20858
|
+
"isSource": true,
|
|
20859
|
+
"original": {
|
|
20860
|
+
"value": "1rem",
|
|
20861
|
+
"type": "spacing"
|
|
20862
|
+
},
|
|
20863
|
+
"name": "rhcCardAsLinkPaddingBlockEnd",
|
|
20864
|
+
"attributes": {
|
|
20865
|
+
"category": "rhc",
|
|
20866
|
+
"type": "card-as-link",
|
|
20867
|
+
"item": "padding-block-end"
|
|
20868
|
+
},
|
|
20869
|
+
"path": [
|
|
20870
|
+
"rhc",
|
|
20871
|
+
"card-as-link",
|
|
20872
|
+
"padding-block-end"
|
|
20873
|
+
]
|
|
20874
|
+
},
|
|
20875
|
+
"padding-block-start": {
|
|
20876
|
+
"value": "1rem",
|
|
20877
|
+
"type": "spacing",
|
|
20878
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
20879
|
+
"isSource": true,
|
|
20880
|
+
"original": {
|
|
20881
|
+
"value": "1rem",
|
|
20882
|
+
"type": "spacing"
|
|
20883
|
+
},
|
|
20884
|
+
"name": "rhcCardAsLinkPaddingBlockStart",
|
|
20885
|
+
"attributes": {
|
|
20886
|
+
"category": "rhc",
|
|
20887
|
+
"type": "card-as-link",
|
|
20888
|
+
"item": "padding-block-start"
|
|
20889
|
+
},
|
|
20890
|
+
"path": [
|
|
20891
|
+
"rhc",
|
|
20892
|
+
"card-as-link",
|
|
20893
|
+
"padding-block-start"
|
|
20894
|
+
]
|
|
20895
|
+
},
|
|
20896
|
+
"padding-inline-end": {
|
|
20897
|
+
"value": "1rem",
|
|
20898
|
+
"type": "spacing",
|
|
20899
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
20900
|
+
"isSource": true,
|
|
20901
|
+
"original": {
|
|
20902
|
+
"value": "1rem",
|
|
20903
|
+
"type": "spacing"
|
|
20904
|
+
},
|
|
20905
|
+
"name": "rhcCardAsLinkPaddingInlineEnd",
|
|
20906
|
+
"attributes": {
|
|
20907
|
+
"category": "rhc",
|
|
20908
|
+
"type": "card-as-link",
|
|
20909
|
+
"item": "padding-inline-end"
|
|
20910
|
+
},
|
|
20911
|
+
"path": [
|
|
20912
|
+
"rhc",
|
|
20913
|
+
"card-as-link",
|
|
20914
|
+
"padding-inline-end"
|
|
20915
|
+
]
|
|
20916
|
+
},
|
|
20917
|
+
"padding-inline-start": {
|
|
20918
|
+
"value": "1rem",
|
|
20919
|
+
"type": "spacing",
|
|
20920
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
20921
|
+
"isSource": true,
|
|
20922
|
+
"original": {
|
|
20923
|
+
"value": "1rem",
|
|
20924
|
+
"type": "spacing"
|
|
20925
|
+
},
|
|
20926
|
+
"name": "rhcCardAsLinkPaddingInlineStart",
|
|
20927
|
+
"attributes": {
|
|
20928
|
+
"category": "rhc",
|
|
20929
|
+
"type": "card-as-link",
|
|
20930
|
+
"item": "padding-inline-start"
|
|
20931
|
+
},
|
|
20932
|
+
"path": [
|
|
20933
|
+
"rhc",
|
|
20934
|
+
"card-as-link",
|
|
20935
|
+
"padding-inline-start"
|
|
20936
|
+
]
|
|
20937
|
+
},
|
|
20938
|
+
"row-gap": {
|
|
20939
|
+
"value": "0.75rem",
|
|
20940
|
+
"type": "spacing",
|
|
20941
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
20942
|
+
"isSource": true,
|
|
20943
|
+
"original": {
|
|
20944
|
+
"value": "0.75rem",
|
|
20945
|
+
"type": "spacing"
|
|
20946
|
+
},
|
|
20947
|
+
"name": "rhcCardAsLinkRowGap",
|
|
20948
|
+
"attributes": {
|
|
20949
|
+
"category": "rhc",
|
|
20950
|
+
"type": "card-as-link",
|
|
20951
|
+
"item": "row-gap"
|
|
20952
|
+
},
|
|
20953
|
+
"path": [
|
|
20954
|
+
"rhc",
|
|
20955
|
+
"card-as-link",
|
|
20956
|
+
"row-gap"
|
|
20957
|
+
]
|
|
20958
|
+
},
|
|
20959
|
+
"active": {
|
|
20960
|
+
"background-color": {
|
|
20961
|
+
"value": "#F1F5F9",
|
|
20962
|
+
"type": "color",
|
|
20963
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
20964
|
+
"isSource": true,
|
|
20965
|
+
"original": {
|
|
20966
|
+
"value": "#F1F5F9",
|
|
20967
|
+
"type": "color"
|
|
20968
|
+
},
|
|
20969
|
+
"name": "rhcCardAsLinkActiveBackgroundColor",
|
|
20970
|
+
"attributes": {
|
|
20971
|
+
"category": "rhc",
|
|
20972
|
+
"type": "card-as-link",
|
|
20973
|
+
"item": "active",
|
|
20974
|
+
"subitem": "background-color"
|
|
20975
|
+
},
|
|
20976
|
+
"path": [
|
|
20977
|
+
"rhc",
|
|
20978
|
+
"card-as-link",
|
|
20979
|
+
"active",
|
|
20980
|
+
"background-color"
|
|
20981
|
+
]
|
|
20982
|
+
},
|
|
20983
|
+
"text-decoration": {
|
|
20984
|
+
"value": "underline",
|
|
20985
|
+
"type": "textDecoration",
|
|
20986
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
20987
|
+
"isSource": true,
|
|
20988
|
+
"original": {
|
|
20989
|
+
"value": "underline",
|
|
20990
|
+
"type": "textDecoration"
|
|
20991
|
+
},
|
|
20992
|
+
"name": "rhcCardAsLinkActiveTextDecoration",
|
|
20993
|
+
"attributes": {
|
|
20994
|
+
"category": "rhc",
|
|
20995
|
+
"type": "card-as-link",
|
|
20996
|
+
"item": "active",
|
|
20997
|
+
"subitem": "text-decoration"
|
|
20998
|
+
},
|
|
20999
|
+
"path": [
|
|
21000
|
+
"rhc",
|
|
21001
|
+
"card-as-link",
|
|
21002
|
+
"active",
|
|
21003
|
+
"text-decoration"
|
|
21004
|
+
]
|
|
21005
|
+
}
|
|
21006
|
+
},
|
|
21007
|
+
"hover": {
|
|
21008
|
+
"background-color": {
|
|
21009
|
+
"value": "#F8FAFC",
|
|
21010
|
+
"type": "color",
|
|
21011
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
21012
|
+
"isSource": true,
|
|
21013
|
+
"original": {
|
|
21014
|
+
"value": "#F8FAFC",
|
|
21015
|
+
"type": "color"
|
|
21016
|
+
},
|
|
21017
|
+
"name": "rhcCardAsLinkHoverBackgroundColor",
|
|
21018
|
+
"attributes": {
|
|
21019
|
+
"category": "rhc",
|
|
21020
|
+
"type": "card-as-link",
|
|
21021
|
+
"item": "hover",
|
|
21022
|
+
"subitem": "background-color"
|
|
21023
|
+
},
|
|
21024
|
+
"path": [
|
|
21025
|
+
"rhc",
|
|
21026
|
+
"card-as-link",
|
|
21027
|
+
"hover",
|
|
21028
|
+
"background-color"
|
|
21029
|
+
]
|
|
21030
|
+
},
|
|
21031
|
+
"text-decoration": {
|
|
21032
|
+
"value": "underline",
|
|
21033
|
+
"type": "textDecoration",
|
|
21034
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
21035
|
+
"isSource": true,
|
|
21036
|
+
"original": {
|
|
21037
|
+
"value": "underline",
|
|
21038
|
+
"type": "textDecoration"
|
|
21039
|
+
},
|
|
21040
|
+
"name": "rhcCardAsLinkHoverTextDecoration",
|
|
21041
|
+
"attributes": {
|
|
21042
|
+
"category": "rhc",
|
|
21043
|
+
"type": "card-as-link",
|
|
21044
|
+
"item": "hover",
|
|
21045
|
+
"subitem": "text-decoration"
|
|
21046
|
+
},
|
|
21047
|
+
"path": [
|
|
21048
|
+
"rhc",
|
|
21049
|
+
"card-as-link",
|
|
21050
|
+
"hover",
|
|
21051
|
+
"text-decoration"
|
|
21052
|
+
]
|
|
21053
|
+
}
|
|
21054
|
+
},
|
|
21055
|
+
"focus": {
|
|
21056
|
+
"background-color": {
|
|
21057
|
+
"value": "#dce3ea",
|
|
21058
|
+
"type": "color",
|
|
21059
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
21060
|
+
"isSource": true,
|
|
21061
|
+
"original": {
|
|
21062
|
+
"value": "#dce3ea",
|
|
21063
|
+
"type": "color"
|
|
21064
|
+
},
|
|
21065
|
+
"name": "rhcCardAsLinkFocusBackgroundColor",
|
|
21066
|
+
"attributes": {
|
|
21067
|
+
"category": "rhc",
|
|
21068
|
+
"type": "card-as-link",
|
|
21069
|
+
"item": "focus",
|
|
21070
|
+
"subitem": "background-color"
|
|
21071
|
+
},
|
|
21072
|
+
"path": [
|
|
21073
|
+
"rhc",
|
|
21074
|
+
"card-as-link",
|
|
21075
|
+
"focus",
|
|
21076
|
+
"background-color"
|
|
21077
|
+
]
|
|
21078
|
+
},
|
|
21079
|
+
"text-decoration": {
|
|
21080
|
+
"value": "underline",
|
|
21081
|
+
"type": "textDecoration",
|
|
21082
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
21083
|
+
"isSource": true,
|
|
21084
|
+
"original": {
|
|
21085
|
+
"value": "underline",
|
|
21086
|
+
"type": "textDecoration"
|
|
21087
|
+
},
|
|
21088
|
+
"name": "rhcCardAsLinkFocusTextDecoration",
|
|
21089
|
+
"attributes": {
|
|
21090
|
+
"category": "rhc",
|
|
21091
|
+
"type": "card-as-link",
|
|
21092
|
+
"item": "focus",
|
|
21093
|
+
"subitem": "text-decoration"
|
|
21094
|
+
},
|
|
21095
|
+
"path": [
|
|
21096
|
+
"rhc",
|
|
21097
|
+
"card-as-link",
|
|
21098
|
+
"focus",
|
|
21099
|
+
"text-decoration"
|
|
21100
|
+
]
|
|
21101
|
+
}
|
|
21102
|
+
},
|
|
21103
|
+
"full-bleed": {
|
|
21104
|
+
"background-color": {
|
|
21105
|
+
"value": "#000",
|
|
21106
|
+
"type": "color",
|
|
21107
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
21108
|
+
"isSource": true,
|
|
21109
|
+
"original": {
|
|
21110
|
+
"value": "#000",
|
|
21111
|
+
"type": "color"
|
|
21112
|
+
},
|
|
21113
|
+
"name": "rhcCardAsLinkFullBleedBackgroundColor",
|
|
21114
|
+
"attributes": {
|
|
21115
|
+
"category": "rhc",
|
|
21116
|
+
"type": "card-as-link",
|
|
21117
|
+
"item": "full-bleed",
|
|
21118
|
+
"subitem": "background-color"
|
|
21119
|
+
},
|
|
21120
|
+
"path": [
|
|
21121
|
+
"rhc",
|
|
21122
|
+
"card-as-link",
|
|
21123
|
+
"full-bleed",
|
|
21124
|
+
"background-color"
|
|
21125
|
+
]
|
|
21126
|
+
},
|
|
21127
|
+
"border-color": {
|
|
21128
|
+
"value": "transparent",
|
|
21129
|
+
"type": "color",
|
|
21130
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
21131
|
+
"isSource": true,
|
|
21132
|
+
"original": {
|
|
21133
|
+
"value": "transparent",
|
|
21134
|
+
"type": "color"
|
|
21135
|
+
},
|
|
21136
|
+
"name": "rhcCardAsLinkFullBleedBorderColor",
|
|
21137
|
+
"attributes": {
|
|
21138
|
+
"category": "rhc",
|
|
21139
|
+
"type": "card-as-link",
|
|
21140
|
+
"item": "full-bleed",
|
|
21141
|
+
"subitem": "border-color"
|
|
21142
|
+
},
|
|
21143
|
+
"path": [
|
|
21144
|
+
"rhc",
|
|
21145
|
+
"card-as-link",
|
|
21146
|
+
"full-bleed",
|
|
21147
|
+
"border-color"
|
|
21148
|
+
]
|
|
21149
|
+
},
|
|
21150
|
+
"color": {
|
|
21151
|
+
"value": "#fff",
|
|
21152
|
+
"type": "color",
|
|
21153
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
21154
|
+
"isSource": true,
|
|
21155
|
+
"original": {
|
|
21156
|
+
"value": "#fff",
|
|
21157
|
+
"type": "color"
|
|
21158
|
+
},
|
|
21159
|
+
"name": "rhcCardAsLinkFullBleedColor",
|
|
21160
|
+
"attributes": {
|
|
21161
|
+
"category": "rhc",
|
|
21162
|
+
"type": "card-as-link",
|
|
21163
|
+
"item": "full-bleed",
|
|
21164
|
+
"subitem": "color"
|
|
21165
|
+
},
|
|
21166
|
+
"path": [
|
|
21167
|
+
"rhc",
|
|
21168
|
+
"card-as-link",
|
|
21169
|
+
"full-bleed",
|
|
21170
|
+
"color"
|
|
21171
|
+
]
|
|
21172
|
+
},
|
|
21173
|
+
"opacity": {
|
|
21174
|
+
"value": 0.5,
|
|
21175
|
+
"type": "opacity",
|
|
21176
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
21177
|
+
"isSource": true,
|
|
21178
|
+
"original": {
|
|
21179
|
+
"value": 0.5,
|
|
21180
|
+
"type": "opacity"
|
|
21181
|
+
},
|
|
21182
|
+
"name": "rhcCardAsLinkFullBleedOpacity",
|
|
21183
|
+
"attributes": {
|
|
21184
|
+
"category": "rhc",
|
|
21185
|
+
"type": "card-as-link",
|
|
21186
|
+
"item": "full-bleed",
|
|
21187
|
+
"subitem": "opacity"
|
|
21188
|
+
},
|
|
21189
|
+
"path": [
|
|
21190
|
+
"rhc",
|
|
21191
|
+
"card-as-link",
|
|
21192
|
+
"full-bleed",
|
|
21193
|
+
"opacity"
|
|
21194
|
+
]
|
|
21195
|
+
}
|
|
21196
|
+
},
|
|
21197
|
+
"heading": {
|
|
21198
|
+
"padding-block-start": {
|
|
21199
|
+
"value": "0.5rem",
|
|
21200
|
+
"type": "spacing",
|
|
21201
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
21202
|
+
"isSource": true,
|
|
21203
|
+
"original": {
|
|
21204
|
+
"value": "0.5rem",
|
|
21205
|
+
"type": "spacing"
|
|
21206
|
+
},
|
|
21207
|
+
"name": "rhcCardAsLinkHeadingPaddingBlockStart",
|
|
21208
|
+
"attributes": {
|
|
21209
|
+
"category": "rhc",
|
|
21210
|
+
"type": "card-as-link",
|
|
21211
|
+
"item": "heading",
|
|
21212
|
+
"subitem": "padding-block-start"
|
|
21213
|
+
},
|
|
21214
|
+
"path": [
|
|
21215
|
+
"rhc",
|
|
21216
|
+
"card-as-link",
|
|
21217
|
+
"heading",
|
|
21218
|
+
"padding-block-start"
|
|
21219
|
+
]
|
|
21220
|
+
},
|
|
21221
|
+
"font-size": {
|
|
21222
|
+
"value": "1.5rem",
|
|
21223
|
+
"type": "fontSizes",
|
|
21224
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
21225
|
+
"isSource": true,
|
|
21226
|
+
"original": {
|
|
21227
|
+
"value": "1.5rem",
|
|
21228
|
+
"type": "fontSizes"
|
|
21229
|
+
},
|
|
21230
|
+
"name": "rhcCardAsLinkHeadingFontSize",
|
|
21231
|
+
"attributes": {
|
|
21232
|
+
"category": "rhc",
|
|
21233
|
+
"type": "card-as-link",
|
|
21234
|
+
"item": "heading",
|
|
21235
|
+
"subitem": "font-size"
|
|
21236
|
+
},
|
|
21237
|
+
"path": [
|
|
21238
|
+
"rhc",
|
|
21239
|
+
"card-as-link",
|
|
21240
|
+
"heading",
|
|
21241
|
+
"font-size"
|
|
21242
|
+
]
|
|
21243
|
+
},
|
|
21244
|
+
"font-weight": {
|
|
21245
|
+
"value": 700,
|
|
21246
|
+
"type": "fontWeights",
|
|
21247
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
21248
|
+
"isSource": true,
|
|
21249
|
+
"original": {
|
|
21250
|
+
"value": 700,
|
|
21251
|
+
"type": "fontWeights"
|
|
21252
|
+
},
|
|
21253
|
+
"name": "rhcCardAsLinkHeadingFontWeight",
|
|
21254
|
+
"attributes": {
|
|
21255
|
+
"category": "rhc",
|
|
21256
|
+
"type": "card-as-link",
|
|
21257
|
+
"item": "heading",
|
|
21258
|
+
"subitem": "font-weight"
|
|
21259
|
+
},
|
|
21260
|
+
"path": [
|
|
21261
|
+
"rhc",
|
|
21262
|
+
"card-as-link",
|
|
21263
|
+
"heading",
|
|
21264
|
+
"font-weight"
|
|
21265
|
+
]
|
|
21266
|
+
}
|
|
21267
|
+
},
|
|
21268
|
+
"horizontal": {
|
|
21269
|
+
"background-color": {
|
|
21270
|
+
"value": "#154273",
|
|
21271
|
+
"type": "color",
|
|
21272
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
21273
|
+
"isSource": true,
|
|
21274
|
+
"original": {
|
|
21275
|
+
"value": "#154273",
|
|
21276
|
+
"type": "color"
|
|
21277
|
+
},
|
|
21278
|
+
"name": "rhcCardAsLinkHorizontalBackgroundColor",
|
|
21279
|
+
"attributes": {
|
|
21280
|
+
"category": "rhc",
|
|
21281
|
+
"type": "card-as-link",
|
|
21282
|
+
"item": "horizontal",
|
|
21283
|
+
"subitem": "background-color"
|
|
21284
|
+
},
|
|
21285
|
+
"path": [
|
|
21286
|
+
"rhc",
|
|
21287
|
+
"card-as-link",
|
|
21288
|
+
"horizontal",
|
|
21289
|
+
"background-color"
|
|
21290
|
+
]
|
|
21291
|
+
},
|
|
21292
|
+
"border-color": {
|
|
21293
|
+
"value": "transparent",
|
|
21294
|
+
"type": "color",
|
|
21295
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
21296
|
+
"isSource": true,
|
|
21297
|
+
"original": {
|
|
21298
|
+
"value": "transparent",
|
|
21299
|
+
"type": "color"
|
|
21300
|
+
},
|
|
21301
|
+
"name": "rhcCardAsLinkHorizontalBorderColor",
|
|
21302
|
+
"attributes": {
|
|
21303
|
+
"category": "rhc",
|
|
21304
|
+
"type": "card-as-link",
|
|
21305
|
+
"item": "horizontal",
|
|
21306
|
+
"subitem": "border-color"
|
|
21307
|
+
},
|
|
21308
|
+
"path": [
|
|
21309
|
+
"rhc",
|
|
21310
|
+
"card-as-link",
|
|
21311
|
+
"horizontal",
|
|
21312
|
+
"border-color"
|
|
21313
|
+
]
|
|
21314
|
+
},
|
|
21315
|
+
"color": {
|
|
21316
|
+
"value": "#fff",
|
|
21317
|
+
"type": "color",
|
|
21318
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
21319
|
+
"isSource": true,
|
|
21320
|
+
"original": {
|
|
21321
|
+
"value": "#fff",
|
|
21322
|
+
"type": "color"
|
|
21323
|
+
},
|
|
21324
|
+
"name": "rhcCardAsLinkHorizontalColor",
|
|
21325
|
+
"attributes": {
|
|
21326
|
+
"category": "rhc",
|
|
21327
|
+
"type": "card-as-link",
|
|
21328
|
+
"item": "horizontal",
|
|
21329
|
+
"subitem": "color"
|
|
21330
|
+
},
|
|
21331
|
+
"path": [
|
|
21332
|
+
"rhc",
|
|
21333
|
+
"card-as-link",
|
|
21334
|
+
"horizontal",
|
|
21335
|
+
"color"
|
|
21336
|
+
]
|
|
21337
|
+
},
|
|
21338
|
+
"max-block-size": {
|
|
21339
|
+
"value": "96px",
|
|
21340
|
+
"type": "sizing",
|
|
21341
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
21342
|
+
"isSource": true,
|
|
21343
|
+
"original": {
|
|
21344
|
+
"value": "96px",
|
|
21345
|
+
"type": "sizing"
|
|
21346
|
+
},
|
|
21347
|
+
"name": "rhcCardAsLinkHorizontalMaxBlockSize",
|
|
21348
|
+
"attributes": {
|
|
21349
|
+
"category": "rhc",
|
|
21350
|
+
"type": "card-as-link",
|
|
21351
|
+
"item": "horizontal",
|
|
21352
|
+
"subitem": "max-block-size"
|
|
21353
|
+
},
|
|
21354
|
+
"path": [
|
|
21355
|
+
"rhc",
|
|
21356
|
+
"card-as-link",
|
|
21357
|
+
"horizontal",
|
|
21358
|
+
"max-block-size"
|
|
21359
|
+
]
|
|
21360
|
+
},
|
|
21361
|
+
"padding-block-end": {
|
|
21362
|
+
"value": 0,
|
|
21363
|
+
"type": "spacing",
|
|
21364
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
21365
|
+
"isSource": true,
|
|
21366
|
+
"original": {
|
|
21367
|
+
"value": 0,
|
|
21368
|
+
"type": "spacing"
|
|
21369
|
+
},
|
|
21370
|
+
"name": "rhcCardAsLinkHorizontalPaddingBlockEnd",
|
|
21371
|
+
"attributes": {
|
|
21372
|
+
"category": "rhc",
|
|
21373
|
+
"type": "card-as-link",
|
|
21374
|
+
"item": "horizontal",
|
|
21375
|
+
"subitem": "padding-block-end"
|
|
21376
|
+
},
|
|
21377
|
+
"path": [
|
|
21378
|
+
"rhc",
|
|
21379
|
+
"card-as-link",
|
|
21380
|
+
"horizontal",
|
|
21381
|
+
"padding-block-end"
|
|
21382
|
+
]
|
|
21383
|
+
},
|
|
21384
|
+
"padding-block-start": {
|
|
21385
|
+
"value": 0,
|
|
21386
|
+
"type": "spacing",
|
|
21387
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
21388
|
+
"isSource": true,
|
|
21389
|
+
"original": {
|
|
21390
|
+
"value": 0,
|
|
21391
|
+
"type": "spacing"
|
|
21392
|
+
},
|
|
21393
|
+
"name": "rhcCardAsLinkHorizontalPaddingBlockStart",
|
|
21394
|
+
"attributes": {
|
|
21395
|
+
"category": "rhc",
|
|
21396
|
+
"type": "card-as-link",
|
|
21397
|
+
"item": "horizontal",
|
|
21398
|
+
"subitem": "padding-block-start"
|
|
21399
|
+
},
|
|
21400
|
+
"path": [
|
|
21401
|
+
"rhc",
|
|
21402
|
+
"card-as-link",
|
|
21403
|
+
"horizontal",
|
|
21404
|
+
"padding-block-start"
|
|
21405
|
+
]
|
|
21406
|
+
},
|
|
21407
|
+
"padding-inline-end": {
|
|
21408
|
+
"value": "1rem",
|
|
21409
|
+
"type": "spacing",
|
|
21410
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
21411
|
+
"isSource": true,
|
|
21412
|
+
"original": {
|
|
21413
|
+
"value": "1rem",
|
|
21414
|
+
"type": "spacing"
|
|
21415
|
+
},
|
|
21416
|
+
"name": "rhcCardAsLinkHorizontalPaddingInlineEnd",
|
|
21417
|
+
"attributes": {
|
|
21418
|
+
"category": "rhc",
|
|
21419
|
+
"type": "card-as-link",
|
|
21420
|
+
"item": "horizontal",
|
|
21421
|
+
"subitem": "padding-inline-end"
|
|
21422
|
+
},
|
|
21423
|
+
"path": [
|
|
21424
|
+
"rhc",
|
|
21425
|
+
"card-as-link",
|
|
21426
|
+
"horizontal",
|
|
21427
|
+
"padding-inline-end"
|
|
21428
|
+
]
|
|
21429
|
+
},
|
|
21430
|
+
"padding-inline-start": {
|
|
21431
|
+
"value": "1rem",
|
|
21432
|
+
"type": "spacing",
|
|
21433
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
21434
|
+
"isSource": true,
|
|
21435
|
+
"original": {
|
|
21436
|
+
"value": "1rem",
|
|
21437
|
+
"type": "spacing"
|
|
21438
|
+
},
|
|
21439
|
+
"name": "rhcCardAsLinkHorizontalPaddingInlineStart",
|
|
21440
|
+
"attributes": {
|
|
21441
|
+
"category": "rhc",
|
|
21442
|
+
"type": "card-as-link",
|
|
21443
|
+
"item": "horizontal",
|
|
21444
|
+
"subitem": "padding-inline-start"
|
|
21445
|
+
},
|
|
21446
|
+
"path": [
|
|
21447
|
+
"rhc",
|
|
21448
|
+
"card-as-link",
|
|
21449
|
+
"horizontal",
|
|
21450
|
+
"padding-inline-start"
|
|
21451
|
+
]
|
|
21452
|
+
},
|
|
21453
|
+
"heading": {
|
|
21454
|
+
"inline-size": {
|
|
21455
|
+
"value": "200px",
|
|
21456
|
+
"type": "sizing",
|
|
21457
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
21458
|
+
"isSource": true,
|
|
21459
|
+
"original": {
|
|
21460
|
+
"value": "200px",
|
|
21461
|
+
"type": "sizing"
|
|
21462
|
+
},
|
|
21463
|
+
"name": "rhcCardAsLinkHorizontalHeadingInlineSize",
|
|
21464
|
+
"attributes": {
|
|
21465
|
+
"category": "rhc",
|
|
21466
|
+
"type": "card-as-link",
|
|
21467
|
+
"item": "horizontal",
|
|
21468
|
+
"subitem": "heading",
|
|
21469
|
+
"state": "inline-size"
|
|
21470
|
+
},
|
|
21471
|
+
"path": [
|
|
21472
|
+
"rhc",
|
|
21473
|
+
"card-as-link",
|
|
21474
|
+
"horizontal",
|
|
21475
|
+
"heading",
|
|
21476
|
+
"inline-size"
|
|
21477
|
+
]
|
|
21478
|
+
}
|
|
21479
|
+
}
|
|
21480
|
+
}
|
|
21481
|
+
},
|
|
20504
21482
|
"accordion": {
|
|
20505
21483
|
"button": {
|
|
20506
21484
|
"font-family": {
|