Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ouds_global_raw_tokens/lib/border_raw_tokens.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Flutter library of reusable graphical components
//

// OUDS core tokens version 1.9.0
// OUDS core tokens version 1.10.0
// Generated by Tokenator

class BorderRawTokens {
Expand Down
5 changes: 2 additions & 3 deletions ouds_global_raw_tokens/lib/color_raw_tokens.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Flutter library of reusable graphical components
//

// OUDS core tokens version 1.9.0
// OUDS core tokens version 1.10.0
// Generated by Tokenator

import 'package:flutter/material.dart';
Expand Down Expand Up @@ -109,8 +109,7 @@ class ColorRawTokens {
static const colorOpacityBlack960 = Color(0xf5000000);
static const colorOpacityDodgerBlue80 = Color(0x1426b2ff);
static const colorOpacityDodgerBlue520 = Color(0x8500598a);
static const colorOpacityGrayDark800800 = Color(0xcc1f1f1f);
static const colorOpacityGrayLight80800 = Color(0xccf4f4f4);
static const colorOpacityGrayDark880800 = Color(0xcc141414);
static const colorOpacityMalachite120 = Color(0x1f3de35a);
static const colorOpacityMalachite640 = Color(0xa30e621d);
static const colorOpacityScarlet80 = Color(0x14db0002);
Expand Down
2 changes: 1 addition & 1 deletion ouds_global_raw_tokens/lib/dimension_raw_tokens.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Flutter library of reusable graphical components
//

// OUDS core tokens version 1.9.0
// OUDS core tokens version 1.10.0
// Generated by Tokenator

class DimensionRawTokens {
Expand Down
4 changes: 2 additions & 2 deletions ouds_global_raw_tokens/lib/effect_raw_tokens.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
// Software description: Flutter library of reusable graphical components
//

// OUDS core tokens version 1.9.0
// OUDS core tokens version 1.10.0
// Generated by Tokenator

class EffectRawTokens {
static const effectBlur160 = 16;
static const effectBlur320 = 32;
static const effectBlur480 = 48;
}
2 changes: 1 addition & 1 deletion ouds_global_raw_tokens/lib/font_raw_tokens.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Flutter library of reusable graphical components
//

// OUDS core tokens version 1.9.0
// OUDS core tokens version 1.10.0
// Generated by Tokenator

import 'package:flutter/material.dart';
Expand Down
2 changes: 1 addition & 1 deletion ouds_global_raw_tokens/lib/grid_raw_tokens.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Flutter library of reusable graphical components
//

// OUDS core tokens version 1.9.0
// OUDS core tokens version 1.10.0
// Generated by Tokenator

import 'package:ouds_global_raw_tokens/dimension_raw_tokens.dart';
Expand Down
2 changes: 1 addition & 1 deletion ouds_global_raw_tokens/lib/opacity_raw_tokens.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Flutter library of reusable graphical components
//

// OUDS core tokens version 1.9.0
// OUDS core tokens version 1.10.0
// Generated by Tokenator

class OpacityRawTokens {
Expand Down
41 changes: 23 additions & 18 deletions ouds_theme_contract/lib/ouds_component_version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,27 @@
// Generated by Tokenator

class OudsComponentVersion {
static const alertMessage = '1.1.0';
static const badge = '1.2.0';
static const bar = '1.0.0';
static const bulletList = '1.0.0';
static const button = '3.2.0';
static const checkbox = '2.4.0';
static const chip = '1.3.0';
static const divider = '1.0.0';
static const inlineAlert = '1.0.0';
static const link = '2.2.0';
static const passwordInput = '1.2.0';
static const phoneNumberInput = '1.2.0';
static const pinCodeInput = '1.2.0';
static const radioButton = '1.4.0';
static const skeleton = '1.0.0';
static const switchButton = '1.5.0';
static const tag = '1.4.0';
static const textInput = '1.3.0';
static const alertMessage = '1.1.0';
static const badge = '1.2.0';
static const badgeCount = '1.2.0';
static const badgeIcon = '1.3.0';
static const bar = '1.0.0';
static const bottomSheet = '1.0.0';
static const bulletList = '1.1.0';
static const button = '3.2.0';
static const checkbox = '2.4.0';
static const divider = '1.0.0';
static const filterChip = '1.4.0';
static const inlineAlert = '1.0.0';
static const inputTag = '1.2.0';
static const link = '2.2.0';
static const passwordInput = '1.3.0';
static const phoneNumberInput = '1.3.0';
static const pinCodeInput = '1.3.0';
static const radioButton = '1.4.0';
static const skeleton = '1.0.0';
static const suggestionChip = '1.4.0';
static const switchButton = '1.5.0';
static const tag = '1.5.0';
static const textInput = '1.4.0';
}
14 changes: 7 additions & 7 deletions ouds_theme_contract/lib/ouds_tokens_version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
// Generated by Tokenator

class OudsTokensVersion {
static const oudsCore = '1.9.0';
static const oudsCore = '1.10.0';
static const androidCore = '1.0.0';
static const androidSystem = '1.2.0';
static const orangeCore = '1.2.0';
static const orangeBrand = '2.3.0';
static const orangeCompactBrand = '2.3.0';
static const soshCore = '1.2.0';
static const soshBrand = '2.3.0';
static const wireframeCore = '1.3.0';
static const wireframeBrand = '2.3.0';
static const orangeBrand = '2.4.0';
static const orangeCompactBrand = '2.4.0';
static const soshCore = '1.3.0';
static const soshBrand = '2.4.0';
static const wireframeCore = '1.4.0';
static const wireframeBrand = '2.4.0';
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Flutter library of reusable graphical components
//

// Orange brand tokens version 2.3.0
// Orange brand tokens version 2.4.0
// Generated by Tokenator

abstract class OudsAlertTokens {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@
// Software description: Flutter library of reusable graphical components
//

// Orange brand tokens version 2.3.0
// Orange brand tokens version 2.4.0
// Generated by Tokenator

abstract class OudsBadgeTokens {
late double sizeLarge;
late double sizeMedium;
late double sizeSmall;
late double sizeXsmall;
late double spaceInset;
late double spaceInsetMediumLarge;
late double spaceInsetSmall;
late double spaceInsetXsmall;
late double spacePaddingInlineLarge;
late double spacePaddingInlineMedium;
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,14 @@
// Software description: Flutter library of reusable graphical components
//

// Orange brand tokens version 2.3.0
// Orange brand tokens version 2.4.0
// Generated by Tokenator

import 'package:flutter/material.dart';

abstract class OudsBarTokens {
late double borderRadiusActiveIndicatorCustomBottom;
late double borderRadiusActiveIndicatorCustomTop;
late Color colorActiveIndicatorAndroidSelectedDisabled;
late Color colorActiveIndicatorAndroidSelectedEnabled;
late Color colorActiveIndicatorAndroidSelectedFocus;
late Color colorActiveIndicatorAndroidSelectedHover;
late Color colorActiveIndicatorAndroidSelectedPressed;
late Color colorActiveIndicatorAndroidUnselectedDisabled;
late Color colorActiveIndicatorAndroidUnselectedFocus;
late Color colorActiveIndicatorAndroidUnselectedHover;
late Color colorActiveIndicatorAndroidUnselectedPressed;
late Color colorActiveIndicatorCustomSelectedEnabled;
late Color colorActiveIndicatorCustomSelectedFocus;
late Color colorActiveIndicatorCustomSelectedHover;
late Color colorActiveIndicatorCustomSelectedPressed;
late double borderRadiusCurrentIndicatorCustomBottom;
late double borderRadiusCurrentIndicatorCustomTop;
late Color colorBgOpaque;
late Color colorBgTranslucentDark;
late Color colorBgTranslucentLight;
Expand All @@ -40,14 +27,27 @@ abstract class OudsBarTokens {
late Color colorContentSelectedFocus;
late Color colorContentSelectedHover;
late Color colorContentSelectedPressed;
late Color colorContentUnselectedEnabledDark;
late Color colorContentUnselectedEnabledLight;
late Color colorContentUnselectedEnabled;
late Color colorContentUnselectedFocus;
late Color colorContentUnselectedHover;
late Color colorContentUnselectedPressed;
late Color colorCurrentIndicatorAndroidSelectedDisabled;
late Color colorCurrentIndicatorAndroidSelectedEnabled;
late Color colorCurrentIndicatorAndroidSelectedFocus;
late Color colorCurrentIndicatorAndroidSelectedHover;
late Color colorCurrentIndicatorAndroidSelectedPressed;
late Color colorCurrentIndicatorAndroidUnselectedDisabled;
late Color colorCurrentIndicatorAndroidUnselectedFocus;
late Color colorCurrentIndicatorAndroidUnselectedHover;
late Color colorCurrentIndicatorAndroidUnselectedPressed;
late Color colorCurrentIndicatorCustomSelectedEnabled;
late Color colorCurrentIndicatorCustomSelectedFocus;
late Color colorCurrentIndicatorCustomSelectedHover;
late Color colorCurrentIndicatorCustomSelectedPressed;
late Color colorIosAccent;
late int effectBgBlur;
late double opacityActiveIndicatorCustom;
late double sizeHeightActiveIndicatorCustom;
late double sizeWidthActiveIndicatorCustomBottom;
late double sizeWidthActiveIndicatorCustomTop;
late double opacityCurrentIndicatorCustom;
late double sizeHeightCurrentIndicatorCustom;
late double sizeWidthCurrentIndicatorCustomBottom;
late double sizeWidthCurrentIndicatorCustomTop;
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Flutter library of reusable graphical components
//

// Orange brand tokens version 2.3.0
// Orange brand tokens version 2.4.0
// Generated by Tokenator

abstract class OudsBulletListTokens {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Flutter library of reusable graphical components
//

// Orange brand tokens version 2.3.0
// Orange brand tokens version 2.4.0
// Generated by Tokenator

import 'package:flutter/material.dart';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Flutter library of reusable graphical components
//

// Orange brand tokens version 2.3.0
// Orange brand tokens version 2.4.0
// Generated by Tokenator

import 'package:flutter/material.dart';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Flutter library of reusable graphical components
//

// Orange brand tokens version 2.3.0
// Orange brand tokens version 2.4.0
// Generated by Tokenator

abstract class OudsCheckboxTokens {
Expand All @@ -23,7 +23,6 @@ abstract class OudsCheckboxTokens {
late double borderWidthUnselectedFocus;
late double borderWidthUnselectedHover;
late double borderWidthUnselectedPressed;
late double sizeIndicator;
late double sizeMaxHeight;
late double sizeMinHeight;
late double sizeMinWidth;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Flutter library of reusable graphical components
//

// Orange brand tokens version 2.3.0
// Orange brand tokens version 2.4.0
// Generated by Tokenator

import 'package:flutter/material.dart';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,57 @@
// Software description: Flutter library of reusable graphical components
//

// Orange brand tokens version 2.3.0
// Orange brand tokens version 2.4.0
// Generated by Tokenator

import 'package:flutter/material.dart';

abstract class OudsControlItemTokens {
late double borderRadius;
late double borderRadiusItemOnly;
late Color colorBgFocus;
late Color colorBgHover;
late Color colorBgLoading;
late Color colorBgPressed;
late Color colorContentLoader;
late double sizeErrorIcon;
late double sizeIcon;
late double sizeLoader;
late double sizeMaxHeightAssetsContainer;
late double borderRadiusCurrentIndicator;
late double borderRadiusDefault;
late double borderRadiusMedia;
late double borderRadiusMediaRoundedCorner;
late double borderRadiusRounded;
late double borderWidthCurrentPage;
late double borderWidthDefault;
late Color colorBadgeSafetyArea;
late Color colorBgCurrentDisabled;
late Color colorBgCurrentEnabled;
late Color colorBgCurrentFocus;
late Color colorBgCurrentHover;
late Color colorBgCurrentPressed;
late Color colorContentCurrentDisabled;
late Color colorContentCurrentEnabled;
late Color colorContentCurrentFocus;
late Color colorContentCurrentHover;
late Color colorContentCurrentPressed;
late double fontLetterSpacingAvatarInitialXlarge;
late double fontLineHeightAvatarInitialXlarge;
late double fontSizeAvatarInitialXlarge;
late double opacityCurrentDivider;
late double opacityCurrentIndicator;
late double sizeAssetLarge;
late double sizeAssetMedium;
late double sizeAssetSmall;
late double sizeAssetXlarge;
late double sizeControlIndicator;
late double sizeCurrentIndicatorWidth;
late double sizeFlagHeight;
late double sizeMaxWidth;
late double sizeMinHeight;
late double sizeMinHeightCompact;
late double sizeMinHeightDefault;
late double sizeMinWidth;
late double spaceColumnGap;
late double spacePaddingBlockDefault;
late double spacePaddingBlockTopErrorText;
late double spacePaddingBlockBottomSlot;
late double spacePaddingBlockDensityCompact;
late double spacePaddingBlockDensityCompactBottomExpandContainer;
late double spacePaddingBlockDensityCompactTopAlignmentTopCounterweight;
late double spacePaddingBlockDensityCompactTopAlignmentTopTextContainer;
late double spacePaddingBlockDensityDefault;
late double spacePaddingBlockDensityDefaultBottomExpandContainer;
late double spacePaddingBlockDensityDefaultTopAlignmentTopCounterweight;
late double spacePaddingBlockDensityDefaultTopAlignmentTopTextContainer;
late double spacePaddingBlockTopHelperText;
late double spacePaddingInline;
late double spacePaddingInlineErrorIcon;
late double spaceRowGap;
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Flutter library of reusable graphical components
//

// Orange brand tokens version 2.3.0
// Orange brand tokens version 2.4.0
// Generated by Tokenator

abstract class OudsDividerTokens {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
// Software description: Flutter library of reusable graphical components
//

// Orange brand tokens version 2.3.0
// Orange brand tokens version 2.4.0
// Generated by Tokenator

import 'package:flutter/material.dart';

abstract class OudsIconTokens {
late Color colorContentDefault;
late Color colorContentStatusWarningExternalShape;
late Color colorContentStatusWarningInternalShape;
late Color colorContentStatusWarningInverseExternalShape;
late Color colorContentStatusWarningInverseInternalShape;
}
Loading
Loading