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
2 changes: 1 addition & 1 deletion packages/orange/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ icons_license: "https://design.orange.com/0c1af118d/p/92bb17-
icons_usage: "https://design.orange.com/0c1af118d/p/92bb17-usage"
bootstrap: "https://getbootstrap.com"
ouds:
web: "https://unified-design-system.orange.com/" # TODO: replace this URL by the web one or even "https://oran.ge/ds-web" when it will changed
web: "https://unified-design-system.orange.com/"
debug_template: "https://codepen.io/louismaximepiton/pen/WbreEwY"

algolia:
Expand Down
2 changes: 1 addition & 1 deletion packages/sosh/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ icons_license: "https://design.orange.com/0c1af118d/p/92bb17-
icons_usage: "https://design.orange.com/0c1af118d/p/92bb17-usage"
bootstrap: "https://getbootstrap.com"
ouds:
web: "https://unified-design-system.orange.com/" # TODO: replace this URL by the web one or even "https://oran.ge/ds-web" when it will changed
web: "https://unified-design-system.orange.com/"
debug_template: "https://codepen.io/louismaximepiton/pen/OPMLjXZ"

algolia:
Expand Down
2 changes: 1 addition & 1 deletion site/src/assets/examples/download-app/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ export const aliases = [
<div class="container-fluid container-max-width footer-terms">
<ul class="navbar-nav gap-md-large">
<li class="fw-bold">© Orange {new Date().getFullYear()}</li>
<li><a class="nav-link" href="https://unified-design-system.orange.com/472794e18/p/20e7da-legal/b/574e10" target="_blank" rel="noopener">Terms and conditions</a></li>
<li><a class="nav-link" href="https://r.orange.fr/r/S-ouds-doc-legal" target="_blank" rel="noopener">Terms and conditions</a></li>
<li><a class="nav-link" href="https://unified-design-system.orange.com" target="_blank" rel="noopener">Orange Unified Design System</a></li>
<li><a class="nav-link" href="https://android.unified-design-system.orange.com" target="_blank" rel="noopener">OUDS-Android</a></li>
<li><a class="nav-link" href="https://ios.unified-design-system.orange.com" target="_blank" rel="noopener">OUDS-iOS</a></li>
Expand Down
2 changes: 1 addition & 1 deletion site/src/content/docs/components/badges.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { getVersionedDocsPath } from '@libs/path'
import { getMode } from '@libs/sass-variables'

<Callout type="info">
You can find here the [OUDS Badge design guidelines](https://unified-design-system.orange.com/472794e18/p/698ea8-badge).
You can find the OUDS design guidelines here: [badge guidelines](https://r.orange.fr/r/S-ouds-doc-badge), [badge - count guidelines](https://r.orange.fr/r/S-ouds-doc-badge-count), [badge - icon guidelines](https://r.orange.fr/r/S-ouds-doc-badge-icon).
</Callout>

## Overview
Expand Down
2 changes: 1 addition & 1 deletion site/src/content/docs/components/breadcrumb.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toc: true
---

<Callout type="info">
You can find here the [OUDS Breadcrumb design guidelines](https://unified-design-system.orange.com/472794e18/p/775908-breadcrumb).
You can find here the OUDS [breadcrumb design guidelines](https://r.orange.fr/r/S-ouds-doc-breadcrumb).
</Callout>

## Overview
Expand Down
2 changes: 1 addition & 1 deletion site/src/content/docs/components/bullet-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ toc: true
import { getConfig } from '@libs/config'

<Callout type="info">
You can find here the [OUDS Bullet list design guidelines](https://unified-design-system.orange.com/472794e18/p/49e7bf-bullet-list).
You can find here the OUDS [bullet list design guidelines](https://r.orange.fr/r/S-ouds-doc-bullet-list).
</Callout>

## Overview
Expand Down
4 changes: 2 additions & 2 deletions site/src/content/docs/components/buttons.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { getVersionedDocsPath } from '@libs/path'
import { getMode } from '@libs/sass-variables'

<Callout type="info">
You can find here the [OUDS Button design guidelines](https://unified-design-system.orange.com/472794e18/p/48a788-button).
You can find here the OUDS [button design guidelines](https://r.orange.fr/r/S-ouds-doc-button).
</Callout>

## Overview
Expand All @@ -38,7 +38,7 @@ When using button classes on `<a>` elements that are used to trigger in-page fun

## Variants

OUDS Web includes several button variants, each serving its own semantic purpose, with a few extras thrown in for more control. Please follow the [Button design specifications](https://unified-design-system.orange.com/472794e18/p/48a788-button/t/5c95fb0c27) to choose the right button for the right action.
OUDS Web includes several button variants, each serving its own semantic purpose, with a few extras thrown in for more control. Please follow the [button design specifications](https://r.orange.fr/r/S-ouds-doc-button) to choose the right button for the right action.

<Example class="bd-btn-example" code={`<button type="button" class="btn btn-default">Default</button>
<button type="button" class="btn btn-strong">Strong</button>
Expand Down
2 changes: 1 addition & 1 deletion site/src/content/docs/components/chips.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { getVersionedDocsPath } from '@libs/path'
import { getMode } from '@libs/sass-variables'

<Callout type="info">
You can find here the [OUDS chip design guidelines](https://unified-design-system.orange.com/472794e18/p/77fdea-chip).
You can find the OUDS design guidelines here: [filter chip guidelines](https://r.orange.fr/r/S-ouds-doc-filter-chip), [suggestion chip guidelines](https://r.orange.fr/r/S-ouds-doc-suggestion-chip).
</Callout>

## Overview
Expand Down
2 changes: 1 addition & 1 deletion site/src/content/docs/components/links.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { getVersionedDocsPath } from '@libs/path'
import { getMode } from '@libs/sass-variables'

<Callout type="info">
You can find here the [OUDS Link design guidelines](https://unified-design-system.orange.com/472794e18/p/31c33b-link).
You can find here the OUDS [link design guidelines](https://r.orange.fr/r/S-ouds-doc-link).
</Callout>

## Overview
Expand Down
2 changes: 1 addition & 1 deletion site/src/content/docs/components/tags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { getVersionedDocsPath } from '@libs/path'
import { getMode } from '@libs/sass-variables'

<Callout type="info">
You can find here the [OUDS tag design guidelines](https://unified-design-system.orange.com/472794e18/p/7565ce-tag).
You can find the OUDS design guidelines here: [tag guidelines](https://r.orange.fr/r/S-ouds-doc-tag), [input tag guidelines](https://r.orange.fr/r/S-ouds-doc-input-tag).
</Callout>

## Overview
Expand Down
2 changes: 1 addition & 1 deletion site/src/content/docs/customize/color-palette.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ You’re encouraged to use Orange semantic color tokens (using CSS variables is
<Callout type="danger">
Some of the colors below do not belong to the Orange Unified Design System specifications.

Please refer to our [color palette section](#palette) and to the [Color guidelines](https://unified-design-system.orange.com/472794e18/p/217ac6-color) on the Orange Unified Design System website.
Please refer to our [color palette section](#palette) and to the [color guidelines](https://r.orange.fr/r/S-ouds-doc-token-color) on the Orange Unified Design System website.
</Callout>

<Callout type="warning">
Expand Down
4 changes: 2 additions & 2 deletions site/src/content/docs/extend/icons.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const screenSize = [
]

<Callout type="info">
You can find here the [Iconography design guidelines](https://unified-design-system.orange.com/472794e18/p/275963-iconography).
You can find here the [iconography design guidelines](https://r.orange.fr/r/S-ouds-doc-icon-intro).
</Callout>

<BrandSpecific brand="orange">
Expand Down Expand Up @@ -98,7 +98,7 @@ For SVGs (SVG sprites, inline SVGs or CSS mask image SVGs), the `fill="currentCo

The following color utilities and CSS variables are intended for use only with functional icons. The warning icon is an exception as it has two different colors for its internal and external shapes, to ensure accessibility. For this icon, you can use the dedicated [accessible warning icon](#accessible-warning-icon).

Here are [the normal contexts of use of these functional colors](https://unified-design-system.orange.com/472794e18/p/217ac6-colour/t/9b95834c2e).
Here are [the normal contexts of use of these functional colors](https://r.orange.fr/r/S-ouds-doc-token-color-functional).

<BsTable>
| Color utility | Color CSS variable | Context of use |
Expand Down
4 changes: 2 additions & 2 deletions site/src/content/docs/forms/checkbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { getConfig } from '@libs/config'
import { getVersionedDocsPath } from '@libs/path'

<Callout type="info">
You can find here the [OUDS Checkbox design guidelines](https://unified-design-system.orange.com/472794e18/p/23f1c1-checkbox).
You can find here the OUDS [checkbox design guidelines](https://r.orange.fr/r/S-ouds-doc-checkbox).
</Callout>

## Overview
Expand Down Expand Up @@ -290,7 +290,7 @@ You can align horizontally up to three checkboxes if their labels are short, add

## Indeterminate

This is often used to indicate a partial selection within a group of choices. For instance, in a nested (hierarchical) list, a parent checkbox can be indeterminate if some, but not all, sub-options are selected. [Learn more about nesting in the design guidelines](https://unified-design-system.orange.com/472794e18/p/23f1c1-checkbox/t/15b9a5fddb).
This is often used to indicate a partial selection within a group of choices. For instance, in a nested (hierarchical) list, a parent checkbox can be indeterminate if some, but not all, sub-options are selected. [Learn more about nesting in the design guidelines](https://r.orange.fr/r/S-ouds-doc-checkbox-indeterminate).

Users cannot set a checkbox as indeterminate directly. This must be calculated by the system and set via JavaScript (there is no available HTML attribute available for specifying it). Then, checkboxes use the `:indeterminate` pseudo class for styling.

Expand Down
2 changes: 1 addition & 1 deletion site/src/content/docs/forms/radio-button.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { getConfig } from '@libs/config'
import { getVersionedDocsPath } from '@libs/path'

<Callout type="info">
You can find here the [OUDS Radio button design guidelines](https://unified-design-system.orange.com/472794e18/p/90c467-radio-button).
You can find here the OUDS [radio button design guidelines](https://r.orange.fr/r/S-ouds-doc-radio-button).
</Callout>

## Overview
Expand Down
2 changes: 1 addition & 1 deletion site/src/content/docs/forms/switch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { getConfig } from '@libs/config'
import { getVersionedDocsPath } from '@libs/path'

<Callout type="info">
You can find here the [OUDS Switch design guidelines](https://unified-design-system.orange.com/472794e18/p/18acc0-switch).
You can find here the OUDS [switch design guidelines](https://r.orange.fr/r/S-ouds-doc-switch).
</Callout>

## Overview
Expand Down
3 changes: 1 addition & 2 deletions site/src/content/docs/forms/text-area.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ toc: true
import { getVersionedDocsPath } from '@libs/path'

<Callout type="info">
{/* TODO: set the right url for design documentation */}
You can find here the [OUDS Text Area design guidelines](https://unified-design-system.orange.com/).
You can find here the OUDS [text area design guidelines](https://r.orange.fr/r/S-ouds-doc-text-area).
</Callout>

## Overview
Expand Down
3 changes: 1 addition & 2 deletions site/src/content/docs/forms/text-input.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ toc: true
import { getVersionedDocsPath } from '@libs/path'

<Callout type="info">
{/* TODO: set the right url for design documentation */}
You can find here the [OUDS Text Input design guidelines](https://unified-design-system.orange.com/).
You can find here the OUDS [text input design guidelines](https://r.orange.fr/r/S-ouds-doc-text-input).
</Callout>

## Overview
Expand Down
2 changes: 1 addition & 1 deletion site/src/content/docs/helpers/divider.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ toc: true
import { allTokens } from '@libs/sass-variables'

<Callout type="info">
You can find here the [OUDS Divider design guidelines](https://unified-design-system.orange.com/472794e18/p/629e1b-divider).
You can find here the OUDS [divider design guidelines](https://r.orange.fr/r/S-ouds-doc-divider).
</Callout>

## Horizontal rules
Expand Down
Loading