Skip to content
Merged
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
5 changes: 5 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/0.7.0...develop)
### Added

### Changed
- [Library] Integration of System library v2.3.0, component changelog v1.11 ([#513](https://github.com/Orange-OpenSource/ouds-flutter/issues/#513))

### Fixed

## [0.7.0](https://github.com/Orange-OpenSource/ouds-flutter/compare/0.5.0...0.7.0) - 2025-12-01

Expand Down
5 changes: 5 additions & 0 deletions ouds_theme_contract/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/0.7.0...develop)
### Added

### Changed
- [Library] Integration of System library v2.3.0, component changelog v1.11 ([#513](https://github.com/Orange-OpenSource/ouds-flutter/issues/#513))

### Fixed

## [0.7.0](https://github.com/Orange-OpenSource/ouds-flutter/compare/0.5.0...0.7.0) - 2025-12-01

Expand Down
24 changes: 12 additions & 12 deletions ouds_theme_contract/lib/ouds_component_version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
// Generated by Tokenator

class OudsComponentVersion {
static const badge = '1.2.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 link = '2.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 badge = '1.2.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 link = '2.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';
}
6 changes: 3 additions & 3 deletions ouds_theme_contract/lib/ouds_tokens_version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ class OudsTokensVersion {
static const androidCore = '1.0.0';
static const androidSystem = '1.2.0';
static const orangeCore = '1.2.0';
static const orangeBrand = '2.2.0';
static const orangeBrand = '2.3.0';
static const soshCore = '1.2.0';
static const soshBrand = '2.2.0';
static const soshBrand = '2.3.0';
static const wireframeCore = '1.3.0';
static const wireframeBrand = '2.2.0';
static const wireframeBrand = '2.3.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.2.0
// Orange brand tokens version 2.3.0
// Generated by Tokenator

abstract class OudsBadgeTokens {
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.2.0
// Orange brand tokens version 2.3.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.2.0
// Orange brand tokens version 2.3.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.2.0
// Orange brand tokens version 2.3.0
// Generated by Tokenator

abstract class OudsCheckboxTokens {
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.2.0
// Orange brand tokens version 2.3.0
// Generated by Tokenator

import 'package:flutter/material.dart';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

import 'package:ouds_theme_contract/theme/tokens/components/ouds_badge_tokens.dart';
import 'package:ouds_theme_contract/theme/tokens/components/ouds_bar_tokens.dart';
import 'package:ouds_theme_contract/theme/tokens/components/ouds_buttonMono_tokens.dart';
import 'package:ouds_theme_contract/theme/tokens/components/ouds_button_tokens.dart';
import 'package:ouds_theme_contract/theme/tokens/components/ouds_checkbox_tokens.dart';
Expand Down Expand Up @@ -44,6 +45,7 @@ class OudsComponentsTokens {
final OudsPinCodeInputTokens pinCodeInput;
final OudsLinkTokens link;
final OudsLinkMonoTokens linkMono;
final OudsBarTokens bar;

const OudsComponentsTokens({
required this.button,
Expand All @@ -62,5 +64,6 @@ class OudsComponentsTokens {
required this.pinCodeInput,
required this.link,
required this.linkMono,
required this.bar,
});
}
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.2.0
// Orange brand tokens version 2.3.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.2.0
// Orange brand tokens version 2.3.0
// Generated by Tokenator

abstract class OudsDividerTokens {
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.2.0
// Orange brand tokens version 2.3.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.2.0
// Orange brand tokens version 2.3.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.2.0
// Orange brand tokens version 2.3.0
// Generated by Tokenator

abstract class OudsPinCodeInputTokens {
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.2.0
// Orange brand tokens version 2.3.0
// Generated by Tokenator

abstract class OudsRadioButtonTokens {
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.2.0
// Orange brand tokens version 2.3.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.2.0
// Orange brand tokens version 2.3.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.2.0
// Orange brand tokens version 2.3.0
// Generated by Tokenator

abstract class OudsTagTokens {
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.2.0
// Orange brand tokens version 2.3.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.2.0
// Orange brand tokens version 2.3.0
// Generated by Tokenator

abstract class OudsBorderSemanticTokens {
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.2.0
// Orange brand tokens version 2.3.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.2.0
// Orange brand tokens version 2.3.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.2.0
// Orange brand tokens version 2.3.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.2.0
// Orange brand tokens version 2.3.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.2.0
// Orange brand tokens version 2.3.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.2.0
// Orange brand tokens version 2.3.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.2.0
// Orange brand tokens version 2.3.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.2.0
// Orange brand tokens version 2.3.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.2.0
// Orange brand tokens version 2.3.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.2.0
// Orange brand tokens version 2.3.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.2.0
// Orange brand tokens version 2.3.0
// Generated by Tokenator

abstract class OudsGridSemanticTokens {
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.2.0
// Orange brand tokens version 2.3.0
// Generated by Tokenator

abstract class OudsOpacitySemanticTokens {
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.2.0
// Orange brand tokens version 2.3.0
// Generated by Tokenator

abstract class OudsSizeSemanticTokens {
Expand Down Expand Up @@ -101,5 +101,13 @@ abstract class OudsSizeSemanticTokens {
late double maxWidthTypeHeadingSmallTablet;
late double maxWidthTypeHeadingXlargeMobile;
late double maxWidthTypeHeadingXlargeTablet;
late double maxWidthTypeLabelLargeMobile;
late double maxWidthTypeLabelLargeTablet;
late double maxWidthTypeLabelMediumMobile;
late double maxWidthTypeLabelMediumTablet;
late double maxWidthTypeLabelSmallMobile;
late double maxWidthTypeLabelSmallTablet;
late double maxWidthTypeLabelXlargeMobile;
late double maxWidthTypeLabelXlargeTablet;
late double minInteractiveArea;
}
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.2.0
// Orange brand tokens version 2.3.0
// Generated by Tokenator

abstract class OudsSpaceSemanticTokens {
Expand Down
5 changes: 5 additions & 0 deletions ouds_theme_orange/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/0.7.0...develop)
### Added

### Changed
- [Library] Integration of System library v2.3.0, component changelog v1.11 ([#513](https://github.com/Orange-OpenSource/ouds-flutter/issues/#513))

### Fixed

## [0.7.0](https://github.com/Orange-OpenSource/ouds-flutter/compare/0.5.0...0.7.0) - 2025-12-01

Expand Down
2 changes: 1 addition & 1 deletion ouds_theme_orange/lib/components/orange_badge_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
//

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

import 'package:ouds_global_raw_tokens/dimension_raw_tokens.dart';
Expand Down
Loading
Loading