Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore icons page #2889

Merged
merged 21 commits into from
Apr 2, 2025
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
722c034
restore icons page
hannahiss Mar 12, 2025
9a85cce
restore icons page, move icons color to icons page
hannahiss Mar 14, 2025
d934f91
adapt color doc, move sizes into extend/icons
hannahiss Mar 14, 2025
1c7058d
adapt icons doc, move sizes into extend/icons
hannahiss Mar 14, 2025
38cef99
adapt icons doc, move sizes into extend/icons
hannahiss Mar 14, 2025
7913788
link to guidelines
hannahiss Mar 14, 2025
920306a
fix links
hannahiss Mar 14, 2025
47478cb
Merge branch 'ouds/main' into ouds/main-2887-docs-add-extend-icons-page
hannahiss Mar 17, 2025
73c8217
fix some things after LM review, still work to do on accessibility icons
hannahiss Mar 18, 2025
7277642
Merge branch 'ouds/main' into ouds/main-2887-docs-add-extend-icons-page
hannahiss Mar 20, 2025
2c946c9
reviews changes
hannahiss Mar 20, 2025
08c255a
reviews changes
hannahiss Mar 20, 2025
6a87b71
review changes
hannahiss Mar 20, 2025
f6fdda5
same doc on icons for links and buttons
hannahiss Mar 21, 2025
c7c57ed
change asked by Vincent A.
hannahiss Mar 21, 2025
1061e9b
Merge branch 'refs/heads/ouds/main' into ouds/main-2887-docs-add-exte…
hannahiss Mar 24, 2025
c557586
Change CSS background image to mask image and adapt doc
hannahiss Mar 24, 2025
6f08d80
typos after reviews
hannahiss Apr 2, 2025
24be638
Merge branch 'ouds/main' into ouds/main-2887-docs-add-extend-icons-page
hannahiss Apr 2, 2025
edf3e3d
space between side to side buttons
hannahiss Apr 2, 2025
44045da
Add bg always white on img to ensure visibility in dark mode
hannahiss Apr 2, 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: 3 additions & 3 deletions site/assets/scss/_component-examples.scss
Original file line number Diff line number Diff line change
Expand Up @@ -502,13 +502,13 @@
// scss-docs-start icon-home
.icon-home::before {
display: inline-block;
width: 2rem;
height: 2rem;
width: 3rem;
height: 3rem;
vertical-align: bottom;
content: "";
background-color: var(--bs-color-content-default);
background-size: contain;
mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'><path d='M553.478 147.416v.017a74.956 74.956 0 0 0-107.08.13v-.021L100 500h150v300a75 75 0 0 0 75 75h350a75 75 0 0 0 75-75V500h150ZM580 537.52V755H362.5a37.5 37.5 0 0 1-37.5-37.5V500h217.5a37.5 37.5 0 0 1 37.5 37.5v.02Z'/></svg>");
mask-image: escape-svg(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'><path d='M553.478 147.416v.017a74.956 74.956 0 0 0-107.08.13v-.021L100 500h150v300a75 75 0 0 0 75 75h350a75 75 0 0 0 75-75V500h150ZM580 537.52V755H362.5a37.5 37.5 0 0 1-37.5-37.5V500h217.5a37.5 37.5 0 0 1 37.5 37.5v.02Z'/></svg>"));
}
// scss-docs-end icon-home

Expand Down
6 changes: 4 additions & 2 deletions site/content/docs/0.2/components/buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,12 @@ OUDS Web offers a few variations to use on [colored backgrounds]({{< docsref "/u

### Text and icon

The recommended way of using an icon in a button is an embedded SVG<!-- ({{< docsref "/extend/icons" >}}) -->. You need to:
{{< callout info >}}
The recommended way of using an icon in a button is through an [SVG sprite file]({{< docsref "/extend/icons/#svg-sprite" >}}). You need to:

- set its dimensions to default `1rem` size, the icon will adapt automatically,
- fill it using `currentColor` to respect button color scheme.
- fill it using `currentColor` to respect the button color scheme (can be set directly inside the SVG sprite).
{{< /callout >}}

You don't need to apply any spacing utility on the icon to get consistent spacing, as the margin is already handled by OUDS Web.

Expand Down
9 changes: 4 additions & 5 deletions site/content/docs/0.2/components/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,13 @@ Add `.link-chevron` to enhance your link with a chevron on the right side. Use t

## Icon link

The `.icon-link` class modifies the default link styles to enhance their appearance and quickly align any pairing of icon and text. Alignment is set via inline flexbox styling and a default `gap` value. We style the underline with a custom offset and color. Icons are automatically sized to `1em` to best match their associated text's `font-size`.

{{< callout info >}}
Inside links, you should use Solaris icons, either in an SVG sprite (`<symbol>` element in an SVG file), which is the recommended method, or in an icon font. You can generate both with [Solaris Icons Finder](https://oran.ge/icons).

We strongly advise against using an `<img>` or other techniques, especially because the icon will not benefit from dynamic color changes across states (hover, focus, active) and the color mode system will not work.
The recommended way of using an icon in a button is through an [SVG sprite file]({{< docsref "/extend/icons/#svg-sprite" >}}). You need to fill it using `currentColor` to respect the link color scheme (can be set directly inside the SVG sprite).
{{< /callout >}}


The `.icon-link` class modifies the default link styles to enhance their appearance and quickly align any pairing of icon and text. Alignment is set via inline flexbox styling and a default `gap` value. We style the underline with a custom offset and color. Icons are automatically sized to `1em` to best match their associated text's `font-size`.

If really needed, you can use a font icon associated to the `.icon` class to set correct parameters for the `font-size` and `line-height`.

{{< callout >}}
Expand Down
4 changes: 2 additions & 2 deletions site/content/docs/0.2/content/typography.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ All HTML headings, `<h1>` through `<h6>`, are available. Each class sets `font-s
<p class="h6">h6. OUDS Web heading</p>
{{< /example >}}

You can easily add an icon with your font reference using [our icon helper]({{< docsref "/helpers/icon" >}}).
You can easily add an icon with your font reference using [our icon size utilities]({{< docsref "/extend/icons#icons-size" >}}).

<!-- OUDS mod: No customizing heading -->

Expand Down Expand Up @@ -182,7 +182,7 @@ Body medium is set by default on `:root` children but we don't set the `max-widt

</details>

You can easily add an icon with your font reference using [our icon helper]({{< docsref "/helpers/icon" >}}).
You can easily add an icon with your font reference using [our icon size utilities]({{< docsref "/extend/icons#icons-size" >}}).

### Lead

Expand Down
726 changes: 724 additions & 2 deletions site/content/docs/0.2/extend/icons.md

Large diffs are not rendered by default.

11 changes: 0 additions & 11 deletions site/content/docs/0.2/helpers/icon-link.md

This file was deleted.

Loading