@depersgroep/lfvp-design-tokens 0.301.0 → 0.303.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depersgroep/lfvp-design-tokens",
3
- "version": "0.301.0",
3
+ "version": "0.303.0",
4
4
  "description": "Figma design tokens for LFVP",
5
5
  "repository": {
6
6
  "type": "git",
@@ -2390,47 +2390,47 @@
2390
2390
  "name": "small",
2391
2391
  "$figmaStyleReferences": {},
2392
2392
  "selectedTokenSets": {
2393
- "screen/small": "source"
2393
+ "screen/small": "enabled"
2394
2394
  },
2395
- "group": "Screen",
2396
2395
  "$figmaVariableReferences": {},
2397
2396
  "$figmaCollectionId": "VariableCollectionId:2530:5837",
2398
- "$figmaModeId": "2530:0"
2397
+ "$figmaModeId": "2530:0",
2398
+ "group": "Screen"
2399
2399
  },
2400
2400
  {
2401
2401
  "id": "410c5953d8b288cd42fd33fdf23b48bc2d6dbec5",
2402
2402
  "name": "medium",
2403
2403
  "$figmaStyleReferences": {},
2404
2404
  "selectedTokenSets": {
2405
- "screen/medium": "source"
2405
+ "screen/medium": "enabled"
2406
2406
  },
2407
- "group": "Screen",
2408
2407
  "$figmaVariableReferences": {},
2409
2408
  "$figmaCollectionId": "VariableCollectionId:2530:5837",
2410
- "$figmaModeId": "2530:1"
2409
+ "$figmaModeId": "2530:1",
2410
+ "group": "Screen"
2411
2411
  },
2412
2412
  {
2413
2413
  "id": "54079bf143f42a0fbad9d39a47cb6d181059356b",
2414
2414
  "name": "large",
2415
2415
  "$figmaStyleReferences": {},
2416
2416
  "selectedTokenSets": {
2417
- "screen/large": "source"
2417
+ "screen/large": "enabled"
2418
2418
  },
2419
- "group": "Screen",
2420
2419
  "$figmaVariableReferences": {},
2421
2420
  "$figmaCollectionId": "VariableCollectionId:2530:5837",
2422
- "$figmaModeId": "2530:2"
2421
+ "$figmaModeId": "2530:2",
2422
+ "group": "Screen"
2423
2423
  },
2424
2424
  {
2425
2425
  "id": "6d0a143a31fdc60e2d13a2db96aabe7cd05b05f9",
2426
2426
  "name": "tv",
2427
2427
  "$figmaStyleReferences": {},
2428
2428
  "selectedTokenSets": {
2429
- "screen/tv": "source"
2429
+ "screen/tv": "enabled"
2430
2430
  },
2431
- "group": "Screen",
2432
2431
  "$figmaVariableReferences": {},
2433
2432
  "$figmaCollectionId": "VariableCollectionId:2530:5837",
2434
- "$figmaModeId": "2530:3"
2433
+ "$figmaModeId": "2530:3",
2434
+ "group": "Screen"
2435
2435
  }
2436
2436
  ]
@@ -47,6 +47,22 @@
47
47
  "white": {
48
48
  "value": "#ffffff",
49
49
  "type": "color"
50
+ },
51
+ "fade1": {
52
+ "value": "{core.color.darkAlpha.95}",
53
+ "type": "color"
54
+ },
55
+ "fade2": {
56
+ "value": "{core.color.darkAlpha.60}",
57
+ "type": "color"
58
+ },
59
+ "fade3": {
60
+ "value": "{core.color.darkAlpha.30}",
61
+ "type": "color"
62
+ },
63
+ "fade4": {
64
+ "value": "{core.color.softAlpha.15}",
65
+ "type": "color"
50
66
  }
51
67
  },
52
68
  "gradient": {
@@ -93,6 +109,10 @@
93
109
  "subtle": {
94
110
  "value": "{core.color.neutrals.80}",
95
111
  "type": "color"
112
+ },
113
+ "highlight": {
114
+ "value": "{base.colorSet.default.highlight}",
115
+ "type": "color"
96
116
  }
97
117
  }
98
118
  }
@@ -117,7 +117,7 @@
117
117
  "value": {
118
118
  "fontFamily": "{base.primaryFont}",
119
119
  "lineHeight": "{core.lineHeight.140}",
120
- "fontSize": "{core.fontSize.12}*{scale.text}",
120
+ "fontSize": "{core.fontSize.13}*{scale.text}",
121
121
  "fontWeight": "{base.fontWeight.default}"
122
122
  },
123
123
  "type": "typography"
@@ -164,7 +164,7 @@
164
164
  "value": {
165
165
  "fontFamily": "{base.primaryFont}",
166
166
  "lineHeight": "{core.lineHeight.140}",
167
- "fontSize": "{core.fontSize.12}*{scale.text}",
167
+ "fontSize": "{core.fontSize.13} *{scale.text}",
168
168
  "fontWeight": "{base.fontWeight.bold}"
169
169
  },
170
170
  "type": "typography"
@@ -438,11 +438,11 @@
438
438
  },
439
439
  "topOfScreen": {
440
440
  "fillHorizontal": {
441
- "value": "{core.color.primary.40}",
441
+ "value": "{core.color.neutrals.30}",
442
442
  "type": "color"
443
443
  },
444
444
  "fillVertical": {
445
- "value": "{core.color.primary.40}",
445
+ "value": "{core.color.neutrals.30}",
446
446
  "type": "color"
447
447
  },
448
448
  "textColor": {
@@ -623,6 +623,12 @@
623
623
  "value": "{core.color.neutrals.70}",
624
624
  "type": "color"
625
625
  }
626
+ },
627
+ "default": {
628
+ "highlight": {
629
+ "value": "{core.color.primary.60}",
630
+ "type": "color"
631
+ }
626
632
  }
627
633
  },
628
634
  "plan": {
@@ -623,6 +623,12 @@
623
623
  "value": "{core.color.neutrals.60}",
624
624
  "type": "color"
625
625
  }
626
+ },
627
+ "default": {
628
+ "highlight": {
629
+ "value": "{core.color.primary.60}",
630
+ "type": "color"
631
+ }
626
632
  }
627
633
  },
628
634
  "plan": {
@@ -623,6 +623,12 @@
623
623
  "value": "{core.color.neutrals.60}",
624
624
  "type": "color"
625
625
  }
626
+ },
627
+ "default": {
628
+ "highlight": {
629
+ "value": "{core.color.primary.60}",
630
+ "type": "color"
631
+ }
626
632
  }
627
633
  },
628
634
  "plan": {
@@ -623,6 +623,12 @@
623
623
  "value": "{core.color.neutrals.40}",
624
624
  "type": "color"
625
625
  }
626
+ },
627
+ "default": {
628
+ "highlight": {
629
+ "value": "{core.color.primary.60}",
630
+ "type": "color"
631
+ }
626
632
  }
627
633
  },
628
634
  "plan": {
@@ -23,6 +23,10 @@
23
23
  "border": {
24
24
  "value": "1.2",
25
25
  "type": "number"
26
+ },
27
+ "meta": {
28
+ "value": "1.3",
29
+ "type": "number"
26
30
  }
27
31
  },
28
32
  "topBanner": {
@@ -23,6 +23,10 @@
23
23
  "border": {
24
24
  "value": "1.1",
25
25
  "type": "number"
26
+ },
27
+ "meta": {
28
+ "value": "1",
29
+ "type": "number"
26
30
  }
27
31
  },
28
32
  "topBanner": {
@@ -8,6 +8,10 @@
8
8
  "value": "1",
9
9
  "type": "number"
10
10
  },
11
+ "meta": {
12
+ "value": "1",
13
+ "type": "number"
14
+ },
11
15
  "spacing": {
12
16
  "value": "1",
13
17
  "type": "number"
@@ -23,6 +23,10 @@
23
23
  "border": {
24
24
  "value": "2.5",
25
25
  "type": "number"
26
+ },
27
+ "meta": {
28
+ "value": "2",
29
+ "type": "number"
26
30
  }
27
31
  },
28
32
  "button": {
@@ -360,4 +364,4 @@
360
364
  "type": "color"
361
365
  }
362
366
  }
363
- }
367
+ }