kui-basic 1.1.263 → 1.1.264

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.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -912,6 +912,7 @@ type TextOverflowProps = {
912
912
  strategy?: TooltipProps["strategy"]
913
913
  endText?: string | false
914
914
  openAlways?: boolean
915
+ toggleMethod?: TooltipProps["toggleMethod"]
915
916
  } & CaptionProps
916
917
 
917
918
  type TextOverflowStylesProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-basic",
3
- "version": "1.1.263",
3
+ "version": "1.1.264",
4
4
  "private": false,
5
5
  "description": "React UI Components for Maroom projects",
6
6
  "author": {