@trackunit/utilization-tokens 0.0.118 → 0.0.121

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/index.cjs.js CHANGED
@@ -1,7 +1,5 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
3
  require('react/jsx-runtime');
6
4
  var i18nLibraryTranslation = require('@trackunit/i18n-library-translation');
7
5
  var uiDesignTokens = require('@trackunit/ui-design-tokens');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/utilization-tokens",
3
- "version": "0.0.118",
3
+ "version": "0.0.121",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -9,9 +9,10 @@
9
9
  "dependencies": {
10
10
  "@trackunit/i18n-library-translation": "*",
11
11
  "@trackunit/ui-design-tokens": "*",
12
- "react": "^18.2.0",
12
+ "react": "18.3.1",
13
13
  "jest-fetch-mock": "^3.0.3"
14
14
  },
15
15
  "module": "./index.esm.js",
16
- "main": "./index.cjs.js"
17
- }
16
+ "main": "./index.cjs.js",
17
+ "types": "./index.esm.d.ts"
18
+ }
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { NamespaceTransProps, TransForLibs, TranslationResource } from "@trackunit/i18n-library-translation";
3
2
  import defaultTranslations from "./locales/en/translation.json";
4
3
  /** A type for all available translation keys in this library */
@@ -27,7 +26,7 @@ export type TranslationFunction = TransForLibs<TranslationKeys>;
27
26
  /**
28
27
  * Trans for this specific library.
29
28
  */
30
- export declare const Trans: (props: NamespaceTransProps<TranslationKeys>) => JSX.Element;
29
+ export declare const Trans: (props: NamespaceTransProps<TranslationKeys>) => import("react/jsx-runtime").JSX.Element;
31
30
  /**
32
31
  * Registers the translations for this library
33
32
  */
@@ -10,4 +10,4 @@ var translation = {
10
10
  "asset.utilization.utilized": "Ausgelastet"
11
11
  };
12
12
 
13
- exports["default"] = translation;
13
+ exports.default = translation;
@@ -10,4 +10,4 @@ var translation = {
10
10
  "asset.utilization.utilized": "Wykorzystywany"
11
11
  };
12
12
 
13
- exports["default"] = translation;
13
+ exports.default = translation;
@@ -10,4 +10,4 @@ var translation = {
10
10
  "asset.utilization.utilized": "Utilizado"
11
11
  };
12
12
 
13
- exports["default"] = translation;
13
+ exports.default = translation;
@@ -10,4 +10,4 @@ var translation = {
10
10
  "asset.utilization.utilized": "Используемый"
11
11
  };
12
12
 
13
- exports["default"] = translation;
13
+ exports.default = translation;
@@ -10,4 +10,4 @@ var translation = {
10
10
  "asset.utilization.utilized": "Utilizat"
11
11
  };
12
12
 
13
- exports["default"] = translation;
13
+ exports.default = translation;
@@ -10,4 +10,4 @@ var translation = {
10
10
  "asset.utilization.utilized": "Utilizado"
11
11
  };
12
12
 
13
- exports["default"] = translation;
13
+ exports.default = translation;
@@ -10,4 +10,4 @@ var translation = {
10
10
  "asset.utilization.utilized": "Använd"
11
11
  };
12
12
 
13
- exports["default"] = translation;
13
+ exports.default = translation;
@@ -10,4 +10,4 @@ var translation = {
10
10
  "asset.utilization.utilized": "利用あり"
11
11
  };
12
12
 
13
- exports["default"] = translation;
13
+ exports.default = translation;
@@ -10,4 +10,4 @@ var translation = {
10
10
  "asset.utilization.utilized": "นำไปใช้"
11
11
  };
12
12
 
13
- exports["default"] = translation;
13
+ exports.default = translation;
@@ -10,4 +10,4 @@ var translation = {
10
10
  "asset.utilization.utilized": "Udnyttet"
11
11
  };
12
12
 
13
- exports["default"] = translation;
13
+ exports.default = translation;
@@ -10,4 +10,4 @@ var translation = {
10
10
  "asset.utilization.utilized": "Používané"
11
11
  };
12
12
 
13
- exports["default"] = translation;
13
+ exports.default = translation;
@@ -10,4 +10,4 @@ var translation = {
10
10
  "asset.utilization.utilized": "Gebruikt"
11
11
  };
12
12
 
13
- exports["default"] = translation;
13
+ exports.default = translation;
@@ -10,4 +10,4 @@ var translation = {
10
10
  "asset.utilization.utilized": "Utilisé"
11
11
  };
12
12
 
13
- exports["default"] = translation;
13
+ exports.default = translation;
@@ -10,4 +10,4 @@ var translation = {
10
10
  "asset.utilization.utilized": "Käytössä"
11
11
  };
12
12
 
13
- exports["default"] = translation;
13
+ exports.default = translation;
@@ -10,4 +10,4 @@ var translation = {
10
10
  "asset.utilization.utilized": "Használt"
11
11
  };
12
12
 
13
- exports["default"] = translation;
13
+ exports.default = translation;
@@ -10,4 +10,4 @@ var translation = {
10
10
  "asset.utilization.utilized": "Utilizzata"
11
11
  };
12
12
 
13
- exports["default"] = translation;
13
+ exports.default = translation;
@@ -10,4 +10,4 @@ var translation = {
10
10
  "asset.utilization.utilized": "Brukt"
11
11
  };
12
12
 
13
- exports["default"] = translation;
13
+ exports.default = translation;