@epam/ai-dial-ui-kit 0.6.0-rc.3 → 0.6.0-rc.5

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.
@@ -45025,9 +45025,6 @@ const Kk = ee(
45025
45025
  fontSize: 14,
45026
45026
  fontFamily: {
45027
45027
  googleFont: "var(--theme-font, var(--font-inter))"
45028
- },
45029
- cellStyle: {
45030
- textAlign: "center"
45031
45028
  }
45032
45029
  }, sc = 40, e8 = (e, t, s, i, o) => {
45033
45030
  const n = typeof e == "string" ? e.toLowerCase() : e, r = typeof t == "string" ? t.toLowerCase() : t;
@@ -45301,8 +45298,6 @@ const qC = ({
45301
45298
  resizable: !1,
45302
45299
  filter: !1,
45303
45300
  floatingFilter: !1,
45304
- suppressMenu: !0,
45305
- borderless: !0,
45306
45301
  cellRenderer: se,
45307
45302
  headerComponent: ue
45308
45303
  }),
@@ -50930,8 +50925,6 @@ const C7 = ({
50930
50925
  resizable: !1,
50931
50926
  filter: !1,
50932
50927
  floatingFilter: !1,
50933
- suppressMenu: !0,
50934
- borderless: !0,
50935
50928
  cellRenderer: i
50936
50929
  }),
50937
50930
  [i]
@@ -21,9 +21,18 @@ export interface DialButtonProps extends DetailedHTMLProps<ButtonHTMLAttributes<
21
21
  * />
22
22
  * ```
23
23
  *
24
+ * @example
25
+ * ```tsx
26
+ * <DialButton
27
+ * label={<span>Custom <strong>Label</strong></span>}
28
+ * aria-label="Custom Label"
29
+ * onClick={handleClick}
30
+ * />
31
+ * ```
32
+ *
24
33
  * inherits all properties from the `ButtonHTMLAttributes<HTMLButtonElement>`
25
34
  *
26
- * @param [label] - The text content of the button
35
+ * @param [label] - The content of the button. Can be any React node.
27
36
  * @param [variant=ButtonVariant.Primary] - Defines the visual style of the button
28
37
  * @param [textClassName] - Additional CSS classes to apply specifically to the button text
29
38
  * @param [iconAfter] - Icon or element to display after the button text
@@ -18,8 +18,5 @@ export declare const GRID_THEME_COLORS: {
18
18
  fontFamily: {
19
19
  googleFont: string;
20
20
  };
21
- cellStyle: {
22
- textAlign: string;
23
- };
24
21
  };
25
22
  export declare const ROW_HEIGHT = 40;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.6.0-rc.3",
3
+ "version": "0.6.0-rc.5",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",