diff --git a/.storybook/preview.tsx b/.storybook/preview.tsx index 8b487f6b..95a595e1 100644 --- a/.storybook/preview.tsx +++ b/.storybook/preview.tsx @@ -111,6 +111,12 @@ const preview: Preview = { description: 'This component lacks some TEDI-Ready functionality, e.g it may rely on another component that has not yet been developed', }, + mobileViewDifference: { + background: '#99BDDA', + color: '#000', + description: + 'This component has a different layout on mobile. Use the mobile breakpoint or resize the browser window to review the mobile design.', + }, }, }, }, diff --git a/package-lock.json b/package-lock.json index 5d497809..fcb4226a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "@tedi-design-system/angular", "version": "0.0.0-semantic-version", "dependencies": { - "@tedi-design-system/core": "^3.0.0" + "@tedi-design-system/core": "^3.0.1" }, "devDependencies": { "@angular-devkit/core": "19.2.15", @@ -9631,9 +9631,9 @@ } }, "node_modules/@tedi-design-system/core": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@tedi-design-system/core/-/core-3.0.0.tgz", - "integrity": "sha512-YRu9Aa1+WKg+a2iCJd+miDjwa/8bLwajKSa00666W6c9KFZkgRF2B7j/UkyX5BvGhp+iHzTyA5yUfcK3MqTFMA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@tedi-design-system/core/-/core-3.0.1.tgz", + "integrity": "sha512-ioet8RlFmWjg8fic4WUuYeavLiqUsKx3vFGZzzXkL91xNNjHexNVKhhtMLLkpCywzOc2tKXMx3AYdDhu2dsbwg==", "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" diff --git a/package.json b/package.json index 820fe268..bdd0e160 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "ngx-float-ui": "^19.0.1 || ^20.0.0" }, "dependencies": { - "@tedi-design-system/core": "^3.0.0" + "@tedi-design-system/core": "^3.0.1" }, "devDependencies": { "@angular-devkit/core": "19.2.15", diff --git a/src/docs/badges.mdx b/src/docs/badges.mdx index 4a8bbdb2..dfcf32ca 100644 --- a/src/docs/badges.mdx +++ b/src/docs/badges.mdx @@ -1,4 +1,4 @@ -import { Meta } from '@storybook/blocks'; +import { Meta } from "@storybook/blocks"; @@ -6,60 +6,141 @@ import { Meta } from '@storybook/blocks'; In our Storybook, we use status badges to indicate key attributes of components at a glance. These badges provide information about a component's development status, feature support, and other relevant characteristics. -
This badge indicates that the component is intended for developers only and is not available in Figma.
-This badge signifies that the component supports breakpoints, allowing props to be overridden at different.
-This badge indicates that the component is used internally within TEDI and is not exported for public use.
-This badge indicates that the component is being phased out and will be removed in a future release.
-This badge means that an equivalent version of the component is available in the TEDI-Ready component set.
-This badge indicates that the component lacks some TEDI-Ready functionality. For example, it may rely on another component that has not yet been developed.
++ This badge indicates that the component is intended for developers only and + is not available in Figma. +
++ This badge signifies that the component supports breakpoints, allowing props + to be overridden at different. +
++ This badge indicates that the component is used internally within TEDI and + is not exported for public use. +
++ This badge indicates that the component is being phased out and will be + removed in a future release. +
++ This badge means that an equivalent version of the component is available in + the TEDI-Ready component set. +
++ This badge indicates that the component lacks some TEDI-Ready functionality. + For example, it may rely on another component that has not yet been + developed. +
++ This component has a different layout on mobile. Use the mobile breakpoint + or resize the browser window to review the mobile design. +
Subtitle
-Subtitle
Subtitle small
-Subtitle small