@tui-cruises/mein-schiff-web-react-component-library 2.0.3 → 2.1.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.
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [2.1.0](https://bitbucket.org/yours_truly/tuic-mein-schiff-web-react-component-library/compare/v2.0.5...v2.1.0) (2025-06-19)
|
|
6
|
+
|
|
7
|
+
### [2.0.4](https://bitbucket.org/yours_truly/tuic-mein-schiff-web-react-component-library/compare/v2.0.3...v2.0.4) (2025-06-19)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* **release:** replace local file dependencies with versions for npm pack ([eac75a6](https://bitbucket.org/yours_truly/tuic-mein-schiff-web-react-component-library/commit/eac75a6d83efec0906037fbc536f8bcca8ab2336))
|
|
13
|
+
|
|
5
14
|
### [2.0.3](https://bitbucket.org/yours_truly/tuic-mein-schiff-web-react-component-library/compare/v2.0.2...v2.0.3) (2025-06-05)
|
|
6
15
|
|
|
7
16
|
|
|
@@ -19,14 +28,6 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
19
28
|
### [2.0.1](https://bitbucket.org/yours_truly/tuic-mein-schiff-web-react-component-library/compare/v2.0.0-rc.1...v2.0.1) (2025-06-04)
|
|
20
29
|
|
|
21
30
|
|
|
22
|
-
### ⚠ BREAKING CHANGES
|
|
23
|
-
|
|
24
|
-
* **PriceInput:** none
|
|
25
|
-
* **PhoneNumberInput:** none
|
|
26
|
-
* **Button:** none
|
|
27
|
-
* **Tag:** none
|
|
28
|
-
* **pictograms:** none
|
|
29
|
-
|
|
30
31
|
### Features
|
|
31
32
|
|
|
32
33
|
* **BirthdateField:** new form field focus style ([bb8d535](https://bitbucket.org/yours_truly/tuic-mein-schiff-web-react-component-library/commit/bb8d535a8e125830abbf46f233b9d6e8053d1183))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tui-cruises/mein-schiff-web-react-component-library",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"main": "./index.tsx",
|
|
5
5
|
"types": "./index.tsx",
|
|
6
6
|
"type": "module",
|
|
@@ -10,7 +10,9 @@
|
|
|
10
10
|
"prettier": "prettier --write ./src",
|
|
11
11
|
"dev": "storybook dev -p 6006",
|
|
12
12
|
"build-storybook": "storybook build",
|
|
13
|
-
"release": "standard-version",
|
|
13
|
+
"release": "standard-version && npm run pack:public",
|
|
14
|
+
"pack:public": "node scripts/prepare-pack.mjs",
|
|
15
|
+
"prepack": "npm run pack:public",
|
|
14
16
|
"generate-icon-components": "node icons-import-svgs/generate-icons.cjs && prettier --write icons"
|
|
15
17
|
},
|
|
16
18
|
"config": {
|
|
@@ -51,10 +53,10 @@
|
|
|
51
53
|
"@radix-ui/react-toast": "^1.1.5",
|
|
52
54
|
"@radix-ui/react-tooltip": "^1.1.2",
|
|
53
55
|
"@tui-cruises/mein-schiff-web-tailwind-config": "^2.0.16",
|
|
54
|
-
"@tuic/i18n": "
|
|
55
|
-
"@tuic/lib": "
|
|
56
|
-
"@tuic/logger": "
|
|
57
|
-
"@tuic/tracking": "
|
|
56
|
+
"@tuic/i18n": "^1.0.0",
|
|
57
|
+
"@tuic/lib": "^1.0.0",
|
|
58
|
+
"@tuic/logger": "^1.0.0",
|
|
59
|
+
"@tuic/tracking": "^1.0.0",
|
|
58
60
|
"d3": "^7.9.0",
|
|
59
61
|
"date-fns": "^3.4.0",
|
|
60
62
|
"dompurify": "^3.0.6",
|
|
@@ -116,4 +118,4 @@
|
|
|
116
118
|
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
117
119
|
"typescript": "^5.7.3"
|
|
118
120
|
}
|
|
119
|
-
}
|
|
121
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import { EventClickElement } from '@tuic/tracking';
|
|
3
|
+
import { EventClickElement } from '@tuic/lib/tracking/tealium';
|
|
4
4
|
import { type ElementType, FC, LiHTMLAttributes, ReactNode } from 'react';
|
|
5
5
|
import { Divider } from '../../core/Divider';
|
|
6
6
|
import { IconButton } from '../../core/IconButton';
|