Skip to content
Open
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
18 changes: 9 additions & 9 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description: 'A new Flutter project.'
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.2.0+120
version: 1.3.0+120

environment:
sdk: ^3.9.0
Expand Down Expand Up @@ -49,20 +49,20 @@ dependencies:
webview_flutter: ^4.13.0
# URL Lancher.
url_launcher: ^6.0.3
# Global raw token
ouds_global_raw_tokens: ^1.1.2
# Core
ouds_core: ^1.2.0
ouds_core: ^1.3.0
# Global raw token
ouds_global_raw_tokens: ^1.3.0
# Orange Theme contract
ouds_theme_contract: ^1.2.0
ouds_theme_contract: ^1.3.0
# Orange Theme
ouds_theme_orange: ^1.2.0
ouds_theme_orange: ^1.3.0
# Orange Compact Theme
ouds_theme_orange_compact: ^1.2.0
ouds_theme_orange_compact: ^1.3.0
# Sosh Theme
ouds_theme_sosh: ^1.2.0
ouds_theme_sosh: ^1.3.0
# Wireframe Theme
ouds_theme_wireframe: ^1.2.0
ouds_theme_wireframe: ^1.3.0

package_info_plus: ^8.3.1
# App Settings
Expand Down
13 changes: 6 additions & 7 deletions ouds_core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,17 +130,17 @@ It is intended to replace internal frameworks and the previous [ODS](https://git

```yaml
# Core
ouds_core: ^1.2.0
ouds_core: ^1.3.0
# Orange Theme contract
ouds_theme_contract: ^1.2.0
ouds_theme_contract: ^1.3.0
# Orange Theme
ouds_theme_orange: ^1.2.0
ouds_theme_orange: ^1.3.0
# Orange Theme Compact
ouds_theme_orange_compact: ^1.2.0
ouds_theme_orange_compact: ^1.3.0
# Sosh Theme
ouds_theme_sosh: ^1.2.0
ouds_theme_sosh: ^1.3.0
# Wireframe Theme
ouds_theme_wireframe: ^1.2.0
ouds_theme_wireframe: ^1.3.0

dependency_overrides:
intl: ^0.20.2
Expand Down Expand Up @@ -189,7 +189,6 @@ This allows you to override style tokens for specific components such as border
// Custom configuration with `OudsThemeConfigModel`.
return OudsThemeConfigModel(
button: OudsButtonConfig(rounded: false), // Apply rounded corners for the button.
tag: OudsTagConfig(rounded: false), // Apply rounded corners for the tag.
textInput: OudsTextInputConfig(rounded: true), // Apply rounded corners for the text input.
// Wrap with `OudsTheme` for theme customization.
child: OudsTheme(
Expand Down
4 changes: 2 additions & 2 deletions ouds_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ouds_core
description: 'Contains the main elements of the OUDS Android library.'
version: 1.2.0
version: 1.3.0

environment:
sdk: ^3.9.0
Expand All @@ -18,7 +18,7 @@ dependencies:
# Flutter svg
flutter_svg: ^2.2.3
# ouds_theme_contract
ouds_theme_contract: ^1.2.0
ouds_theme_contract: ^1.3.0
# ouds_accessibility_plugin
ouds_accessibility_plugin: ^0.2.0
# phone number handling
Expand Down
2 changes: 1 addition & 1 deletion ouds_global_raw_tokens/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To use **Ouds Global Raw Tokens**, add it as a dependency in your `pubspec.yaml`

```yaml
dependencies:
ouds_global_raw_tokens: ^1.2.0
ouds_global_raw_tokens: ^1.3.0
```

## Additional information
Expand Down
2 changes: 1 addition & 1 deletion ouds_global_raw_tokens/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ouds_global_raw_tokens
description: 'Raw tokens are basic design values (e.g., colors, typography) used to create a flexible and consistent theme'
version: 1.2.0
version: 1.3.0

environment:
sdk: ^3.9.0
Expand Down
2 changes: 1 addition & 1 deletion ouds_theme_contract/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To use **Ouds Theme Contract**, add it as a dependency in your `pubspec.yaml` fi

```yaml
dependencies:
ouds_theme_contract: ^1.2.0
ouds_theme_contract: ^1.3.0
```

## Package Structure
Expand Down
4 changes: 2 additions & 2 deletions ouds_theme_contract/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ouds_theme_contract
description: 'Defines the interface for theming in the OUDS framework, ensuring consistent application of design tokens.'
version: 1.2.0
version: 1.3.0

environment:
sdk: ^3.9.0
Expand All @@ -11,7 +11,7 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
ouds_global_raw_tokens: ^1.2.0
ouds_global_raw_tokens: ^1.3.0

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion ouds_theme_orange/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependency in your `pubspec.yaml` file.

```yaml
dependencies:
ouds_theme_orange: ^1.2.0
ouds_theme_orange: ^1.3.0
```

## Additional information
Expand Down
8 changes: 4 additions & 4 deletions ouds_theme_orange/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ouds_theme_orange
description: 'Orange theme implementation for OUDS, with branding-specific design tokens.'
version: 1.2.0
version: 1.3.0

environment:
sdk: ^3.9.0
Expand All @@ -11,9 +11,9 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
ouds_core: ^1.2.0
ouds_theme_contract: ^1.2.0
ouds_global_raw_tokens: ^1.2.0
ouds_core: ^1.3.0
ouds_theme_contract: ^1.3.0
ouds_global_raw_tokens: ^1.3.0
path_provider: ^2.0.0
http: ^1.6.0

Expand Down
2 changes: 1 addition & 1 deletion ouds_theme_orange_compact/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To use **Theme Orange Compact**, add it as a dependency in your `pubspec.yaml` f

```yaml
dependencies:
ouds_theme_orange_compact: ^1.2.0
ouds_theme_orange_compact: ^1.3.0
```

## Other OUDS Libraries
Expand Down
10 changes: 5 additions & 5 deletions ouds_theme_orange_compact/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ouds_theme_orange_compact
description: 'Orange Compact theme implementation for OUDS, with branding-specific design tokens optimized for compact displays.'
version: 1.2.0
version: 1.3.0

environment:
sdk: ^3.9.0
Expand All @@ -11,10 +11,10 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
ouds_core: ^1.2.0
ouds_theme_contract: ^1.2.0
ouds_global_raw_tokens: ^1.2.0
ouds_theme_orange: ^1.2.0
ouds_core: ^1.3.0
ouds_theme_contract: ^1.3.0
ouds_global_raw_tokens: ^1.3.0
ouds_theme_orange: ^1.3.0
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
2 changes: 1 addition & 1 deletion ouds_theme_sosh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To use **Theme Sosh**, add it as a dependency in your `pubspec.yaml` file.

```yaml
dependencies:
ouds_theme_sosh: ^1.2.0
ouds_theme_sosh: ^1.3.0
```

## Other OUDS Libraries
Expand Down
8 changes: 4 additions & 4 deletions ouds_theme_sosh/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ouds_theme_sosh
description: 'Sosh theme implementation for OUDS, with branding-specific design tokens.'
version: 1.2.0
version: 1.3.0

environment:
sdk: ^3.9.0
Expand All @@ -11,9 +11,9 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
ouds_core: ^1.2.0
ouds_theme_contract: ^1.2.0
ouds_global_raw_tokens: ^1.2.0
ouds_core: ^1.3.0
ouds_theme_contract: ^1.3.0
ouds_global_raw_tokens: ^1.3.0

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion ouds_theme_wireframe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To use **Theme Wireframe**, add it as a dependency in your `pubspec.yaml` file.

```yaml
dependencies:
ouds_theme_wireframe: ^1.2.0
ouds_theme_wireframe: ^1.3.0
```

## Other OUDS Libraries
Expand Down
8 changes: 4 additions & 4 deletions ouds_theme_wireframe/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ouds_theme_wireframe
description: 'Wireframe theme implementation for OUDS, with branding-specific design tokens.'
version: 1.2.0
version: 1.3.0

environment:
sdk: ^3.9.0
Expand All @@ -11,9 +11,9 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
ouds_core: ^1.2.0
ouds_theme_contract: ^1.2.0
ouds_global_raw_tokens: ^1.2.0
ouds_core: ^1.3.0
ouds_theme_contract: ^1.3.0
ouds_global_raw_tokens: ^1.3.0

dev_dependencies:
flutter_test:
Expand Down
Loading