@db-ux/core-foundations 1.1.1 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -9,9 +9,9 @@ A library containing all tokens (colors, spacings, font formatting, etc.) and as
9
9
 
10
10
  We currently support:
11
11
 
12
- - [CSS](https://db-ux-design-system.github.io/core-web/review/main/foundations/readme?current=css)
13
- - [SCSS](https://db-ux-design-system.github.io/core-web/review/main/foundations/readme?current=scss)
14
- - [Tailwind](https://db-ux-design-system.github.io/core-web/review/main/foundations/readme?current=tailwind)
12
+ - [CSS](https://design-system.deutschebahn.com/core-web/review/main/foundations/readme?current=css)
13
+ - [SCSS](https://design-system.deutschebahn.com/core-web/review/main/foundations/readme?current=scss)
14
+ - [Tailwind](https://design-system.deutschebahn.com/core-web/review/main/foundations/readme?current=tailwind)
15
15
 
16
16
  ## Install
17
17
 
@@ -198,7 +198,7 @@ In HTML:
198
198
 
199
199
  ### Tailwind
200
200
 
201
- Check the required imports for [CSS](https://db-ux-design-system.github.io/core-web/review/main/foundations/readme?current=css) to enable all tokens and defaults.
201
+ Check the required imports for [CSS](https://design-system.deutschebahn.com/core-web/review/main/foundations/readme?current=css) to enable all tokens and defaults.
202
202
 
203
203
  #### Tailwind v4
204
204
 
@@ -332,7 +332,7 @@ We provide a [CLI tool](https://github.com/db-ux-design-system/core-web/blob/mai
332
332
 
333
333
  ## Deutsche Bahn brand
334
334
 
335
- As we'd like to perfectly support our users and customers on their digital journey, the usage of Deutsche Bahn brand and trademarks are bound of clear guidelines and restrictions even when being used with the code that we're provide with this product; Deutsche Bahn fully reserves all rights regarding the Deutsche Bahn brand, even though that we're providing the code of DB UX Design System products free to use and release it under the Apache 2.0 license.
335
+ As we'd like to perfectly support our users and customers on their digital journey, the usage of Deutsche Bahn brand and trademarks are bound of clear guidelines and restrictions even if being used with the code that we're providing with this product; Deutsche Bahn fully reserves all rights regarding the Deutsche Bahn brand, even though that we're providing the code of DB UX Design System products free to use and release it under the Apache 2.0 license.
336
336
  Please have a look at our brand portal at <https://marketingportal.extranet.deutschebahn.com/> for any further questions and whom to contact on any brand issues.
337
337
 
338
338
  For any usage outside of Deutsche Bahn websites and applications you aren't allowed to use any Deutsche Bahn brand and
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@db-ux/core-foundations",
3
- "version": "1.1.1",
3
+ "version": "1.2.0",
4
4
  "type": "module",
5
5
  "description": "Provides basic tokens and assets based on DB UX Design System (Version 3).",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "https://github.com/db-ux-design-system/core-web.git"
8
+ "url": "git+https://github.com/db-ux-design-system/core-web.git"
9
9
  },
10
10
  "license": "DB Design License",
11
11
  "main": "./build/index.js",
@@ -55,7 +55,7 @@
55
55
  "sass": "1.85.0",
56
56
  "tsx": "^4.19.3",
57
57
  "typescript": "^5.4.5",
58
- "vite": "^6.2.0"
58
+ "vite": "^6.2.2"
59
59
  },
60
60
  "publishConfig": {
61
61
  "registry": "https://registry.npmjs.org/",