@@ -161,10 +161,10 @@ import './location-tile.replacement.css';
CSS
-```css
+```css
.location__content-horizontal {
display: grid;
- gap: 0 1em;
+ gap: 0 1em;
grid-auto-flow: row;
grid-auto-rows: 1fr;
grid-template-areas:
@@ -178,4 +178,4 @@ import './location-tile.replacement.css';
```
-
\ No newline at end of file
+
diff --git a/packages/tools/storybook/stories/components/location-tile/location-tile.specifications.stories.mdx b/packages/tools/storybook/stories/components/location-tile/location-tile.specifications.stories.mdx
index c6d9fd9a51..521a317908 100644
--- a/packages/tools/storybook/stories/components/location-tile/location-tile.specifications.stories.mdx
+++ b/packages/tools/storybook/stories/components/location-tile/location-tile.specifications.stories.mdx
@@ -2,7 +2,7 @@ import { Meta } from '@storybook/addon-docs';
import SpecificationsLocationTile from '@ovhcloud/ods-specifications/components/location-tile/specifications-location-tile.mdx';
import Notes from '../notes.mdx';
-
+
# Location tile Deprecated- Technical Specification
----
diff --git a/packages/tools/storybook/stories/components/location-tile/location-tile.web-component.stories.page.mdx b/packages/tools/storybook/stories/components/location-tile/location-tile.web-component.stories.page.mdx
index dcacf18b24..ae2253015b 100644
--- a/packages/tools/storybook/stories/components/location-tile/location-tile.web-component.stories.page.mdx
+++ b/packages/tools/storybook/stories/components/location-tile/location-tile.web-component.stories.page.mdx
@@ -3,7 +3,7 @@ import { Canvas, Description, Meta, DocsContainer } from '@storybook/addon-docs'
import Usage from '@ovhcloud/ods-stencil-location-tile/src/docs/osds-location-tile/usage.mdx';
import APITable from '@ovhcloud/ods-stencil-location-tile/dist/docs/components/osds-location-tile/readme.md';
-
+
⚠ Warning this component is deprecated and will be remove soon
diff --git a/packages/tools/storybook/stories/components/location-tile/location-tile.web-components.stories.ts b/packages/tools/storybook/stories/components/location-tile/location-tile.web-components.stories.ts
index c942f7c746..5e289bb037 100644
--- a/packages/tools/storybook/stories/components/location-tile/location-tile.web-components.stories.ts
+++ b/packages/tools/storybook/stories/components/location-tile/location-tile.web-components.stories.ts
@@ -84,7 +84,7 @@ const storyParams = {
};
export default {
- title: 'UI Components/Tile/Location Tile [deprecated]/Web Component',
+ title: 'UI Components/Location Tile [deprecated]/Web Component',
parameters: {
notes: {
API: iframe('/stencil-location-tile/modules/index.html'),
diff --git a/packages/tools/storybook/stories/components/progress-bar/progress-bar.specifications.stories.mdx b/packages/tools/storybook/stories/components/progress-bar/progress-bar.specifications.stories.mdx
index eafaa4335e..b4ab0adead 100644
--- a/packages/tools/storybook/stories/components/progress-bar/progress-bar.specifications.stories.mdx
+++ b/packages/tools/storybook/stories/components/progress-bar/progress-bar.specifications.stories.mdx
@@ -2,9 +2,9 @@ import { Meta } from '@storybook/addon-docs';
import SpecificationsProgressBar from '@ovhcloud/ods-specifications/components/progress-bar/specifications-progress-bar.mdx';
import Notes from '../notes.mdx';
-
+
-# ProgressBar - Technical Specification
+# Progress Bar - Technical Specification
----
diff --git a/packages/tools/storybook/stories/components/progress-bar/progress-bar.web-components.stories.ts b/packages/tools/storybook/stories/components/progress-bar/progress-bar.web-components.stories.ts
index 948becaa37..29a0895d1a 100644
--- a/packages/tools/storybook/stories/components/progress-bar/progress-bar.web-components.stories.ts
+++ b/packages/tools/storybook/stories/components/progress-bar/progress-bar.web-components.stories.ts
@@ -33,7 +33,7 @@ const storyParams = {
};
export default {
- title: 'UI Components/ProgressBar [atom]/Web Component',
+ title: 'UI Components/Progress Bar [atom]/Web Component',
parameters: {
notes: {
API: iframe('/stencil-progress-bar/modules/index.html'),
diff --git a/packages/tools/storybook/stories/components/radio-button/radio-button.specifications.stories.mdx b/packages/tools/storybook/stories/components/radio-button/radio-button.specifications.stories.mdx
index 2df4b1eaa4..379fccbedf 100644
--- a/packages/tools/storybook/stories/components/radio-button/radio-button.specifications.stories.mdx
+++ b/packages/tools/storybook/stories/components/radio-button/radio-button.specifications.stories.mdx
@@ -4,7 +4,7 @@ import Notes from '../notes.mdx';
import { getToC } from '../../../core/table-of-contents.mdx';
-
+
# Radio Button - Technical Specification
----
diff --git a/packages/tools/storybook/stories/components/radio-button/radio-button.web-component.stories.page.mdx b/packages/tools/storybook/stories/components/radio-button/radio-button.web-component.stories.page.mdx
index 31491e5811..130bb7af7b 100644
--- a/packages/tools/storybook/stories/components/radio-button/radio-button.web-component.stories.page.mdx
+++ b/packages/tools/storybook/stories/components/radio-button/radio-button.web-component.stories.page.mdx
@@ -3,7 +3,7 @@ import { Canvas, Description, Meta, DocsContainer } from '@storybook/addon-docs'
import Usage from '@ovhcloud/ods-stencil-radio-button/docs/osds-radio-button/usage.mdx';
import APITable from '@ovhcloud/ods-stencil-radio-button/dist/docs/components/osds-radio-button/readme.md';
-
+
# ``
diff --git a/packages/tools/storybook/stories/components/radio-button/radio-button.web-components.stories.ts b/packages/tools/storybook/stories/components/radio-button/radio-button.web-components.stories.ts
index 15cdad7710..e55c1889ca 100644
--- a/packages/tools/storybook/stories/components/radio-button/radio-button.web-components.stories.ts
+++ b/packages/tools/storybook/stories/components/radio-button/radio-button.web-components.stories.ts
@@ -66,7 +66,7 @@ const storyParams = {
};
export default {
- title: 'UI Components/Radio/Radio Button [atom]/Web Component',
+ title: 'UI Components/Radio Button [atom]/Web Component',
parameters: {
notes: {
API: iframe('/stencil-radio-button/modules/index.html'),
diff --git a/packages/tools/storybook/stories/components/radio-group/radio-group.specifications.stories.mdx b/packages/tools/storybook/stories/components/radio-group/radio-group.specifications.stories.mdx
index 1f64b180d6..ffa192b49d 100644
--- a/packages/tools/storybook/stories/components/radio-group/radio-group.specifications.stories.mdx
+++ b/packages/tools/storybook/stories/components/radio-group/radio-group.specifications.stories.mdx
@@ -2,7 +2,7 @@ import { Meta } from '@storybook/addon-docs';
import SpecificationsRadioGroup from '@ovhcloud/ods-specifications/components/radio-group/specifications-radio-group.mdx';
import Notes from '../notes.mdx';
-
+
# Radio group - Technical Specification
----
diff --git a/packages/tools/storybook/stories/components/radio-group/radio-group.web-components.stories.page.mdx b/packages/tools/storybook/stories/components/radio-group/radio-group.web-components.stories.page.mdx
index c6e7f3875d..778c779e2d 100644
--- a/packages/tools/storybook/stories/components/radio-group/radio-group.web-components.stories.page.mdx
+++ b/packages/tools/storybook/stories/components/radio-group/radio-group.web-components.stories.page.mdx
@@ -3,7 +3,7 @@ import { Canvas, Description, Meta, DocsContainer } from '@storybook/addon-docs'
import Usage from '@ovhcloud/ods-stencil-radio/docs/osds-radio-group/usage.mdx';
import APITable from '@ovhcloud/ods-stencil-radio/dist/docs/components/osds-radio-group/readme.md';
-
+
# ``
diff --git a/packages/tools/storybook/stories/components/radio-group/radio-group.web-components.stories.ts b/packages/tools/storybook/stories/components/radio-group/radio-group.web-components.stories.ts
index 9b81d0432d..7645757f23 100644
--- a/packages/tools/storybook/stories/components/radio-group/radio-group.web-components.stories.ts
+++ b/packages/tools/storybook/stories/components/radio-group/radio-group.web-components.stories.ts
@@ -19,7 +19,7 @@ const storyParams = {
};
export default {
- title: 'UI Components/Radio/Radio Group [molecule]/Web Component',
+ title: 'Meta Components/Radio Group [meta]/Web Component',
parameters: {
notes: {
API: iframe('stencil-components-radio-group/modules/index.html'),
diff --git a/packages/tools/storybook/stories/components/radio/radio.specifications.stories.mdx b/packages/tools/storybook/stories/components/radio/radio.specifications.stories.mdx
index eba528e729..301e5e798e 100644
--- a/packages/tools/storybook/stories/components/radio/radio.specifications.stories.mdx
+++ b/packages/tools/storybook/stories/components/radio/radio.specifications.stories.mdx
@@ -2,7 +2,7 @@ import { Meta } from '@storybook/addon-docs';
import SpecificationsRadio from '@ovhcloud/ods-specifications/components/radio/specifications-radio.mdx';
import Notes from '../notes.mdx';
-
+
# Radio - Technical Specification
----
diff --git a/packages/tools/storybook/stories/components/radio/radio.web-component.stories.page.mdx b/packages/tools/storybook/stories/components/radio/radio.web-component.stories.page.mdx
index 96afc23b7b..79811ab519 100644
--- a/packages/tools/storybook/stories/components/radio/radio.web-component.stories.page.mdx
+++ b/packages/tools/storybook/stories/components/radio/radio.web-component.stories.page.mdx
@@ -3,7 +3,7 @@ import { Canvas, Description, Meta, DocsContainer } from '@storybook/addon-docs'
import Usage from '@ovhcloud/ods-stencil-radio/docs/osds-radio/usage.mdx';
import APITable from '@ovhcloud/ods-stencil-radio/dist/docs/components/osds-radio/readme.md';
-
+
# ``
diff --git a/packages/tools/storybook/stories/components/radio/radio.web-components.stories.ts b/packages/tools/storybook/stories/components/radio/radio.web-components.stories.ts
index cf1c87cd4f..b09072b2ee 100644
--- a/packages/tools/storybook/stories/components/radio/radio.web-components.stories.ts
+++ b/packages/tools/storybook/stories/components/radio/radio.web-components.stories.ts
@@ -23,7 +23,7 @@ const storyParams = {
};
export default {
- title: 'UI Components/Radio/Radio [meta]/Web Component',
+ title: 'Meta Components/Radio [meta]/Web Component',
parameters: {
notes: {
API: iframe('stencil-components-radio/modules/index.html'),
diff --git a/packages/tools/storybook/stories/components/tile/tile.specifications.stories.mdx b/packages/tools/storybook/stories/components/tile/tile.specifications.stories.mdx
index 382a6debd6..ce5f03c670 100644
--- a/packages/tools/storybook/stories/components/tile/tile.specifications.stories.mdx
+++ b/packages/tools/storybook/stories/components/tile/tile.specifications.stories.mdx
@@ -2,7 +2,7 @@ import { Meta } from '@storybook/addon-docs';
import SpecificationsTile from '@ovhcloud/ods-specifications/components/tile/specifications-tile.mdx';
import Notes from '../notes.mdx';
-
+
# Tile - Technical Specification
----
diff --git a/packages/tools/storybook/stories/components/tile/tile.web-component.stories.page.mdx b/packages/tools/storybook/stories/components/tile/tile.web-component.stories.page.mdx
index c3a3257490..70d1851322 100644
--- a/packages/tools/storybook/stories/components/tile/tile.web-component.stories.page.mdx
+++ b/packages/tools/storybook/stories/components/tile/tile.web-component.stories.page.mdx
@@ -3,7 +3,7 @@ import { Canvas, Description, Meta, DocsContainer } from '@storybook/addon-docs'
import Usage from '@ovhcloud/ods-stencil-tile/src/docs/osds-tile/usage.mdx';
import APITable from '@ovhcloud/ods-stencil-tile/dist/docs/components/osds-tile/readme.md';
-
+
# ``
diff --git a/packages/tools/storybook/stories/components/tile/tile.web-components.stories.ts b/packages/tools/storybook/stories/components/tile/tile.web-components.stories.ts
index 2aced5660a..483d5eec38 100644
--- a/packages/tools/storybook/stories/components/tile/tile.web-components.stories.ts
+++ b/packages/tools/storybook/stories/components/tile/tile.web-components.stories.ts
@@ -84,7 +84,7 @@ const storyParams = {
};
export default {
- title: 'UI Components/Tile/Tile [atom]/Web Component',
+ title: 'UI Components/Tile [atom]/Web Component',
parameters: {
notes: {
API: iframe('/stencil-tile/modules/index.html'),