@nswds/tokens 3.2.0 → 3.3.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/css/typography/global.css +1 -0
- package/dist/css/typography/semantic.css +56 -0
- package/dist/index.cjs +263 -13
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +211 -0
- package/dist/index.d.ts +211 -0
- package/dist/index.js +263 -13
- package/dist/index.js.map +1 -1
- package/dist/js/typography/global.js +1 -0
- package/dist/js/typography/semantic.js +72 -0
- package/dist/json/typography/global.json +2 -1
- package/dist/json/typography/semantic.json +65 -0
- package/dist/less/typography/global.less +1 -0
- package/dist/less/typography/semantic.less +45 -0
- package/dist/scss/typography/global.scss +1 -0
- package/dist/scss/typography/semantic.scss +45 -0
- package/dist/tailwind/typography/global.css +1 -0
- package/dist/tokens/global/typography/canonical.json +5 -0
- package/dist/tokens/semantic/typography/canonical.json +103 -0
- package/dist/tokens/typography.base.json +5 -0
- package/dist/ts/typography/global.ts +1 -0
- package/dist/ts/typography/semantic.ts +72 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -110,6 +110,10 @@ declare namespace typographyCssGlobal {
|
|
|
110
110
|
export { };
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
+
declare namespace typographyCssSemantic {
|
|
114
|
+
export { };
|
|
115
|
+
}
|
|
116
|
+
|
|
113
117
|
declare const nswGrey$7: {
|
|
114
118
|
50: string;
|
|
115
119
|
100: string;
|
|
@@ -3807,6 +3811,7 @@ declare namespace fontWeight$1 {
|
|
|
3807
3811
|
let medium: number;
|
|
3808
3812
|
let semibold: number;
|
|
3809
3813
|
let bold: number;
|
|
3814
|
+
let extrabold: number;
|
|
3810
3815
|
}
|
|
3811
3816
|
declare namespace lineHeight$1 {
|
|
3812
3817
|
let none: number;
|
|
@@ -3827,6 +3832,114 @@ declare namespace typographyJsGlobal {
|
|
|
3827
3832
|
export { fontFamily$1 as fontFamily, fontSize$1 as fontSize, fontWeight$1 as fontWeight, letterSpacing$1 as letterSpacing, lineHeight$1 as lineHeight };
|
|
3828
3833
|
}
|
|
3829
3834
|
|
|
3835
|
+
declare namespace heading1$1 {
|
|
3836
|
+
let fontFamily: string;
|
|
3837
|
+
let fontSize: string;
|
|
3838
|
+
let fontWeight: number;
|
|
3839
|
+
let lineHeight: number;
|
|
3840
|
+
let letterSpacing: string;
|
|
3841
|
+
}
|
|
3842
|
+
declare namespace heading2$1 {
|
|
3843
|
+
let fontFamily_1: string;
|
|
3844
|
+
export { fontFamily_1 as fontFamily };
|
|
3845
|
+
let fontSize_1: string;
|
|
3846
|
+
export { fontSize_1 as fontSize };
|
|
3847
|
+
let fontWeight_1: number;
|
|
3848
|
+
export { fontWeight_1 as fontWeight };
|
|
3849
|
+
let lineHeight_1: number;
|
|
3850
|
+
export { lineHeight_1 as lineHeight };
|
|
3851
|
+
let letterSpacing_1: string;
|
|
3852
|
+
export { letterSpacing_1 as letterSpacing };
|
|
3853
|
+
}
|
|
3854
|
+
declare namespace heading3$1 {
|
|
3855
|
+
let fontFamily_2: string;
|
|
3856
|
+
export { fontFamily_2 as fontFamily };
|
|
3857
|
+
let fontSize_2: string;
|
|
3858
|
+
export { fontSize_2 as fontSize };
|
|
3859
|
+
let fontWeight_2: number;
|
|
3860
|
+
export { fontWeight_2 as fontWeight };
|
|
3861
|
+
let lineHeight_2: number;
|
|
3862
|
+
export { lineHeight_2 as lineHeight };
|
|
3863
|
+
let letterSpacing_2: string;
|
|
3864
|
+
export { letterSpacing_2 as letterSpacing };
|
|
3865
|
+
}
|
|
3866
|
+
declare namespace heading4$1 {
|
|
3867
|
+
let fontFamily_3: string;
|
|
3868
|
+
export { fontFamily_3 as fontFamily };
|
|
3869
|
+
let fontSize_3: string;
|
|
3870
|
+
export { fontSize_3 as fontSize };
|
|
3871
|
+
let fontWeight_3: number;
|
|
3872
|
+
export { fontWeight_3 as fontWeight };
|
|
3873
|
+
let lineHeight_3: number;
|
|
3874
|
+
export { lineHeight_3 as lineHeight };
|
|
3875
|
+
let letterSpacing_3: string;
|
|
3876
|
+
export { letterSpacing_3 as letterSpacing };
|
|
3877
|
+
}
|
|
3878
|
+
declare namespace body$1 {
|
|
3879
|
+
let fontFamily_4: string;
|
|
3880
|
+
export { fontFamily_4 as fontFamily };
|
|
3881
|
+
let fontSize_4: string;
|
|
3882
|
+
export { fontSize_4 as fontSize };
|
|
3883
|
+
let fontWeight_4: number;
|
|
3884
|
+
export { fontWeight_4 as fontWeight };
|
|
3885
|
+
let lineHeight_4: number;
|
|
3886
|
+
export { lineHeight_4 as lineHeight };
|
|
3887
|
+
let letterSpacing_4: string;
|
|
3888
|
+
export { letterSpacing_4 as letterSpacing };
|
|
3889
|
+
}
|
|
3890
|
+
declare namespace bodySm$1 {
|
|
3891
|
+
let fontFamily_5: string;
|
|
3892
|
+
export { fontFamily_5 as fontFamily };
|
|
3893
|
+
let fontSize_5: string;
|
|
3894
|
+
export { fontSize_5 as fontSize };
|
|
3895
|
+
let fontWeight_5: number;
|
|
3896
|
+
export { fontWeight_5 as fontWeight };
|
|
3897
|
+
let lineHeight_5: number;
|
|
3898
|
+
export { lineHeight_5 as lineHeight };
|
|
3899
|
+
let letterSpacing_5: string;
|
|
3900
|
+
export { letterSpacing_5 as letterSpacing };
|
|
3901
|
+
}
|
|
3902
|
+
declare namespace lead$1 {
|
|
3903
|
+
let fontFamily_6: string;
|
|
3904
|
+
export { fontFamily_6 as fontFamily };
|
|
3905
|
+
let fontSize_6: string;
|
|
3906
|
+
export { fontSize_6 as fontSize };
|
|
3907
|
+
let fontWeight_6: number;
|
|
3908
|
+
export { fontWeight_6 as fontWeight };
|
|
3909
|
+
let lineHeight_6: number;
|
|
3910
|
+
export { lineHeight_6 as lineHeight };
|
|
3911
|
+
let letterSpacing_6: string;
|
|
3912
|
+
export { letterSpacing_6 as letterSpacing };
|
|
3913
|
+
}
|
|
3914
|
+
declare namespace caption$1 {
|
|
3915
|
+
let fontFamily_7: string;
|
|
3916
|
+
export { fontFamily_7 as fontFamily };
|
|
3917
|
+
let fontSize_7: string;
|
|
3918
|
+
export { fontSize_7 as fontSize };
|
|
3919
|
+
let fontWeight_7: number;
|
|
3920
|
+
export { fontWeight_7 as fontWeight };
|
|
3921
|
+
let lineHeight_7: number;
|
|
3922
|
+
export { lineHeight_7 as lineHeight };
|
|
3923
|
+
let letterSpacing_7: string;
|
|
3924
|
+
export { letterSpacing_7 as letterSpacing };
|
|
3925
|
+
}
|
|
3926
|
+
declare namespace code$1 {
|
|
3927
|
+
let fontFamily_8: string;
|
|
3928
|
+
export { fontFamily_8 as fontFamily };
|
|
3929
|
+
let fontSize_8: string;
|
|
3930
|
+
export { fontSize_8 as fontSize };
|
|
3931
|
+
let fontWeight_8: number;
|
|
3932
|
+
export { fontWeight_8 as fontWeight };
|
|
3933
|
+
let lineHeight_8: number;
|
|
3934
|
+
export { lineHeight_8 as lineHeight };
|
|
3935
|
+
let letterSpacing_8: string;
|
|
3936
|
+
export { letterSpacing_8 as letterSpacing };
|
|
3937
|
+
}
|
|
3938
|
+
|
|
3939
|
+
declare namespace typographyJsSemantic {
|
|
3940
|
+
export { body$1 as body, bodySm$1 as bodySm, caption$1 as caption, code$1 as code, heading1$1 as heading1, heading2$1 as heading2, heading3$1 as heading3, heading4$1 as heading4, lead$1 as lead };
|
|
3941
|
+
}
|
|
3942
|
+
|
|
3830
3943
|
declare namespace globalLessHex {
|
|
3831
3944
|
export { };
|
|
3832
3945
|
}
|
|
@@ -3939,6 +4052,10 @@ declare namespace typographyLessGlobal {
|
|
|
3939
4052
|
export { };
|
|
3940
4053
|
}
|
|
3941
4054
|
|
|
4055
|
+
declare namespace typographyLessSemantic {
|
|
4056
|
+
export { };
|
|
4057
|
+
}
|
|
4058
|
+
|
|
3942
4059
|
declare namespace globalScssHex {
|
|
3943
4060
|
export { };
|
|
3944
4061
|
}
|
|
@@ -4051,6 +4168,10 @@ declare namespace typographyScssGlobal {
|
|
|
4051
4168
|
export { };
|
|
4052
4169
|
}
|
|
4053
4170
|
|
|
4171
|
+
declare namespace typographyScssSemantic {
|
|
4172
|
+
export { };
|
|
4173
|
+
}
|
|
4174
|
+
|
|
4054
4175
|
declare namespace globalTailwindHex {
|
|
4055
4176
|
export { };
|
|
4056
4177
|
}
|
|
@@ -7898,6 +8019,7 @@ declare const fontWeight: {
|
|
|
7898
8019
|
medium: number;
|
|
7899
8020
|
semibold: number;
|
|
7900
8021
|
bold: number;
|
|
8022
|
+
extrabold: number;
|
|
7901
8023
|
};
|
|
7902
8024
|
declare const lineHeight: {
|
|
7903
8025
|
none: number;
|
|
@@ -7922,6 +8044,83 @@ declare namespace typographyTsGlobal {
|
|
|
7922
8044
|
export { typographyTsGlobal_fontFamily as fontFamily, typographyTsGlobal_fontSize as fontSize, typographyTsGlobal_fontWeight as fontWeight, typographyTsGlobal_letterSpacing as letterSpacing, typographyTsGlobal_lineHeight as lineHeight };
|
|
7923
8045
|
}
|
|
7924
8046
|
|
|
8047
|
+
declare const heading1: {
|
|
8048
|
+
fontFamily: string;
|
|
8049
|
+
fontSize: string;
|
|
8050
|
+
fontWeight: number;
|
|
8051
|
+
lineHeight: number;
|
|
8052
|
+
letterSpacing: string;
|
|
8053
|
+
};
|
|
8054
|
+
declare const heading2: {
|
|
8055
|
+
fontFamily: string;
|
|
8056
|
+
fontSize: string;
|
|
8057
|
+
fontWeight: number;
|
|
8058
|
+
lineHeight: number;
|
|
8059
|
+
letterSpacing: string;
|
|
8060
|
+
};
|
|
8061
|
+
declare const heading3: {
|
|
8062
|
+
fontFamily: string;
|
|
8063
|
+
fontSize: string;
|
|
8064
|
+
fontWeight: number;
|
|
8065
|
+
lineHeight: number;
|
|
8066
|
+
letterSpacing: string;
|
|
8067
|
+
};
|
|
8068
|
+
declare const heading4: {
|
|
8069
|
+
fontFamily: string;
|
|
8070
|
+
fontSize: string;
|
|
8071
|
+
fontWeight: number;
|
|
8072
|
+
lineHeight: number;
|
|
8073
|
+
letterSpacing: string;
|
|
8074
|
+
};
|
|
8075
|
+
declare const body: {
|
|
8076
|
+
fontFamily: string;
|
|
8077
|
+
fontSize: string;
|
|
8078
|
+
fontWeight: number;
|
|
8079
|
+
lineHeight: number;
|
|
8080
|
+
letterSpacing: string;
|
|
8081
|
+
};
|
|
8082
|
+
declare const bodySm: {
|
|
8083
|
+
fontFamily: string;
|
|
8084
|
+
fontSize: string;
|
|
8085
|
+
fontWeight: number;
|
|
8086
|
+
lineHeight: number;
|
|
8087
|
+
letterSpacing: string;
|
|
8088
|
+
};
|
|
8089
|
+
declare const lead: {
|
|
8090
|
+
fontFamily: string;
|
|
8091
|
+
fontSize: string;
|
|
8092
|
+
fontWeight: number;
|
|
8093
|
+
lineHeight: number;
|
|
8094
|
+
letterSpacing: string;
|
|
8095
|
+
};
|
|
8096
|
+
declare const caption: {
|
|
8097
|
+
fontFamily: string;
|
|
8098
|
+
fontSize: string;
|
|
8099
|
+
fontWeight: number;
|
|
8100
|
+
lineHeight: number;
|
|
8101
|
+
letterSpacing: string;
|
|
8102
|
+
};
|
|
8103
|
+
declare const code: {
|
|
8104
|
+
fontFamily: string;
|
|
8105
|
+
fontSize: string;
|
|
8106
|
+
fontWeight: number;
|
|
8107
|
+
lineHeight: number;
|
|
8108
|
+
letterSpacing: string;
|
|
8109
|
+
};
|
|
8110
|
+
|
|
8111
|
+
declare const typographyTsSemantic_body: typeof body;
|
|
8112
|
+
declare const typographyTsSemantic_bodySm: typeof bodySm;
|
|
8113
|
+
declare const typographyTsSemantic_caption: typeof caption;
|
|
8114
|
+
declare const typographyTsSemantic_code: typeof code;
|
|
8115
|
+
declare const typographyTsSemantic_heading1: typeof heading1;
|
|
8116
|
+
declare const typographyTsSemantic_heading2: typeof heading2;
|
|
8117
|
+
declare const typographyTsSemantic_heading3: typeof heading3;
|
|
8118
|
+
declare const typographyTsSemantic_heading4: typeof heading4;
|
|
8119
|
+
declare const typographyTsSemantic_lead: typeof lead;
|
|
8120
|
+
declare namespace typographyTsSemantic {
|
|
8121
|
+
export { typographyTsSemantic_body as body, typographyTsSemantic_bodySm as bodySm, typographyTsSemantic_caption as caption, typographyTsSemantic_code as code, typographyTsSemantic_heading1 as heading1, typographyTsSemantic_heading2 as heading2, typographyTsSemantic_heading3 as heading3, typographyTsSemantic_heading4 as heading4, typographyTsSemantic_lead as lead };
|
|
8122
|
+
}
|
|
8123
|
+
|
|
7925
8124
|
declare const tokens: {
|
|
7926
8125
|
colors: {
|
|
7927
8126
|
global: {
|
|
@@ -8013,6 +8212,7 @@ declare const tokens: {
|
|
|
8013
8212
|
};
|
|
8014
8213
|
typography: {
|
|
8015
8214
|
global: typeof typographyCssGlobal;
|
|
8215
|
+
semantic: typeof typographyCssSemantic;
|
|
8016
8216
|
};
|
|
8017
8217
|
};
|
|
8018
8218
|
js: {
|
|
@@ -8065,6 +8265,7 @@ declare const tokens: {
|
|
|
8065
8265
|
};
|
|
8066
8266
|
typography: {
|
|
8067
8267
|
global: typeof typographyJsGlobal;
|
|
8268
|
+
semantic: typeof typographyJsSemantic;
|
|
8068
8269
|
};
|
|
8069
8270
|
};
|
|
8070
8271
|
json: {
|
|
@@ -8117,6 +8318,7 @@ declare const tokens: {
|
|
|
8117
8318
|
};
|
|
8118
8319
|
typography: {
|
|
8119
8320
|
global: any;
|
|
8321
|
+
semantic: any;
|
|
8120
8322
|
};
|
|
8121
8323
|
};
|
|
8122
8324
|
less: {
|
|
@@ -8169,6 +8371,7 @@ declare const tokens: {
|
|
|
8169
8371
|
};
|
|
8170
8372
|
typography: {
|
|
8171
8373
|
global: typeof typographyLessGlobal;
|
|
8374
|
+
semantic: typeof typographyLessSemantic;
|
|
8172
8375
|
};
|
|
8173
8376
|
};
|
|
8174
8377
|
scss: {
|
|
@@ -8221,6 +8424,7 @@ declare const tokens: {
|
|
|
8221
8424
|
};
|
|
8222
8425
|
typography: {
|
|
8223
8426
|
global: typeof typographyScssGlobal;
|
|
8427
|
+
semantic: typeof typographyScssSemantic;
|
|
8224
8428
|
};
|
|
8225
8429
|
};
|
|
8226
8430
|
tailwind: {
|
|
@@ -8325,6 +8529,7 @@ declare const tokens: {
|
|
|
8325
8529
|
};
|
|
8326
8530
|
typography: {
|
|
8327
8531
|
global: typeof typographyTsGlobal;
|
|
8532
|
+
semantic: typeof typographyTsSemantic;
|
|
8328
8533
|
};
|
|
8329
8534
|
};
|
|
8330
8535
|
};
|
|
@@ -8418,6 +8623,7 @@ declare const cssTokens: {
|
|
|
8418
8623
|
};
|
|
8419
8624
|
typography: {
|
|
8420
8625
|
global: typeof typographyCssGlobal;
|
|
8626
|
+
semantic: typeof typographyCssSemantic;
|
|
8421
8627
|
};
|
|
8422
8628
|
};
|
|
8423
8629
|
declare const jsTokens: {
|
|
@@ -8470,6 +8676,7 @@ declare const jsTokens: {
|
|
|
8470
8676
|
};
|
|
8471
8677
|
typography: {
|
|
8472
8678
|
global: typeof typographyJsGlobal;
|
|
8679
|
+
semantic: typeof typographyJsSemantic;
|
|
8473
8680
|
};
|
|
8474
8681
|
};
|
|
8475
8682
|
declare const jsonTokens: {
|
|
@@ -8522,6 +8729,7 @@ declare const jsonTokens: {
|
|
|
8522
8729
|
};
|
|
8523
8730
|
typography: {
|
|
8524
8731
|
global: any;
|
|
8732
|
+
semantic: any;
|
|
8525
8733
|
};
|
|
8526
8734
|
};
|
|
8527
8735
|
declare const lessTokens: {
|
|
@@ -8574,6 +8782,7 @@ declare const lessTokens: {
|
|
|
8574
8782
|
};
|
|
8575
8783
|
typography: {
|
|
8576
8784
|
global: typeof typographyLessGlobal;
|
|
8785
|
+
semantic: typeof typographyLessSemantic;
|
|
8577
8786
|
};
|
|
8578
8787
|
};
|
|
8579
8788
|
declare const scssTokens: {
|
|
@@ -8626,6 +8835,7 @@ declare const scssTokens: {
|
|
|
8626
8835
|
};
|
|
8627
8836
|
typography: {
|
|
8628
8837
|
global: typeof typographyScssGlobal;
|
|
8838
|
+
semantic: typeof typographyScssSemantic;
|
|
8629
8839
|
};
|
|
8630
8840
|
};
|
|
8631
8841
|
declare const tailwindTokens: {
|
|
@@ -8730,6 +8940,7 @@ declare const tsTokens: {
|
|
|
8730
8940
|
};
|
|
8731
8941
|
typography: {
|
|
8732
8942
|
global: typeof typographyTsGlobal;
|
|
8943
|
+
semantic: typeof typographyTsSemantic;
|
|
8733
8944
|
};
|
|
8734
8945
|
};
|
|
8735
8946
|
declare const brand: {
|
package/dist/index.d.ts
CHANGED
|
@@ -110,6 +110,10 @@ declare namespace typographyCssGlobal {
|
|
|
110
110
|
export { };
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
+
declare namespace typographyCssSemantic {
|
|
114
|
+
export { };
|
|
115
|
+
}
|
|
116
|
+
|
|
113
117
|
declare const nswGrey$7: {
|
|
114
118
|
50: string;
|
|
115
119
|
100: string;
|
|
@@ -3807,6 +3811,7 @@ declare namespace fontWeight$1 {
|
|
|
3807
3811
|
let medium: number;
|
|
3808
3812
|
let semibold: number;
|
|
3809
3813
|
let bold: number;
|
|
3814
|
+
let extrabold: number;
|
|
3810
3815
|
}
|
|
3811
3816
|
declare namespace lineHeight$1 {
|
|
3812
3817
|
let none: number;
|
|
@@ -3827,6 +3832,114 @@ declare namespace typographyJsGlobal {
|
|
|
3827
3832
|
export { fontFamily$1 as fontFamily, fontSize$1 as fontSize, fontWeight$1 as fontWeight, letterSpacing$1 as letterSpacing, lineHeight$1 as lineHeight };
|
|
3828
3833
|
}
|
|
3829
3834
|
|
|
3835
|
+
declare namespace heading1$1 {
|
|
3836
|
+
let fontFamily: string;
|
|
3837
|
+
let fontSize: string;
|
|
3838
|
+
let fontWeight: number;
|
|
3839
|
+
let lineHeight: number;
|
|
3840
|
+
let letterSpacing: string;
|
|
3841
|
+
}
|
|
3842
|
+
declare namespace heading2$1 {
|
|
3843
|
+
let fontFamily_1: string;
|
|
3844
|
+
export { fontFamily_1 as fontFamily };
|
|
3845
|
+
let fontSize_1: string;
|
|
3846
|
+
export { fontSize_1 as fontSize };
|
|
3847
|
+
let fontWeight_1: number;
|
|
3848
|
+
export { fontWeight_1 as fontWeight };
|
|
3849
|
+
let lineHeight_1: number;
|
|
3850
|
+
export { lineHeight_1 as lineHeight };
|
|
3851
|
+
let letterSpacing_1: string;
|
|
3852
|
+
export { letterSpacing_1 as letterSpacing };
|
|
3853
|
+
}
|
|
3854
|
+
declare namespace heading3$1 {
|
|
3855
|
+
let fontFamily_2: string;
|
|
3856
|
+
export { fontFamily_2 as fontFamily };
|
|
3857
|
+
let fontSize_2: string;
|
|
3858
|
+
export { fontSize_2 as fontSize };
|
|
3859
|
+
let fontWeight_2: number;
|
|
3860
|
+
export { fontWeight_2 as fontWeight };
|
|
3861
|
+
let lineHeight_2: number;
|
|
3862
|
+
export { lineHeight_2 as lineHeight };
|
|
3863
|
+
let letterSpacing_2: string;
|
|
3864
|
+
export { letterSpacing_2 as letterSpacing };
|
|
3865
|
+
}
|
|
3866
|
+
declare namespace heading4$1 {
|
|
3867
|
+
let fontFamily_3: string;
|
|
3868
|
+
export { fontFamily_3 as fontFamily };
|
|
3869
|
+
let fontSize_3: string;
|
|
3870
|
+
export { fontSize_3 as fontSize };
|
|
3871
|
+
let fontWeight_3: number;
|
|
3872
|
+
export { fontWeight_3 as fontWeight };
|
|
3873
|
+
let lineHeight_3: number;
|
|
3874
|
+
export { lineHeight_3 as lineHeight };
|
|
3875
|
+
let letterSpacing_3: string;
|
|
3876
|
+
export { letterSpacing_3 as letterSpacing };
|
|
3877
|
+
}
|
|
3878
|
+
declare namespace body$1 {
|
|
3879
|
+
let fontFamily_4: string;
|
|
3880
|
+
export { fontFamily_4 as fontFamily };
|
|
3881
|
+
let fontSize_4: string;
|
|
3882
|
+
export { fontSize_4 as fontSize };
|
|
3883
|
+
let fontWeight_4: number;
|
|
3884
|
+
export { fontWeight_4 as fontWeight };
|
|
3885
|
+
let lineHeight_4: number;
|
|
3886
|
+
export { lineHeight_4 as lineHeight };
|
|
3887
|
+
let letterSpacing_4: string;
|
|
3888
|
+
export { letterSpacing_4 as letterSpacing };
|
|
3889
|
+
}
|
|
3890
|
+
declare namespace bodySm$1 {
|
|
3891
|
+
let fontFamily_5: string;
|
|
3892
|
+
export { fontFamily_5 as fontFamily };
|
|
3893
|
+
let fontSize_5: string;
|
|
3894
|
+
export { fontSize_5 as fontSize };
|
|
3895
|
+
let fontWeight_5: number;
|
|
3896
|
+
export { fontWeight_5 as fontWeight };
|
|
3897
|
+
let lineHeight_5: number;
|
|
3898
|
+
export { lineHeight_5 as lineHeight };
|
|
3899
|
+
let letterSpacing_5: string;
|
|
3900
|
+
export { letterSpacing_5 as letterSpacing };
|
|
3901
|
+
}
|
|
3902
|
+
declare namespace lead$1 {
|
|
3903
|
+
let fontFamily_6: string;
|
|
3904
|
+
export { fontFamily_6 as fontFamily };
|
|
3905
|
+
let fontSize_6: string;
|
|
3906
|
+
export { fontSize_6 as fontSize };
|
|
3907
|
+
let fontWeight_6: number;
|
|
3908
|
+
export { fontWeight_6 as fontWeight };
|
|
3909
|
+
let lineHeight_6: number;
|
|
3910
|
+
export { lineHeight_6 as lineHeight };
|
|
3911
|
+
let letterSpacing_6: string;
|
|
3912
|
+
export { letterSpacing_6 as letterSpacing };
|
|
3913
|
+
}
|
|
3914
|
+
declare namespace caption$1 {
|
|
3915
|
+
let fontFamily_7: string;
|
|
3916
|
+
export { fontFamily_7 as fontFamily };
|
|
3917
|
+
let fontSize_7: string;
|
|
3918
|
+
export { fontSize_7 as fontSize };
|
|
3919
|
+
let fontWeight_7: number;
|
|
3920
|
+
export { fontWeight_7 as fontWeight };
|
|
3921
|
+
let lineHeight_7: number;
|
|
3922
|
+
export { lineHeight_7 as lineHeight };
|
|
3923
|
+
let letterSpacing_7: string;
|
|
3924
|
+
export { letterSpacing_7 as letterSpacing };
|
|
3925
|
+
}
|
|
3926
|
+
declare namespace code$1 {
|
|
3927
|
+
let fontFamily_8: string;
|
|
3928
|
+
export { fontFamily_8 as fontFamily };
|
|
3929
|
+
let fontSize_8: string;
|
|
3930
|
+
export { fontSize_8 as fontSize };
|
|
3931
|
+
let fontWeight_8: number;
|
|
3932
|
+
export { fontWeight_8 as fontWeight };
|
|
3933
|
+
let lineHeight_8: number;
|
|
3934
|
+
export { lineHeight_8 as lineHeight };
|
|
3935
|
+
let letterSpacing_8: string;
|
|
3936
|
+
export { letterSpacing_8 as letterSpacing };
|
|
3937
|
+
}
|
|
3938
|
+
|
|
3939
|
+
declare namespace typographyJsSemantic {
|
|
3940
|
+
export { body$1 as body, bodySm$1 as bodySm, caption$1 as caption, code$1 as code, heading1$1 as heading1, heading2$1 as heading2, heading3$1 as heading3, heading4$1 as heading4, lead$1 as lead };
|
|
3941
|
+
}
|
|
3942
|
+
|
|
3830
3943
|
declare namespace globalLessHex {
|
|
3831
3944
|
export { };
|
|
3832
3945
|
}
|
|
@@ -3939,6 +4052,10 @@ declare namespace typographyLessGlobal {
|
|
|
3939
4052
|
export { };
|
|
3940
4053
|
}
|
|
3941
4054
|
|
|
4055
|
+
declare namespace typographyLessSemantic {
|
|
4056
|
+
export { };
|
|
4057
|
+
}
|
|
4058
|
+
|
|
3942
4059
|
declare namespace globalScssHex {
|
|
3943
4060
|
export { };
|
|
3944
4061
|
}
|
|
@@ -4051,6 +4168,10 @@ declare namespace typographyScssGlobal {
|
|
|
4051
4168
|
export { };
|
|
4052
4169
|
}
|
|
4053
4170
|
|
|
4171
|
+
declare namespace typographyScssSemantic {
|
|
4172
|
+
export { };
|
|
4173
|
+
}
|
|
4174
|
+
|
|
4054
4175
|
declare namespace globalTailwindHex {
|
|
4055
4176
|
export { };
|
|
4056
4177
|
}
|
|
@@ -7898,6 +8019,7 @@ declare const fontWeight: {
|
|
|
7898
8019
|
medium: number;
|
|
7899
8020
|
semibold: number;
|
|
7900
8021
|
bold: number;
|
|
8022
|
+
extrabold: number;
|
|
7901
8023
|
};
|
|
7902
8024
|
declare const lineHeight: {
|
|
7903
8025
|
none: number;
|
|
@@ -7922,6 +8044,83 @@ declare namespace typographyTsGlobal {
|
|
|
7922
8044
|
export { typographyTsGlobal_fontFamily as fontFamily, typographyTsGlobal_fontSize as fontSize, typographyTsGlobal_fontWeight as fontWeight, typographyTsGlobal_letterSpacing as letterSpacing, typographyTsGlobal_lineHeight as lineHeight };
|
|
7923
8045
|
}
|
|
7924
8046
|
|
|
8047
|
+
declare const heading1: {
|
|
8048
|
+
fontFamily: string;
|
|
8049
|
+
fontSize: string;
|
|
8050
|
+
fontWeight: number;
|
|
8051
|
+
lineHeight: number;
|
|
8052
|
+
letterSpacing: string;
|
|
8053
|
+
};
|
|
8054
|
+
declare const heading2: {
|
|
8055
|
+
fontFamily: string;
|
|
8056
|
+
fontSize: string;
|
|
8057
|
+
fontWeight: number;
|
|
8058
|
+
lineHeight: number;
|
|
8059
|
+
letterSpacing: string;
|
|
8060
|
+
};
|
|
8061
|
+
declare const heading3: {
|
|
8062
|
+
fontFamily: string;
|
|
8063
|
+
fontSize: string;
|
|
8064
|
+
fontWeight: number;
|
|
8065
|
+
lineHeight: number;
|
|
8066
|
+
letterSpacing: string;
|
|
8067
|
+
};
|
|
8068
|
+
declare const heading4: {
|
|
8069
|
+
fontFamily: string;
|
|
8070
|
+
fontSize: string;
|
|
8071
|
+
fontWeight: number;
|
|
8072
|
+
lineHeight: number;
|
|
8073
|
+
letterSpacing: string;
|
|
8074
|
+
};
|
|
8075
|
+
declare const body: {
|
|
8076
|
+
fontFamily: string;
|
|
8077
|
+
fontSize: string;
|
|
8078
|
+
fontWeight: number;
|
|
8079
|
+
lineHeight: number;
|
|
8080
|
+
letterSpacing: string;
|
|
8081
|
+
};
|
|
8082
|
+
declare const bodySm: {
|
|
8083
|
+
fontFamily: string;
|
|
8084
|
+
fontSize: string;
|
|
8085
|
+
fontWeight: number;
|
|
8086
|
+
lineHeight: number;
|
|
8087
|
+
letterSpacing: string;
|
|
8088
|
+
};
|
|
8089
|
+
declare const lead: {
|
|
8090
|
+
fontFamily: string;
|
|
8091
|
+
fontSize: string;
|
|
8092
|
+
fontWeight: number;
|
|
8093
|
+
lineHeight: number;
|
|
8094
|
+
letterSpacing: string;
|
|
8095
|
+
};
|
|
8096
|
+
declare const caption: {
|
|
8097
|
+
fontFamily: string;
|
|
8098
|
+
fontSize: string;
|
|
8099
|
+
fontWeight: number;
|
|
8100
|
+
lineHeight: number;
|
|
8101
|
+
letterSpacing: string;
|
|
8102
|
+
};
|
|
8103
|
+
declare const code: {
|
|
8104
|
+
fontFamily: string;
|
|
8105
|
+
fontSize: string;
|
|
8106
|
+
fontWeight: number;
|
|
8107
|
+
lineHeight: number;
|
|
8108
|
+
letterSpacing: string;
|
|
8109
|
+
};
|
|
8110
|
+
|
|
8111
|
+
declare const typographyTsSemantic_body: typeof body;
|
|
8112
|
+
declare const typographyTsSemantic_bodySm: typeof bodySm;
|
|
8113
|
+
declare const typographyTsSemantic_caption: typeof caption;
|
|
8114
|
+
declare const typographyTsSemantic_code: typeof code;
|
|
8115
|
+
declare const typographyTsSemantic_heading1: typeof heading1;
|
|
8116
|
+
declare const typographyTsSemantic_heading2: typeof heading2;
|
|
8117
|
+
declare const typographyTsSemantic_heading3: typeof heading3;
|
|
8118
|
+
declare const typographyTsSemantic_heading4: typeof heading4;
|
|
8119
|
+
declare const typographyTsSemantic_lead: typeof lead;
|
|
8120
|
+
declare namespace typographyTsSemantic {
|
|
8121
|
+
export { typographyTsSemantic_body as body, typographyTsSemantic_bodySm as bodySm, typographyTsSemantic_caption as caption, typographyTsSemantic_code as code, typographyTsSemantic_heading1 as heading1, typographyTsSemantic_heading2 as heading2, typographyTsSemantic_heading3 as heading3, typographyTsSemantic_heading4 as heading4, typographyTsSemantic_lead as lead };
|
|
8122
|
+
}
|
|
8123
|
+
|
|
7925
8124
|
declare const tokens: {
|
|
7926
8125
|
colors: {
|
|
7927
8126
|
global: {
|
|
@@ -8013,6 +8212,7 @@ declare const tokens: {
|
|
|
8013
8212
|
};
|
|
8014
8213
|
typography: {
|
|
8015
8214
|
global: typeof typographyCssGlobal;
|
|
8215
|
+
semantic: typeof typographyCssSemantic;
|
|
8016
8216
|
};
|
|
8017
8217
|
};
|
|
8018
8218
|
js: {
|
|
@@ -8065,6 +8265,7 @@ declare const tokens: {
|
|
|
8065
8265
|
};
|
|
8066
8266
|
typography: {
|
|
8067
8267
|
global: typeof typographyJsGlobal;
|
|
8268
|
+
semantic: typeof typographyJsSemantic;
|
|
8068
8269
|
};
|
|
8069
8270
|
};
|
|
8070
8271
|
json: {
|
|
@@ -8117,6 +8318,7 @@ declare const tokens: {
|
|
|
8117
8318
|
};
|
|
8118
8319
|
typography: {
|
|
8119
8320
|
global: any;
|
|
8321
|
+
semantic: any;
|
|
8120
8322
|
};
|
|
8121
8323
|
};
|
|
8122
8324
|
less: {
|
|
@@ -8169,6 +8371,7 @@ declare const tokens: {
|
|
|
8169
8371
|
};
|
|
8170
8372
|
typography: {
|
|
8171
8373
|
global: typeof typographyLessGlobal;
|
|
8374
|
+
semantic: typeof typographyLessSemantic;
|
|
8172
8375
|
};
|
|
8173
8376
|
};
|
|
8174
8377
|
scss: {
|
|
@@ -8221,6 +8424,7 @@ declare const tokens: {
|
|
|
8221
8424
|
};
|
|
8222
8425
|
typography: {
|
|
8223
8426
|
global: typeof typographyScssGlobal;
|
|
8427
|
+
semantic: typeof typographyScssSemantic;
|
|
8224
8428
|
};
|
|
8225
8429
|
};
|
|
8226
8430
|
tailwind: {
|
|
@@ -8325,6 +8529,7 @@ declare const tokens: {
|
|
|
8325
8529
|
};
|
|
8326
8530
|
typography: {
|
|
8327
8531
|
global: typeof typographyTsGlobal;
|
|
8532
|
+
semantic: typeof typographyTsSemantic;
|
|
8328
8533
|
};
|
|
8329
8534
|
};
|
|
8330
8535
|
};
|
|
@@ -8418,6 +8623,7 @@ declare const cssTokens: {
|
|
|
8418
8623
|
};
|
|
8419
8624
|
typography: {
|
|
8420
8625
|
global: typeof typographyCssGlobal;
|
|
8626
|
+
semantic: typeof typographyCssSemantic;
|
|
8421
8627
|
};
|
|
8422
8628
|
};
|
|
8423
8629
|
declare const jsTokens: {
|
|
@@ -8470,6 +8676,7 @@ declare const jsTokens: {
|
|
|
8470
8676
|
};
|
|
8471
8677
|
typography: {
|
|
8472
8678
|
global: typeof typographyJsGlobal;
|
|
8679
|
+
semantic: typeof typographyJsSemantic;
|
|
8473
8680
|
};
|
|
8474
8681
|
};
|
|
8475
8682
|
declare const jsonTokens: {
|
|
@@ -8522,6 +8729,7 @@ declare const jsonTokens: {
|
|
|
8522
8729
|
};
|
|
8523
8730
|
typography: {
|
|
8524
8731
|
global: any;
|
|
8732
|
+
semantic: any;
|
|
8525
8733
|
};
|
|
8526
8734
|
};
|
|
8527
8735
|
declare const lessTokens: {
|
|
@@ -8574,6 +8782,7 @@ declare const lessTokens: {
|
|
|
8574
8782
|
};
|
|
8575
8783
|
typography: {
|
|
8576
8784
|
global: typeof typographyLessGlobal;
|
|
8785
|
+
semantic: typeof typographyLessSemantic;
|
|
8577
8786
|
};
|
|
8578
8787
|
};
|
|
8579
8788
|
declare const scssTokens: {
|
|
@@ -8626,6 +8835,7 @@ declare const scssTokens: {
|
|
|
8626
8835
|
};
|
|
8627
8836
|
typography: {
|
|
8628
8837
|
global: typeof typographyScssGlobal;
|
|
8838
|
+
semantic: typeof typographyScssSemantic;
|
|
8629
8839
|
};
|
|
8630
8840
|
};
|
|
8631
8841
|
declare const tailwindTokens: {
|
|
@@ -8730,6 +8940,7 @@ declare const tsTokens: {
|
|
|
8730
8940
|
};
|
|
8731
8941
|
typography: {
|
|
8732
8942
|
global: typeof typographyTsGlobal;
|
|
8943
|
+
semantic: typeof typographyTsSemantic;
|
|
8733
8944
|
};
|
|
8734
8945
|
};
|
|
8735
8946
|
declare const brand: {
|