@sudobility/heavymath_ui 0.0.17 → 0.0.19
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.
|
@@ -2,7 +2,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { useTranslation } from 'react-i18next';
|
|
3
3
|
import { clsx } from 'clsx';
|
|
4
4
|
export function MarketStatusBadge({ status, size = 'sm', }) {
|
|
5
|
-
const { t } = useTranslation('
|
|
5
|
+
const { t } = useTranslation('market');
|
|
6
6
|
const statusConfig = {
|
|
7
7
|
Active: {
|
|
8
8
|
label: t('status.active'),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sudobility/heavymath_ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.19",
|
|
4
4
|
"description": "Shared UI components, hooks, and utilities for Heavymath prediction market apps",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"@sudobility/components": "^5.0.70",
|
|
30
30
|
"@sudobility/design": "^1.1.30",
|
|
31
31
|
"@sudobility/di": "^1.5.56",
|
|
32
|
-
"@sudobility/heavymath_contracts": "^0.1.
|
|
32
|
+
"@sudobility/heavymath_contracts": "^0.1.70",
|
|
33
33
|
"@sudobility/heavymath_indexer_client": "^0.0.56",
|
|
34
|
-
"@sudobility/heavymath_lib": "^0.0.
|
|
34
|
+
"@sudobility/heavymath_lib": "^0.0.82",
|
|
35
35
|
"@sudobility/heavymath_types": "^0.0.32",
|
|
36
36
|
"@sudobility/types": "^1.9.62",
|
|
37
37
|
"@sudobility/web3-components": "^2.0.15",
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"@sudobility/components": "^5.0.70",
|
|
53
53
|
"@sudobility/design": "^1.1.30",
|
|
54
54
|
"@sudobility/di": "^1.5.56",
|
|
55
|
-
"@sudobility/heavymath_contracts": "^0.1.
|
|
55
|
+
"@sudobility/heavymath_contracts": "^0.1.70",
|
|
56
56
|
"@sudobility/heavymath_indexer_client": "^0.0.56",
|
|
57
|
-
"@sudobility/heavymath_lib": "^0.0.
|
|
57
|
+
"@sudobility/heavymath_lib": "^0.0.82",
|
|
58
58
|
"@sudobility/heavymath_types": "^0.0.32",
|
|
59
59
|
"@sudobility/types": "^1.9.62",
|
|
60
60
|
"@sudobility/web3-components": "^2.0.15",
|