@trackunit/utilization-indicator 1.4.25 → 1.4.27

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/utilization-indicator",
3
- "version": "1.4.25",
3
+ "version": "1.4.27",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -9,11 +9,11 @@
9
9
  "dependencies": {
10
10
  "react": "19.0.0",
11
11
  "jest-fetch-mock": "^3.0.3",
12
- "@trackunit/react-components": "1.5.23",
13
- "@trackunit/utilization-tokens": "1.4.22",
14
- "@trackunit/i18n-library-translation": "1.4.20",
15
- "@trackunit/ui-design-tokens": "1.4.17",
16
- "@trackunit/react-test-setup": "1.1.15"
12
+ "@trackunit/react-components": "1.5.24",
13
+ "@trackunit/utilization-tokens": "1.4.24",
14
+ "@trackunit/i18n-library-translation": "1.4.21",
15
+ "@trackunit/ui-design-tokens": "1.4.18",
16
+ "@trackunit/react-test-setup": "1.1.16"
17
17
  },
18
18
  "module": "./index.esm.js",
19
19
  "main": "./index.cjs.js",
@@ -5,7 +5,7 @@ var translation = {
5
5
  "indicator.activity.stopped": "停止中",
6
6
  "indicator.activity.unknown": "不明",
7
7
  "indicator.activity.working": "稼働中",
8
- "indicator.utilization.heavilyUtilized": "利用頻度が高い",
8
+ "indicator.utilization.heavilyUtilized": "利用頻度が非常に高い",
9
9
  "indicator.utilization.unused": "利用なし",
10
10
  "indicator.utilization.utilized": "利用あり"
11
11
  };
@@ -3,7 +3,7 @@ var translation = {
3
3
  "indicator.activity.stopped": "停止中",
4
4
  "indicator.activity.unknown": "不明",
5
5
  "indicator.activity.working": "稼働中",
6
- "indicator.utilization.heavilyUtilized": "利用頻度が高い",
6
+ "indicator.utilization.heavilyUtilized": "利用頻度が非常に高い",
7
7
  "indicator.utilization.unused": "利用なし",
8
8
  "indicator.utilization.utilized": "利用あり"
9
9
  };