diff --git a/NOTICE.txt b/NOTICE.txt index 8ab5448b20..c96ef8f9e9 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -30,8 +30,6 @@ site/static/docs/**/assets/brand/orange-logo.svg site/static/docs/**/assets/brand/orange-logo-formatted.svg site/static/docs/**/assets/brand/orange-social.png site/static/docs/**/assets/brand/orange-social.svg -site/static/docs/**/assets/img/boosted-sprite.svg -site/static/docs/**/assets/img/boosted-warning.svg site/static/docs/**/assets/img/favicons/android-chrome-192x192.png site/static/docs/**/assets/img/favicons/android-chrome-512x512.png site/static/docs/**/assets/img/favicons/apple-touch-icon.png @@ -46,6 +44,8 @@ site/static/docs/**/assets/img/favicons/mstile-310x310.png site/static/docs/**/assets/img/favicons/mstile-70x70.png site/static/docs/**/assets/img/favicons/safari-pinned-tab.svg site/static/docs/**/assets/img/navbar-contact.png +site/static/docs/**/assets/img/ouds-web-sprite.svg +site/static/docs/**/assets/img/ouds-web-warning.svg site/static/docs/**/assets/img/platforms/android.png site/static/docs/**/assets/img/platforms/conversational.png site/static/docs/**/assets/img/platforms/extended-reality.png diff --git a/site/content/docs/0.1/components/badge.md b/site/content/docs/0.1/components/badge.md index c77883fcb1..0be9fb1165 100644 --- a/site/content/docs/0.1/components/badge.md +++ b/site/content/docs/0.1/components/badge.md @@ -60,7 +60,7 @@ Please refer to our Boosted [Navbars]({{< docsref "/examples/navbars" >}}) examp {{< example >}} Shopping basket diff --git a/site/content/docs/0.1/components/buttons.md b/site/content/docs/0.1/components/buttons.md index b301438227..eabd0e0910 100644 --- a/site/content/docs/0.1/components/buttons.md +++ b/site/content/docs/0.1/components/buttons.md @@ -70,19 +70,19 @@ The recommended way of using an icon in a button is [an embedded SVG]({{< docsre {{< example >}} @@ -95,19 +95,19 @@ Add `.btn-icon` to get a squared button, meant to only contain an icon. Make sur {{< example >}} @@ -120,19 +120,19 @@ Use `.btn-no-outline` to get a borderless button as default state, and a consist {{< example >}} diff --git a/site/content/docs/0.1/components/close-button.md b/site/content/docs/0.1/components/close-button.md index 7ffccfb087..91f5cead24 100644 --- a/site/content/docs/0.1/components/close-button.md +++ b/site/content/docs/0.1/components/close-button.md @@ -38,22 +38,22 @@ If you choose this option, please be aware that if the design of close buttons c {{< example stackblitz_add_js="true" >}} {{< /example >}} diff --git a/site/content/docs/0.1/components/orange-navbar.md b/site/content/docs/0.1/components/orange-navbar.md index 70f727895b..b75d4af170 100644 --- a/site/content/docs/0.1/components/orange-navbar.md +++ b/site/content/docs/0.1/components/orange-navbar.md @@ -179,7 +179,7 @@ An additional navbar (with text or icon items) can be added on the right of the
  • Dismissible tag @@ -134,7 +134,7 @@ Add `.tag-sm` to the `.tag` for a small variant. Navigation

    Input @@ -163,7 +163,7 @@ Disabled tags using the `` element behave a bit different: Navigation

    Input diff --git a/site/content/docs/0.1/components/title-bars.md b/site/content/docs/0.1/components/title-bars.md index d534754b36..dc3bbec1ab 100644 --- a/site/content/docs/0.1/components/title-bars.md +++ b/site/content/docs/0.1/components/title-bars.md @@ -82,7 +82,7 @@ We **strongly recommend** to use `srcset` attribute as it is [well supported](ht

    Title

    - +
    {{}} diff --git a/site/content/docs/0.1/components/tooltips.md b/site/content/docs/0.1/components/tooltips.md index 6440d8ba27..7b704c565e 100644 --- a/site/content/docs/0.1/components/tooltips.md +++ b/site/content/docs/0.1/components/tooltips.md @@ -133,7 +133,7 @@ With an SVG: @@ -149,7 +149,7 @@ With an SVG: diff --git a/site/content/docs/0.1/content/tables.md b/site/content/docs/0.1/content/tables.md index 7dc538a6df..b9aa7676b5 100644 --- a/site/content/docs/0.1/content/tables.md +++ b/site/content/docs/0.1/content/tables.md @@ -978,7 +978,7 @@ Use SVG or PNG to display icons or thumbnails in your compact table data cell el Document Cell text @@ -1015,7 +1015,7 @@ Use SVG or PNG to display icons or thumbnails in your compact table data cell el Document Cell text @@ -1035,7 +1035,7 @@ Use SVG or PNG to display icons or thumbnails in your compact table data cell el Document Cell text @@ -1055,7 +1055,7 @@ Use SVG or PNG to display icons or thumbnails in your compact table data cell el Document Cell text @@ -1075,7 +1075,7 @@ Use SVG or PNG to display icons or thumbnails in your compact table data cell el Document Cell text @@ -1095,7 +1095,7 @@ Use SVG or PNG to display icons or thumbnails in your compact table data cell el Document Cell text @@ -1120,7 +1120,7 @@ Use SVG or PNG to display icons or thumbnails in your compact table data cell el ... Document Cell text @@ -1149,19 +1149,19 @@ Use SVG or PNG to display icons or thumbnails in your table data cell elements ( Cell text Yes Yes Yes @@ -1170,19 +1170,19 @@ Use SVG or PNG to display icons or thumbnails in your table data cell elements ( Cell text Yes Yes Yes @@ -1192,13 +1192,13 @@ Use SVG or PNG to display icons or thumbnails in your table data cell elements ( Yes Yes @@ -1208,13 +1208,13 @@ Use SVG or PNG to display icons or thumbnails in your table data cell elements ( Yes Yes @@ -1225,7 +1225,7 @@ Use SVG or PNG to display icons or thumbnails in your table data cell elements ( Yes @@ -1236,7 +1236,7 @@ Use SVG or PNG to display icons or thumbnails in your table data cell elements ( Yes @@ -1252,7 +1252,7 @@ Use SVG or PNG to display icons or thumbnails in your table data cell elements ( ... Yes diff --git a/site/content/docs/0.1/dark-mode.md b/site/content/docs/0.1/dark-mode.md index 5b5fbbd536..8b23232cec 100644 --- a/site/content/docs/0.1/dark-mode.md +++ b/site/content/docs/0.1/dark-mode.md @@ -615,12 +615,12 @@ sitemap: - - - - - - + + + + + + YouTube YouTube
    @@ -666,12 +666,12 @@ sitemap: - - - - - - + + + + + + YouTube YouTube
    @@ -717,12 +717,12 @@ sitemap: - - - - - - + + + + + + YouTube YouTube
    @@ -768,12 +768,12 @@ sitemap: - - - - - - + + + + + + YouTube YouTube
    @@ -819,12 +819,12 @@ sitemap: - - - - - - + + + + + + YouTube YouTube
    @@ -1400,19 +1400,19 @@ sitemap: @@ -1423,19 +1423,19 @@ sitemap: @@ -1446,19 +1446,19 @@ sitemap: @@ -1469,19 +1469,19 @@ sitemap: @@ -1492,19 +1492,19 @@ sitemap: @@ -2236,10 +2236,10 @@ sitemap:
    @@ -2376,10 +2376,10 @@ sitemap:
    @@ -2516,10 +2516,10 @@ sitemap:
    @@ -2656,10 +2656,10 @@ sitemap:
    @@ -2796,10 +2796,10 @@ sitemap:
    @@ -4046,7 +4046,7 @@ sitemap:
  • Dismissible tag @@ -5548,7 +5548,7 @@ sitemap:
  • Input @@ -5587,7 +5587,7 @@ sitemap:

  • Dismissible tag @@ -5595,7 +5595,7 @@ sitemap:
  • Input @@ -5634,7 +5634,7 @@ sitemap:

  • Dismissible tag @@ -5642,7 +5642,7 @@ sitemap:
  • Input @@ -5681,7 +5681,7 @@ sitemap:

  • Dismissible tag @@ -5689,7 +5689,7 @@ sitemap:
  • Input @@ -5728,7 +5728,7 @@ sitemap:

  • Dismissible tag @@ -5736,7 +5736,7 @@ sitemap:
  • Input @@ -8349,21 +8349,21 @@ sitemap: @@ -8372,21 +8372,21 @@ sitemap: @@ -8456,21 +8456,21 @@ sitemap: @@ -8479,21 +8479,21 @@ sitemap: @@ -8563,21 +8563,21 @@ sitemap: @@ -8586,21 +8586,21 @@ sitemap: @@ -8670,21 +8670,21 @@ sitemap: @@ -8693,21 +8693,21 @@ sitemap: @@ -8777,21 +8777,21 @@ sitemap: @@ -8800,21 +8800,21 @@ sitemap: diff --git a/site/content/docs/0.1/examples/form/index.html b/site/content/docs/0.1/examples/form/index.html index ddac9103e2..e14586b89b 100644 --- a/site/content/docs/0.1/examples/form/index.html +++ b/site/content/docs/0.1/examples/form/index.html @@ -53,7 +53,7 @@

    Travel