@gyldendal/kobber-tokens 11.0.0 → 12.0.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/README.md +4 -0
- package/dist/CHANGELOG.txt +24 -0
- package/dist/k-tokens.css +14 -11
- package/dist/tokens.css +14 -11
- package/dist/tokens.d.ts +31 -26
- package/dist/tokens.js +31 -26
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -201,6 +201,10 @@ When UX team asks you to preview changes on their branch:
|
|
|
201
201
|
|
|
202
202
|
#### For Developers (publishing new version)
|
|
203
203
|
|
|
204
|
+
If you use [Claude Code](https://claude.com/claude-code), run `/release` in the project directory. It automates the entire flow below — merging the PR, building, versioning, publishing, and generating a Slack message.
|
|
205
|
+
|
|
206
|
+
Manually:
|
|
207
|
+
|
|
204
208
|
1. In GitHub, merge the UX team's PR to `main`
|
|
205
209
|
2. Pull latest changes: `git checkout main && git pull`
|
|
206
210
|
3. Build tokens: `npm run build`
|
package/dist/CHANGELOG.txt
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
=== 20.04.2026, 13:12:17 [ac76d6a6] - MAJOR - npm: v12.0.0 ===
|
|
2
|
+
|
|
3
|
+
ADDED
|
|
4
|
+
components-text-heading-text-weight-brand
|
|
5
|
+
components-text-heading-text-weight-reading
|
|
6
|
+
components-text-lead-text-weight-brand
|
|
7
|
+
components-text-title-text-weight-brand
|
|
8
|
+
semantics-typography-weight-bold
|
|
9
|
+
|
|
10
|
+
REMOVED
|
|
11
|
+
components-text-heading-text-weight
|
|
12
|
+
semantics-typography-weight-semibold
|
|
13
|
+
|
|
14
|
+
CHANGED
|
|
15
|
+
components-text-body-text-weight-brand
|
|
16
|
+
components-text-body-text-weight-reading-bold
|
|
17
|
+
components-text-body-text-weight-reading-regular
|
|
18
|
+
components-text-display-extended-text-weight-alt2
|
|
19
|
+
components-text-display-text-weight
|
|
20
|
+
components-text-label-text-weight
|
|
21
|
+
components-text-lead-text-weight-reading-regular
|
|
22
|
+
components-text-title-text-weight-reading-regular
|
|
23
|
+
semantics-typography-weight-book
|
|
24
|
+
|
|
1
25
|
=== 10.04.2026, 10:42:58 [c0b43659] - MAJOR - npm: v11.0.0 ===
|
|
2
26
|
|
|
3
27
|
ADDED
|
package/dist/k-tokens.css
CHANGED
|
@@ -228,8 +228,6 @@
|
|
|
228
228
|
--k-primitives-spread-4: 0.25rem;
|
|
229
229
|
--k-components-quote-module-tone-a-brand: #ffffff;
|
|
230
230
|
--k-components-text-label-text-line-height: auto;
|
|
231
|
-
--k-components-text-heading-text-weight: book;
|
|
232
|
-
--k-components-text-display-text-weight: book;
|
|
233
231
|
--k-universal-hyperlink-text-decoration-hover: underline;
|
|
234
232
|
--k-semantics-typography-regular: regular;
|
|
235
233
|
--k-semantics-typography-book: book;
|
|
@@ -277,16 +275,9 @@
|
|
|
277
275
|
--k-groups-counter-concrete-150: var(--k-primitives-color-concrete-150);
|
|
278
276
|
--k-groups-counter-aubergine-150: var(--k-primitives-color-aubergine-150);
|
|
279
277
|
--k-groups-counter-aubergine-850: var(--k-primitives-color-aubergine-850);
|
|
280
|
-
--k-components-text-label-text-weight: var(--k-semantics-typography-regular);
|
|
281
|
-
--k-components-text-body-text-weight-brand: var(--k-semantics-typography-regular);
|
|
282
|
-
--k-components-text-body-text-weight-reading-regular: var(--k-semantics-typography-regular);
|
|
283
278
|
--k-components-text-body-text-weight-reading-italic: var(--k-semantics-typography-regular-italic);
|
|
284
|
-
--k-components-text-body-text-weight-reading-bold: var(--k-semantics-typography-bold);
|
|
285
|
-
--k-components-text-lead-text-weight-reading-regular: var(--k-semantics-typography-regular);
|
|
286
279
|
--k-components-text-lead-text-weight-reading-italic: var(--k-semantics-typography-regular-italic);
|
|
287
|
-
--k-components-text-title-text-weight-reading-regular: var(--k-semantics-typography-regular);
|
|
288
280
|
--k-components-text-title-text-weight-reading-italic: var(--k-semantics-typography-regular-italic);
|
|
289
|
-
--k-components-text-display-extended-text-weight-alt2: var(--k-semantics-typography-light);
|
|
290
281
|
--k-semantics-typography-font-family-inter: var(--k-primitives-font-family-inter);
|
|
291
282
|
--k-semantics-typography-font-family-lyon-display: var(--k-primitives-font-family-lyon-display);
|
|
292
283
|
--k-semantics-typography-font-family-pp-mori: var(--k-primitives-font-family-pp-mori);
|
|
@@ -319,9 +310,9 @@
|
|
|
319
310
|
--k-semantics-typography-line-height-70: var(--k-primitives-font-line-height-70);
|
|
320
311
|
--k-semantics-typography-indent: var(--k-primitives-size-24);
|
|
321
312
|
--k-semantics-typography-weight-light: var(--k-primitives-font-weight-300);
|
|
322
|
-
--k-semantics-typography-weight-book: var(--k-primitives-font-weight-
|
|
313
|
+
--k-semantics-typography-weight-book: var(--k-primitives-font-weight-300);
|
|
323
314
|
--k-semantics-typography-weight-regular: var(--k-primitives-font-weight-400);
|
|
324
|
-
--k-semantics-typography-weight-
|
|
315
|
+
--k-semantics-typography-weight-bold: var(--k-primitives-font-weight-600);
|
|
325
316
|
--k-semantics-color-identity-brand-carmine-525: var(--k-primitives-color-carmine-525);
|
|
326
317
|
--k-semantics-color-identity-base-aubergine-25: var(--k-primitives-color-aubergine-25);
|
|
327
318
|
--k-semantics-color-identity-base-aubergine-50: var(--k-primitives-color-aubergine-50);
|
|
@@ -919,6 +910,7 @@
|
|
|
919
910
|
--k-components-text-label-text-size-large: var(--k-semantics-typography-size-16);
|
|
920
911
|
--k-components-text-label-text-size-small: var(--k-semantics-typography-size-12);
|
|
921
912
|
--k-components-text-label-text-font: var(--k-semantics-typography-font-family-pp-mori);
|
|
913
|
+
--k-components-text-label-text-weight: var(--k-semantics-typography-weight-regular);
|
|
922
914
|
--k-components-text-body-text-size-small: var(--k-semantics-typography-size-14);
|
|
923
915
|
--k-components-text-body-text-size-medium: var(--k-semantics-typography-size-16);
|
|
924
916
|
--k-components-text-body-text-size-large: var(--k-semantics-typography-size-18);
|
|
@@ -936,6 +928,9 @@
|
|
|
936
928
|
--k-components-text-body-text-line-height-brand-small-long: var(--k-semantics-typography-line-height-25);
|
|
937
929
|
--k-components-text-body-text-font-reading: var(--k-semantics-typography-font-family-inter);
|
|
938
930
|
--k-components-text-body-text-font-brand: var(--k-semantics-typography-font-family-pp-mori);
|
|
931
|
+
--k-components-text-body-text-weight-reading-regular: var(--k-semantics-typography-weight-regular);
|
|
932
|
+
--k-components-text-body-text-weight-reading-bold: var(--k-semantics-typography-weight-bold);
|
|
933
|
+
--k-components-text-body-text-weight-brand: var(--k-semantics-typography-weight-regular);
|
|
939
934
|
--k-components-text-heading-text-line-height-brand-large: var(--k-semantics-typography-line-height-60);
|
|
940
935
|
--k-components-text-heading-text-line-height-brand-medium: var(--k-semantics-typography-line-height-50);
|
|
941
936
|
--k-components-text-heading-text-line-height-reading-medium: var(--k-semantics-typography-line-height-40);
|
|
@@ -944,10 +939,14 @@
|
|
|
944
939
|
--k-components-text-heading-text-font-brand: var(--k-semantics-typography-font-family-pp-mori);
|
|
945
940
|
--k-components-text-heading-text-size-large: var(--k-semantics-typography-size-40);
|
|
946
941
|
--k-components-text-heading-text-size-medium: var(--k-semantics-typography-size-32);
|
|
942
|
+
--k-components-text-heading-text-weight-brand: var(--k-semantics-typography-weight-book);
|
|
943
|
+
--k-components-text-heading-text-weight-reading: var(--k-semantics-typography-weight-light);
|
|
947
944
|
--k-components-text-lead-text-font-reading: var(--k-semantics-typography-font-family-inter);
|
|
948
945
|
--k-components-text-lead-text-font-brand: var(--k-semantics-typography-font-family-pp-mori);
|
|
949
946
|
--k-components-text-lead-text-line-height: var(--k-semantics-typography-line-height-28);
|
|
950
947
|
--k-components-text-lead-text-size: var(--k-semantics-typography-size-20);
|
|
948
|
+
--k-components-text-lead-text-weight-reading-regular: var(--k-semantics-typography-weight-regular);
|
|
949
|
+
--k-components-text-lead-text-weight-brand: var(--k-semantics-typography-weight-regular);
|
|
951
950
|
--k-components-text-title-text-line-height-brand-large: var(--k-semantics-typography-line-height-30);
|
|
952
951
|
--k-components-text-title-text-line-height-brand-medium: var(--k-semantics-typography-line-height-28);
|
|
953
952
|
--k-components-text-title-text-line-height-reading-medium: var(--k-semantics-typography-line-height-26);
|
|
@@ -956,13 +955,17 @@
|
|
|
956
955
|
--k-components-text-title-text-font-brand: var(--k-semantics-typography-font-family-pp-mori);
|
|
957
956
|
--k-components-text-title-text-size-large: var(--k-semantics-typography-size-24);
|
|
958
957
|
--k-components-text-title-text-size-medium: var(--k-semantics-typography-size-20);
|
|
958
|
+
--k-components-text-title-text-weight-reading-regular: var(--k-semantics-typography-weight-regular);
|
|
959
|
+
--k-components-text-title-text-weight-brand: var(--k-semantics-typography-weight-regular);
|
|
959
960
|
--k-components-text-display-size-medium: var(--k-semantics-typography-size-48);
|
|
960
961
|
--k-components-text-display-size-large: var(--k-semantics-typography-size-56);
|
|
961
962
|
--k-components-text-display-text-font: var(--k-semantics-typography-font-family-pp-mori);
|
|
962
963
|
--k-components-text-display-text-line-height-medium: var(--k-semantics-typography-line-height-60);
|
|
963
964
|
--k-components-text-display-text-line-height-large: var(--k-semantics-typography-line-height-70);
|
|
965
|
+
--k-components-text-display-text-weight: var(--k-semantics-typography-weight-book);
|
|
964
966
|
--k-components-text-display-extended-text-font-alt2: var(--k-semantics-typography-font-family-lyon-display);
|
|
965
967
|
--k-components-text-display-extended-text-font-alt1: var(--k-semantics-typography-font-family-pp-mori);
|
|
968
|
+
--k-components-text-display-extended-text-weight-alt2: var(--k-semantics-typography-weight-light);
|
|
966
969
|
--k-components-text-display-padding-bottom: var(--k-semantics-layout-element-space-xsmall);
|
|
967
970
|
--k-components-counter-background-color-neutral: var(--k-groups-counter-concrete-150);
|
|
968
971
|
--k-components-counter-background-color-brand-tone-a: var(--k-groups-counter-aubergine-150);
|
package/dist/tokens.css
CHANGED
|
@@ -228,8 +228,6 @@
|
|
|
228
228
|
--kobber-primitives-spread-4: 0.25rem;
|
|
229
229
|
--kobber-components-quote-module-tone-a-brand: #ffffff;
|
|
230
230
|
--kobber-components-text-label-text-line-height: auto;
|
|
231
|
-
--kobber-components-text-heading-text-weight: book;
|
|
232
|
-
--kobber-components-text-display-text-weight: book;
|
|
233
231
|
--kobber-universal-hyperlink-text-decoration-hover: underline;
|
|
234
232
|
--kobber-semantics-typography-regular: regular;
|
|
235
233
|
--kobber-semantics-typography-book: book;
|
|
@@ -277,16 +275,9 @@
|
|
|
277
275
|
--kobber-groups-counter-concrete-150: var(--kobber-primitives-color-concrete-150);
|
|
278
276
|
--kobber-groups-counter-aubergine-150: var(--kobber-primitives-color-aubergine-150);
|
|
279
277
|
--kobber-groups-counter-aubergine-850: var(--kobber-primitives-color-aubergine-850);
|
|
280
|
-
--kobber-components-text-label-text-weight: var(--kobber-semantics-typography-regular);
|
|
281
|
-
--kobber-components-text-body-text-weight-brand: var(--kobber-semantics-typography-regular);
|
|
282
|
-
--kobber-components-text-body-text-weight-reading-regular: var(--kobber-semantics-typography-regular);
|
|
283
278
|
--kobber-components-text-body-text-weight-reading-italic: var(--kobber-semantics-typography-regular-italic);
|
|
284
|
-
--kobber-components-text-body-text-weight-reading-bold: var(--kobber-semantics-typography-bold);
|
|
285
|
-
--kobber-components-text-lead-text-weight-reading-regular: var(--kobber-semantics-typography-regular);
|
|
286
279
|
--kobber-components-text-lead-text-weight-reading-italic: var(--kobber-semantics-typography-regular-italic);
|
|
287
|
-
--kobber-components-text-title-text-weight-reading-regular: var(--kobber-semantics-typography-regular);
|
|
288
280
|
--kobber-components-text-title-text-weight-reading-italic: var(--kobber-semantics-typography-regular-italic);
|
|
289
|
-
--kobber-components-text-display-extended-text-weight-alt2: var(--kobber-semantics-typography-light);
|
|
290
281
|
--kobber-semantics-typography-font-family-inter: var(--kobber-primitives-font-family-inter);
|
|
291
282
|
--kobber-semantics-typography-font-family-lyon-display: var(--kobber-primitives-font-family-lyon-display);
|
|
292
283
|
--kobber-semantics-typography-font-family-pp-mori: var(--kobber-primitives-font-family-pp-mori);
|
|
@@ -319,9 +310,9 @@
|
|
|
319
310
|
--kobber-semantics-typography-line-height-70: var(--kobber-primitives-font-line-height-70);
|
|
320
311
|
--kobber-semantics-typography-indent: var(--kobber-primitives-size-24);
|
|
321
312
|
--kobber-semantics-typography-weight-light: var(--kobber-primitives-font-weight-300);
|
|
322
|
-
--kobber-semantics-typography-weight-book: var(--kobber-primitives-font-weight-
|
|
313
|
+
--kobber-semantics-typography-weight-book: var(--kobber-primitives-font-weight-300);
|
|
323
314
|
--kobber-semantics-typography-weight-regular: var(--kobber-primitives-font-weight-400);
|
|
324
|
-
--kobber-semantics-typography-weight-
|
|
315
|
+
--kobber-semantics-typography-weight-bold: var(--kobber-primitives-font-weight-600);
|
|
325
316
|
--kobber-semantics-color-identity-brand-carmine-525: var(--kobber-primitives-color-carmine-525);
|
|
326
317
|
--kobber-semantics-color-identity-base-aubergine-25: var(--kobber-primitives-color-aubergine-25);
|
|
327
318
|
--kobber-semantics-color-identity-base-aubergine-50: var(--kobber-primitives-color-aubergine-50);
|
|
@@ -919,6 +910,7 @@
|
|
|
919
910
|
--kobber-components-text-label-text-size-large: var(--kobber-semantics-typography-size-16);
|
|
920
911
|
--kobber-components-text-label-text-size-small: var(--kobber-semantics-typography-size-12);
|
|
921
912
|
--kobber-components-text-label-text-font: var(--kobber-semantics-typography-font-family-pp-mori);
|
|
913
|
+
--kobber-components-text-label-text-weight: var(--kobber-semantics-typography-weight-regular);
|
|
922
914
|
--kobber-components-text-body-text-size-small: var(--kobber-semantics-typography-size-14);
|
|
923
915
|
--kobber-components-text-body-text-size-medium: var(--kobber-semantics-typography-size-16);
|
|
924
916
|
--kobber-components-text-body-text-size-large: var(--kobber-semantics-typography-size-18);
|
|
@@ -936,6 +928,9 @@
|
|
|
936
928
|
--kobber-components-text-body-text-line-height-brand-small-long: var(--kobber-semantics-typography-line-height-25);
|
|
937
929
|
--kobber-components-text-body-text-font-reading: var(--kobber-semantics-typography-font-family-inter);
|
|
938
930
|
--kobber-components-text-body-text-font-brand: var(--kobber-semantics-typography-font-family-pp-mori);
|
|
931
|
+
--kobber-components-text-body-text-weight-reading-regular: var(--kobber-semantics-typography-weight-regular);
|
|
932
|
+
--kobber-components-text-body-text-weight-reading-bold: var(--kobber-semantics-typography-weight-bold);
|
|
933
|
+
--kobber-components-text-body-text-weight-brand: var(--kobber-semantics-typography-weight-regular);
|
|
939
934
|
--kobber-components-text-heading-text-line-height-brand-large: var(--kobber-semantics-typography-line-height-60);
|
|
940
935
|
--kobber-components-text-heading-text-line-height-brand-medium: var(--kobber-semantics-typography-line-height-50);
|
|
941
936
|
--kobber-components-text-heading-text-line-height-reading-medium: var(--kobber-semantics-typography-line-height-40);
|
|
@@ -944,10 +939,14 @@
|
|
|
944
939
|
--kobber-components-text-heading-text-font-brand: var(--kobber-semantics-typography-font-family-pp-mori);
|
|
945
940
|
--kobber-components-text-heading-text-size-large: var(--kobber-semantics-typography-size-40);
|
|
946
941
|
--kobber-components-text-heading-text-size-medium: var(--kobber-semantics-typography-size-32);
|
|
942
|
+
--kobber-components-text-heading-text-weight-brand: var(--kobber-semantics-typography-weight-book);
|
|
943
|
+
--kobber-components-text-heading-text-weight-reading: var(--kobber-semantics-typography-weight-light);
|
|
947
944
|
--kobber-components-text-lead-text-font-reading: var(--kobber-semantics-typography-font-family-inter);
|
|
948
945
|
--kobber-components-text-lead-text-font-brand: var(--kobber-semantics-typography-font-family-pp-mori);
|
|
949
946
|
--kobber-components-text-lead-text-line-height: var(--kobber-semantics-typography-line-height-28);
|
|
950
947
|
--kobber-components-text-lead-text-size: var(--kobber-semantics-typography-size-20);
|
|
948
|
+
--kobber-components-text-lead-text-weight-reading-regular: var(--kobber-semantics-typography-weight-regular);
|
|
949
|
+
--kobber-components-text-lead-text-weight-brand: var(--kobber-semantics-typography-weight-regular);
|
|
951
950
|
--kobber-components-text-title-text-line-height-brand-large: var(--kobber-semantics-typography-line-height-30);
|
|
952
951
|
--kobber-components-text-title-text-line-height-brand-medium: var(--kobber-semantics-typography-line-height-28);
|
|
953
952
|
--kobber-components-text-title-text-line-height-reading-medium: var(--kobber-semantics-typography-line-height-26);
|
|
@@ -956,13 +955,17 @@
|
|
|
956
955
|
--kobber-components-text-title-text-font-brand: var(--kobber-semantics-typography-font-family-pp-mori);
|
|
957
956
|
--kobber-components-text-title-text-size-large: var(--kobber-semantics-typography-size-24);
|
|
958
957
|
--kobber-components-text-title-text-size-medium: var(--kobber-semantics-typography-size-20);
|
|
958
|
+
--kobber-components-text-title-text-weight-reading-regular: var(--kobber-semantics-typography-weight-regular);
|
|
959
|
+
--kobber-components-text-title-text-weight-brand: var(--kobber-semantics-typography-weight-regular);
|
|
959
960
|
--kobber-components-text-display-size-medium: var(--kobber-semantics-typography-size-48);
|
|
960
961
|
--kobber-components-text-display-size-large: var(--kobber-semantics-typography-size-56);
|
|
961
962
|
--kobber-components-text-display-text-font: var(--kobber-semantics-typography-font-family-pp-mori);
|
|
962
963
|
--kobber-components-text-display-text-line-height-medium: var(--kobber-semantics-typography-line-height-60);
|
|
963
964
|
--kobber-components-text-display-text-line-height-large: var(--kobber-semantics-typography-line-height-70);
|
|
965
|
+
--kobber-components-text-display-text-weight: var(--kobber-semantics-typography-weight-book);
|
|
964
966
|
--kobber-components-text-display-extended-text-font-alt2: var(--kobber-semantics-typography-font-family-lyon-display);
|
|
965
967
|
--kobber-components-text-display-extended-text-font-alt1: var(--kobber-semantics-typography-font-family-pp-mori);
|
|
968
|
+
--kobber-components-text-display-extended-text-weight-alt2: var(--kobber-semantics-typography-weight-light);
|
|
966
969
|
--kobber-components-text-display-padding-bottom: var(--kobber-semantics-layout-element-space-xsmall);
|
|
967
970
|
--kobber-components-counter-background-color-neutral: var(--kobber-groups-counter-concrete-150);
|
|
968
971
|
--kobber-components-counter-background-color-brand-tone-a: var(--kobber-groups-counter-aubergine-150);
|
package/dist/tokens.d.ts
CHANGED
|
@@ -2853,8 +2853,8 @@ export const components: {
|
|
|
2853
2853
|
"small": 12
|
|
2854
2854
|
},
|
|
2855
2855
|
"lineHeight": "auto",
|
|
2856
|
-
"
|
|
2857
|
-
"
|
|
2856
|
+
"font": "pp-mori",
|
|
2857
|
+
"weight": 400
|
|
2858
2858
|
}
|
|
2859
2859
|
},
|
|
2860
2860
|
"textBody": {
|
|
@@ -2949,12 +2949,12 @@ export const components: {
|
|
|
2949
2949
|
"brand": "pp-mori"
|
|
2950
2950
|
},
|
|
2951
2951
|
"weight": {
|
|
2952
|
-
"brand": "regular",
|
|
2953
2952
|
"reading": {
|
|
2954
|
-
"regular": "regular",
|
|
2955
2953
|
"italic": "italic",
|
|
2956
|
-
"
|
|
2957
|
-
|
|
2954
|
+
"regular": 400,
|
|
2955
|
+
"bold": 600
|
|
2956
|
+
},
|
|
2957
|
+
"brand": 400
|
|
2958
2958
|
}
|
|
2959
2959
|
}
|
|
2960
2960
|
},
|
|
@@ -3008,10 +3008,13 @@ export const components: {
|
|
|
3008
3008
|
"toneA": "#333a41"
|
|
3009
3009
|
}
|
|
3010
3010
|
},
|
|
3011
|
-
"weight": "book",
|
|
3012
3011
|
"size": {
|
|
3013
3012
|
"large": 40,
|
|
3014
3013
|
"medium": 32
|
|
3014
|
+
},
|
|
3015
|
+
"weight": {
|
|
3016
|
+
"brand": 300,
|
|
3017
|
+
"reading": 300
|
|
3015
3018
|
}
|
|
3016
3019
|
}
|
|
3017
3020
|
},
|
|
@@ -3055,14 +3058,15 @@ export const components: {
|
|
|
3055
3058
|
"reading": "inter",
|
|
3056
3059
|
"brand": "pp-mori"
|
|
3057
3060
|
},
|
|
3061
|
+
"lineHeight": 28,
|
|
3062
|
+
"size": 20,
|
|
3058
3063
|
"weight": {
|
|
3059
3064
|
"reading": {
|
|
3060
|
-
"
|
|
3061
|
-
"
|
|
3062
|
-
}
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
"size": 20
|
|
3065
|
+
"italic": "italic",
|
|
3066
|
+
"regular": 400
|
|
3067
|
+
},
|
|
3068
|
+
"brand": 400
|
|
3069
|
+
}
|
|
3066
3070
|
}
|
|
3067
3071
|
},
|
|
3068
3072
|
"textTitle": {
|
|
@@ -3127,15 +3131,16 @@ export const components: {
|
|
|
3127
3131
|
"toneB": "#eceef1"
|
|
3128
3132
|
}
|
|
3129
3133
|
},
|
|
3130
|
-
"weight": {
|
|
3131
|
-
"reading": {
|
|
3132
|
-
"regular": "regular",
|
|
3133
|
-
"italic": "italic"
|
|
3134
|
-
}
|
|
3135
|
-
},
|
|
3136
3134
|
"size": {
|
|
3137
3135
|
"large": 24,
|
|
3138
3136
|
"medium": 20
|
|
3137
|
+
},
|
|
3138
|
+
"weight": {
|
|
3139
|
+
"reading": {
|
|
3140
|
+
"italic": "italic",
|
|
3141
|
+
"regular": 400
|
|
3142
|
+
},
|
|
3143
|
+
"brand": 400
|
|
3139
3144
|
}
|
|
3140
3145
|
}
|
|
3141
3146
|
},
|
|
@@ -3146,22 +3151,22 @@ export const components: {
|
|
|
3146
3151
|
},
|
|
3147
3152
|
"text": {
|
|
3148
3153
|
"color": "#691837",
|
|
3149
|
-
"weight": "book",
|
|
3150
3154
|
"font": "pp-mori",
|
|
3151
3155
|
"lineHeight": {
|
|
3152
3156
|
"medium": 60,
|
|
3153
3157
|
"large": 70
|
|
3154
|
-
}
|
|
3158
|
+
},
|
|
3159
|
+
"weight": 300
|
|
3155
3160
|
},
|
|
3156
3161
|
"extended": {
|
|
3157
3162
|
"text": {
|
|
3158
3163
|
"color": "#dc134f",
|
|
3159
|
-
"weight": {
|
|
3160
|
-
"alt2": "light"
|
|
3161
|
-
},
|
|
3162
3164
|
"font": {
|
|
3163
3165
|
"alt2": "lyon-display",
|
|
3164
3166
|
"alt1": "pp-mori"
|
|
3167
|
+
},
|
|
3168
|
+
"weight": {
|
|
3169
|
+
"alt2": 300
|
|
3165
3170
|
}
|
|
3166
3171
|
}
|
|
3167
3172
|
},
|
|
@@ -3707,9 +3712,9 @@ export const semantics: {
|
|
|
3707
3712
|
"bold": "semibold",
|
|
3708
3713
|
"weight": {
|
|
3709
3714
|
"light": 300,
|
|
3710
|
-
"book":
|
|
3715
|
+
"book": 300,
|
|
3711
3716
|
"regular": 400,
|
|
3712
|
-
"
|
|
3717
|
+
"bold": 600
|
|
3713
3718
|
}
|
|
3714
3719
|
},
|
|
3715
3720
|
"color": {
|
package/dist/tokens.js
CHANGED
|
@@ -2852,8 +2852,8 @@ export const components = {
|
|
|
2852
2852
|
"small": 12
|
|
2853
2853
|
},
|
|
2854
2854
|
"lineHeight": "auto",
|
|
2855
|
-
"
|
|
2856
|
-
"
|
|
2855
|
+
"font": "pp-mori",
|
|
2856
|
+
"weight": 400
|
|
2857
2857
|
}
|
|
2858
2858
|
},
|
|
2859
2859
|
"textBody": {
|
|
@@ -2948,12 +2948,12 @@ export const components = {
|
|
|
2948
2948
|
"brand": "pp-mori"
|
|
2949
2949
|
},
|
|
2950
2950
|
"weight": {
|
|
2951
|
-
"brand": "regular",
|
|
2952
2951
|
"reading": {
|
|
2953
|
-
"regular": "regular",
|
|
2954
2952
|
"italic": "italic",
|
|
2955
|
-
"
|
|
2956
|
-
|
|
2953
|
+
"regular": 400,
|
|
2954
|
+
"bold": 600
|
|
2955
|
+
},
|
|
2956
|
+
"brand": 400
|
|
2957
2957
|
}
|
|
2958
2958
|
}
|
|
2959
2959
|
},
|
|
@@ -3007,10 +3007,13 @@ export const components = {
|
|
|
3007
3007
|
"toneA": "#333a41"
|
|
3008
3008
|
}
|
|
3009
3009
|
},
|
|
3010
|
-
"weight": "book",
|
|
3011
3010
|
"size": {
|
|
3012
3011
|
"large": 40,
|
|
3013
3012
|
"medium": 32
|
|
3013
|
+
},
|
|
3014
|
+
"weight": {
|
|
3015
|
+
"brand": 300,
|
|
3016
|
+
"reading": 300
|
|
3014
3017
|
}
|
|
3015
3018
|
}
|
|
3016
3019
|
},
|
|
@@ -3054,14 +3057,15 @@ export const components = {
|
|
|
3054
3057
|
"reading": "inter",
|
|
3055
3058
|
"brand": "pp-mori"
|
|
3056
3059
|
},
|
|
3060
|
+
"lineHeight": 28,
|
|
3061
|
+
"size": 20,
|
|
3057
3062
|
"weight": {
|
|
3058
3063
|
"reading": {
|
|
3059
|
-
"
|
|
3060
|
-
"
|
|
3061
|
-
}
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
"size": 20
|
|
3064
|
+
"italic": "italic",
|
|
3065
|
+
"regular": 400
|
|
3066
|
+
},
|
|
3067
|
+
"brand": 400
|
|
3068
|
+
}
|
|
3065
3069
|
}
|
|
3066
3070
|
},
|
|
3067
3071
|
"textTitle": {
|
|
@@ -3126,15 +3130,16 @@ export const components = {
|
|
|
3126
3130
|
"toneB": "#eceef1"
|
|
3127
3131
|
}
|
|
3128
3132
|
},
|
|
3129
|
-
"weight": {
|
|
3130
|
-
"reading": {
|
|
3131
|
-
"regular": "regular",
|
|
3132
|
-
"italic": "italic"
|
|
3133
|
-
}
|
|
3134
|
-
},
|
|
3135
3133
|
"size": {
|
|
3136
3134
|
"large": 24,
|
|
3137
3135
|
"medium": 20
|
|
3136
|
+
},
|
|
3137
|
+
"weight": {
|
|
3138
|
+
"reading": {
|
|
3139
|
+
"italic": "italic",
|
|
3140
|
+
"regular": 400
|
|
3141
|
+
},
|
|
3142
|
+
"brand": 400
|
|
3138
3143
|
}
|
|
3139
3144
|
}
|
|
3140
3145
|
},
|
|
@@ -3145,22 +3150,22 @@ export const components = {
|
|
|
3145
3150
|
},
|
|
3146
3151
|
"text": {
|
|
3147
3152
|
"color": "#691837",
|
|
3148
|
-
"weight": "book",
|
|
3149
3153
|
"font": "pp-mori",
|
|
3150
3154
|
"lineHeight": {
|
|
3151
3155
|
"medium": 60,
|
|
3152
3156
|
"large": 70
|
|
3153
|
-
}
|
|
3157
|
+
},
|
|
3158
|
+
"weight": 300
|
|
3154
3159
|
},
|
|
3155
3160
|
"extended": {
|
|
3156
3161
|
"text": {
|
|
3157
3162
|
"color": "#dc134f",
|
|
3158
|
-
"weight": {
|
|
3159
|
-
"alt2": "light"
|
|
3160
|
-
},
|
|
3161
3163
|
"font": {
|
|
3162
3164
|
"alt2": "lyon-display",
|
|
3163
3165
|
"alt1": "pp-mori"
|
|
3166
|
+
},
|
|
3167
|
+
"weight": {
|
|
3168
|
+
"alt2": 300
|
|
3164
3169
|
}
|
|
3165
3170
|
}
|
|
3166
3171
|
},
|
|
@@ -3706,9 +3711,9 @@ export const semantics = {
|
|
|
3706
3711
|
"bold": "semibold",
|
|
3707
3712
|
"weight": {
|
|
3708
3713
|
"light": 300,
|
|
3709
|
-
"book":
|
|
3714
|
+
"book": 300,
|
|
3710
3715
|
"regular": 400,
|
|
3711
|
-
"
|
|
3716
|
+
"bold": 600
|
|
3712
3717
|
}
|
|
3713
3718
|
},
|
|
3714
3719
|
"color": {
|