@pantheon-systems/pds-design-tokens 0.4.0-dev.1 → 0.4.0-dev.2
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.
|
@@ -161,11 +161,11 @@
|
|
|
161
161
|
]
|
|
162
162
|
},
|
|
163
163
|
"500": {
|
|
164
|
-
"value": "#
|
|
164
|
+
"value": "#ddbd16",
|
|
165
165
|
"filePath": "tokens/color/base/global.json",
|
|
166
166
|
"isSource": true,
|
|
167
167
|
"original": {
|
|
168
|
-
"value": "#
|
|
168
|
+
"value": "#DDBD16",
|
|
169
169
|
"filePath": "build/json/pds-design-tokens.json",
|
|
170
170
|
"isSource": false
|
|
171
171
|
},
|
|
@@ -186,11 +186,11 @@
|
|
|
186
186
|
]
|
|
187
187
|
},
|
|
188
188
|
"600": {
|
|
189
|
-
"value": "#
|
|
189
|
+
"value": "#bb9e08",
|
|
190
190
|
"filePath": "tokens/color/base/global.json",
|
|
191
191
|
"isSource": true,
|
|
192
192
|
"original": {
|
|
193
|
-
"value": "#
|
|
193
|
+
"value": "#BB9E08",
|
|
194
194
|
"filePath": "build/json/pds-design-tokens.json",
|
|
195
195
|
"isSource": false
|
|
196
196
|
},
|
|
@@ -3650,6 +3650,107 @@
|
|
|
3650
3650
|
]
|
|
3651
3651
|
}
|
|
3652
3652
|
},
|
|
3653
|
+
"button": {
|
|
3654
|
+
"large": {
|
|
3655
|
+
"value": {
|
|
3656
|
+
"fontSize": "1.25 * 16",
|
|
3657
|
+
"fontWeight": 700,
|
|
3658
|
+
"fontFamily": "Poppins",
|
|
3659
|
+
"letterSpacing": "1%",
|
|
3660
|
+
"lineHeight": "1"
|
|
3661
|
+
},
|
|
3662
|
+
"type": "typography",
|
|
3663
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3664
|
+
"isSource": true,
|
|
3665
|
+
"original": {
|
|
3666
|
+
"value": {
|
|
3667
|
+
"fontSize": "{typography.size.L} * {figma.typography.size.base}",
|
|
3668
|
+
"fontWeight": "{typography.font-weight.bold}",
|
|
3669
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
3670
|
+
"letterSpacing": "{typography.letter-spacing.S}",
|
|
3671
|
+
"lineHeight": "1"
|
|
3672
|
+
},
|
|
3673
|
+
"type": "typography"
|
|
3674
|
+
},
|
|
3675
|
+
"name": "text-button-large",
|
|
3676
|
+
"attributes": {
|
|
3677
|
+
"category": "text",
|
|
3678
|
+
"type": "button",
|
|
3679
|
+
"item": "large"
|
|
3680
|
+
},
|
|
3681
|
+
"path": [
|
|
3682
|
+
"text",
|
|
3683
|
+
"button",
|
|
3684
|
+
"large"
|
|
3685
|
+
]
|
|
3686
|
+
},
|
|
3687
|
+
"medium": {
|
|
3688
|
+
"value": {
|
|
3689
|
+
"fontSize": "1 * 16",
|
|
3690
|
+
"fontWeight": 700,
|
|
3691
|
+
"fontFamily": "Poppins",
|
|
3692
|
+
"letterSpacing": "1%",
|
|
3693
|
+
"lineHeight": "1"
|
|
3694
|
+
},
|
|
3695
|
+
"type": "typography",
|
|
3696
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3697
|
+
"isSource": true,
|
|
3698
|
+
"original": {
|
|
3699
|
+
"value": {
|
|
3700
|
+
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
3701
|
+
"fontWeight": "{text.button.large.value.fontWeight}",
|
|
3702
|
+
"fontFamily": "{text.button.large.value.fontFamily}",
|
|
3703
|
+
"letterSpacing": "{text.button.large.value.letterSpacing}",
|
|
3704
|
+
"lineHeight": "{text.button.large.value.lineHeight}"
|
|
3705
|
+
},
|
|
3706
|
+
"type": "typography"
|
|
3707
|
+
},
|
|
3708
|
+
"name": "text-button-medium",
|
|
3709
|
+
"attributes": {
|
|
3710
|
+
"category": "text",
|
|
3711
|
+
"type": "button",
|
|
3712
|
+
"item": "medium"
|
|
3713
|
+
},
|
|
3714
|
+
"path": [
|
|
3715
|
+
"text",
|
|
3716
|
+
"button",
|
|
3717
|
+
"medium"
|
|
3718
|
+
]
|
|
3719
|
+
},
|
|
3720
|
+
"small": {
|
|
3721
|
+
"value": {
|
|
3722
|
+
"fontSize": "0.875 * 16",
|
|
3723
|
+
"fontWeight": 700,
|
|
3724
|
+
"fontFamily": "Poppins",
|
|
3725
|
+
"letterSpacing": "1%",
|
|
3726
|
+
"lineHeight": "1"
|
|
3727
|
+
},
|
|
3728
|
+
"type": "typography",
|
|
3729
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3730
|
+
"isSource": true,
|
|
3731
|
+
"original": {
|
|
3732
|
+
"value": {
|
|
3733
|
+
"fontSize": "0.875 * {figma.typography.size.base}",
|
|
3734
|
+
"fontWeight": "{text.button.large.value.fontWeight}",
|
|
3735
|
+
"fontFamily": "{text.button.large.value.fontFamily}",
|
|
3736
|
+
"letterSpacing": "{text.button.large.value.letterSpacing}",
|
|
3737
|
+
"lineHeight": "{text.button.large.value.lineHeight}"
|
|
3738
|
+
},
|
|
3739
|
+
"type": "typography"
|
|
3740
|
+
},
|
|
3741
|
+
"name": "text-button-small",
|
|
3742
|
+
"attributes": {
|
|
3743
|
+
"category": "text",
|
|
3744
|
+
"type": "button",
|
|
3745
|
+
"item": "small"
|
|
3746
|
+
},
|
|
3747
|
+
"path": [
|
|
3748
|
+
"text",
|
|
3749
|
+
"button",
|
|
3750
|
+
"small"
|
|
3751
|
+
]
|
|
3752
|
+
}
|
|
3753
|
+
},
|
|
3653
3754
|
"type-scale": {
|
|
3654
3755
|
"regular": {
|
|
3655
3756
|
"4XL": {
|
|
@@ -148,11 +148,11 @@
|
|
|
148
148
|
]
|
|
149
149
|
},
|
|
150
150
|
"500": {
|
|
151
|
-
"value": "#
|
|
151
|
+
"value": "#ddbd16",
|
|
152
152
|
"filePath": "tokens/color/base/global.json",
|
|
153
153
|
"isSource": true,
|
|
154
154
|
"original": {
|
|
155
|
-
"value": "#
|
|
155
|
+
"value": "#DDBD16"
|
|
156
156
|
},
|
|
157
157
|
"name": "color-global-brand-primary-500",
|
|
158
158
|
"attributes": {
|
|
@@ -171,11 +171,11 @@
|
|
|
171
171
|
]
|
|
172
172
|
},
|
|
173
173
|
"600": {
|
|
174
|
-
"value": "#
|
|
174
|
+
"value": "#bb9e08",
|
|
175
175
|
"filePath": "tokens/color/base/global.json",
|
|
176
176
|
"isSource": true,
|
|
177
177
|
"original": {
|
|
178
|
-
"value": "#
|
|
178
|
+
"value": "#BB9E08"
|
|
179
179
|
},
|
|
180
180
|
"name": "color-global-brand-primary-600",
|
|
181
181
|
"attributes": {
|