@yuuvis/client-shell 3.0.0-beta.21.2 → 3.0.1

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.
@@ -20,7 +20,7 @@
20
20
  "yuv.shell.notifications.title": "Benachrichtigungen",
21
21
  "yuv.shell.settings.about.title": "Über",
22
22
  "yuv.shell.settings.client.version": "Client-Version",
23
- "yuv.shell.settings.custom.theme": "Themen",
23
+ "yuv.shell.settings.custom.theme": "Erscheinungsbild",
24
24
  "yuv.shell.settings.dependency-info.license": "Lizenz",
25
25
  "yuv.shell.settings.dependency-info.package": "Paket",
26
26
  "yuv.shell.settings.dependency-info.title": "Lizenzhinweise",
@@ -1,5 +1,5 @@
1
1
  {
2
- "yuv.object-flavor.flavor.remove.confirm.message": "Are you sure you want to remove the type '{{flavor}}'?",
2
+ "yuv.object-flavor.flavor.remove.confirm.message": "Do you really want to remove the type '{{flavor}}'?",
3
3
  "yuv.shell.action.manage-flavor.description": "",
4
4
  "yuv.shell.action.manage-flavor.label": "Manage types",
5
5
  "yuv.shell.action.manage-flavors.applicable.button.remove.tooltip": "Remove type",
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@yuuvis/client-shell",
3
- "version": "3.0.0-beta.21.2",
3
+ "version": "3.0.1",
4
4
  "author": "OPTIMAL SYSTEMS GmbH <npm@optimal-systems.de>",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {
7
7
  "@angular/common": "^21.2.9",
8
8
  "@angular/core": "^21.2.9",
9
9
  "@angular/service-worker": "^21.2.9",
10
- "@yuuvis/client-core": "^3.0.0-beta.21.2",
11
- "@yuuvis/client-shell-core": "^3.0.0-beta.21.2",
12
- "@yuuvis/client-framework": "^3.0.0-beta.21.2"
10
+ "@yuuvis/client-core": "^3.0.1",
11
+ "@yuuvis/client-shell-core": "^3.0.1",
12
+ "@yuuvis/client-framework": "^3.0.1"
13
13
  },
14
14
  "dependencies": {
15
15
  "tslib": "^2.3.0"