Skip to content

Commit 8394d0d

Browse files
chore: update of tokens (library version 0.7.0) (#77)
* chore: update tokens * fix: color scheme after Tokenator 0.7.0 update --------- Co-authored-by: boosted-bot <boosted-bot@users.noreply.github.com> Co-authored-by: Tayeb Sedraia <tayeb.sedraia@orange.com>
1 parent aa5d557 commit 8394d0d

35 files changed

+930
-996
lines changed

ouds_global_raw_tokens/lib/border_raw_tokens.dart

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@
1010
// Software description: Flutter library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.5.0
13+
// Tokens version 0.7.0
1414
// Generated by Tokenator
1515

1616
class BorderRawTokens {
17-
static const borderBase = 4;
18-
static const borderRadius9999 = 2000.0;
19-
static const borderStyleDashed = 'dashed';
20-
static const borderStyleDotted = 'dotted';
21-
static const borderStyleNone = 'none';
22-
static const borderStyleSolid = 'solid';
23-
static const borderRadius0 = borderBase * 0.0; // 0
24-
static const borderRadius25 = borderBase * 0.25; // 1
25-
static const borderRadius50 = borderBase * 0.5; // 2
26-
static const borderRadius75 = borderBase * 0.75; // 3
27-
static const borderRadius100 = borderBase * 1.0; // 4
28-
static const borderRadius150 = borderBase * 1.5; // 6
29-
static const borderRadius200 = borderBase * 2.0; // 8
30-
static const borderRadius300 = borderBase * 3.0; // 12
31-
static const borderRadius400 = borderBase * 4.0; // 16
32-
static const borderRadius500 = borderBase * 5.0; // 20
33-
static const borderRadius600 = borderBase * 6.0; // 24
34-
static const borderRadius800 = borderBase * 8.0; // 32
35-
static const borderWidth0 = borderBase * 0.0; // 0
36-
static const borderWidth25 = borderBase * 0.25; // 1
37-
static const borderWidth50 = borderBase * 0.5; // 2
38-
static const borderWidth75 = borderBase * 0.75; // 3
39-
static const borderWidth100 = borderBase * 1.0; // 4
40-
static const borderWidth125 = borderBase * 1.25; // 5
41-
static const borderWidth150 = borderBase * 1.5; // 6
42-
static const borderWidth200 = borderBase * 2.0; // 8
17+
static const borderBase = 4;
18+
static const borderRadius9999 = 2000.0;
19+
static const borderStyleDashed = 'dashed';
20+
static const borderStyleDotted = 'dotted';
21+
static const borderStyleNone = 'none';
22+
static const borderStyleSolid = 'solid';
23+
static const borderRadius0 = borderBase * 0.0; // 0
24+
static const borderRadius25 = borderBase * 0.25; // 1
25+
static const borderRadius50 = borderBase * 0.5; // 2
26+
static const borderRadius75 = borderBase * 0.75; // 3
27+
static const borderRadius100 = borderBase * 1.0; // 4
28+
static const borderRadius150 = borderBase * 1.5; // 6
29+
static const borderRadius200 = borderBase * 2.0; // 8
30+
static const borderRadius300 = borderBase * 3.0; // 12
31+
static const borderRadius400 = borderBase * 4.0; // 16
32+
static const borderRadius500 = borderBase * 5.0; // 20
33+
static const borderRadius600 = borderBase * 6.0; // 24
34+
static const borderRadius800 = borderBase * 8.0; // 32
35+
static const borderWidth0 = borderBase * 0.0; // 0
36+
static const borderWidth25 = borderBase * 0.25; // 1
37+
static const borderWidth50 = borderBase * 0.5; // 2
38+
static const borderWidth75 = borderBase * 0.75; // 3
39+
static const borderWidth100 = borderBase * 1.0; // 4
40+
static const borderWidth125 = borderBase * 1.25; // 5
41+
static const borderWidth150 = borderBase * 1.5; // 6
42+
static const borderWidth200 = borderBase * 2.0; // 8
4343
}

ouds_global_raw_tokens/lib/color_raw_tokens.dart

Lines changed: 171 additions & 171 deletions
Large diffs are not rendered by default.

ouds_global_raw_tokens/lib/dimension_raw_tokens.dart

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -10,44 +10,44 @@
1010
// Software description: Flutter library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.5.0
13+
// Tokens version 0.7.0
1414
// Generated by Tokenator
1515

1616
class DimensionRawTokens {
17-
static const dimensionBase = 4;
18-
static const dimension0 = dimensionBase * 0.0; // 0
19-
static const dimension25 = dimensionBase * 0.5; // 2
20-
static const dimension50 = dimensionBase * 1.0; // 4
21-
static const dimension75 = dimensionBase * 1.5; // 6
22-
static const dimension100 = dimensionBase * 2.0; // 8
23-
static const dimension125 = dimensionBase * 2.5; // 10
24-
static const dimension150 = dimensionBase * 3.0; // 12
25-
static const dimension200 = dimensionBase * 4.0; // 16
26-
static const dimension250 = dimensionBase * 5.0; // 20
27-
static const dimension300 = dimensionBase * 6.0; // 24
28-
static const dimension350 = dimensionBase * 7.0; // 28
29-
static const dimension400 = dimensionBase * 8.0; // 32
30-
static const dimension450 = dimensionBase * 9.0; // 36
31-
static const dimension500 = dimensionBase * 10.0; // 40
32-
static const dimension550 = dimensionBase * 11.0; // 44
33-
static const dimension600 = dimensionBase * 12.0; // 48
34-
static const dimension650 = dimensionBase * 13.0; // 52
35-
static const dimension700 = dimensionBase * 14.0; // 56
36-
static const dimension750 = dimensionBase * 15.0; // 60
37-
static const dimension800 = dimensionBase * 16.0; // 64
38-
static const dimension850 = dimensionBase * 17.0; // 68
39-
static const dimension900 = dimensionBase * 18.0; // 72
40-
static const dimension1000 = dimensionBase * 20.0; // 80
41-
static const dimension1200 = dimensionBase * 24.0; // 96
42-
static const dimension1400 = dimensionBase * 28.0; // 112
43-
static const dimension1600 = dimensionBase * 32.0; // 128
44-
static const dimension1800 = dimensionBase * 36.0; // 144
45-
static const dimension2000 = dimensionBase * 40.0; // 160
46-
static const dimension3000 = dimensionBase * 80.0; // 320
47-
static const dimension4000 = dimensionBase * 120.0; // 480
48-
static const dimension5000 = dimensionBase * 140.0; // 560
49-
static const dimension6000 = dimensionBase * 160.0; // 640
50-
static const dimension7000 = dimensionBase * 180.0; // 720
51-
static const dimension9000 = dimensionBase * 220.0; // 880
52-
static const dimension11000 = dimensionBase * 260.0; // 1040
17+
static const dimensionBase = 4;
18+
static const dimension0 = dimensionBase * 0.0; // 0
19+
static const dimension25 = dimensionBase * 0.5; // 2
20+
static const dimension50 = dimensionBase * 1.0; // 4
21+
static const dimension75 = dimensionBase * 1.5; // 6
22+
static const dimension100 = dimensionBase * 2.0; // 8
23+
static const dimension125 = dimensionBase * 2.5; // 10
24+
static const dimension150 = dimensionBase * 3.0; // 12
25+
static const dimension200 = dimensionBase * 4.0; // 16
26+
static const dimension250 = dimensionBase * 5.0; // 20
27+
static const dimension300 = dimensionBase * 6.0; // 24
28+
static const dimension350 = dimensionBase * 7.0; // 28
29+
static const dimension400 = dimensionBase * 8.0; // 32
30+
static const dimension450 = dimensionBase * 9.0; // 36
31+
static const dimension500 = dimensionBase * 10.0; // 40
32+
static const dimension550 = dimensionBase * 11.0; // 44
33+
static const dimension600 = dimensionBase * 12.0; // 48
34+
static const dimension650 = dimensionBase * 13.0; // 52
35+
static const dimension700 = dimensionBase * 14.0; // 56
36+
static const dimension750 = dimensionBase * 15.0; // 60
37+
static const dimension800 = dimensionBase * 16.0; // 64
38+
static const dimension850 = dimensionBase * 17.0; // 68
39+
static const dimension900 = dimensionBase * 18.0; // 72
40+
static const dimension1000 = dimensionBase * 20.0; // 80
41+
static const dimension1200 = dimensionBase * 24.0; // 96
42+
static const dimension1400 = dimensionBase * 28.0; // 112
43+
static const dimension1600 = dimensionBase * 32.0; // 128
44+
static const dimension1800 = dimensionBase * 36.0; // 144
45+
static const dimension2000 = dimensionBase * 40.0; // 160
46+
static const dimension3000 = dimensionBase * 80.0; // 320
47+
static const dimension4000 = dimensionBase * 120.0; // 480
48+
static const dimension5000 = dimensionBase * 140.0; // 560
49+
static const dimension6000 = dimensionBase * 160.0; // 640
50+
static const dimension7000 = dimensionBase * 180.0; // 720
51+
static const dimension9000 = dimensionBase * 220.0; // 880
52+
static const dimension11000 = dimensionBase * 260.0; // 1040
5353
}

ouds_global_raw_tokens/lib/elevation_raw_tokens.dart

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
// Software description: Flutter library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.5.0
13+
// Tokens version 0.7.0
1414
// Generated by Tokenator
1515

1616
class ElevationRawTokens {
17-
static const elevation0 = 0.0;
18-
static const elevation1 = 1.0;
19-
static const elevation2 = 3.0;
20-
static const elevation3 = 6.0;
21-
static const elevation4 = 8.0;
22-
static const elevation5 = 12.0;
17+
static const elevation0 = 0.0;
18+
static const elevation1 = 1.0;
19+
static const elevation2 = 3.0;
20+
static const elevation3 = 6.0;
21+
static const elevation4 = 8.0;
22+
static const elevation5 = 12.0;
2323
}

ouds_global_raw_tokens/lib/font_raw_tokens.dart

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -10,68 +10,68 @@
1010
// Software description: Flutter library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.5.0
13+
// Tokens version 0.7.0
1414
// Generated by Tokenator
1515

1616
import 'package:flutter/material.dart';
1717

1818
class FontRawTokens {
19-
static const fontLetterSpacing150 = 0.18;
20-
static const fontLetterSpacing175 = 0.19;
21-
static const fontLetterSpacing200 = 0.17;
22-
static const fontLetterSpacing250 = 0.2;
23-
static const fontLetterSpacing300 = 0.18;
24-
static const fontLetterSpacing350 = 0.0;
25-
static const fontLetterSpacing450 = -0.12;
26-
static const fontLetterSpacing550 = -0.28;
27-
static const fontLetterSpacing650 = -0.32;
28-
static const fontLetterSpacing750 = -0.36;
29-
static const fontLetterSpacing850 = -0.4;
30-
static const fontLetterSpacing950 = -0.55;
31-
static const fontLetterSpacing1050 = -0.6;
32-
static const fontLetterSpacing1150 = -0.65;
33-
static const fontLetterSpacing1250 = -0.7;
34-
static const fontLetterSpacing1450 = -0.96;
35-
static const fontLetterSpacing1850 = -1.08;
36-
static const fontLineHeight250 = 16.0;
37-
static const fontLineHeight350 = 20.0;
38-
static const fontLineHeight450 = 24.0;
39-
static const fontLineHeight550 = 28.0;
40-
static const fontLineHeight650 = 32.0;
41-
static const fontLineHeight750 = 36.0;
42-
static const fontLineHeight850 = 40.0;
43-
static const fontLineHeight950 = 44.0;
44-
static const fontLineHeight1050 = 48.0;
45-
static const fontLineHeight1150 = 52.0;
46-
static const fontLineHeight1250 = 56.0;
47-
static const fontLineHeight1350 = 60.0;
48-
static const fontLineHeight1450 = 64.0;
49-
static const fontLineHeight1850 = 72.0;
50-
static const fontLineHeight2050 = 80.0;
51-
static const fontSize150 = 12.0;
52-
static const fontSize175 = 13.0;
53-
static const fontSize200 = 14.0;
54-
static const fontSize250 = 16.0;
55-
static const fontSize300 = 18.0;
56-
static const fontSize350 = 20.0;
57-
static const fontSize450 = 24.0;
58-
static const fontSize550 = 28.0;
59-
static const fontSize650 = 32.0;
60-
static const fontSize750 = 36.0;
61-
static const fontSize850 = 40.0;
62-
static const fontSize950 = 44.0;
63-
static const fontSize1050 = 48.0;
64-
static const fontSize1150 = 52.0;
65-
static const fontSize1250 = 56.0;
66-
static const fontSize1450 = 64.0;
67-
static const fontSize1850 = 72.0;
68-
static const fontWeight100 = FontWeight.w100;
69-
static const fontWeight200 = FontWeight.w200;
70-
static const fontWeight300 = FontWeight.w300;
71-
static const fontWeight400 = FontWeight.w400;
72-
static const fontWeight500 = FontWeight.w500;
73-
static const fontWeight600 = FontWeight.w600;
74-
static const fontWeight700 = FontWeight.w700;
75-
static const fontWeight800 = FontWeight.w800;
76-
static const fontWeight900 = FontWeight.w900;
19+
static const fontLetterSpacing150 = 0.18;
20+
static const fontLetterSpacing175 = 0.19;
21+
static const fontLetterSpacing200 = 0.17;
22+
static const fontLetterSpacing250 = 0.2;
23+
static const fontLetterSpacing300 = 0.18;
24+
static const fontLetterSpacing350 = 0.0;
25+
static const fontLetterSpacing450 = -0.12;
26+
static const fontLetterSpacing550 = -0.28;
27+
static const fontLetterSpacing650 = -0.32;
28+
static const fontLetterSpacing750 = -0.36;
29+
static const fontLetterSpacing850 = -0.4;
30+
static const fontLetterSpacing950 = -0.55;
31+
static const fontLetterSpacing1050 = -0.6;
32+
static const fontLetterSpacing1150 = -0.65;
33+
static const fontLetterSpacing1250 = -0.7;
34+
static const fontLetterSpacing1450 = -0.96;
35+
static const fontLetterSpacing1850 = -1.08;
36+
static const fontLineHeight250 = 16.0;
37+
static const fontLineHeight350 = 20.0;
38+
static const fontLineHeight450 = 24.0;
39+
static const fontLineHeight550 = 28.0;
40+
static const fontLineHeight650 = 32.0;
41+
static const fontLineHeight750 = 36.0;
42+
static const fontLineHeight850 = 40.0;
43+
static const fontLineHeight950 = 44.0;
44+
static const fontLineHeight1050 = 48.0;
45+
static const fontLineHeight1150 = 52.0;
46+
static const fontLineHeight1250 = 56.0;
47+
static const fontLineHeight1350 = 60.0;
48+
static const fontLineHeight1450 = 64.0;
49+
static const fontLineHeight1850 = 72.0;
50+
static const fontLineHeight2050 = 80.0;
51+
static const fontSize150 = 12.0;
52+
static const fontSize175 = 13.0;
53+
static const fontSize200 = 14.0;
54+
static const fontSize250 = 16.0;
55+
static const fontSize300 = 18.0;
56+
static const fontSize350 = 20.0;
57+
static const fontSize450 = 24.0;
58+
static const fontSize550 = 28.0;
59+
static const fontSize650 = 32.0;
60+
static const fontSize750 = 36.0;
61+
static const fontSize850 = 40.0;
62+
static const fontSize950 = 44.0;
63+
static const fontSize1050 = 48.0;
64+
static const fontSize1150 = 52.0;
65+
static const fontSize1250 = 56.0;
66+
static const fontSize1450 = 64.0;
67+
static const fontSize1850 = 72.0;
68+
static const fontWeight100 = FontWeight.w100;
69+
static const fontWeight200 = FontWeight.w200;
70+
static const fontWeight300 = FontWeight.w300;
71+
static const fontWeight400 = FontWeight.w400;
72+
static const fontWeight500 = FontWeight.w500;
73+
static const fontWeight600 = FontWeight.w600;
74+
static const fontWeight700 = FontWeight.w700;
75+
static const fontWeight800 = FontWeight.w800;
76+
static const fontWeight900 = FontWeight.w900;
7777
}

ouds_global_raw_tokens/lib/grid_raw_tokens.dart

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -10,40 +10,40 @@
1010
// Software description: Flutter library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.5.0
13+
// Tokens version 0.7.0
1414
// Generated by Tokenator
1515

1616
import 'package:ouds_global_raw_tokens/dimension_raw_tokens.dart';
1717

1818
class GridRawTokens {
19-
static const gridColumnCount100 = 1;
20-
static const gridColumnCount200 = 2;
21-
static const gridColumnCount400 = 4;
22-
static const gridColumnCount600 = 6;
23-
static const gridColumnCount800 = 8;
24-
static const gridColumnCount1000 = 10;
25-
static const gridColumnCount1200 = 12;
26-
static const gridMaxWidthCompact = 599;
27-
static const gridMaxWidthExtraCompact = 389;
28-
static const gridMaxWidthMedium = 1200;
29-
static const gridMinWidthCompact = 390;
30-
static const gridMinWidthExtraCompact = 320;
31-
static const gridMinWidthMedium = 600;
32-
static const gridColumnGap10 = DimensionRawTokens.dimensionBase * 0.25; // 1
33-
static const gridColumnGap100 = DimensionRawTokens.dimensionBase * 2.0; // 8
34-
static const gridColumnGap200 = DimensionRawTokens.dimensionBase * 4.0; // 16
35-
static const gridColumnGap300 = DimensionRawTokens.dimensionBase * 5.0; // 20
36-
static const gridColumnGap400 = DimensionRawTokens.dimensionBase * 6.0; // 24
37-
static const gridColumnGap600 = DimensionRawTokens.dimensionBase * 8.0; // 32
38-
static const gridColumnGap800 = DimensionRawTokens.dimensionBase * 10.0; // 40
39-
static const gridMargin100 = DimensionRawTokens.dimensionBase * 4.0; // 16
40-
static const gridMargin300 = DimensionRawTokens.dimensionBase * 6.0; // 24
41-
static const gridMargin400 = DimensionRawTokens.dimensionBase * 7.0; // 28
42-
static const gridMargin500 = DimensionRawTokens.dimensionBase * 8.0; // 32
43-
static const gridMargin600 = DimensionRawTokens.dimensionBase * 9.0; // 36
44-
static const gridMargin700 = DimensionRawTokens.dimensionBase * 10.0; // 40
45-
static const gridMargin1000 = DimensionRawTokens.dimensionBase * 13.0; // 52
46-
static const gridMargin1100 = DimensionRawTokens.dimensionBase * 14.0; // 56
47-
static const gridMargin1700 = DimensionRawTokens.dimensionBase * 20.0; // 80
48-
static const gridMargin2500 = DimensionRawTokens.dimensionBase * 28.0; // 112
19+
static const gridColumnCount100 = 1;
20+
static const gridColumnCount200 = 2;
21+
static const gridColumnCount400 = 4;
22+
static const gridColumnCount600 = 6;
23+
static const gridColumnCount800 = 8;
24+
static const gridColumnCount1000 = 10;
25+
static const gridColumnCount1200 = 12;
26+
static const gridMaxWidthCompact = 599;
27+
static const gridMaxWidthExtraCompact = 389;
28+
static const gridMaxWidthMedium = 1200;
29+
static const gridMinWidthCompact = 390;
30+
static const gridMinWidthExtraCompact = 320;
31+
static const gridMinWidthMedium = 600;
32+
static const gridColumnGap10 = DimensionRawTokens.dimensionBase * 0.25; // 1
33+
static const gridColumnGap100 = DimensionRawTokens.dimensionBase * 2.0; // 8
34+
static const gridColumnGap200 = DimensionRawTokens.dimensionBase * 4.0; // 16
35+
static const gridColumnGap300 = DimensionRawTokens.dimensionBase * 5.0; // 20
36+
static const gridColumnGap400 = DimensionRawTokens.dimensionBase * 6.0; // 24
37+
static const gridColumnGap600 = DimensionRawTokens.dimensionBase * 8.0; // 32
38+
static const gridColumnGap800 = DimensionRawTokens.dimensionBase * 10.0; // 40
39+
static const gridMargin100 = DimensionRawTokens.dimensionBase * 4.0; // 16
40+
static const gridMargin300 = DimensionRawTokens.dimensionBase * 6.0; // 24
41+
static const gridMargin400 = DimensionRawTokens.dimensionBase * 7.0; // 28
42+
static const gridMargin500 = DimensionRawTokens.dimensionBase * 8.0; // 32
43+
static const gridMargin600 = DimensionRawTokens.dimensionBase * 9.0; // 36
44+
static const gridMargin700 = DimensionRawTokens.dimensionBase * 10.0; // 40
45+
static const gridMargin1000 = DimensionRawTokens.dimensionBase * 13.0; // 52
46+
static const gridMargin1100 = DimensionRawTokens.dimensionBase * 14.0; // 56
47+
static const gridMargin1700 = DimensionRawTokens.dimensionBase * 20.0; // 80
48+
static const gridMargin2500 = DimensionRawTokens.dimensionBase * 28.0; // 112
4949
}

0 commit comments

Comments
 (0)