@carbon/themes 10.17.0 → 10.19.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/docs/sass.md +60 -61
- package/package.json +7 -7
- package/scss/generated/_themes.scss +60 -61
- package/scss/generated/_tokens.scss +60 -61
package/docs/sass.md
CHANGED
|
@@ -4276,7 +4276,7 @@ $caption-01: if(
|
|
|
4276
4276
|
(
|
|
4277
4277
|
font-size: 0.75rem,
|
|
4278
4278
|
font-weight: 400,
|
|
4279
|
-
line-height:
|
|
4279
|
+
line-height: 1.34,
|
|
4280
4280
|
letter-spacing: 0.32px,
|
|
4281
4281
|
)
|
|
4282
4282
|
);
|
|
@@ -4304,7 +4304,7 @@ $label-01: if(
|
|
|
4304
4304
|
(
|
|
4305
4305
|
font-size: 0.75rem,
|
|
4306
4306
|
font-weight: 400,
|
|
4307
|
-
line-height:
|
|
4307
|
+
line-height: 1.34,
|
|
4308
4308
|
letter-spacing: 0.32px,
|
|
4309
4309
|
)
|
|
4310
4310
|
);
|
|
@@ -4331,7 +4331,7 @@ $helper-text-01: if(
|
|
|
4331
4331
|
map-get($carbon--theme, 'helper-text-01'),
|
|
4332
4332
|
(
|
|
4333
4333
|
font-size: 0.75rem,
|
|
4334
|
-
line-height:
|
|
4334
|
+
line-height: 1.34,
|
|
4335
4335
|
letter-spacing: 0.32px,
|
|
4336
4336
|
)
|
|
4337
4337
|
);
|
|
@@ -4359,7 +4359,7 @@ $body-short-01: if(
|
|
|
4359
4359
|
(
|
|
4360
4360
|
font-size: 0.875rem,
|
|
4361
4361
|
font-weight: 400,
|
|
4362
|
-
line-height: 1.
|
|
4362
|
+
line-height: 1.29,
|
|
4363
4363
|
letter-spacing: 0.16px,
|
|
4364
4364
|
)
|
|
4365
4365
|
);
|
|
@@ -4387,7 +4387,7 @@ $body-long-01: if(
|
|
|
4387
4387
|
(
|
|
4388
4388
|
font-size: 0.875rem,
|
|
4389
4389
|
font-weight: 400,
|
|
4390
|
-
line-height: 1.
|
|
4390
|
+
line-height: 1.43,
|
|
4391
4391
|
letter-spacing: 0.16px,
|
|
4392
4392
|
)
|
|
4393
4393
|
);
|
|
@@ -4415,7 +4415,7 @@ $body-short-02: if(
|
|
|
4415
4415
|
(
|
|
4416
4416
|
font-size: 1rem,
|
|
4417
4417
|
font-weight: 400,
|
|
4418
|
-
line-height: 1.
|
|
4418
|
+
line-height: 1.375,
|
|
4419
4419
|
letter-spacing: 0,
|
|
4420
4420
|
)
|
|
4421
4421
|
);
|
|
@@ -4443,7 +4443,7 @@ $body-long-02: if(
|
|
|
4443
4443
|
(
|
|
4444
4444
|
font-size: 1rem,
|
|
4445
4445
|
font-weight: 400,
|
|
4446
|
-
line-height: 1.
|
|
4446
|
+
line-height: 1.5,
|
|
4447
4447
|
letter-spacing: 0,
|
|
4448
4448
|
)
|
|
4449
4449
|
);
|
|
@@ -4472,7 +4472,7 @@ $code-01: if(
|
|
|
4472
4472
|
font-family: unquote("'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace"),
|
|
4473
4473
|
font-size: 0.75rem,
|
|
4474
4474
|
font-weight: 400,
|
|
4475
|
-
line-height:
|
|
4475
|
+
line-height: 1.34,
|
|
4476
4476
|
letter-spacing: 0.32px,
|
|
4477
4477
|
)
|
|
4478
4478
|
);
|
|
@@ -4501,7 +4501,7 @@ $code-02: if(
|
|
|
4501
4501
|
font-family: unquote("'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace"),
|
|
4502
4502
|
font-size: 0.875rem,
|
|
4503
4503
|
font-weight: 400,
|
|
4504
|
-
line-height: 1.
|
|
4504
|
+
line-height: 1.43,
|
|
4505
4505
|
letter-spacing: 0.32px,
|
|
4506
4506
|
)
|
|
4507
4507
|
);
|
|
@@ -4529,7 +4529,7 @@ $heading-01: if(
|
|
|
4529
4529
|
(
|
|
4530
4530
|
font-size: 0.875rem,
|
|
4531
4531
|
font-weight: 600,
|
|
4532
|
-
line-height: 1.
|
|
4532
|
+
line-height: 1.29,
|
|
4533
4533
|
letter-spacing: 0.16px,
|
|
4534
4534
|
)
|
|
4535
4535
|
);
|
|
@@ -4557,7 +4557,7 @@ $productive-heading-01: if(
|
|
|
4557
4557
|
(
|
|
4558
4558
|
font-size: 0.875rem,
|
|
4559
4559
|
font-weight: 600,
|
|
4560
|
-
line-height: 1.
|
|
4560
|
+
line-height: 1.29,
|
|
4561
4561
|
letter-spacing: 0.16px,
|
|
4562
4562
|
)
|
|
4563
4563
|
);
|
|
@@ -4585,7 +4585,7 @@ $heading-02: if(
|
|
|
4585
4585
|
(
|
|
4586
4586
|
font-size: 1rem,
|
|
4587
4587
|
font-weight: 600,
|
|
4588
|
-
line-height: 1.
|
|
4588
|
+
line-height: 1.375,
|
|
4589
4589
|
letter-spacing: 0,
|
|
4590
4590
|
)
|
|
4591
4591
|
);
|
|
@@ -4613,7 +4613,7 @@ $productive-heading-02: if(
|
|
|
4613
4613
|
(
|
|
4614
4614
|
font-size: 1rem,
|
|
4615
4615
|
font-weight: 600,
|
|
4616
|
-
line-height: 1.
|
|
4616
|
+
line-height: 1.375,
|
|
4617
4617
|
letter-spacing: 0,
|
|
4618
4618
|
)
|
|
4619
4619
|
);
|
|
@@ -4641,7 +4641,7 @@ $productive-heading-03: if(
|
|
|
4641
4641
|
(
|
|
4642
4642
|
font-size: 1.25rem,
|
|
4643
4643
|
font-weight: 400,
|
|
4644
|
-
line-height: 1.
|
|
4644
|
+
line-height: 1.4,
|
|
4645
4645
|
letter-spacing: 0,
|
|
4646
4646
|
)
|
|
4647
4647
|
);
|
|
@@ -4669,7 +4669,7 @@ $productive-heading-04: if(
|
|
|
4669
4669
|
(
|
|
4670
4670
|
font-size: 1.75rem,
|
|
4671
4671
|
font-weight: 400,
|
|
4672
|
-
line-height:
|
|
4672
|
+
line-height: 1.29,
|
|
4673
4673
|
letter-spacing: 0,
|
|
4674
4674
|
)
|
|
4675
4675
|
);
|
|
@@ -4697,7 +4697,7 @@ $productive-heading-05: if(
|
|
|
4697
4697
|
(
|
|
4698
4698
|
font-size: 2rem,
|
|
4699
4699
|
font-weight: 400,
|
|
4700
|
-
line-height:
|
|
4700
|
+
line-height: 1.25,
|
|
4701
4701
|
letter-spacing: 0,
|
|
4702
4702
|
)
|
|
4703
4703
|
);
|
|
@@ -4725,7 +4725,7 @@ $productive-heading-06: if(
|
|
|
4725
4725
|
(
|
|
4726
4726
|
font-size: 2.625rem,
|
|
4727
4727
|
font-weight: 300,
|
|
4728
|
-
line-height:
|
|
4728
|
+
line-height: 1.199,
|
|
4729
4729
|
letter-spacing: 0,
|
|
4730
4730
|
)
|
|
4731
4731
|
);
|
|
@@ -4753,7 +4753,7 @@ $productive-heading-07: if(
|
|
|
4753
4753
|
(
|
|
4754
4754
|
font-size: 3.375rem,
|
|
4755
4755
|
font-weight: 300,
|
|
4756
|
-
line-height:
|
|
4756
|
+
line-height: 1.19,
|
|
4757
4757
|
letter-spacing: 0,
|
|
4758
4758
|
)
|
|
4759
4759
|
);
|
|
@@ -4781,7 +4781,7 @@ $expressive-heading-01: if(
|
|
|
4781
4781
|
(
|
|
4782
4782
|
font-size: 0.875rem,
|
|
4783
4783
|
font-weight: 600,
|
|
4784
|
-
line-height: 1.
|
|
4784
|
+
line-height: 1.25,
|
|
4785
4785
|
letter-spacing: 0.16px,
|
|
4786
4786
|
)
|
|
4787
4787
|
);
|
|
@@ -4809,7 +4809,7 @@ $expressive-heading-02: if(
|
|
|
4809
4809
|
(
|
|
4810
4810
|
font-size: 1rem,
|
|
4811
4811
|
font-weight: 600,
|
|
4812
|
-
line-height: 1.
|
|
4812
|
+
line-height: 1.5,
|
|
4813
4813
|
letter-spacing: 0,
|
|
4814
4814
|
)
|
|
4815
4815
|
);
|
|
@@ -4837,15 +4837,16 @@ $expressive-heading-03: if(
|
|
|
4837
4837
|
(
|
|
4838
4838
|
font-size: 1.25rem,
|
|
4839
4839
|
font-weight: 400,
|
|
4840
|
-
line-height:
|
|
4840
|
+
line-height: 1.4,
|
|
4841
4841
|
letter-spacing: 0,
|
|
4842
4842
|
breakpoints: (
|
|
4843
4843
|
xlg: (
|
|
4844
4844
|
font-size: 1.25rem,
|
|
4845
|
-
line-height:
|
|
4845
|
+
line-height: 1.25,
|
|
4846
4846
|
),
|
|
4847
4847
|
max: (
|
|
4848
4848
|
font-size: 1.5rem,
|
|
4849
|
+
line-height: 1.334,
|
|
4849
4850
|
),
|
|
4850
4851
|
),
|
|
4851
4852
|
)
|
|
@@ -4874,12 +4875,12 @@ $expressive-heading-04: if(
|
|
|
4874
4875
|
(
|
|
4875
4876
|
font-size: 1.75rem,
|
|
4876
4877
|
font-weight: 400,
|
|
4877
|
-
line-height:
|
|
4878
|
+
line-height: 1.29,
|
|
4878
4879
|
letter-spacing: 0,
|
|
4879
4880
|
breakpoints: (
|
|
4880
4881
|
xlg: (
|
|
4881
4882
|
font-size: 1.75rem,
|
|
4882
|
-
line-height:
|
|
4883
|
+
line-height: 1.25,
|
|
4883
4884
|
),
|
|
4884
4885
|
max: (
|
|
4885
4886
|
font-size: 2rem,
|
|
@@ -4911,31 +4912,30 @@ $expressive-heading-05: if(
|
|
|
4911
4912
|
(
|
|
4912
4913
|
font-size: 2rem,
|
|
4913
4914
|
font-weight: 400,
|
|
4914
|
-
line-height:
|
|
4915
|
+
line-height: 1.25,
|
|
4915
4916
|
letter-spacing: 0,
|
|
4916
4917
|
breakpoints: (
|
|
4917
4918
|
md: (
|
|
4918
4919
|
font-size: 2.25rem,
|
|
4919
4920
|
font-weight: 300,
|
|
4920
|
-
line-height:
|
|
4921
|
+
line-height: 1.22,
|
|
4921
4922
|
letter-spacing: 0,
|
|
4922
4923
|
),
|
|
4923
4924
|
lg: (
|
|
4924
4925
|
font-size: 2.625rem,
|
|
4925
4926
|
font-weight: 300,
|
|
4926
|
-
line-height:
|
|
4927
|
+
line-height: 1.19,
|
|
4927
4928
|
letter-spacing: 0,
|
|
4928
4929
|
),
|
|
4929
4930
|
xlg: (
|
|
4930
4931
|
font-size: 3rem,
|
|
4931
4932
|
font-weight: 300,
|
|
4932
|
-
line-height:
|
|
4933
|
+
line-height: 1.17,
|
|
4933
4934
|
letter-spacing: 0,
|
|
4934
4935
|
),
|
|
4935
4936
|
max: (
|
|
4936
4937
|
font-size: 3.75rem,
|
|
4937
4938
|
font-weight: 300,
|
|
4938
|
-
line-height: 4.375rem,
|
|
4939
4939
|
letter-spacing: 0,
|
|
4940
4940
|
),
|
|
4941
4941
|
),
|
|
@@ -4965,31 +4965,30 @@ $expressive-heading-06: if(
|
|
|
4965
4965
|
(
|
|
4966
4966
|
font-size: 2rem,
|
|
4967
4967
|
font-weight: 600,
|
|
4968
|
-
line-height:
|
|
4968
|
+
line-height: 1.25,
|
|
4969
4969
|
letter-spacing: 0,
|
|
4970
4970
|
breakpoints: (
|
|
4971
4971
|
md: (
|
|
4972
4972
|
font-size: 2.25rem,
|
|
4973
4973
|
font-weight: 600,
|
|
4974
|
-
line-height:
|
|
4974
|
+
line-height: 1.22,
|
|
4975
4975
|
letter-spacing: 0,
|
|
4976
4976
|
),
|
|
4977
4977
|
lg: (
|
|
4978
4978
|
font-size: 2.625rem,
|
|
4979
4979
|
font-weight: 600,
|
|
4980
|
-
line-height:
|
|
4980
|
+
line-height: 1.19,
|
|
4981
4981
|
letter-spacing: 0,
|
|
4982
4982
|
),
|
|
4983
4983
|
xlg: (
|
|
4984
4984
|
font-size: 3rem,
|
|
4985
4985
|
font-weight: 600,
|
|
4986
|
-
line-height:
|
|
4986
|
+
line-height: 1.17,
|
|
4987
4987
|
letter-spacing: 0,
|
|
4988
4988
|
),
|
|
4989
4989
|
max: (
|
|
4990
4990
|
font-size: 3.75rem,
|
|
4991
4991
|
font-weight: 600,
|
|
4992
|
-
line-height: 4.375rem,
|
|
4993
4992
|
letter-spacing: 0,
|
|
4994
4993
|
),
|
|
4995
4994
|
),
|
|
@@ -5019,15 +5018,15 @@ $expressive-paragraph-01: if(
|
|
|
5019
5018
|
(
|
|
5020
5019
|
font-size: 1.5rem,
|
|
5021
5020
|
font-weight: 300,
|
|
5022
|
-
line-height:
|
|
5021
|
+
line-height: 1.334,
|
|
5023
5022
|
letter-spacing: 0,
|
|
5024
5023
|
lg: (
|
|
5025
5024
|
font-size: 1.75rem,
|
|
5026
|
-
line-height:
|
|
5025
|
+
line-height: 1.29,
|
|
5027
5026
|
),
|
|
5028
5027
|
max: (
|
|
5029
5028
|
font-size: 2rem,
|
|
5030
|
-
line-height:
|
|
5029
|
+
line-height: 1.25,
|
|
5031
5030
|
),
|
|
5032
5031
|
)
|
|
5033
5032
|
);
|
|
@@ -5055,7 +5054,7 @@ $quotation-01: if(
|
|
|
5055
5054
|
(
|
|
5056
5055
|
font-size: 1.25rem,
|
|
5057
5056
|
font-weight: 400,
|
|
5058
|
-
line-height:
|
|
5057
|
+
line-height: 1.3,
|
|
5059
5058
|
letter-spacing: 0,
|
|
5060
5059
|
breakpoints: (
|
|
5061
5060
|
md: (
|
|
@@ -5066,19 +5065,19 @@ $quotation-01: if(
|
|
|
5066
5065
|
lg: (
|
|
5067
5066
|
font-size: 1.5rem,
|
|
5068
5067
|
font-weight: 400,
|
|
5069
|
-
line-height:
|
|
5068
|
+
line-height: 1.334,
|
|
5070
5069
|
letter-spacing: 0,
|
|
5071
5070
|
),
|
|
5072
5071
|
xlg: (
|
|
5073
5072
|
font-size: 1.75rem,
|
|
5074
5073
|
font-weight: 400,
|
|
5075
|
-
line-height:
|
|
5074
|
+
line-height: 1.29,
|
|
5076
5075
|
letter-spacing: 0,
|
|
5077
5076
|
),
|
|
5078
5077
|
max: (
|
|
5079
5078
|
font-size: 2rem,
|
|
5080
5079
|
font-weight: 400,
|
|
5081
|
-
line-height:
|
|
5080
|
+
line-height: 1.25,
|
|
5082
5081
|
letter-spacing: 0,
|
|
5083
5082
|
),
|
|
5084
5083
|
),
|
|
@@ -5108,20 +5107,20 @@ $quotation-02: if(
|
|
|
5108
5107
|
(
|
|
5109
5108
|
font-size: 2rem,
|
|
5110
5109
|
font-weight: 300,
|
|
5111
|
-
line-height:
|
|
5110
|
+
line-height: 1.25,
|
|
5112
5111
|
letter-spacing: 0,
|
|
5113
5112
|
breakpoints: (
|
|
5114
5113
|
md: (
|
|
5115
5114
|
font-size: 2.25rem,
|
|
5116
|
-
line-height:
|
|
5115
|
+
line-height: 1.22,
|
|
5117
5116
|
),
|
|
5118
5117
|
lg: (
|
|
5119
5118
|
font-size: 2.625rem,
|
|
5120
|
-
line-height:
|
|
5119
|
+
line-height: 1.19,
|
|
5121
5120
|
),
|
|
5122
5121
|
xlg: (
|
|
5123
5122
|
font-size: 3rem,
|
|
5124
|
-
line-height:
|
|
5123
|
+
line-height: 1.17,
|
|
5125
5124
|
),
|
|
5126
5125
|
max: (
|
|
5127
5126
|
font-size: 3.75rem,
|
|
@@ -5153,7 +5152,7 @@ $display-01: if(
|
|
|
5153
5152
|
(
|
|
5154
5153
|
font-size: 2.625rem,
|
|
5155
5154
|
font-weight: 300,
|
|
5156
|
-
line-height:
|
|
5155
|
+
line-height: 1.19,
|
|
5157
5156
|
letter-spacing: 0,
|
|
5158
5157
|
breakpoints: (
|
|
5159
5158
|
md: (
|
|
@@ -5164,11 +5163,11 @@ $display-01: if(
|
|
|
5164
5163
|
),
|
|
5165
5164
|
xlg: (
|
|
5166
5165
|
font-size: 3.75rem,
|
|
5167
|
-
line-height:
|
|
5166
|
+
line-height: 1.17,
|
|
5168
5167
|
),
|
|
5169
5168
|
max: (
|
|
5170
5169
|
font-size: 4.75rem,
|
|
5171
|
-
line-height:
|
|
5170
|
+
line-height: 1.13,
|
|
5172
5171
|
),
|
|
5173
5172
|
),
|
|
5174
5173
|
)
|
|
@@ -5197,7 +5196,7 @@ $display-02: if(
|
|
|
5197
5196
|
(
|
|
5198
5197
|
font-size: 2.625rem,
|
|
5199
5198
|
font-weight: 600,
|
|
5200
|
-
line-height:
|
|
5199
|
+
line-height: 1.19,
|
|
5201
5200
|
letter-spacing: 0,
|
|
5202
5201
|
breakpoints: (
|
|
5203
5202
|
md: (
|
|
@@ -5208,11 +5207,11 @@ $display-02: if(
|
|
|
5208
5207
|
),
|
|
5209
5208
|
xlg: (
|
|
5210
5209
|
font-size: 3.75rem,
|
|
5211
|
-
line-height:
|
|
5210
|
+
line-height: 1.16,
|
|
5212
5211
|
),
|
|
5213
5212
|
max: (
|
|
5214
5213
|
font-size: 4.75rem,
|
|
5215
|
-
line-height:
|
|
5214
|
+
line-height: 1.13,
|
|
5216
5215
|
),
|
|
5217
5216
|
),
|
|
5218
5217
|
)
|
|
@@ -5241,25 +5240,25 @@ $display-03: if(
|
|
|
5241
5240
|
(
|
|
5242
5241
|
font-size: 2.625rem,
|
|
5243
5242
|
font-weight: 300,
|
|
5244
|
-
line-height:
|
|
5243
|
+
line-height: 1.19,
|
|
5245
5244
|
letter-spacing: 0,
|
|
5246
5245
|
breakpoints: (
|
|
5247
5246
|
md: (
|
|
5248
5247
|
font-size: 4.25rem,
|
|
5249
|
-
line-height:
|
|
5248
|
+
line-height: 1.15,
|
|
5250
5249
|
),
|
|
5251
5250
|
lg: (
|
|
5252
5251
|
font-size: 5.75rem,
|
|
5253
|
-
line-height:
|
|
5252
|
+
line-height: 1.11,
|
|
5254
5253
|
letter-spacing: -0.64px,
|
|
5255
5254
|
),
|
|
5256
5255
|
xlg: (
|
|
5257
5256
|
font-size: 7.625rem,
|
|
5258
|
-
line-height:
|
|
5257
|
+
line-height: 1.07,
|
|
5259
5258
|
),
|
|
5260
5259
|
max: (
|
|
5261
5260
|
font-size: 9.75rem,
|
|
5262
|
-
line-height:
|
|
5261
|
+
line-height: 1.05,
|
|
5263
5262
|
letter-spacing: -0.96px,
|
|
5264
5263
|
),
|
|
5265
5264
|
),
|
|
@@ -5289,26 +5288,26 @@ $display-04: if(
|
|
|
5289
5288
|
(
|
|
5290
5289
|
font-size: 2.625rem,
|
|
5291
5290
|
font-weight: 600,
|
|
5292
|
-
line-height:
|
|
5291
|
+
line-height: 1.19,
|
|
5293
5292
|
letter-spacing: 0,
|
|
5294
5293
|
breakpoints: (
|
|
5295
5294
|
md: (
|
|
5296
5295
|
font-size: 4.25rem,
|
|
5297
|
-
line-height:
|
|
5296
|
+
line-height: 1.15,
|
|
5298
5297
|
),
|
|
5299
5298
|
lg: (
|
|
5300
5299
|
font-size: 5.75rem,
|
|
5301
|
-
line-height:
|
|
5300
|
+
line-height: 1.11,
|
|
5302
5301
|
letter-spacing: -0.64px,
|
|
5303
5302
|
),
|
|
5304
5303
|
xlg: (
|
|
5305
5304
|
font-size: 7.625rem,
|
|
5306
|
-
line-height:
|
|
5305
|
+
line-height: 1.07,
|
|
5307
5306
|
letter-spacing: -0.64px,
|
|
5308
5307
|
),
|
|
5309
5308
|
max: (
|
|
5310
5309
|
font-size: 9.75rem,
|
|
5311
|
-
line-height:
|
|
5310
|
+
line-height: 1.05,
|
|
5312
5311
|
letter-spacing: -0.96px,
|
|
5313
5312
|
),
|
|
5314
5313
|
),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/themes",
|
|
3
3
|
"description": "Themes for applying color in the Carbon Design System",
|
|
4
|
-
"version": "10.
|
|
4
|
+
"version": "10.19.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -24,15 +24,15 @@
|
|
|
24
24
|
"build": "yarn clean && bundler bundle src/index.js --name CarbonThemes && node tasks/build.js && bundler check \"scss/*.scss\" && bundler sassdoc \"scss/**/*.scss\""
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@carbon/colors": "^10.
|
|
28
|
-
"@carbon/layout": "^10.
|
|
29
|
-
"@carbon/type": "^10.
|
|
27
|
+
"@carbon/colors": "^10.13.0",
|
|
28
|
+
"@carbon/layout": "^10.13.0",
|
|
29
|
+
"@carbon/type": "^10.16.0",
|
|
30
30
|
"color": "^3.1.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@carbon/cli-reporter": "^10.3.0",
|
|
34
|
-
"@carbon/scss-generator": "^10.
|
|
35
|
-
"@carbon/test-utils": "^10.
|
|
34
|
+
"@carbon/scss-generator": "^10.10.0",
|
|
35
|
+
"@carbon/test-utils": "^10.11.0",
|
|
36
36
|
"change-case": "^4.1.1",
|
|
37
37
|
"core-js": "^3.6.5",
|
|
38
38
|
"fs-extra": "^8.1.0",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"node-sass": "^4.13.1",
|
|
41
41
|
"rimraf": "^3.0.0"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "4673aaf1e73fbfab199ff6daf846a0292c14d905"
|
|
44
44
|
}
|
|
@@ -78,42 +78,42 @@ $carbon--theme--white: (
|
|
|
78
78
|
caption-01: (
|
|
79
79
|
font-size: 0.75rem,
|
|
80
80
|
font-weight: 400,
|
|
81
|
-
line-height:
|
|
81
|
+
line-height: 1.34,
|
|
82
82
|
letter-spacing: 0.32px,
|
|
83
83
|
),
|
|
84
84
|
label-01: (
|
|
85
85
|
font-size: 0.75rem,
|
|
86
86
|
font-weight: 400,
|
|
87
|
-
line-height:
|
|
87
|
+
line-height: 1.34,
|
|
88
88
|
letter-spacing: 0.32px,
|
|
89
89
|
),
|
|
90
90
|
helper-text-01: (
|
|
91
91
|
font-size: 0.75rem,
|
|
92
|
-
line-height:
|
|
92
|
+
line-height: 1.34,
|
|
93
93
|
letter-spacing: 0.32px,
|
|
94
94
|
),
|
|
95
95
|
body-short-01: (
|
|
96
96
|
font-size: 0.875rem,
|
|
97
97
|
font-weight: 400,
|
|
98
|
-
line-height: 1.
|
|
98
|
+
line-height: 1.29,
|
|
99
99
|
letter-spacing: 0.16px,
|
|
100
100
|
),
|
|
101
101
|
body-long-01: (
|
|
102
102
|
font-size: 0.875rem,
|
|
103
103
|
font-weight: 400,
|
|
104
|
-
line-height: 1.
|
|
104
|
+
line-height: 1.43,
|
|
105
105
|
letter-spacing: 0.16px,
|
|
106
106
|
),
|
|
107
107
|
body-short-02: (
|
|
108
108
|
font-size: 1rem,
|
|
109
109
|
font-weight: 400,
|
|
110
|
-
line-height: 1.
|
|
110
|
+
line-height: 1.375,
|
|
111
111
|
letter-spacing: 0,
|
|
112
112
|
),
|
|
113
113
|
body-long-02: (
|
|
114
114
|
font-size: 1rem,
|
|
115
115
|
font-weight: 400,
|
|
116
|
-
line-height: 1.
|
|
116
|
+
line-height: 1.5,
|
|
117
117
|
letter-spacing: 0,
|
|
118
118
|
),
|
|
119
119
|
code-01: (
|
|
@@ -123,7 +123,7 @@ $carbon--theme--white: (
|
|
|
123
123
|
),
|
|
124
124
|
font-size: 0.75rem,
|
|
125
125
|
font-weight: 400,
|
|
126
|
-
line-height:
|
|
126
|
+
line-height: 1.34,
|
|
127
127
|
letter-spacing: 0.32px,
|
|
128
128
|
),
|
|
129
129
|
code-02: (
|
|
@@ -133,99 +133,100 @@ $carbon--theme--white: (
|
|
|
133
133
|
),
|
|
134
134
|
font-size: 0.875rem,
|
|
135
135
|
font-weight: 400,
|
|
136
|
-
line-height: 1.
|
|
136
|
+
line-height: 1.43,
|
|
137
137
|
letter-spacing: 0.32px,
|
|
138
138
|
),
|
|
139
139
|
heading-01: (
|
|
140
140
|
font-size: 0.875rem,
|
|
141
141
|
font-weight: 600,
|
|
142
|
-
line-height: 1.
|
|
142
|
+
line-height: 1.29,
|
|
143
143
|
letter-spacing: 0.16px,
|
|
144
144
|
),
|
|
145
145
|
productive-heading-01: (
|
|
146
146
|
font-size: 0.875rem,
|
|
147
147
|
font-weight: 600,
|
|
148
|
-
line-height: 1.
|
|
148
|
+
line-height: 1.29,
|
|
149
149
|
letter-spacing: 0.16px,
|
|
150
150
|
),
|
|
151
151
|
heading-02: (
|
|
152
152
|
font-size: 1rem,
|
|
153
153
|
font-weight: 600,
|
|
154
|
-
line-height: 1.
|
|
154
|
+
line-height: 1.375,
|
|
155
155
|
letter-spacing: 0,
|
|
156
156
|
),
|
|
157
157
|
productive-heading-02: (
|
|
158
158
|
font-size: 1rem,
|
|
159
159
|
font-weight: 600,
|
|
160
|
-
line-height: 1.
|
|
160
|
+
line-height: 1.375,
|
|
161
161
|
letter-spacing: 0,
|
|
162
162
|
),
|
|
163
163
|
productive-heading-03: (
|
|
164
164
|
font-size: 1.25rem,
|
|
165
165
|
font-weight: 400,
|
|
166
|
-
line-height: 1.
|
|
166
|
+
line-height: 1.4,
|
|
167
167
|
letter-spacing: 0,
|
|
168
168
|
),
|
|
169
169
|
productive-heading-04: (
|
|
170
170
|
font-size: 1.75rem,
|
|
171
171
|
font-weight: 400,
|
|
172
|
-
line-height:
|
|
172
|
+
line-height: 1.29,
|
|
173
173
|
letter-spacing: 0,
|
|
174
174
|
),
|
|
175
175
|
productive-heading-05: (
|
|
176
176
|
font-size: 2rem,
|
|
177
177
|
font-weight: 400,
|
|
178
|
-
line-height:
|
|
178
|
+
line-height: 1.25,
|
|
179
179
|
letter-spacing: 0,
|
|
180
180
|
),
|
|
181
181
|
productive-heading-06: (
|
|
182
182
|
font-size: 2.625rem,
|
|
183
183
|
font-weight: 300,
|
|
184
|
-
line-height:
|
|
184
|
+
line-height: 1.199,
|
|
185
185
|
letter-spacing: 0,
|
|
186
186
|
),
|
|
187
187
|
productive-heading-07: (
|
|
188
188
|
font-size: 3.375rem,
|
|
189
189
|
font-weight: 300,
|
|
190
|
-
line-height:
|
|
190
|
+
line-height: 1.19,
|
|
191
191
|
letter-spacing: 0,
|
|
192
192
|
),
|
|
193
193
|
expressive-heading-01: (
|
|
194
194
|
font-size: 0.875rem,
|
|
195
195
|
font-weight: 600,
|
|
196
|
-
line-height: 1.
|
|
196
|
+
line-height: 1.25,
|
|
197
197
|
letter-spacing: 0.16px,
|
|
198
198
|
),
|
|
199
199
|
expressive-heading-02: (
|
|
200
200
|
font-size: 1rem,
|
|
201
201
|
font-weight: 600,
|
|
202
|
-
line-height: 1.
|
|
202
|
+
line-height: 1.5,
|
|
203
203
|
letter-spacing: 0,
|
|
204
204
|
),
|
|
205
205
|
expressive-heading-03: (
|
|
206
206
|
font-size: 1.25rem,
|
|
207
207
|
font-weight: 400,
|
|
208
|
-
line-height:
|
|
208
|
+
line-height: 1.4,
|
|
209
209
|
letter-spacing: 0,
|
|
210
210
|
breakpoints: (
|
|
211
211
|
xlg: (
|
|
212
212
|
font-size: 1.25rem,
|
|
213
|
-
line-height:
|
|
213
|
+
line-height: 1.25,
|
|
214
214
|
),
|
|
215
215
|
max: (
|
|
216
216
|
font-size: 1.5rem,
|
|
217
|
+
line-height: 1.334,
|
|
217
218
|
),
|
|
218
219
|
),
|
|
219
220
|
),
|
|
220
221
|
expressive-heading-04: (
|
|
221
222
|
font-size: 1.75rem,
|
|
222
223
|
font-weight: 400,
|
|
223
|
-
line-height:
|
|
224
|
+
line-height: 1.29,
|
|
224
225
|
letter-spacing: 0,
|
|
225
226
|
breakpoints: (
|
|
226
227
|
xlg: (
|
|
227
228
|
font-size: 1.75rem,
|
|
228
|
-
line-height:
|
|
229
|
+
line-height: 1.25,
|
|
229
230
|
),
|
|
230
231
|
max: (
|
|
231
232
|
font-size: 2rem,
|
|
@@ -235,31 +236,30 @@ $carbon--theme--white: (
|
|
|
235
236
|
expressive-heading-05: (
|
|
236
237
|
font-size: 2rem,
|
|
237
238
|
font-weight: 400,
|
|
238
|
-
line-height:
|
|
239
|
+
line-height: 1.25,
|
|
239
240
|
letter-spacing: 0,
|
|
240
241
|
breakpoints: (
|
|
241
242
|
md: (
|
|
242
243
|
font-size: 2.25rem,
|
|
243
244
|
font-weight: 300,
|
|
244
|
-
line-height:
|
|
245
|
+
line-height: 1.22,
|
|
245
246
|
letter-spacing: 0,
|
|
246
247
|
),
|
|
247
248
|
lg: (
|
|
248
249
|
font-size: 2.625rem,
|
|
249
250
|
font-weight: 300,
|
|
250
|
-
line-height:
|
|
251
|
+
line-height: 1.19,
|
|
251
252
|
letter-spacing: 0,
|
|
252
253
|
),
|
|
253
254
|
xlg: (
|
|
254
255
|
font-size: 3rem,
|
|
255
256
|
font-weight: 300,
|
|
256
|
-
line-height:
|
|
257
|
+
line-height: 1.17,
|
|
257
258
|
letter-spacing: 0,
|
|
258
259
|
),
|
|
259
260
|
max: (
|
|
260
261
|
font-size: 3.75rem,
|
|
261
262
|
font-weight: 300,
|
|
262
|
-
line-height: 4.375rem,
|
|
263
263
|
letter-spacing: 0,
|
|
264
264
|
),
|
|
265
265
|
),
|
|
@@ -267,31 +267,30 @@ $carbon--theme--white: (
|
|
|
267
267
|
expressive-heading-06: (
|
|
268
268
|
font-size: 2rem,
|
|
269
269
|
font-weight: 600,
|
|
270
|
-
line-height:
|
|
270
|
+
line-height: 1.25,
|
|
271
271
|
letter-spacing: 0,
|
|
272
272
|
breakpoints: (
|
|
273
273
|
md: (
|
|
274
274
|
font-size: 2.25rem,
|
|
275
275
|
font-weight: 600,
|
|
276
|
-
line-height:
|
|
276
|
+
line-height: 1.22,
|
|
277
277
|
letter-spacing: 0,
|
|
278
278
|
),
|
|
279
279
|
lg: (
|
|
280
280
|
font-size: 2.625rem,
|
|
281
281
|
font-weight: 600,
|
|
282
|
-
line-height:
|
|
282
|
+
line-height: 1.19,
|
|
283
283
|
letter-spacing: 0,
|
|
284
284
|
),
|
|
285
285
|
xlg: (
|
|
286
286
|
font-size: 3rem,
|
|
287
287
|
font-weight: 600,
|
|
288
|
-
line-height:
|
|
288
|
+
line-height: 1.17,
|
|
289
289
|
letter-spacing: 0,
|
|
290
290
|
),
|
|
291
291
|
max: (
|
|
292
292
|
font-size: 3.75rem,
|
|
293
293
|
font-weight: 600,
|
|
294
|
-
line-height: 4.375rem,
|
|
295
294
|
letter-spacing: 0,
|
|
296
295
|
),
|
|
297
296
|
),
|
|
@@ -299,21 +298,21 @@ $carbon--theme--white: (
|
|
|
299
298
|
expressive-paragraph-01: (
|
|
300
299
|
font-size: 1.5rem,
|
|
301
300
|
font-weight: 300,
|
|
302
|
-
line-height:
|
|
301
|
+
line-height: 1.334,
|
|
303
302
|
letter-spacing: 0,
|
|
304
303
|
lg: (
|
|
305
304
|
font-size: 1.75rem,
|
|
306
|
-
line-height:
|
|
305
|
+
line-height: 1.29,
|
|
307
306
|
),
|
|
308
307
|
max: (
|
|
309
308
|
font-size: 2rem,
|
|
310
|
-
line-height:
|
|
309
|
+
line-height: 1.25,
|
|
311
310
|
),
|
|
312
311
|
),
|
|
313
312
|
quotation-01: (
|
|
314
313
|
font-size: 1.25rem,
|
|
315
314
|
font-weight: 400,
|
|
316
|
-
line-height:
|
|
315
|
+
line-height: 1.3,
|
|
317
316
|
letter-spacing: 0,
|
|
318
317
|
breakpoints: (
|
|
319
318
|
md: (
|
|
@@ -324,19 +323,19 @@ $carbon--theme--white: (
|
|
|
324
323
|
lg: (
|
|
325
324
|
font-size: 1.5rem,
|
|
326
325
|
font-weight: 400,
|
|
327
|
-
line-height:
|
|
326
|
+
line-height: 1.334,
|
|
328
327
|
letter-spacing: 0,
|
|
329
328
|
),
|
|
330
329
|
xlg: (
|
|
331
330
|
font-size: 1.75rem,
|
|
332
331
|
font-weight: 400,
|
|
333
|
-
line-height:
|
|
332
|
+
line-height: 1.29,
|
|
334
333
|
letter-spacing: 0,
|
|
335
334
|
),
|
|
336
335
|
max: (
|
|
337
336
|
font-size: 2rem,
|
|
338
337
|
font-weight: 400,
|
|
339
|
-
line-height:
|
|
338
|
+
line-height: 1.25,
|
|
340
339
|
letter-spacing: 0,
|
|
341
340
|
),
|
|
342
341
|
),
|
|
@@ -344,20 +343,20 @@ $carbon--theme--white: (
|
|
|
344
343
|
quotation-02: (
|
|
345
344
|
font-size: 2rem,
|
|
346
345
|
font-weight: 300,
|
|
347
|
-
line-height:
|
|
346
|
+
line-height: 1.25,
|
|
348
347
|
letter-spacing: 0,
|
|
349
348
|
breakpoints: (
|
|
350
349
|
md: (
|
|
351
350
|
font-size: 2.25rem,
|
|
352
|
-
line-height:
|
|
351
|
+
line-height: 1.22,
|
|
353
352
|
),
|
|
354
353
|
lg: (
|
|
355
354
|
font-size: 2.625rem,
|
|
356
|
-
line-height:
|
|
355
|
+
line-height: 1.19,
|
|
357
356
|
),
|
|
358
357
|
xlg: (
|
|
359
358
|
font-size: 3rem,
|
|
360
|
-
line-height:
|
|
359
|
+
line-height: 1.17,
|
|
361
360
|
),
|
|
362
361
|
max: (
|
|
363
362
|
font-size: 3.75rem,
|
|
@@ -367,7 +366,7 @@ $carbon--theme--white: (
|
|
|
367
366
|
display-01: (
|
|
368
367
|
font-size: 2.625rem,
|
|
369
368
|
font-weight: 300,
|
|
370
|
-
line-height:
|
|
369
|
+
line-height: 1.19,
|
|
371
370
|
letter-spacing: 0,
|
|
372
371
|
breakpoints: (
|
|
373
372
|
md: (
|
|
@@ -378,18 +377,18 @@ $carbon--theme--white: (
|
|
|
378
377
|
),
|
|
379
378
|
xlg: (
|
|
380
379
|
font-size: 3.75rem,
|
|
381
|
-
line-height:
|
|
380
|
+
line-height: 1.17,
|
|
382
381
|
),
|
|
383
382
|
max: (
|
|
384
383
|
font-size: 4.75rem,
|
|
385
|
-
line-height:
|
|
384
|
+
line-height: 1.13,
|
|
386
385
|
),
|
|
387
386
|
),
|
|
388
387
|
),
|
|
389
388
|
display-02: (
|
|
390
389
|
font-size: 2.625rem,
|
|
391
390
|
font-weight: 600,
|
|
392
|
-
line-height:
|
|
391
|
+
line-height: 1.19,
|
|
393
392
|
letter-spacing: 0,
|
|
394
393
|
breakpoints: (
|
|
395
394
|
md: (
|
|
@@ -400,36 +399,36 @@ $carbon--theme--white: (
|
|
|
400
399
|
),
|
|
401
400
|
xlg: (
|
|
402
401
|
font-size: 3.75rem,
|
|
403
|
-
line-height:
|
|
402
|
+
line-height: 1.16,
|
|
404
403
|
),
|
|
405
404
|
max: (
|
|
406
405
|
font-size: 4.75rem,
|
|
407
|
-
line-height:
|
|
406
|
+
line-height: 1.13,
|
|
408
407
|
),
|
|
409
408
|
),
|
|
410
409
|
),
|
|
411
410
|
display-03: (
|
|
412
411
|
font-size: 2.625rem,
|
|
413
412
|
font-weight: 300,
|
|
414
|
-
line-height:
|
|
413
|
+
line-height: 1.19,
|
|
415
414
|
letter-spacing: 0,
|
|
416
415
|
breakpoints: (
|
|
417
416
|
md: (
|
|
418
417
|
font-size: 4.25rem,
|
|
419
|
-
line-height:
|
|
418
|
+
line-height: 1.15,
|
|
420
419
|
),
|
|
421
420
|
lg: (
|
|
422
421
|
font-size: 5.75rem,
|
|
423
|
-
line-height:
|
|
422
|
+
line-height: 1.11,
|
|
424
423
|
letter-spacing: -0.64px,
|
|
425
424
|
),
|
|
426
425
|
xlg: (
|
|
427
426
|
font-size: 7.625rem,
|
|
428
|
-
line-height:
|
|
427
|
+
line-height: 1.07,
|
|
429
428
|
),
|
|
430
429
|
max: (
|
|
431
430
|
font-size: 9.75rem,
|
|
432
|
-
line-height:
|
|
431
|
+
line-height: 1.05,
|
|
433
432
|
letter-spacing: -0.96px,
|
|
434
433
|
),
|
|
435
434
|
),
|
|
@@ -437,26 +436,26 @@ $carbon--theme--white: (
|
|
|
437
436
|
display-04: (
|
|
438
437
|
font-size: 2.625rem,
|
|
439
438
|
font-weight: 600,
|
|
440
|
-
line-height:
|
|
439
|
+
line-height: 1.19,
|
|
441
440
|
letter-spacing: 0,
|
|
442
441
|
breakpoints: (
|
|
443
442
|
md: (
|
|
444
443
|
font-size: 4.25rem,
|
|
445
|
-
line-height:
|
|
444
|
+
line-height: 1.15,
|
|
446
445
|
),
|
|
447
446
|
lg: (
|
|
448
447
|
font-size: 5.75rem,
|
|
449
|
-
line-height:
|
|
448
|
+
line-height: 1.11,
|
|
450
449
|
letter-spacing: -0.64px,
|
|
451
450
|
),
|
|
452
451
|
xlg: (
|
|
453
452
|
font-size: 7.625rem,
|
|
454
|
-
line-height:
|
|
453
|
+
line-height: 1.07,
|
|
455
454
|
letter-spacing: -0.64px,
|
|
456
455
|
),
|
|
457
456
|
max: (
|
|
458
457
|
font-size: 9.75rem,
|
|
459
|
-
line-height:
|
|
458
|
+
line-height: 1.05,
|
|
460
459
|
letter-spacing: -0.96px,
|
|
461
460
|
),
|
|
462
461
|
),
|
|
@@ -759,7 +759,7 @@ $caption-01: if(
|
|
|
759
759
|
(
|
|
760
760
|
font-size: 0.75rem,
|
|
761
761
|
font-weight: 400,
|
|
762
|
-
line-height:
|
|
762
|
+
line-height: 1.34,
|
|
763
763
|
letter-spacing: 0.32px,
|
|
764
764
|
)
|
|
765
765
|
) !default;
|
|
@@ -774,7 +774,7 @@ $label-01: if(
|
|
|
774
774
|
(
|
|
775
775
|
font-size: 0.75rem,
|
|
776
776
|
font-weight: 400,
|
|
777
|
-
line-height:
|
|
777
|
+
line-height: 1.34,
|
|
778
778
|
letter-spacing: 0.32px,
|
|
779
779
|
)
|
|
780
780
|
) !default;
|
|
@@ -788,7 +788,7 @@ $helper-text-01: if(
|
|
|
788
788
|
map-get($carbon--theme, 'helper-text-01'),
|
|
789
789
|
(
|
|
790
790
|
font-size: 0.75rem,
|
|
791
|
-
line-height:
|
|
791
|
+
line-height: 1.34,
|
|
792
792
|
letter-spacing: 0.32px,
|
|
793
793
|
)
|
|
794
794
|
) !default;
|
|
@@ -803,7 +803,7 @@ $body-short-01: if(
|
|
|
803
803
|
(
|
|
804
804
|
font-size: 0.875rem,
|
|
805
805
|
font-weight: 400,
|
|
806
|
-
line-height: 1.
|
|
806
|
+
line-height: 1.29,
|
|
807
807
|
letter-spacing: 0.16px,
|
|
808
808
|
)
|
|
809
809
|
) !default;
|
|
@@ -818,7 +818,7 @@ $body-long-01: if(
|
|
|
818
818
|
(
|
|
819
819
|
font-size: 0.875rem,
|
|
820
820
|
font-weight: 400,
|
|
821
|
-
line-height: 1.
|
|
821
|
+
line-height: 1.43,
|
|
822
822
|
letter-spacing: 0.16px,
|
|
823
823
|
)
|
|
824
824
|
) !default;
|
|
@@ -833,7 +833,7 @@ $body-short-02: if(
|
|
|
833
833
|
(
|
|
834
834
|
font-size: 1rem,
|
|
835
835
|
font-weight: 400,
|
|
836
|
-
line-height: 1.
|
|
836
|
+
line-height: 1.375,
|
|
837
837
|
letter-spacing: 0,
|
|
838
838
|
)
|
|
839
839
|
) !default;
|
|
@@ -848,7 +848,7 @@ $body-long-02: if(
|
|
|
848
848
|
(
|
|
849
849
|
font-size: 1rem,
|
|
850
850
|
font-weight: 400,
|
|
851
|
-
line-height: 1.
|
|
851
|
+
line-height: 1.5,
|
|
852
852
|
letter-spacing: 0,
|
|
853
853
|
)
|
|
854
854
|
) !default;
|
|
@@ -867,7 +867,7 @@ $code-01: if(
|
|
|
867
867
|
),
|
|
868
868
|
font-size: 0.75rem,
|
|
869
869
|
font-weight: 400,
|
|
870
|
-
line-height:
|
|
870
|
+
line-height: 1.34,
|
|
871
871
|
letter-spacing: 0.32px,
|
|
872
872
|
)
|
|
873
873
|
) !default;
|
|
@@ -886,7 +886,7 @@ $code-02: if(
|
|
|
886
886
|
),
|
|
887
887
|
font-size: 0.875rem,
|
|
888
888
|
font-weight: 400,
|
|
889
|
-
line-height: 1.
|
|
889
|
+
line-height: 1.43,
|
|
890
890
|
letter-spacing: 0.32px,
|
|
891
891
|
)
|
|
892
892
|
) !default;
|
|
@@ -901,7 +901,7 @@ $heading-01: if(
|
|
|
901
901
|
(
|
|
902
902
|
font-size: 0.875rem,
|
|
903
903
|
font-weight: 600,
|
|
904
|
-
line-height: 1.
|
|
904
|
+
line-height: 1.29,
|
|
905
905
|
letter-spacing: 0.16px,
|
|
906
906
|
)
|
|
907
907
|
) !default;
|
|
@@ -916,7 +916,7 @@ $productive-heading-01: if(
|
|
|
916
916
|
(
|
|
917
917
|
font-size: 0.875rem,
|
|
918
918
|
font-weight: 600,
|
|
919
|
-
line-height: 1.
|
|
919
|
+
line-height: 1.29,
|
|
920
920
|
letter-spacing: 0.16px,
|
|
921
921
|
)
|
|
922
922
|
) !default;
|
|
@@ -931,7 +931,7 @@ $heading-02: if(
|
|
|
931
931
|
(
|
|
932
932
|
font-size: 1rem,
|
|
933
933
|
font-weight: 600,
|
|
934
|
-
line-height: 1.
|
|
934
|
+
line-height: 1.375,
|
|
935
935
|
letter-spacing: 0,
|
|
936
936
|
)
|
|
937
937
|
) !default;
|
|
@@ -946,7 +946,7 @@ $productive-heading-02: if(
|
|
|
946
946
|
(
|
|
947
947
|
font-size: 1rem,
|
|
948
948
|
font-weight: 600,
|
|
949
|
-
line-height: 1.
|
|
949
|
+
line-height: 1.375,
|
|
950
950
|
letter-spacing: 0,
|
|
951
951
|
)
|
|
952
952
|
) !default;
|
|
@@ -961,7 +961,7 @@ $productive-heading-03: if(
|
|
|
961
961
|
(
|
|
962
962
|
font-size: 1.25rem,
|
|
963
963
|
font-weight: 400,
|
|
964
|
-
line-height: 1.
|
|
964
|
+
line-height: 1.4,
|
|
965
965
|
letter-spacing: 0,
|
|
966
966
|
)
|
|
967
967
|
) !default;
|
|
@@ -976,7 +976,7 @@ $productive-heading-04: if(
|
|
|
976
976
|
(
|
|
977
977
|
font-size: 1.75rem,
|
|
978
978
|
font-weight: 400,
|
|
979
|
-
line-height:
|
|
979
|
+
line-height: 1.29,
|
|
980
980
|
letter-spacing: 0,
|
|
981
981
|
)
|
|
982
982
|
) !default;
|
|
@@ -991,7 +991,7 @@ $productive-heading-05: if(
|
|
|
991
991
|
(
|
|
992
992
|
font-size: 2rem,
|
|
993
993
|
font-weight: 400,
|
|
994
|
-
line-height:
|
|
994
|
+
line-height: 1.25,
|
|
995
995
|
letter-spacing: 0,
|
|
996
996
|
)
|
|
997
997
|
) !default;
|
|
@@ -1006,7 +1006,7 @@ $productive-heading-06: if(
|
|
|
1006
1006
|
(
|
|
1007
1007
|
font-size: 2.625rem,
|
|
1008
1008
|
font-weight: 300,
|
|
1009
|
-
line-height:
|
|
1009
|
+
line-height: 1.199,
|
|
1010
1010
|
letter-spacing: 0,
|
|
1011
1011
|
)
|
|
1012
1012
|
) !default;
|
|
@@ -1021,7 +1021,7 @@ $productive-heading-07: if(
|
|
|
1021
1021
|
(
|
|
1022
1022
|
font-size: 3.375rem,
|
|
1023
1023
|
font-weight: 300,
|
|
1024
|
-
line-height:
|
|
1024
|
+
line-height: 1.19,
|
|
1025
1025
|
letter-spacing: 0,
|
|
1026
1026
|
)
|
|
1027
1027
|
) !default;
|
|
@@ -1036,7 +1036,7 @@ $expressive-heading-01: if(
|
|
|
1036
1036
|
(
|
|
1037
1037
|
font-size: 0.875rem,
|
|
1038
1038
|
font-weight: 600,
|
|
1039
|
-
line-height: 1.
|
|
1039
|
+
line-height: 1.25,
|
|
1040
1040
|
letter-spacing: 0.16px,
|
|
1041
1041
|
)
|
|
1042
1042
|
) !default;
|
|
@@ -1051,7 +1051,7 @@ $expressive-heading-02: if(
|
|
|
1051
1051
|
(
|
|
1052
1052
|
font-size: 1rem,
|
|
1053
1053
|
font-weight: 600,
|
|
1054
|
-
line-height: 1.
|
|
1054
|
+
line-height: 1.5,
|
|
1055
1055
|
letter-spacing: 0,
|
|
1056
1056
|
)
|
|
1057
1057
|
) !default;
|
|
@@ -1066,15 +1066,16 @@ $expressive-heading-03: if(
|
|
|
1066
1066
|
(
|
|
1067
1067
|
font-size: 1.25rem,
|
|
1068
1068
|
font-weight: 400,
|
|
1069
|
-
line-height:
|
|
1069
|
+
line-height: 1.4,
|
|
1070
1070
|
letter-spacing: 0,
|
|
1071
1071
|
breakpoints: (
|
|
1072
1072
|
xlg: (
|
|
1073
1073
|
font-size: 1.25rem,
|
|
1074
|
-
line-height:
|
|
1074
|
+
line-height: 1.25,
|
|
1075
1075
|
),
|
|
1076
1076
|
max: (
|
|
1077
1077
|
font-size: 1.5rem,
|
|
1078
|
+
line-height: 1.334,
|
|
1078
1079
|
),
|
|
1079
1080
|
),
|
|
1080
1081
|
)
|
|
@@ -1090,12 +1091,12 @@ $expressive-heading-04: if(
|
|
|
1090
1091
|
(
|
|
1091
1092
|
font-size: 1.75rem,
|
|
1092
1093
|
font-weight: 400,
|
|
1093
|
-
line-height:
|
|
1094
|
+
line-height: 1.29,
|
|
1094
1095
|
letter-spacing: 0,
|
|
1095
1096
|
breakpoints: (
|
|
1096
1097
|
xlg: (
|
|
1097
1098
|
font-size: 1.75rem,
|
|
1098
|
-
line-height:
|
|
1099
|
+
line-height: 1.25,
|
|
1099
1100
|
),
|
|
1100
1101
|
max: (
|
|
1101
1102
|
font-size: 2rem,
|
|
@@ -1114,31 +1115,30 @@ $expressive-heading-05: if(
|
|
|
1114
1115
|
(
|
|
1115
1116
|
font-size: 2rem,
|
|
1116
1117
|
font-weight: 400,
|
|
1117
|
-
line-height:
|
|
1118
|
+
line-height: 1.25,
|
|
1118
1119
|
letter-spacing: 0,
|
|
1119
1120
|
breakpoints: (
|
|
1120
1121
|
md: (
|
|
1121
1122
|
font-size: 2.25rem,
|
|
1122
1123
|
font-weight: 300,
|
|
1123
|
-
line-height:
|
|
1124
|
+
line-height: 1.22,
|
|
1124
1125
|
letter-spacing: 0,
|
|
1125
1126
|
),
|
|
1126
1127
|
lg: (
|
|
1127
1128
|
font-size: 2.625rem,
|
|
1128
1129
|
font-weight: 300,
|
|
1129
|
-
line-height:
|
|
1130
|
+
line-height: 1.19,
|
|
1130
1131
|
letter-spacing: 0,
|
|
1131
1132
|
),
|
|
1132
1133
|
xlg: (
|
|
1133
1134
|
font-size: 3rem,
|
|
1134
1135
|
font-weight: 300,
|
|
1135
|
-
line-height:
|
|
1136
|
+
line-height: 1.17,
|
|
1136
1137
|
letter-spacing: 0,
|
|
1137
1138
|
),
|
|
1138
1139
|
max: (
|
|
1139
1140
|
font-size: 3.75rem,
|
|
1140
1141
|
font-weight: 300,
|
|
1141
|
-
line-height: 4.375rem,
|
|
1142
1142
|
letter-spacing: 0,
|
|
1143
1143
|
),
|
|
1144
1144
|
),
|
|
@@ -1155,31 +1155,30 @@ $expressive-heading-06: if(
|
|
|
1155
1155
|
(
|
|
1156
1156
|
font-size: 2rem,
|
|
1157
1157
|
font-weight: 600,
|
|
1158
|
-
line-height:
|
|
1158
|
+
line-height: 1.25,
|
|
1159
1159
|
letter-spacing: 0,
|
|
1160
1160
|
breakpoints: (
|
|
1161
1161
|
md: (
|
|
1162
1162
|
font-size: 2.25rem,
|
|
1163
1163
|
font-weight: 600,
|
|
1164
|
-
line-height:
|
|
1164
|
+
line-height: 1.22,
|
|
1165
1165
|
letter-spacing: 0,
|
|
1166
1166
|
),
|
|
1167
1167
|
lg: (
|
|
1168
1168
|
font-size: 2.625rem,
|
|
1169
1169
|
font-weight: 600,
|
|
1170
|
-
line-height:
|
|
1170
|
+
line-height: 1.19,
|
|
1171
1171
|
letter-spacing: 0,
|
|
1172
1172
|
),
|
|
1173
1173
|
xlg: (
|
|
1174
1174
|
font-size: 3rem,
|
|
1175
1175
|
font-weight: 600,
|
|
1176
|
-
line-height:
|
|
1176
|
+
line-height: 1.17,
|
|
1177
1177
|
letter-spacing: 0,
|
|
1178
1178
|
),
|
|
1179
1179
|
max: (
|
|
1180
1180
|
font-size: 3.75rem,
|
|
1181
1181
|
font-weight: 600,
|
|
1182
|
-
line-height: 4.375rem,
|
|
1183
1182
|
letter-spacing: 0,
|
|
1184
1183
|
),
|
|
1185
1184
|
),
|
|
@@ -1196,15 +1195,15 @@ $expressive-paragraph-01: if(
|
|
|
1196
1195
|
(
|
|
1197
1196
|
font-size: 1.5rem,
|
|
1198
1197
|
font-weight: 300,
|
|
1199
|
-
line-height:
|
|
1198
|
+
line-height: 1.334,
|
|
1200
1199
|
letter-spacing: 0,
|
|
1201
1200
|
lg: (
|
|
1202
1201
|
font-size: 1.75rem,
|
|
1203
|
-
line-height:
|
|
1202
|
+
line-height: 1.29,
|
|
1204
1203
|
),
|
|
1205
1204
|
max: (
|
|
1206
1205
|
font-size: 2rem,
|
|
1207
|
-
line-height:
|
|
1206
|
+
line-height: 1.25,
|
|
1208
1207
|
),
|
|
1209
1208
|
)
|
|
1210
1209
|
) !default;
|
|
@@ -1219,7 +1218,7 @@ $quotation-01: if(
|
|
|
1219
1218
|
(
|
|
1220
1219
|
font-size: 1.25rem,
|
|
1221
1220
|
font-weight: 400,
|
|
1222
|
-
line-height:
|
|
1221
|
+
line-height: 1.3,
|
|
1223
1222
|
letter-spacing: 0,
|
|
1224
1223
|
breakpoints: (
|
|
1225
1224
|
md: (
|
|
@@ -1230,19 +1229,19 @@ $quotation-01: if(
|
|
|
1230
1229
|
lg: (
|
|
1231
1230
|
font-size: 1.5rem,
|
|
1232
1231
|
font-weight: 400,
|
|
1233
|
-
line-height:
|
|
1232
|
+
line-height: 1.334,
|
|
1234
1233
|
letter-spacing: 0,
|
|
1235
1234
|
),
|
|
1236
1235
|
xlg: (
|
|
1237
1236
|
font-size: 1.75rem,
|
|
1238
1237
|
font-weight: 400,
|
|
1239
|
-
line-height:
|
|
1238
|
+
line-height: 1.29,
|
|
1240
1239
|
letter-spacing: 0,
|
|
1241
1240
|
),
|
|
1242
1241
|
max: (
|
|
1243
1242
|
font-size: 2rem,
|
|
1244
1243
|
font-weight: 400,
|
|
1245
|
-
line-height:
|
|
1244
|
+
line-height: 1.25,
|
|
1246
1245
|
letter-spacing: 0,
|
|
1247
1246
|
),
|
|
1248
1247
|
),
|
|
@@ -1259,20 +1258,20 @@ $quotation-02: if(
|
|
|
1259
1258
|
(
|
|
1260
1259
|
font-size: 2rem,
|
|
1261
1260
|
font-weight: 300,
|
|
1262
|
-
line-height:
|
|
1261
|
+
line-height: 1.25,
|
|
1263
1262
|
letter-spacing: 0,
|
|
1264
1263
|
breakpoints: (
|
|
1265
1264
|
md: (
|
|
1266
1265
|
font-size: 2.25rem,
|
|
1267
|
-
line-height:
|
|
1266
|
+
line-height: 1.22,
|
|
1268
1267
|
),
|
|
1269
1268
|
lg: (
|
|
1270
1269
|
font-size: 2.625rem,
|
|
1271
|
-
line-height:
|
|
1270
|
+
line-height: 1.19,
|
|
1272
1271
|
),
|
|
1273
1272
|
xlg: (
|
|
1274
1273
|
font-size: 3rem,
|
|
1275
|
-
line-height:
|
|
1274
|
+
line-height: 1.17,
|
|
1276
1275
|
),
|
|
1277
1276
|
max: (
|
|
1278
1277
|
font-size: 3.75rem,
|
|
@@ -1291,7 +1290,7 @@ $display-01: if(
|
|
|
1291
1290
|
(
|
|
1292
1291
|
font-size: 2.625rem,
|
|
1293
1292
|
font-weight: 300,
|
|
1294
|
-
line-height:
|
|
1293
|
+
line-height: 1.19,
|
|
1295
1294
|
letter-spacing: 0,
|
|
1296
1295
|
breakpoints: (
|
|
1297
1296
|
md: (
|
|
@@ -1302,11 +1301,11 @@ $display-01: if(
|
|
|
1302
1301
|
),
|
|
1303
1302
|
xlg: (
|
|
1304
1303
|
font-size: 3.75rem,
|
|
1305
|
-
line-height:
|
|
1304
|
+
line-height: 1.17,
|
|
1306
1305
|
),
|
|
1307
1306
|
max: (
|
|
1308
1307
|
font-size: 4.75rem,
|
|
1309
|
-
line-height:
|
|
1308
|
+
line-height: 1.13,
|
|
1310
1309
|
),
|
|
1311
1310
|
),
|
|
1312
1311
|
)
|
|
@@ -1322,7 +1321,7 @@ $display-02: if(
|
|
|
1322
1321
|
(
|
|
1323
1322
|
font-size: 2.625rem,
|
|
1324
1323
|
font-weight: 600,
|
|
1325
|
-
line-height:
|
|
1324
|
+
line-height: 1.19,
|
|
1326
1325
|
letter-spacing: 0,
|
|
1327
1326
|
breakpoints: (
|
|
1328
1327
|
md: (
|
|
@@ -1333,11 +1332,11 @@ $display-02: if(
|
|
|
1333
1332
|
),
|
|
1334
1333
|
xlg: (
|
|
1335
1334
|
font-size: 3.75rem,
|
|
1336
|
-
line-height:
|
|
1335
|
+
line-height: 1.16,
|
|
1337
1336
|
),
|
|
1338
1337
|
max: (
|
|
1339
1338
|
font-size: 4.75rem,
|
|
1340
|
-
line-height:
|
|
1339
|
+
line-height: 1.13,
|
|
1341
1340
|
),
|
|
1342
1341
|
),
|
|
1343
1342
|
)
|
|
@@ -1353,25 +1352,25 @@ $display-03: if(
|
|
|
1353
1352
|
(
|
|
1354
1353
|
font-size: 2.625rem,
|
|
1355
1354
|
font-weight: 300,
|
|
1356
|
-
line-height:
|
|
1355
|
+
line-height: 1.19,
|
|
1357
1356
|
letter-spacing: 0,
|
|
1358
1357
|
breakpoints: (
|
|
1359
1358
|
md: (
|
|
1360
1359
|
font-size: 4.25rem,
|
|
1361
|
-
line-height:
|
|
1360
|
+
line-height: 1.15,
|
|
1362
1361
|
),
|
|
1363
1362
|
lg: (
|
|
1364
1363
|
font-size: 5.75rem,
|
|
1365
|
-
line-height:
|
|
1364
|
+
line-height: 1.11,
|
|
1366
1365
|
letter-spacing: -0.64px,
|
|
1367
1366
|
),
|
|
1368
1367
|
xlg: (
|
|
1369
1368
|
font-size: 7.625rem,
|
|
1370
|
-
line-height:
|
|
1369
|
+
line-height: 1.07,
|
|
1371
1370
|
),
|
|
1372
1371
|
max: (
|
|
1373
1372
|
font-size: 9.75rem,
|
|
1374
|
-
line-height:
|
|
1373
|
+
line-height: 1.05,
|
|
1375
1374
|
letter-spacing: -0.96px,
|
|
1376
1375
|
),
|
|
1377
1376
|
),
|
|
@@ -1388,26 +1387,26 @@ $display-04: if(
|
|
|
1388
1387
|
(
|
|
1389
1388
|
font-size: 2.625rem,
|
|
1390
1389
|
font-weight: 600,
|
|
1391
|
-
line-height:
|
|
1390
|
+
line-height: 1.19,
|
|
1392
1391
|
letter-spacing: 0,
|
|
1393
1392
|
breakpoints: (
|
|
1394
1393
|
md: (
|
|
1395
1394
|
font-size: 4.25rem,
|
|
1396
|
-
line-height:
|
|
1395
|
+
line-height: 1.15,
|
|
1397
1396
|
),
|
|
1398
1397
|
lg: (
|
|
1399
1398
|
font-size: 5.75rem,
|
|
1400
|
-
line-height:
|
|
1399
|
+
line-height: 1.11,
|
|
1401
1400
|
letter-spacing: -0.64px,
|
|
1402
1401
|
),
|
|
1403
1402
|
xlg: (
|
|
1404
1403
|
font-size: 7.625rem,
|
|
1405
|
-
line-height:
|
|
1404
|
+
line-height: 1.07,
|
|
1406
1405
|
letter-spacing: -0.64px,
|
|
1407
1406
|
),
|
|
1408
1407
|
max: (
|
|
1409
1408
|
font-size: 9.75rem,
|
|
1410
|
-
line-height:
|
|
1409
|
+
line-height: 1.05,
|
|
1411
1410
|
letter-spacing: -0.96px,
|
|
1412
1411
|
),
|
|
1413
1412
|
),
|