Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
d2ab1f6
feat: dart doc header and footer
nouha06 Nov 6, 2025
f4d4367
feat: dart doc header and footer
nouha06 Nov 6, 2025
fe25399
chore: update orange logo in doc
nouha06 Nov 12, 2025
cf4d4b9
chore: update dart doc
nouha06 Nov 12, 2025
1e628db
chore: update dart doc
nouha06 Nov 13, 2025
41d9bb2
chore: add doc versions, change header to apply orange theme, change …
nouha06 Nov 15, 2025
5e24a4b
Merge branch 'develop' into 135-docs-update-homepage-documentation
nouha06 Nov 15, 2025
985f512
chore: update dart doc
nouha06 Nov 18, 2025
419c042
Merge branch 'develop' into 135-docs-update-homepage-documentation
nouha06 Nov 18, 2025
f01e300
chore: add js and css files to doc
nouha06 Nov 19, 2025
740848a
Update dartdoc-gh-pages.yml
nouha06 Nov 19, 2025
d495713
chore: fix javascript and style
nouha06 Nov 19, 2025
1901e97
Merge remote-tracking branch 'origin/135-docs-update-homepage-documen…
nouha06 Nov 19, 2025
8fb10a0
Update dartdoc-gh-pages.yml
nouha06 Nov 19, 2025
b558819
chore: fix javascript and style
nouha06 Nov 19, 2025
203976d
Merge remote-tracking branch 'origin/135-docs-update-homepage-documen…
nouha06 Nov 19, 2025
b13c2db
Update dartdoc-gh-pages.yml
nouha06 Nov 20, 2025
3537579
chore: delete unused file
nouha06 Nov 20, 2025
0f07a25
chore: update header
nouha06 Nov 20, 2025
daf221f
chore: clean code and update add components version
nouha06 Nov 21, 2025
8da38ea
Merge remote-tracking branch 'origin/develop' into 135-docs-update-ho…
nouha06 Nov 21, 2025
8d74e4c
chore: update documentation and changelog
nouha06 Nov 21, 2025
c388fe9
chore: delete previous version of docs
nouha06 Nov 21, 2025
8e6ccd1
chore: update html file name, move enum from nodoc section
nouha06 Nov 21, 2025
47075e9
Update dartdoc-gh-pages.yml
nouha06 Nov 21, 2025
6d3e9f7
Update dartdoc-gh-pages.yml
nouha06 Nov 21, 2025
bdd5897
chore: add missing import
nouha06 Nov 21, 2025
914e135
chore: update html file
nouha06 Nov 21, 2025
db305cd
chore: change package name in left side bar
nouha06 Nov 21, 2025
0b70ac3
chore: update code
nouha06 Nov 26, 2025
428a63f
chore: update UI elements and navigation
nouha06 Nov 27, 2025
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
6 changes: 6 additions & 0 deletions .github/workflows/dartdoc-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- develop
- 135-docs-update-homepage-documentation


workflow_dispatch:
Expand Down Expand Up @@ -47,6 +48,11 @@ jobs:
run: |
mkdir -p ./docs
mv ouds_core/doc/api/* ./docs
- name: Copy images files (orange logo and banner)
run: |
mkdir -p ./docs/assets
cp ouds_core/assets/doc/orange_logo.svg ./docs/assets/
cp ouds_core/assets/doc/banner.png ./docs/assets/
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/0.5.0...develop)

### Added
- [Library] Include Design Component version in dev documentation ([#239](https://github.com/Orange-OpenSource/ouds-flutter/issues/#239))
- [DemoApp][Library] Create component - `Password Input` ([#397](https://github.com/Orange-OpenSource/ouds-flutter/issues/#397))
- [DemoApp][Library] Create component - `Pin Code Input` ([#307](https://github.com/Orange-OpenSource/ouds-flutter/issues/307))
- [DemoApp][Library] Create component - `Link` ([#46](https://github.com/Orange-OpenSource/ouds-flutter/issues/46))
- [library] Mobile SDK Data Privacy Disclaimer ([#410](https://github.com/Orange-OpenSource/ouds-flutter/issues/#410))
- [DemoApp][Library] Tokens: `link` and `linkMono` ([#390](https://github.com/Orange-OpenSource/ouds-flutter/issues/#390))

### Changed
- [Library] Update homepage documentation ([#135](https://github.com/Orange-OpenSource/ouds-flutter/issues/#135))
- [DemoApp][Library] Update `badge` component (badge, badge count, badge icon (v1.2) ([#423](https://github.com/Orange-OpenSource/ouds-flutter/issues/#423))
- [DemoApp][Library] Update of `button` version v3.1 ([#396](https://github.com/Orange-OpenSource/ouds-flutter/issues/396))
- [DemoApp][Library] Use Solaris icons ([#245](https://github.com/Orange-OpenSource/ouds-flutter/issues/245))
Expand Down
3 changes: 1 addition & 2 deletions app/lib/ui/components/badge/badge_customization_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
*/

import 'package:flutter/cupertino.dart';
import 'package:ouds_core/components/badge/internal/ouds_badge_size_modifier.dart';
import 'package:ouds_core/components/badge/internal/ouds_badge_status_modifier.dart';
import 'package:ouds_core/components/badge/ouds_badge.dart';
import 'package:ouds_flutter_demo/l10n/app_localizations.dart';
import 'package:ouds_flutter_demo/ui/components/badge/badge_customization.dart';
import 'package:ouds_flutter_demo/ui/theme/theme_controller.dart';
Expand Down
2 changes: 2 additions & 0 deletions ouds_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/0.5.0...develop)

### Added
- [Library] Include Design Component version in dev documentation ([#239](https://github.com/Orange-OpenSource/ouds-flutter/issues/#239))
- [Library] Create component - `Password Input` ([#397](https://github.com/Orange-OpenSource/ouds-flutter/issues/397))
- [Library] Create component - `Pin Code Input` ([#307](https://github.com/Orange-OpenSource/ouds-flutter/issues/307))
- [Library] Create component - `Link` ([#46](https://github.com/Orange-OpenSource/ouds-flutter/issues/46))
- [library] Mobile SDK Data Privacy Disclaimer ([#410](https://github.com/Orange-OpenSource/ouds-flutter/issues/#410))
- [Library] Tokens: `link` and `linkMono` ([#390](https://github.com/Orange-OpenSource/ouds-flutter/issues/#390))

### Changed
- [Library] Update homepage documentation ([#135](https://github.com/Orange-OpenSource/ouds-flutter/issues/#135))
- [Library] Update `badge` component (badge, badge count, badge icon (v1.2) ([#423](https://github.com/Orange-OpenSource/ouds-flutter/issues/#423))
- [Library] Update of `button` version v3.1 ([#396](https://github.com/Orange-OpenSource/ouds-flutter/issues/396))
- [Library] Use Solaris icons ([#245](https://github.com/Orange-OpenSource/ouds-flutter/issues/245))
Expand Down
65 changes: 63 additions & 2 deletions ouds_core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This repository contains the OUDS Core Flutter library that provides Orange comp

You can find the [detailed technical documentation online](https://flutter.unified-design-system.orange.com/), as well as the [whole design system](https://unified-design-system.orange.com/).

## OUDS
## Orange Unified Design System

OUDS stands for *Orange Unified Design System*.

Expand All @@ -32,13 +32,74 @@ It is intended to replace internal frameworks and the previous [ODS](https://git

## Tokens version

- **Version**: 1.5.0.
- **OUDS core token version**: 1.9.0.

## Other OUDS Libraries

- **ouds_theme_contract**: Contains the semantic tokens and component tokens.
- **ouds_theme_orange**: Contains the theme for the Orange brand.
- **ouds_theme_sosh**: Contains the theme for the Sosh brand.
- **ouds_theme_wireframe**: Contains the theme for the Wireframe brand.


## Components version


<table>
<thead>
<tr>
<th>Component</th>
<th>Version</th>
</tr>
</thead>
<tbody>
<tr>
<td style="padding-left:10px;">Badge</td>
<td>1.2.0</td>
</tr>
<tr>
<td style="padding-left:10px;">Button</td>
<td>3.2.0 </td>
</tr>
<tr>
<td style="padding:10px;">Checkbox</td>
<td>2.4.0</td>
</tr>
<tr>
<td style="padding:10px;">Chip</td>
<td>1.3.0</td>
</tr>
<tr>
<td style="padding:10px;">Divider</td>
<td>1.0.0</td>
</tr>
<tr>
<td style="padding:10px;">Link</td>
<td>2.2.0</td>
</tr>
<tr>
<td style="padding:10px;">Pin Code Input </td>
<td>1.2.0</td>
</tr>
<tr>
<td style="padding:10px;">Radio Button</td>
<td>1.4.0</td>
</tr>
<tr>
<td style="padding:10px;">Switch Button</td>
<td>1.5.0</td>
</tr>
<tr>
<td style="padding:10px;">Tag</td>
<td>1.4.0</td>
</tr>
<tr>
<td style="padding:10px;">Text Input</td>
<td>1.3.0</td>
</tr>
</tbody>
</table>


## Build

Expand Down
Binary file added ouds_core/assets/doc/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions ouds_core/assets/doc/orange_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading