@epam/ai-dial-usage-dashboard 1.1.0-dev.277 → 1.1.0-dev.279
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.js +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -393,7 +393,7 @@ var m = /* @__PURE__ */ function(e) {
|
|
|
393
393
|
className: i("dial-caption-lead-semi-text block desktop:hidden", E.mobileColumnLabel),
|
|
394
394
|
children: r.statusColumnLabel
|
|
395
395
|
}), g ? /* @__PURE__ */ u("span", {
|
|
396
|
-
className: i("inline-flex h-6 shrink-0 items-center rounded-full px-2", h, N(n.status)),
|
|
396
|
+
className: i("inline-flex h-6 shrink-0 items-center self-start rounded-full px-2", h, N(n.status)),
|
|
397
397
|
children: P(n.status, r)
|
|
398
398
|
}) : /* @__PURE__ */ u("span", {
|
|
399
399
|
className: i(m, E.neutralStatus),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epam/ai-dial-usage-dashboard",
|
|
3
3
|
"description": "Presentational aggregate cost-limit cards for the Usage settings dashboard",
|
|
4
|
-
"version": "1.1.0-dev.
|
|
4
|
+
"version": "1.1.0-dev.279",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@epam/ai-dial-chat-shared": "1.1.0-dev.
|
|
19
|
+
"@epam/ai-dial-chat-shared": "1.1.0-dev.279",
|
|
20
20
|
"@epam/ai-dial-ui-kit": "^0.14.0-dev.9",
|
|
21
21
|
"@tabler/icons-react": "^3.44.0",
|
|
22
22
|
"react": "^19.2.7"
|