@epam/ai-dial-starter-buttons 1.1.0-dev.126 → 1.1.0-dev.128

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.
@@ -1 +1 @@
1
- {"version":3,"file":"StarterButtons.d.ts","sourceRoot":"","sources":["../../../src/components/StarterButtons/StarterButtons.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,EAAE,EAAqD,MAAM,OAAO,CAAC;AAC9E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AAMtE,uIAAuI;AACvI,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CAqJlD,CAAC"}
1
+ {"version":3,"file":"StarterButtons.d.ts","sourceRoot":"","sources":["../../../src/components/StarterButtons/StarterButtons.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,EAAE,EAAqD,MAAM,OAAO,CAAC;AAC9E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AAMtE,uIAAuI;AACvI,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CAoJlD,CAAC"}
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { BASE_MD_ICON_PROPS as e } from "@epam/ai-dial-chat-shared";
2
- import { ButtonAppearance as t, DialDropdown as n, NeutralButton as r, NeutralIconButton as i } from "@epam/ai-dial-ui-kit";
2
+ import { ButtonAppearance as t, Dropdown as n, NeutralButton as r, NeutralIconButton as i } from "@epam/ai-dial-ui-kit";
3
3
  import { IconDots as a, IconDotsVertical as o } from "@tabler/icons-react";
4
4
  import { useCallback as s, useEffect as c, useMemo as l, useRef as u, useState as d } from "react";
5
5
  import { jsx as f, jsxs as p } from "react/jsx-runtime";
@@ -70,7 +70,6 @@ var m = 4, h = 8, g = ({ starters: g, onSelect: _, isMobile: v, labels: y, style
70
70
  items: A,
71
71
  placement: "bottom-end",
72
72
  matchReferenceWidth: !1,
73
- listClassName: "cp-dropdown-overlay",
74
73
  children: /* @__PURE__ */ f(i, {
75
74
  appearance: t.Outlined,
76
75
  icon: f(v ? a : o, { ...D }),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-starter-buttons",
3
3
  "description": "Responsive starter prompt buttons that overflow into a dropdown when space is limited",
4
- "version": "1.1.0-dev.126",
4
+ "version": "1.1.0-dev.128",
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.126",
19
+ "@epam/ai-dial-chat-shared": "1.1.0-dev.128",
20
20
  "@tabler/icons-react": "^3.44.0",
21
21
  "react": "^19.0.0",
22
22
  "@epam/ai-dial-ui-kit": "^0.13.0-dev.26"