diff --git a/README.md b/README.md index f6c9c20a15f..6d863c55f6c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # DB UI Mono (Beta) 🚂💖 -![Part of DB UX Design System Core](https://img.shields.io/badge/Part%20of-DB%20UX%20Design%20System%20Core-d7dce1.svg) +![Part of DB UX Design System (Version 3)](https://img.shields.io/badge/Part%20of-DB%20UX%20Design%20System%20v3-d7dce1.svg) ![Main pipeline](https://github.com/db-ui/mono/actions/workflows/default.yml/badge.svg) ![Apache 2.0 license badge](https://img.shields.io/badge/License-Apache_2.0-blue.svg) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) @@ -36,7 +36,7 @@ designers, and content authors build, maintain, and scale best of class digital Install your preferred package via npm or yarn e.g. `npm i @db-ui/react-components`. -Afterwards you need to add the specific CSS or SCSS files to provide the styles of DB UX Design System. +Afterwards you need to add the specific CSS or SCSS files to provide the styles of DB UX Design System (Version 3). For a detailed overview look at our [examples](https://github.com/db-ui/examples). ## Components diff --git a/docs/package.json b/docs/package.json index 6ccc84a0a82..f4dbdfdbeca 100644 --- a/docs/package.json +++ b/docs/package.json @@ -2,7 +2,7 @@ "name": "@db-ui/docs", "version": "0.0.0", "type": "module", - "description": "Docs folder for DB UX Design System Core.", + "description": "Docs folder for DB UX Design System (Version 3).", "repository": { "type": "git", "url": "https://github.com/db-ui/mono.git" diff --git a/packages/components/package.json b/packages/components/package.json index d0970e56e1b..6e8a73141f5 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/db-ui/mono.git" }, - "author": "General technical components out of DB UX Design System", + "author": "General technical components out of DB UX Design System (Version 3)", "license": "Apache-2.0", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/packages/foundations/package.json b/packages/foundations/package.json index 131b1e7a78f..a139a83dfd0 100644 --- a/packages/foundations/package.json +++ b/packages/foundations/package.json @@ -2,7 +2,7 @@ "name": "@db-ui/foundations", "version": "0.0.0", "type": "module", - "description": "Provides basic tokens and assets based on DB UX Design System Core.", + "description": "Provides basic tokens and assets based on DB UX Design System (Version 3).", "repository": { "type": "git", "url": "https://github.com/db-ui/mono.git"