@db-ux/core-foundations 4.2.3 → 4.2.5
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.
- package/CHANGELOG.md +11 -0
- package/assets/fonts/OpenSans-Bold-EU.woff2 +0 -0
- package/assets/fonts/OpenSans-ExtraBold-EU.woff2 +0 -0
- package/assets/fonts/OpenSans-Light-EU.woff2 +0 -0
- package/assets/fonts/OpenSans-Medium-EU.woff2 +0 -0
- package/assets/fonts/OpenSans-Regular-EU.woff2 +0 -0
- package/assets/fonts/OpenSans-SemiBold-EU.woff2 +0 -0
- package/assets/fonts/unicode-eu.txt +1 -1
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @db-ux/core-foundations
|
|
2
2
|
|
|
3
|
+
## 4.2.5
|
|
4
|
+
|
|
5
|
+
_version bump_
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
## 4.2.4
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- refactor(Open Sans): added missing Ukrainian glyph - [see commit d6c15a7](https://github.com/db-ux-design-system/core-web/commit/d6c15a72759ad2c076eb2dc0b4de1e2d75e63a68)
|
|
13
|
+
|
|
3
14
|
## 4.2.3
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -12,4 +12,4 @@ U+010C, U+010D, U+010E, U+010F, U+011A, U+011B, U+0147, U+0148, U+0158, U+0159,
|
|
|
12
12
|
U+00E9, U+00E8, U+00EB, U+00E4, U+00FC, U+00F6, U+00EF, U+00C9, U+00C8, U+00CB, U+00C4, U+00DC, U+00D6, U+00CF # Netherlands characters
|
|
13
13
|
U+0391-03A9, U+03B1-03C9 # Greek characters
|
|
14
14
|
U+0410-042F, U+0430-044F # Cyrillic characters
|
|
15
|
-
U+0404,U+0406-0407,U+0456-0457,U+0413-0419,U+0433-0439,U+041A-041F,U+043A-043F,U+0420-0429,U+0440-0449,U+0490-0491 # Ukrainian characters
|
|
15
|
+
U+0404,U+0406-0407,U+0454,U+0456-0457,U+0413-0419,U+0433-0439,U+041A-041F,U+043A-043F,U+0420-0429,U+0440-0449,U+0490-0491 # Ukrainian characters
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@db-ux/core-foundations",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Provides basic tokens and assets based on DB UX Design System (Version 3).",
|
|
6
6
|
"repository": {
|
|
@@ -35,14 +35,13 @@
|
|
|
35
35
|
"copy-build:package.json": "cpr package.json ../../build-outputs/foundations/package.json --overwrite",
|
|
36
36
|
"copy-build:readme": "cpr README.md ../../build-outputs/foundations/README.md --overwrite",
|
|
37
37
|
"copy-build:web": "cpr build ../../build-outputs/foundations/build --overwrite",
|
|
38
|
-
"copy-prepare:icon-overview": "tsx scripts/local/generate-icon-overview.ts",
|
|
38
|
+
"copy-prepare:icon-overview": "tsx scripts/local/generate-icon-overview.ts && prettier dev/icons.html --write",
|
|
39
39
|
"copy-prepare:normalize": "cpr ../../node_modules/@csstools/normalize.css/normalize.css scss/_normalize.scss --overwrite",
|
|
40
40
|
"copy:scss": "cpr scss build/styles --overwrite",
|
|
41
41
|
"dev": "vite --open",
|
|
42
42
|
"generate:fallback-icon-font": "tsx scripts/local/generate-fallback-icon-font.ts",
|
|
43
43
|
"generate:fonts": "tsx assets/fonts/generate-eu-fonts.ts",
|
|
44
44
|
"generate:icons": "tsx scripts/local/generate-icon-font.ts",
|
|
45
|
-
"postcopy-prepare:icon-overview": "prettier dev/icons.html --write",
|
|
46
45
|
"prebuild": "npm-run-all copy-prepare:*",
|
|
47
46
|
"predev": "npm-run-all copy-prepare:*",
|
|
48
47
|
"prestart": "npm-run-all copy-prepare:*",
|
|
@@ -59,7 +58,7 @@
|
|
|
59
58
|
"dotenv": "17.2.3",
|
|
60
59
|
"glob": "11.1.0",
|
|
61
60
|
"nodemon": "3.1.11",
|
|
62
|
-
"prettier": "3.
|
|
61
|
+
"prettier": "3.7.3",
|
|
63
62
|
"sass": "1.85.0",
|
|
64
63
|
"tsx": "4.21.0",
|
|
65
64
|
"typescript": "5.9.3",
|