Skip to content

Commit 4c9f879

Browse files
committed
chore: update tokens
1 parent 4cf1d19 commit 4c9f879

191 files changed

Lines changed: 1040 additions & 699 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ouds_global_raw_tokens/lib/border_raw_tokens.dart

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

13-
// OUDS core tokens version 1.9.0
13+
// OUDS core tokens version 1.10.0
1414
// Generated by Tokenator
1515

1616
class BorderRawTokens {

ouds_global_raw_tokens/lib/color_raw_tokens.dart

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

13-
// OUDS core tokens version 1.9.0
13+
// OUDS core tokens version 1.10.0
1414
// Generated by Tokenator
1515

1616
import 'package:flutter/material.dart';
@@ -109,8 +109,7 @@ class ColorRawTokens {
109109
static const colorOpacityBlack960 = Color(0xf5000000);
110110
static const colorOpacityDodgerBlue80 = Color(0x1426b2ff);
111111
static const colorOpacityDodgerBlue520 = Color(0x8500598a);
112-
static const colorOpacityGrayDark800800 = Color(0xcc1f1f1f);
113-
static const colorOpacityGrayLight80800 = Color(0xccf4f4f4);
112+
static const colorOpacityGrayDark880800 = Color(0xcc141414);
114113
static const colorOpacityMalachite120 = Color(0x1f3de35a);
115114
static const colorOpacityMalachite640 = Color(0xa30e621d);
116115
static const colorOpacityScarlet80 = Color(0x14db0002);

ouds_global_raw_tokens/lib/dimension_raw_tokens.dart

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

13-
// OUDS core tokens version 1.9.0
13+
// OUDS core tokens version 1.10.0
1414
// Generated by Tokenator
1515

1616
class DimensionRawTokens {

ouds_global_raw_tokens/lib/effect_raw_tokens.dart

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

13-
// OUDS core tokens version 1.9.0
13+
// OUDS core tokens version 1.10.0
1414
// Generated by Tokenator
1515

1616
class EffectRawTokens {
17-
static const effectBlur160 = 16;
1817
static const effectBlur320 = 32;
18+
static const effectBlur480 = 48;
1919
}

ouds_global_raw_tokens/lib/font_raw_tokens.dart

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

13-
// OUDS core tokens version 1.9.0
13+
// OUDS core tokens version 1.10.0
1414
// Generated by Tokenator
1515

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

ouds_global_raw_tokens/lib/grid_raw_tokens.dart

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

13-
// OUDS core tokens version 1.9.0
13+
// OUDS core tokens version 1.10.0
1414
// Generated by Tokenator
1515

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

ouds_global_raw_tokens/lib/opacity_raw_tokens.dart

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

13-
// OUDS core tokens version 1.9.0
13+
// OUDS core tokens version 1.10.0
1414
// Generated by Tokenator
1515

1616
class OpacityRawTokens {

ouds_theme_contract/lib/ouds_component_version.dart

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,27 @@
1313
// Generated by Tokenator
1414

1515
class OudsComponentVersion {
16-
static const alertMessage = '1.1.0';
17-
static const badge = '1.2.0';
18-
static const bar = '1.0.0';
19-
static const bulletList = '1.0.0';
20-
static const button = '3.2.0';
21-
static const checkbox = '2.4.0';
22-
static const chip = '1.3.0';
23-
static const divider = '1.0.0';
24-
static const inlineAlert = '1.0.0';
25-
static const link = '2.2.0';
26-
static const passwordInput = '1.2.0';
27-
static const phoneNumberInput = '1.2.0';
28-
static const pinCodeInput = '1.2.0';
29-
static const radioButton = '1.4.0';
30-
static const skeleton = '1.0.0';
31-
static const switchButton = '1.5.0';
32-
static const tag = '1.4.0';
33-
static const textInput = '1.3.0';
16+
static const alertMessage = '1.1.0';
17+
static const badge = '1.2.0';
18+
static const badgeCount = '1.2.0';
19+
static const badgeIcon = '1.3.0';
20+
static const bar = '1.0.0';
21+
static const bottomSheet = '1.0.0';
22+
static const bulletList = '1.1.0';
23+
static const button = '3.2.0';
24+
static const checkbox = '2.4.0';
25+
static const divider = '1.0.0';
26+
static const filterChip = '1.4.0';
27+
static const inlineAlert = '1.0.0';
28+
static const inputTag = '1.2.0';
29+
static const link = '2.2.0';
30+
static const passwordInput = '1.3.0';
31+
static const phoneNumberInput = '1.3.0';
32+
static const pinCodeInput = '1.3.0';
33+
static const radioButton = '1.4.0';
34+
static const skeleton = '1.0.0';
35+
static const suggestionChip = '1.4.0';
36+
static const switchButton = '1.5.0';
37+
static const tag = '1.5.0';
38+
static const textInput = '1.4.0';
3439
}

ouds_theme_contract/lib/ouds_tokens_version.dart

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
// Generated by Tokenator
1414

1515
class OudsTokensVersion {
16-
static const oudsCore = '1.9.0';
16+
static const oudsCore = '1.10.0';
1717
static const androidCore = '1.0.0';
1818
static const androidSystem = '1.2.0';
1919
static const orangeCore = '1.2.0';
20-
static const orangeBrand = '2.3.0';
21-
static const orangeCompactBrand = '2.3.0';
22-
static const soshCore = '1.2.0';
23-
static const soshBrand = '2.3.0';
24-
static const wireframeCore = '1.3.0';
25-
static const wireframeBrand = '2.3.0';
20+
static const orangeBrand = '2.4.0';
21+
static const orangeCompactBrand = '2.4.0';
22+
static const soshCore = '1.3.0';
23+
static const soshBrand = '2.4.0';
24+
static const wireframeCore = '1.4.0';
25+
static const wireframeBrand = '2.4.0';
2626
}

ouds_theme_contract/lib/theme/tokens/components/ouds_alert_tokens.dart

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

13-
// Orange brand tokens version 2.3.0
13+
// Orange brand tokens version 2.4.0
1414
// Generated by Tokenator
1515

1616
abstract class OudsAlertTokens {

0 commit comments

Comments
 (0)