@nswds/tokens 3.3.0 → 3.4.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/border/global.css +6 -0
- package/dist/css/shadow/global.css +12 -0
- package/dist/index.cjs +268 -86
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +185 -0
- package/dist/index.d.ts +185 -0
- package/dist/index.js +268 -86
- package/dist/index.js.map +1 -1
- package/dist/js/border/global.js +6 -0
- package/dist/js/shadow/global.js +16 -0
- package/dist/json/border/global.json +8 -0
- package/dist/json/shadow/global.json +18 -0
- package/dist/less/border/global.less +4 -0
- package/dist/less/shadow/global.less +10 -0
- package/dist/scss/border/global.scss +4 -0
- package/dist/scss/shadow/global.scss +10 -0
- package/dist/tailwind/border/global.css +6 -0
- package/dist/tailwind/shadow/global.css +12 -0
- package/dist/tokens/border.base.json +33 -0
- package/dist/tokens/global/border/canonical.json +33 -0
- package/dist/tokens/global/shadow/canonical.json +286 -0
- package/dist/ts/border/global.ts +6 -0
- package/dist/ts/shadow/global.ts +16 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -114,6 +114,14 @@ declare namespace typographyCssSemantic {
|
|
|
114
114
|
export { };
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
+
declare namespace borderCssGlobal {
|
|
118
|
+
export { };
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
declare namespace shadowCssGlobal {
|
|
122
|
+
export { };
|
|
123
|
+
}
|
|
124
|
+
|
|
117
125
|
declare const nswGrey$7: {
|
|
118
126
|
50: string;
|
|
119
127
|
100: string;
|
|
@@ -3940,6 +3948,39 @@ declare namespace typographyJsSemantic {
|
|
|
3940
3948
|
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
3949
|
}
|
|
3942
3950
|
|
|
3951
|
+
declare namespace borderWidth$1 {
|
|
3952
|
+
export let thin: string;
|
|
3953
|
+
export let thick: string;
|
|
3954
|
+
export let thicker: string;
|
|
3955
|
+
let _default: string;
|
|
3956
|
+
export { _default as default };
|
|
3957
|
+
}
|
|
3958
|
+
|
|
3959
|
+
declare namespace borderJsGlobal {
|
|
3960
|
+
export { borderWidth$1 as borderWidth };
|
|
3961
|
+
}
|
|
3962
|
+
|
|
3963
|
+
declare namespace boxShadow$1 {
|
|
3964
|
+
let thin: string;
|
|
3965
|
+
let thick: string;
|
|
3966
|
+
let thicker: string;
|
|
3967
|
+
}
|
|
3968
|
+
declare const shadowColor$1: {
|
|
3969
|
+
5: string;
|
|
3970
|
+
10: string;
|
|
3971
|
+
25: string;
|
|
3972
|
+
};
|
|
3973
|
+
declare namespace shadow$1 {
|
|
3974
|
+
let sm: string;
|
|
3975
|
+
let md: string;
|
|
3976
|
+
let lg: string;
|
|
3977
|
+
let xl: string;
|
|
3978
|
+
}
|
|
3979
|
+
|
|
3980
|
+
declare namespace shadowJsGlobal {
|
|
3981
|
+
export { boxShadow$1 as boxShadow, shadow$1 as shadow, shadowColor$1 as shadowColor };
|
|
3982
|
+
}
|
|
3983
|
+
|
|
3943
3984
|
declare namespace globalLessHex {
|
|
3944
3985
|
export { };
|
|
3945
3986
|
}
|
|
@@ -4056,6 +4097,14 @@ declare namespace typographyLessSemantic {
|
|
|
4056
4097
|
export { };
|
|
4057
4098
|
}
|
|
4058
4099
|
|
|
4100
|
+
declare namespace borderLessGlobal {
|
|
4101
|
+
export { };
|
|
4102
|
+
}
|
|
4103
|
+
|
|
4104
|
+
declare namespace shadowLessGlobal {
|
|
4105
|
+
export { };
|
|
4106
|
+
}
|
|
4107
|
+
|
|
4059
4108
|
declare namespace globalScssHex {
|
|
4060
4109
|
export { };
|
|
4061
4110
|
}
|
|
@@ -4172,6 +4221,14 @@ declare namespace typographyScssSemantic {
|
|
|
4172
4221
|
export { };
|
|
4173
4222
|
}
|
|
4174
4223
|
|
|
4224
|
+
declare namespace borderScssGlobal {
|
|
4225
|
+
export { };
|
|
4226
|
+
}
|
|
4227
|
+
|
|
4228
|
+
declare namespace shadowScssGlobal {
|
|
4229
|
+
export { };
|
|
4230
|
+
}
|
|
4231
|
+
|
|
4175
4232
|
declare namespace globalTailwindHex {
|
|
4176
4233
|
export { };
|
|
4177
4234
|
}
|
|
@@ -4284,6 +4341,14 @@ declare namespace typographyTailwindGlobal {
|
|
|
4284
4341
|
export { };
|
|
4285
4342
|
}
|
|
4286
4343
|
|
|
4344
|
+
declare namespace borderTailwindGlobal {
|
|
4345
|
+
export { };
|
|
4346
|
+
}
|
|
4347
|
+
|
|
4348
|
+
declare namespace shadowTailwindGlobal {
|
|
4349
|
+
export { };
|
|
4350
|
+
}
|
|
4351
|
+
|
|
4287
4352
|
declare const nswGrey$3: {
|
|
4288
4353
|
'50': string;
|
|
4289
4354
|
'100': string;
|
|
@@ -8121,6 +8186,42 @@ declare namespace typographyTsSemantic {
|
|
|
8121
8186
|
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
8187
|
}
|
|
8123
8188
|
|
|
8189
|
+
declare const borderWidth: {
|
|
8190
|
+
thin: string;
|
|
8191
|
+
thick: string;
|
|
8192
|
+
thicker: string;
|
|
8193
|
+
default: string;
|
|
8194
|
+
};
|
|
8195
|
+
|
|
8196
|
+
declare const borderTsGlobal_borderWidth: typeof borderWidth;
|
|
8197
|
+
declare namespace borderTsGlobal {
|
|
8198
|
+
export { borderTsGlobal_borderWidth as borderWidth };
|
|
8199
|
+
}
|
|
8200
|
+
|
|
8201
|
+
declare const boxShadow: {
|
|
8202
|
+
thin: string;
|
|
8203
|
+
thick: string;
|
|
8204
|
+
thicker: string;
|
|
8205
|
+
};
|
|
8206
|
+
declare const shadowColor: {
|
|
8207
|
+
'5': string;
|
|
8208
|
+
'10': string;
|
|
8209
|
+
'25': string;
|
|
8210
|
+
};
|
|
8211
|
+
declare const shadow: {
|
|
8212
|
+
sm: string;
|
|
8213
|
+
md: string;
|
|
8214
|
+
lg: string;
|
|
8215
|
+
xl: string;
|
|
8216
|
+
};
|
|
8217
|
+
|
|
8218
|
+
declare const shadowTsGlobal_boxShadow: typeof boxShadow;
|
|
8219
|
+
declare const shadowTsGlobal_shadow: typeof shadow;
|
|
8220
|
+
declare const shadowTsGlobal_shadowColor: typeof shadowColor;
|
|
8221
|
+
declare namespace shadowTsGlobal {
|
|
8222
|
+
export { shadowTsGlobal_boxShadow as boxShadow, shadowTsGlobal_shadow as shadow, shadowTsGlobal_shadowColor as shadowColor };
|
|
8223
|
+
}
|
|
8224
|
+
|
|
8124
8225
|
declare const tokens: {
|
|
8125
8226
|
colors: {
|
|
8126
8227
|
global: {
|
|
@@ -8214,6 +8315,12 @@ declare const tokens: {
|
|
|
8214
8315
|
global: typeof typographyCssGlobal;
|
|
8215
8316
|
semantic: typeof typographyCssSemantic;
|
|
8216
8317
|
};
|
|
8318
|
+
border: {
|
|
8319
|
+
global: typeof borderCssGlobal;
|
|
8320
|
+
};
|
|
8321
|
+
shadow: {
|
|
8322
|
+
global: typeof shadowCssGlobal;
|
|
8323
|
+
};
|
|
8217
8324
|
};
|
|
8218
8325
|
js: {
|
|
8219
8326
|
global: {
|
|
@@ -8267,6 +8374,12 @@ declare const tokens: {
|
|
|
8267
8374
|
global: typeof typographyJsGlobal;
|
|
8268
8375
|
semantic: typeof typographyJsSemantic;
|
|
8269
8376
|
};
|
|
8377
|
+
border: {
|
|
8378
|
+
global: typeof borderJsGlobal;
|
|
8379
|
+
};
|
|
8380
|
+
shadow: {
|
|
8381
|
+
global: typeof shadowJsGlobal;
|
|
8382
|
+
};
|
|
8270
8383
|
};
|
|
8271
8384
|
json: {
|
|
8272
8385
|
global: {
|
|
@@ -8320,6 +8433,12 @@ declare const tokens: {
|
|
|
8320
8433
|
global: any;
|
|
8321
8434
|
semantic: any;
|
|
8322
8435
|
};
|
|
8436
|
+
border: {
|
|
8437
|
+
global: any;
|
|
8438
|
+
};
|
|
8439
|
+
shadow: {
|
|
8440
|
+
global: any;
|
|
8441
|
+
};
|
|
8323
8442
|
};
|
|
8324
8443
|
less: {
|
|
8325
8444
|
global: {
|
|
@@ -8373,6 +8492,12 @@ declare const tokens: {
|
|
|
8373
8492
|
global: typeof typographyLessGlobal;
|
|
8374
8493
|
semantic: typeof typographyLessSemantic;
|
|
8375
8494
|
};
|
|
8495
|
+
border: {
|
|
8496
|
+
global: typeof borderLessGlobal;
|
|
8497
|
+
};
|
|
8498
|
+
shadow: {
|
|
8499
|
+
global: typeof shadowLessGlobal;
|
|
8500
|
+
};
|
|
8376
8501
|
};
|
|
8377
8502
|
scss: {
|
|
8378
8503
|
global: {
|
|
@@ -8426,6 +8551,12 @@ declare const tokens: {
|
|
|
8426
8551
|
global: typeof typographyScssGlobal;
|
|
8427
8552
|
semantic: typeof typographyScssSemantic;
|
|
8428
8553
|
};
|
|
8554
|
+
border: {
|
|
8555
|
+
global: typeof borderScssGlobal;
|
|
8556
|
+
};
|
|
8557
|
+
shadow: {
|
|
8558
|
+
global: typeof shadowScssGlobal;
|
|
8559
|
+
};
|
|
8429
8560
|
};
|
|
8430
8561
|
tailwind: {
|
|
8431
8562
|
global: {
|
|
@@ -8478,6 +8609,12 @@ declare const tokens: {
|
|
|
8478
8609
|
typography: {
|
|
8479
8610
|
global: typeof typographyTailwindGlobal;
|
|
8480
8611
|
};
|
|
8612
|
+
border: {
|
|
8613
|
+
global: typeof borderTailwindGlobal;
|
|
8614
|
+
};
|
|
8615
|
+
shadow: {
|
|
8616
|
+
global: typeof shadowTailwindGlobal;
|
|
8617
|
+
};
|
|
8481
8618
|
};
|
|
8482
8619
|
ts: {
|
|
8483
8620
|
global: {
|
|
@@ -8531,6 +8668,12 @@ declare const tokens: {
|
|
|
8531
8668
|
global: typeof typographyTsGlobal;
|
|
8532
8669
|
semantic: typeof typographyTsSemantic;
|
|
8533
8670
|
};
|
|
8671
|
+
border: {
|
|
8672
|
+
global: typeof borderTsGlobal;
|
|
8673
|
+
};
|
|
8674
|
+
shadow: {
|
|
8675
|
+
global: typeof shadowTsGlobal;
|
|
8676
|
+
};
|
|
8534
8677
|
};
|
|
8535
8678
|
};
|
|
8536
8679
|
declare const colorTokens: {
|
|
@@ -8625,6 +8768,12 @@ declare const cssTokens: {
|
|
|
8625
8768
|
global: typeof typographyCssGlobal;
|
|
8626
8769
|
semantic: typeof typographyCssSemantic;
|
|
8627
8770
|
};
|
|
8771
|
+
border: {
|
|
8772
|
+
global: typeof borderCssGlobal;
|
|
8773
|
+
};
|
|
8774
|
+
shadow: {
|
|
8775
|
+
global: typeof shadowCssGlobal;
|
|
8776
|
+
};
|
|
8628
8777
|
};
|
|
8629
8778
|
declare const jsTokens: {
|
|
8630
8779
|
global: {
|
|
@@ -8678,6 +8827,12 @@ declare const jsTokens: {
|
|
|
8678
8827
|
global: typeof typographyJsGlobal;
|
|
8679
8828
|
semantic: typeof typographyJsSemantic;
|
|
8680
8829
|
};
|
|
8830
|
+
border: {
|
|
8831
|
+
global: typeof borderJsGlobal;
|
|
8832
|
+
};
|
|
8833
|
+
shadow: {
|
|
8834
|
+
global: typeof shadowJsGlobal;
|
|
8835
|
+
};
|
|
8681
8836
|
};
|
|
8682
8837
|
declare const jsonTokens: {
|
|
8683
8838
|
global: {
|
|
@@ -8731,6 +8886,12 @@ declare const jsonTokens: {
|
|
|
8731
8886
|
global: any;
|
|
8732
8887
|
semantic: any;
|
|
8733
8888
|
};
|
|
8889
|
+
border: {
|
|
8890
|
+
global: any;
|
|
8891
|
+
};
|
|
8892
|
+
shadow: {
|
|
8893
|
+
global: any;
|
|
8894
|
+
};
|
|
8734
8895
|
};
|
|
8735
8896
|
declare const lessTokens: {
|
|
8736
8897
|
global: {
|
|
@@ -8784,6 +8945,12 @@ declare const lessTokens: {
|
|
|
8784
8945
|
global: typeof typographyLessGlobal;
|
|
8785
8946
|
semantic: typeof typographyLessSemantic;
|
|
8786
8947
|
};
|
|
8948
|
+
border: {
|
|
8949
|
+
global: typeof borderLessGlobal;
|
|
8950
|
+
};
|
|
8951
|
+
shadow: {
|
|
8952
|
+
global: typeof shadowLessGlobal;
|
|
8953
|
+
};
|
|
8787
8954
|
};
|
|
8788
8955
|
declare const scssTokens: {
|
|
8789
8956
|
global: {
|
|
@@ -8837,6 +9004,12 @@ declare const scssTokens: {
|
|
|
8837
9004
|
global: typeof typographyScssGlobal;
|
|
8838
9005
|
semantic: typeof typographyScssSemantic;
|
|
8839
9006
|
};
|
|
9007
|
+
border: {
|
|
9008
|
+
global: typeof borderScssGlobal;
|
|
9009
|
+
};
|
|
9010
|
+
shadow: {
|
|
9011
|
+
global: typeof shadowScssGlobal;
|
|
9012
|
+
};
|
|
8840
9013
|
};
|
|
8841
9014
|
declare const tailwindTokens: {
|
|
8842
9015
|
global: {
|
|
@@ -8889,6 +9062,12 @@ declare const tailwindTokens: {
|
|
|
8889
9062
|
typography: {
|
|
8890
9063
|
global: typeof typographyTailwindGlobal;
|
|
8891
9064
|
};
|
|
9065
|
+
border: {
|
|
9066
|
+
global: typeof borderTailwindGlobal;
|
|
9067
|
+
};
|
|
9068
|
+
shadow: {
|
|
9069
|
+
global: typeof shadowTailwindGlobal;
|
|
9070
|
+
};
|
|
8892
9071
|
};
|
|
8893
9072
|
declare const tsTokens: {
|
|
8894
9073
|
global: {
|
|
@@ -8942,6 +9121,12 @@ declare const tsTokens: {
|
|
|
8942
9121
|
global: typeof typographyTsGlobal;
|
|
8943
9122
|
semantic: typeof typographyTsSemantic;
|
|
8944
9123
|
};
|
|
9124
|
+
border: {
|
|
9125
|
+
global: typeof borderTsGlobal;
|
|
9126
|
+
};
|
|
9127
|
+
shadow: {
|
|
9128
|
+
global: typeof shadowTsGlobal;
|
|
9129
|
+
};
|
|
8945
9130
|
};
|
|
8946
9131
|
declare const brand: {
|
|
8947
9132
|
iconDark: {
|
package/dist/index.d.ts
CHANGED
|
@@ -114,6 +114,14 @@ declare namespace typographyCssSemantic {
|
|
|
114
114
|
export { };
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
+
declare namespace borderCssGlobal {
|
|
118
|
+
export { };
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
declare namespace shadowCssGlobal {
|
|
122
|
+
export { };
|
|
123
|
+
}
|
|
124
|
+
|
|
117
125
|
declare const nswGrey$7: {
|
|
118
126
|
50: string;
|
|
119
127
|
100: string;
|
|
@@ -3940,6 +3948,39 @@ declare namespace typographyJsSemantic {
|
|
|
3940
3948
|
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
3949
|
}
|
|
3942
3950
|
|
|
3951
|
+
declare namespace borderWidth$1 {
|
|
3952
|
+
export let thin: string;
|
|
3953
|
+
export let thick: string;
|
|
3954
|
+
export let thicker: string;
|
|
3955
|
+
let _default: string;
|
|
3956
|
+
export { _default as default };
|
|
3957
|
+
}
|
|
3958
|
+
|
|
3959
|
+
declare namespace borderJsGlobal {
|
|
3960
|
+
export { borderWidth$1 as borderWidth };
|
|
3961
|
+
}
|
|
3962
|
+
|
|
3963
|
+
declare namespace boxShadow$1 {
|
|
3964
|
+
let thin: string;
|
|
3965
|
+
let thick: string;
|
|
3966
|
+
let thicker: string;
|
|
3967
|
+
}
|
|
3968
|
+
declare const shadowColor$1: {
|
|
3969
|
+
5: string;
|
|
3970
|
+
10: string;
|
|
3971
|
+
25: string;
|
|
3972
|
+
};
|
|
3973
|
+
declare namespace shadow$1 {
|
|
3974
|
+
let sm: string;
|
|
3975
|
+
let md: string;
|
|
3976
|
+
let lg: string;
|
|
3977
|
+
let xl: string;
|
|
3978
|
+
}
|
|
3979
|
+
|
|
3980
|
+
declare namespace shadowJsGlobal {
|
|
3981
|
+
export { boxShadow$1 as boxShadow, shadow$1 as shadow, shadowColor$1 as shadowColor };
|
|
3982
|
+
}
|
|
3983
|
+
|
|
3943
3984
|
declare namespace globalLessHex {
|
|
3944
3985
|
export { };
|
|
3945
3986
|
}
|
|
@@ -4056,6 +4097,14 @@ declare namespace typographyLessSemantic {
|
|
|
4056
4097
|
export { };
|
|
4057
4098
|
}
|
|
4058
4099
|
|
|
4100
|
+
declare namespace borderLessGlobal {
|
|
4101
|
+
export { };
|
|
4102
|
+
}
|
|
4103
|
+
|
|
4104
|
+
declare namespace shadowLessGlobal {
|
|
4105
|
+
export { };
|
|
4106
|
+
}
|
|
4107
|
+
|
|
4059
4108
|
declare namespace globalScssHex {
|
|
4060
4109
|
export { };
|
|
4061
4110
|
}
|
|
@@ -4172,6 +4221,14 @@ declare namespace typographyScssSemantic {
|
|
|
4172
4221
|
export { };
|
|
4173
4222
|
}
|
|
4174
4223
|
|
|
4224
|
+
declare namespace borderScssGlobal {
|
|
4225
|
+
export { };
|
|
4226
|
+
}
|
|
4227
|
+
|
|
4228
|
+
declare namespace shadowScssGlobal {
|
|
4229
|
+
export { };
|
|
4230
|
+
}
|
|
4231
|
+
|
|
4175
4232
|
declare namespace globalTailwindHex {
|
|
4176
4233
|
export { };
|
|
4177
4234
|
}
|
|
@@ -4284,6 +4341,14 @@ declare namespace typographyTailwindGlobal {
|
|
|
4284
4341
|
export { };
|
|
4285
4342
|
}
|
|
4286
4343
|
|
|
4344
|
+
declare namespace borderTailwindGlobal {
|
|
4345
|
+
export { };
|
|
4346
|
+
}
|
|
4347
|
+
|
|
4348
|
+
declare namespace shadowTailwindGlobal {
|
|
4349
|
+
export { };
|
|
4350
|
+
}
|
|
4351
|
+
|
|
4287
4352
|
declare const nswGrey$3: {
|
|
4288
4353
|
'50': string;
|
|
4289
4354
|
'100': string;
|
|
@@ -8121,6 +8186,42 @@ declare namespace typographyTsSemantic {
|
|
|
8121
8186
|
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
8187
|
}
|
|
8123
8188
|
|
|
8189
|
+
declare const borderWidth: {
|
|
8190
|
+
thin: string;
|
|
8191
|
+
thick: string;
|
|
8192
|
+
thicker: string;
|
|
8193
|
+
default: string;
|
|
8194
|
+
};
|
|
8195
|
+
|
|
8196
|
+
declare const borderTsGlobal_borderWidth: typeof borderWidth;
|
|
8197
|
+
declare namespace borderTsGlobal {
|
|
8198
|
+
export { borderTsGlobal_borderWidth as borderWidth };
|
|
8199
|
+
}
|
|
8200
|
+
|
|
8201
|
+
declare const boxShadow: {
|
|
8202
|
+
thin: string;
|
|
8203
|
+
thick: string;
|
|
8204
|
+
thicker: string;
|
|
8205
|
+
};
|
|
8206
|
+
declare const shadowColor: {
|
|
8207
|
+
'5': string;
|
|
8208
|
+
'10': string;
|
|
8209
|
+
'25': string;
|
|
8210
|
+
};
|
|
8211
|
+
declare const shadow: {
|
|
8212
|
+
sm: string;
|
|
8213
|
+
md: string;
|
|
8214
|
+
lg: string;
|
|
8215
|
+
xl: string;
|
|
8216
|
+
};
|
|
8217
|
+
|
|
8218
|
+
declare const shadowTsGlobal_boxShadow: typeof boxShadow;
|
|
8219
|
+
declare const shadowTsGlobal_shadow: typeof shadow;
|
|
8220
|
+
declare const shadowTsGlobal_shadowColor: typeof shadowColor;
|
|
8221
|
+
declare namespace shadowTsGlobal {
|
|
8222
|
+
export { shadowTsGlobal_boxShadow as boxShadow, shadowTsGlobal_shadow as shadow, shadowTsGlobal_shadowColor as shadowColor };
|
|
8223
|
+
}
|
|
8224
|
+
|
|
8124
8225
|
declare const tokens: {
|
|
8125
8226
|
colors: {
|
|
8126
8227
|
global: {
|
|
@@ -8214,6 +8315,12 @@ declare const tokens: {
|
|
|
8214
8315
|
global: typeof typographyCssGlobal;
|
|
8215
8316
|
semantic: typeof typographyCssSemantic;
|
|
8216
8317
|
};
|
|
8318
|
+
border: {
|
|
8319
|
+
global: typeof borderCssGlobal;
|
|
8320
|
+
};
|
|
8321
|
+
shadow: {
|
|
8322
|
+
global: typeof shadowCssGlobal;
|
|
8323
|
+
};
|
|
8217
8324
|
};
|
|
8218
8325
|
js: {
|
|
8219
8326
|
global: {
|
|
@@ -8267,6 +8374,12 @@ declare const tokens: {
|
|
|
8267
8374
|
global: typeof typographyJsGlobal;
|
|
8268
8375
|
semantic: typeof typographyJsSemantic;
|
|
8269
8376
|
};
|
|
8377
|
+
border: {
|
|
8378
|
+
global: typeof borderJsGlobal;
|
|
8379
|
+
};
|
|
8380
|
+
shadow: {
|
|
8381
|
+
global: typeof shadowJsGlobal;
|
|
8382
|
+
};
|
|
8270
8383
|
};
|
|
8271
8384
|
json: {
|
|
8272
8385
|
global: {
|
|
@@ -8320,6 +8433,12 @@ declare const tokens: {
|
|
|
8320
8433
|
global: any;
|
|
8321
8434
|
semantic: any;
|
|
8322
8435
|
};
|
|
8436
|
+
border: {
|
|
8437
|
+
global: any;
|
|
8438
|
+
};
|
|
8439
|
+
shadow: {
|
|
8440
|
+
global: any;
|
|
8441
|
+
};
|
|
8323
8442
|
};
|
|
8324
8443
|
less: {
|
|
8325
8444
|
global: {
|
|
@@ -8373,6 +8492,12 @@ declare const tokens: {
|
|
|
8373
8492
|
global: typeof typographyLessGlobal;
|
|
8374
8493
|
semantic: typeof typographyLessSemantic;
|
|
8375
8494
|
};
|
|
8495
|
+
border: {
|
|
8496
|
+
global: typeof borderLessGlobal;
|
|
8497
|
+
};
|
|
8498
|
+
shadow: {
|
|
8499
|
+
global: typeof shadowLessGlobal;
|
|
8500
|
+
};
|
|
8376
8501
|
};
|
|
8377
8502
|
scss: {
|
|
8378
8503
|
global: {
|
|
@@ -8426,6 +8551,12 @@ declare const tokens: {
|
|
|
8426
8551
|
global: typeof typographyScssGlobal;
|
|
8427
8552
|
semantic: typeof typographyScssSemantic;
|
|
8428
8553
|
};
|
|
8554
|
+
border: {
|
|
8555
|
+
global: typeof borderScssGlobal;
|
|
8556
|
+
};
|
|
8557
|
+
shadow: {
|
|
8558
|
+
global: typeof shadowScssGlobal;
|
|
8559
|
+
};
|
|
8429
8560
|
};
|
|
8430
8561
|
tailwind: {
|
|
8431
8562
|
global: {
|
|
@@ -8478,6 +8609,12 @@ declare const tokens: {
|
|
|
8478
8609
|
typography: {
|
|
8479
8610
|
global: typeof typographyTailwindGlobal;
|
|
8480
8611
|
};
|
|
8612
|
+
border: {
|
|
8613
|
+
global: typeof borderTailwindGlobal;
|
|
8614
|
+
};
|
|
8615
|
+
shadow: {
|
|
8616
|
+
global: typeof shadowTailwindGlobal;
|
|
8617
|
+
};
|
|
8481
8618
|
};
|
|
8482
8619
|
ts: {
|
|
8483
8620
|
global: {
|
|
@@ -8531,6 +8668,12 @@ declare const tokens: {
|
|
|
8531
8668
|
global: typeof typographyTsGlobal;
|
|
8532
8669
|
semantic: typeof typographyTsSemantic;
|
|
8533
8670
|
};
|
|
8671
|
+
border: {
|
|
8672
|
+
global: typeof borderTsGlobal;
|
|
8673
|
+
};
|
|
8674
|
+
shadow: {
|
|
8675
|
+
global: typeof shadowTsGlobal;
|
|
8676
|
+
};
|
|
8534
8677
|
};
|
|
8535
8678
|
};
|
|
8536
8679
|
declare const colorTokens: {
|
|
@@ -8625,6 +8768,12 @@ declare const cssTokens: {
|
|
|
8625
8768
|
global: typeof typographyCssGlobal;
|
|
8626
8769
|
semantic: typeof typographyCssSemantic;
|
|
8627
8770
|
};
|
|
8771
|
+
border: {
|
|
8772
|
+
global: typeof borderCssGlobal;
|
|
8773
|
+
};
|
|
8774
|
+
shadow: {
|
|
8775
|
+
global: typeof shadowCssGlobal;
|
|
8776
|
+
};
|
|
8628
8777
|
};
|
|
8629
8778
|
declare const jsTokens: {
|
|
8630
8779
|
global: {
|
|
@@ -8678,6 +8827,12 @@ declare const jsTokens: {
|
|
|
8678
8827
|
global: typeof typographyJsGlobal;
|
|
8679
8828
|
semantic: typeof typographyJsSemantic;
|
|
8680
8829
|
};
|
|
8830
|
+
border: {
|
|
8831
|
+
global: typeof borderJsGlobal;
|
|
8832
|
+
};
|
|
8833
|
+
shadow: {
|
|
8834
|
+
global: typeof shadowJsGlobal;
|
|
8835
|
+
};
|
|
8681
8836
|
};
|
|
8682
8837
|
declare const jsonTokens: {
|
|
8683
8838
|
global: {
|
|
@@ -8731,6 +8886,12 @@ declare const jsonTokens: {
|
|
|
8731
8886
|
global: any;
|
|
8732
8887
|
semantic: any;
|
|
8733
8888
|
};
|
|
8889
|
+
border: {
|
|
8890
|
+
global: any;
|
|
8891
|
+
};
|
|
8892
|
+
shadow: {
|
|
8893
|
+
global: any;
|
|
8894
|
+
};
|
|
8734
8895
|
};
|
|
8735
8896
|
declare const lessTokens: {
|
|
8736
8897
|
global: {
|
|
@@ -8784,6 +8945,12 @@ declare const lessTokens: {
|
|
|
8784
8945
|
global: typeof typographyLessGlobal;
|
|
8785
8946
|
semantic: typeof typographyLessSemantic;
|
|
8786
8947
|
};
|
|
8948
|
+
border: {
|
|
8949
|
+
global: typeof borderLessGlobal;
|
|
8950
|
+
};
|
|
8951
|
+
shadow: {
|
|
8952
|
+
global: typeof shadowLessGlobal;
|
|
8953
|
+
};
|
|
8787
8954
|
};
|
|
8788
8955
|
declare const scssTokens: {
|
|
8789
8956
|
global: {
|
|
@@ -8837,6 +9004,12 @@ declare const scssTokens: {
|
|
|
8837
9004
|
global: typeof typographyScssGlobal;
|
|
8838
9005
|
semantic: typeof typographyScssSemantic;
|
|
8839
9006
|
};
|
|
9007
|
+
border: {
|
|
9008
|
+
global: typeof borderScssGlobal;
|
|
9009
|
+
};
|
|
9010
|
+
shadow: {
|
|
9011
|
+
global: typeof shadowScssGlobal;
|
|
9012
|
+
};
|
|
8840
9013
|
};
|
|
8841
9014
|
declare const tailwindTokens: {
|
|
8842
9015
|
global: {
|
|
@@ -8889,6 +9062,12 @@ declare const tailwindTokens: {
|
|
|
8889
9062
|
typography: {
|
|
8890
9063
|
global: typeof typographyTailwindGlobal;
|
|
8891
9064
|
};
|
|
9065
|
+
border: {
|
|
9066
|
+
global: typeof borderTailwindGlobal;
|
|
9067
|
+
};
|
|
9068
|
+
shadow: {
|
|
9069
|
+
global: typeof shadowTailwindGlobal;
|
|
9070
|
+
};
|
|
8892
9071
|
};
|
|
8893
9072
|
declare const tsTokens: {
|
|
8894
9073
|
global: {
|
|
@@ -8942,6 +9121,12 @@ declare const tsTokens: {
|
|
|
8942
9121
|
global: typeof typographyTsGlobal;
|
|
8943
9122
|
semantic: typeof typographyTsSemantic;
|
|
8944
9123
|
};
|
|
9124
|
+
border: {
|
|
9125
|
+
global: typeof borderTsGlobal;
|
|
9126
|
+
};
|
|
9127
|
+
shadow: {
|
|
9128
|
+
global: typeof shadowTsGlobal;
|
|
9129
|
+
};
|
|
8945
9130
|
};
|
|
8946
9131
|
declare const brand: {
|
|
8947
9132
|
iconDark: {
|