@sumup-oss/design-tokens 8.1.0 → 8.2.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/dark.css +1 -0
- package/dist/cjs/themes/schema.d.ts +4 -0
- package/dist/cjs/themes/schema.js +1 -0
- package/dist/cjs/themes/shared.d.ts +4 -0
- package/dist/cjs/themes/shared.js +5 -0
- package/dist/es/themes/schema.d.ts +4 -0
- package/dist/es/themes/schema.js +1 -0
- package/dist/es/themes/shared.d.ts +4 -0
- package/dist/es/themes/shared.js +5 -0
- package/dynamic.css +1 -0
- package/light.css +1 -0
- package/package.json +1 -1
package/dark.css
CHANGED
|
@@ -788,6 +788,10 @@ export declare const schema: ({
|
|
|
788
788
|
name: "--cui-letter-spacing";
|
|
789
789
|
type: "dimension";
|
|
790
790
|
deprecation?: undefined;
|
|
791
|
+
} | {
|
|
792
|
+
name: "--cui-letter-spacing-tight";
|
|
793
|
+
type: "dimension";
|
|
794
|
+
deprecation?: undefined;
|
|
791
795
|
} | {
|
|
792
796
|
name: "--cui-typography-headline-one-font-size";
|
|
793
797
|
type: "dimension";
|
|
@@ -237,6 +237,7 @@ exports.schema = [
|
|
|
237
237
|
{ name: '--cui-numeral-s-font-size', type: 'dimension' },
|
|
238
238
|
{ name: '--cui-numeral-s-line-height', type: 'dimension' },
|
|
239
239
|
{ name: '--cui-letter-spacing', type: 'dimension' },
|
|
240
|
+
{ name: '--cui-letter-spacing-tight', type: 'dimension' },
|
|
240
241
|
/* eslint-disable @sumup-oss/circuit-ui/no-deprecated-custom-properties */
|
|
241
242
|
{
|
|
242
243
|
name: '--cui-typography-headline-one-font-size',
|
|
@@ -68,6 +68,10 @@ export declare const shared: ({
|
|
|
68
68
|
name: "--cui-letter-spacing";
|
|
69
69
|
value: "-0.01375rem";
|
|
70
70
|
type: "dimension";
|
|
71
|
+
} | {
|
|
72
|
+
name: "--cui-letter-spacing-tight";
|
|
73
|
+
value: "-0.08rem";
|
|
74
|
+
type: "dimension";
|
|
71
75
|
} | {
|
|
72
76
|
name: "--cui-icon-sizes-kilo";
|
|
73
77
|
value: "16px";
|
|
@@ -788,6 +788,10 @@ export declare const schema: ({
|
|
|
788
788
|
name: "--cui-letter-spacing";
|
|
789
789
|
type: "dimension";
|
|
790
790
|
deprecation?: undefined;
|
|
791
|
+
} | {
|
|
792
|
+
name: "--cui-letter-spacing-tight";
|
|
793
|
+
type: "dimension";
|
|
794
|
+
deprecation?: undefined;
|
|
791
795
|
} | {
|
|
792
796
|
name: "--cui-typography-headline-one-font-size";
|
|
793
797
|
type: "dimension";
|
package/dist/es/themes/schema.js
CHANGED
|
@@ -234,6 +234,7 @@ export const schema = [
|
|
|
234
234
|
{ name: '--cui-numeral-s-font-size', type: 'dimension' },
|
|
235
235
|
{ name: '--cui-numeral-s-line-height', type: 'dimension' },
|
|
236
236
|
{ name: '--cui-letter-spacing', type: 'dimension' },
|
|
237
|
+
{ name: '--cui-letter-spacing-tight', type: 'dimension' },
|
|
237
238
|
/* eslint-disable @sumup-oss/circuit-ui/no-deprecated-custom-properties */
|
|
238
239
|
{
|
|
239
240
|
name: '--cui-typography-headline-one-font-size',
|
|
@@ -68,6 +68,10 @@ export declare const shared: ({
|
|
|
68
68
|
name: "--cui-letter-spacing";
|
|
69
69
|
value: "-0.01375rem";
|
|
70
70
|
type: "dimension";
|
|
71
|
+
} | {
|
|
72
|
+
name: "--cui-letter-spacing-tight";
|
|
73
|
+
value: "-0.08rem";
|
|
74
|
+
type: "dimension";
|
|
71
75
|
} | {
|
|
72
76
|
name: "--cui-icon-sizes-kilo";
|
|
73
77
|
value: "16px";
|
package/dist/es/themes/shared.js
CHANGED
package/dynamic.css
CHANGED
package/light.css
CHANGED
package/package.json
CHANGED