@epam/ai-dial-sidebar 1.0.0-dev.492 → 1.0.0-dev.495

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.
Files changed (2) hide show
  1. package/index.js +3 -3
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -76225,8 +76225,8 @@ var r3 = {
76225
76225
  })
76226
76226
  });
76227
76227
  }, a3 = {
76228
- tab: "_tab_1mi6x_1",
76229
- tabActive: "_tabActive_1mi6x_13"
76228
+ tabContainer: "_tabContainer_rzv03_1",
76229
+ tabActive: "_tabActive_rzv03_13"
76230
76230
  };
76231
76231
  b(({ tabs: e, activeTabId: t, onTabChange: n, tabClassName: r = "dial-tiny-semi-text" }) => /* @__PURE__ */ j("div", {
76232
76232
  className: "flex flex-nowrap gap-1",
@@ -76236,7 +76236,7 @@ b(({ tabs: e, activeTabId: t, onTabChange: n, tabClassName: r = "dial-tiny-semi-
76236
76236
  label: e.label,
76237
76237
  selected: i,
76238
76238
  onClick: () => n(e.id),
76239
- className: EB("box-border h-auto shrink-0 justify-center rounded-full p-2 text-center", r, a3.tab, i && a3.tabActive)
76239
+ className: EB("box-border h-auto shrink-0 justify-center rounded-full p-2 text-center", r, a3.tabContainer, i && a3.tabActive)
76240
76240
  }, e.id);
76241
76241
  })
76242
76242
  }));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-sidebar",
3
3
  "description": "Resizable sidebar panel shell with header, search, and empty state components",
4
- "version": "1.0.0-dev.492",
4
+ "version": "1.0.0-dev.495",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "main": "./index.js",
@@ -17,8 +17,8 @@
17
17
  }
18
18
  },
19
19
  "peerDependencies": {
20
- "@epam/ai-dial-chat-shared": "1.0.0-dev.492",
21
- "@epam/ai-dial-kit": "1.0.0-dev.492",
20
+ "@epam/ai-dial-chat-shared": "1.0.0-dev.495",
21
+ "@epam/ai-dial-kit": "1.0.0-dev.495",
22
22
  "@epam/ai-dial-ui-kit": "0.12.0-dev.28",
23
23
  "@tabler/icons-react": "^3.44.0",
24
24
  "react": "^19.0.0"