villa-design-tokens 1.0.203 → 1.0.207

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.
@@ -1,41 +1,63 @@
1
- name: 'Bump Version'
1
+ name: "Bump Version"
2
2
 
3
3
  on:
4
4
  push:
5
5
  branches:
6
- - 'main'
6
+ - "main"
7
7
 
8
8
  jobs:
9
9
  bump-version:
10
- name: 'Bump Version on main'
10
+ name: "Bump Version on main"
11
11
  runs-on: ubuntu-latest
12
12
 
13
+ permissions: # Explicit permissions for the job
14
+ contents: write # For git operations
15
+ packages: write # For npm publish
16
+
13
17
  steps:
14
- - name: 'Checkout source code'
15
- uses: 'actions/checkout@v4'
18
+ - name: "Checkout source code"
19
+ uses: "actions/checkout@v4"
16
20
  with:
17
21
  ref: ${{ github.ref }}
18
- - name: 'cat package.json'
22
+
23
+ - name: "Test All Secrets and Permissions"
24
+ env:
25
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
27
+ run: |
28
+ echo "Testing GITHUB_TOKEN..."
29
+ git ls-remote https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}
30
+
31
+ echo "Testing NODE_AUTH_TOKEN..."
32
+ npm whoami || echo "Failed to authenticate with NODE_AUTH_TOKEN"
33
+
34
+ - name: "cat package.json"
19
35
  run: cat ./package.json
20
- - name: 'Automated Version Bump'
36
+
37
+ - name: "Automated Version Bump"
21
38
  id: version-bump
22
- uses: 'phips28/gh-action-bump-version@master'
39
+ uses: "phips28/gh-action-bump-version@master"
23
40
  with:
24
- tag-prefix: 'v'
41
+ tag-prefix: "v"
25
42
  env:
26
43
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
- - name: 'cat package.json'
44
+
45
+ - name: "cat package.json"
28
46
  run: cat ./package.json
29
- - name: 'Output Step'
47
+
48
+ - name: "Output Step"
30
49
  env:
31
50
  NEW_TAG: ${{ steps.version-bump.outputs.newTag }}
32
51
  run: echo "new tag $NEW_TAG"
33
52
  # Setup .npmrc file to publish to npm
53
+
34
54
  - uses: actions/setup-node@v3
35
55
  with:
36
- node-version: '20.x'
37
- registry-url: 'https://registry.npmjs.org'
56
+ node-version: "20.x"
57
+ registry-url: "https://registry.npmjs.org"
58
+
38
59
  - run: npm ci
60
+
39
61
  - run: npm publish
40
62
  env:
41
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
63
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "villa-design-tokens",
3
- "description": "Design Tokens published by Design Token Studio with VPRO's Figma Design System",
3
+ "description": "Design Tokens published by Design Token Studio with VPRO's Figma Design System- retest again",
4
4
  "author": "VPRO",
5
- "version": "1.0.203",
5
+ "version": "1.0.207",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/vpro/Design-tokens.git"
package/tokens/base.json CHANGED
@@ -115,6 +115,15 @@
115
115
  "lineHeight": "{lineheight.display.question}"
116
116
  },
117
117
  "type": "typography"
118
+ },
119
+ "headline": {
120
+ "value": {
121
+ "fontFamily": "{fontfamily.display.headline}",
122
+ "fontWeight": "{fontweight.display.headline}",
123
+ "fontSize": "{fontsize.global.440}",
124
+ "lineHeight": "{lineheight.display.headline}"
125
+ },
126
+ "type": "typography"
118
127
  }
119
128
  },
120
129
  "min": {
@@ -153,6 +162,15 @@
153
162
  "lineHeight": "{lineheight.display.question}"
154
163
  },
155
164
  "type": "typography"
165
+ },
166
+ "headline": {
167
+ "value": {
168
+ "fontFamily": "{fontfamily.display.headline}",
169
+ "fontWeight": "{fontweight.display.headline}",
170
+ "fontSize": "{fontsize.global.340}",
171
+ "lineHeight": "{lineheight.display.headline}"
172
+ },
173
+ "type": "typography"
156
174
  }
157
175
  }
158
176
  },
@@ -122,8 +122,17 @@
122
122
  },
123
123
  "border": {
124
124
  "default": {
125
- "value": "{color.global.grey.300}",
126
- "type": "color"
125
+ "value": "{color.palette.primary.pastel}",
126
+ "type": "color",
127
+ "$extensions": {
128
+ "studio.tokens": {
129
+ "modify": {
130
+ "type": "alpha",
131
+ "value": "33",
132
+ "space": "srgb"
133
+ }
134
+ }
135
+ }
127
136
  },
128
137
  "hover": {
129
138
  "value": "{color.palette.secondary.main}",
@@ -521,12 +530,16 @@
521
530
  "question": {
522
531
  "value": "{fontfamily.global.agrandir}",
523
532
  "type": "fontFamilies"
533
+ },
534
+ "headline": {
535
+ "value": "{fontfamily.global.agrandir}",
536
+ "type": "fontFamilies"
524
537
  }
525
538
  }
526
539
  },
527
540
  "lineheight": {
528
541
  "body": {
529
- "value": "{lineheight.global.300}",
542
+ "value": "{lineheight.global.500}",
530
543
  "type": "lineHeights"
531
544
  },
532
545
  "utility": {
@@ -539,7 +552,7 @@
539
552
  },
540
553
  "display": {
541
554
  "intro": {
542
- "value": "{lineheight.global.400}",
555
+ "value": "{lineheight.global.500}",
543
556
  "type": "lineHeights"
544
557
  },
545
558
  "name": {
@@ -547,11 +560,15 @@
547
560
  "type": "lineHeights"
548
561
  },
549
562
  "quote": {
550
- "value": "{lineheight.global.400}",
563
+ "value": "{lineheight.global.275}",
551
564
  "type": "lineHeights"
552
565
  },
553
566
  "question": {
554
- "value": "{lineheight.global.300}",
567
+ "value": "{lineheight.global.275}",
568
+ "type": "lineHeights"
569
+ },
570
+ "headline": {
571
+ "value": "{lineheight.global.200}",
555
572
  "type": "lineHeights"
556
573
  }
557
574
  }
@@ -585,6 +602,10 @@
585
602
  "question": {
586
603
  "value": "{fontweight.global.700}",
587
604
  "type": "fontWeights"
605
+ },
606
+ "headline": {
607
+ "value": "{fontweight.global.500}",
608
+ "type": "fontWeights"
588
609
  }
589
610
  }
590
611
  }
@@ -540,7 +540,11 @@
540
540
  "type": "fontFamilies"
541
541
  },
542
542
  "question": {
543
- "value": "{fontfamily.global.roboto}",
543
+ "value": "{fontfamily.global.poppins}",
544
+ "type": "fontFamilies"
545
+ },
546
+ "headline": {
547
+ "value": "{fontfamily.global.poppins}",
544
548
  "type": "fontFamilies"
545
549
  }
546
550
  }
@@ -551,16 +555,16 @@
551
555
  "type": "lineHeights"
552
556
  },
553
557
  "utility": {
554
- "value": "{lineheight.global.100}",
558
+ "value": "{lineheight.global.200}",
555
559
  "type": "lineHeights"
556
560
  },
557
561
  "heading": {
558
- "value": "{lineheight.global.100}",
562
+ "value": "{lineheight.global.200}",
559
563
  "type": "lineHeights"
560
564
  },
561
565
  "display": {
562
566
  "intro": {
563
- "value": "{lineheight.global.400}",
567
+ "value": "{lineheight.global.500}",
564
568
  "type": "lineHeights"
565
569
  },
566
570
  "name": {
@@ -568,11 +572,15 @@
568
572
  "type": "lineHeights"
569
573
  },
570
574
  "quote": {
571
- "value": "{lineheight.global.400}",
575
+ "value": "{lineheight.global.275}",
572
576
  "type": "lineHeights"
573
577
  },
574
578
  "question": {
575
- "value": "{lineheight.global.300}",
579
+ "value": "{lineheight.global.275}",
580
+ "type": "lineHeights"
581
+ },
582
+ "headline": {
583
+ "value": "{lineheight.global.200}",
576
584
  "type": "lineHeights"
577
585
  }
578
586
  }
@@ -606,6 +614,10 @@
606
614
  "question": {
607
615
  "value": "{fontweight.global.700}",
608
616
  "type": "fontWeights"
617
+ },
618
+ "headline": {
619
+ "value": "{fontweight.global.500}",
620
+ "type": "fontWeights"
609
621
  }
610
622
  }
611
623
  }
@@ -532,11 +532,11 @@
532
532
  },
533
533
  "display": {
534
534
  "intro": {
535
- "value": "{fontfamily.global.bureau}",
535
+ "value": "{fontfamily.global.roboto}",
536
536
  "type": "fontFamilies"
537
537
  },
538
538
  "name": {
539
- "value": "{fontfamily.global.bureau}",
539
+ "value": "{fontfamily.global.roboto}",
540
540
  "type": "fontFamilies"
541
541
  },
542
542
  "quote": {
@@ -546,6 +546,10 @@
546
546
  "question": {
547
547
  "value": "{fontfamily.global.roboto}",
548
548
  "type": "fontFamilies"
549
+ },
550
+ "headline": {
551
+ "value": "{fontfamily.global.bureau}",
552
+ "type": "fontFamilies"
549
553
  }
550
554
  }
551
555
  },
@@ -555,16 +559,16 @@
555
559
  "type": "lineHeights"
556
560
  },
557
561
  "utility": {
558
- "value": "{lineheight.global.100}",
562
+ "value": "{lineheight.global.200}",
559
563
  "type": "lineHeights"
560
564
  },
561
565
  "heading": {
562
- "value": "{lineheight.global.100}",
566
+ "value": "{lineheight.global.200}",
563
567
  "type": "lineHeights"
564
568
  },
565
569
  "display": {
566
570
  "intro": {
567
- "value": "{lineheight.global.400}",
571
+ "value": "{lineheight.global.500}",
568
572
  "type": "lineHeights"
569
573
  },
570
574
  "name": {
@@ -572,11 +576,15 @@
572
576
  "type": "lineHeights"
573
577
  },
574
578
  "quote": {
575
- "value": "{lineheight.global.400}",
579
+ "value": "{lineheight.global.275}",
576
580
  "type": "lineHeights"
577
581
  },
578
582
  "question": {
579
- "value": "{lineheight.global.300}",
583
+ "value": "{lineheight.global.275}",
584
+ "type": "lineHeights"
585
+ },
586
+ "headline": {
587
+ "value": "{lineheight.global.200}",
580
588
  "type": "lineHeights"
581
589
  }
582
590
  }
@@ -610,6 +618,10 @@
610
618
  "question": {
611
619
  "value": "{fontweight.global.700}",
612
620
  "type": "fontWeights"
621
+ },
622
+ "headline": {
623
+ "value": "{fontweight.global.500}",
624
+ "type": "fontWeights"
613
625
  }
614
626
  }
615
627
  }
@@ -518,7 +518,11 @@
518
518
  "type": "fontFamilies"
519
519
  },
520
520
  "question": {
521
- "value": "{fontfamily.global.helvetica}",
521
+ "value": "{fontfamily.global.simplistic}",
522
+ "type": "fontFamilies"
523
+ },
524
+ "headline": {
525
+ "value": "{fontfamily.global.simplistic}",
522
526
  "type": "fontFamilies"
523
527
  }
524
528
  }
@@ -529,16 +533,16 @@
529
533
  "type": "lineHeights"
530
534
  },
531
535
  "utility": {
532
- "value": "{lineheight.global.100}",
536
+ "value": "{lineheight.global.200}",
533
537
  "type": "lineHeights"
534
538
  },
535
539
  "heading": {
536
- "value": "{lineheight.global.100}",
540
+ "value": "{lineheight.global.200}",
537
541
  "type": "lineHeights"
538
542
  },
539
543
  "display": {
540
544
  "intro": {
541
- "value": "{lineheight.global.400}",
545
+ "value": "{lineheight.global.500}",
542
546
  "type": "lineHeights"
543
547
  },
544
548
  "name": {
@@ -546,11 +550,15 @@
546
550
  "type": "lineHeights"
547
551
  },
548
552
  "quote": {
549
- "value": "{lineheight.global.400}",
553
+ "value": "{lineheight.global.275}",
550
554
  "type": "lineHeights"
551
555
  },
552
556
  "question": {
553
- "value": "{lineheight.global.300}",
557
+ "value": "{lineheight.global.275}",
558
+ "type": "lineHeights"
559
+ },
560
+ "headline": {
561
+ "value": "{lineheight.global.200}",
554
562
  "type": "lineHeights"
555
563
  }
556
564
  }
@@ -584,6 +592,10 @@
584
592
  "question": {
585
593
  "value": "{fontweight.global.700}",
586
594
  "type": "fontWeights"
595
+ },
596
+ "headline": {
597
+ "value": "{fontweight.global.500}",
598
+ "type": "fontWeights"
587
599
  }
588
600
  }
589
601
  }
@@ -524,6 +524,10 @@
524
524
  "question": {
525
525
  "value": "{fontfamily.global.helvetica}",
526
526
  "type": "fontFamilies"
527
+ },
528
+ "headline": {
529
+ "value": "{fontfamily.global.helvetica}",
530
+ "type": "fontFamilies"
527
531
  }
528
532
  }
529
533
  },
@@ -533,16 +537,16 @@
533
537
  "type": "lineHeights"
534
538
  },
535
539
  "utility": {
536
- "value": "{lineheight.global.100}",
540
+ "value": "{lineheight.global.200}",
537
541
  "type": "lineHeights"
538
542
  },
539
543
  "heading": {
540
- "value": "{lineheight.global.100}",
544
+ "value": "{lineheight.global.200}",
541
545
  "type": "lineHeights"
542
546
  },
543
547
  "display": {
544
548
  "intro": {
545
- "value": "{lineheight.global.400}",
549
+ "value": "{lineheight.global.500}",
546
550
  "type": "lineHeights"
547
551
  },
548
552
  "name": {
@@ -550,11 +554,15 @@
550
554
  "type": "lineHeights"
551
555
  },
552
556
  "quote": {
553
- "value": "{lineheight.global.400}",
557
+ "value": "{lineheight.global.275}",
554
558
  "type": "lineHeights"
555
559
  },
556
560
  "question": {
557
- "value": "{lineheight.global.300}",
561
+ "value": "{lineheight.global.275}",
562
+ "type": "lineHeights"
563
+ },
564
+ "headline": {
565
+ "value": "{lineheight.global.200}",
558
566
  "type": "lineHeights"
559
567
  }
560
568
  }
@@ -588,6 +596,10 @@
588
596
  "question": {
589
597
  "value": "{fontweight.global.700}",
590
598
  "type": "fontWeights"
599
+ },
600
+ "headline": {
601
+ "value": "{fontweight.global.500}",
602
+ "type": "fontWeights"
591
603
  }
592
604
  }
593
605
  }
@@ -32,6 +32,10 @@
32
32
  "agrandir": {
33
33
  "value": "PP Agrandir",
34
34
  "type": "fontFamilies"
35
+ },
36
+ "riforma": {
37
+ "value": "Riforma LL",
38
+ "type": "fontFamilies"
35
39
  }
36
40
  }
37
41
  },
@@ -181,6 +185,14 @@
181
185
  "value": "120%",
182
186
  "type": "lineHeights"
183
187
  },
188
+ "250": {
189
+ "value": "130%",
190
+ "type": "lineHeights"
191
+ },
192
+ "275": {
193
+ "value": "140%",
194
+ "type": "lineHeights"
195
+ },
184
196
  "300": {
185
197
  "value": "150%",
186
198
  "type": "lineHeights"