@ornikar/kitt-universal 9.53.0 → 9.54.1

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.
@@ -12,7 +12,7 @@ interface WebUpdateCallbackParams extends Exclude<UpdateCallbackParams, 'middlew
12
12
  interface WebTooltipProps extends Exclude<TooltipProps, 'onUpdate'> {
13
13
  onUpdate: (params: WebUpdateCallbackParams) => void;
14
14
  }
15
- export declare function Tooltip({ children, defaultVisible, position, content, floatingPadding, fullWidth, onToggle, onUpdate, }: WebTooltipProps): ReactElement;
15
+ export declare function Tooltip({ children, defaultVisible, position, content, floatingPadding, fullWidth, onToggle, onUpdate, zIndex, }: WebTooltipProps): ReactElement;
16
16
  export declare namespace Tooltip {
17
17
  var Arrow: import("react").ForwardRefExoticComponent<import("./Arrow").ArrowProps & import("react").RefAttributes<import("../native-base/acceptable-native-base-props").ForwardRefComponent<import("../native-base/primitives").ViewProps>>>;
18
18
  var Content: typeof TooltipContent;
@@ -1 +1 @@
1
- {"version":3,"file":"Tooltip.web.d.ts","sourceRoot":"","sources":["../../../src/Tooltip/Tooltip.web.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAG7D,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAOrD,OAAO,KAAK,EAAE,YAAY,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAIlD,UAAU,uBAAwB,SAAQ,OAAO,CAAC,oBAAoB,EAAE,gBAAgB,CAAC;IACvF,cAAc,EAAE,cAAc,CAAC;IAC/B,IAAI,EAAE;QACJ,SAAS,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC;QAC1B,QAAQ,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC;KAC1B,CAAC;CACH;AAED,UAAU,eAAgB,SAAQ,OAAO,CAAC,YAAY,EAAE,UAAU,CAAC;IACjE,QAAQ,EAAE,CAAC,MAAM,EAAE,uBAAuB,KAAK,IAAI,CAAC;CACrD;AAED,wBAAgB,OAAO,CAAC,EACtB,QAAQ,EACR,cAAc,EACd,QAAgB,EAChB,OAAO,EACP,eAAe,EACf,SAAS,EACT,QAAQ,EACR,QAAQ,GACT,EAAE,eAAe,GAAG,YAAY,CA8JhC;yBAvKe,OAAO"}
1
+ {"version":3,"file":"Tooltip.web.d.ts","sourceRoot":"","sources":["../../../src/Tooltip/Tooltip.web.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAG7D,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAOrD,OAAO,KAAK,EAAE,YAAY,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAIlD,UAAU,uBAAwB,SAAQ,OAAO,CAAC,oBAAoB,EAAE,gBAAgB,CAAC;IACvF,cAAc,EAAE,cAAc,CAAC;IAC/B,IAAI,EAAE;QACJ,SAAS,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC;QAC1B,QAAQ,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC;KAC1B,CAAC;CACH;AAED,UAAU,eAAgB,SAAQ,OAAO,CAAC,YAAY,EAAE,UAAU,CAAC;IACjE,QAAQ,EAAE,CAAC,MAAM,EAAE,uBAAuB,KAAK,IAAI,CAAC;CACrD;AAED,wBAAgB,OAAO,CAAC,EACtB,QAAQ,EACR,cAAc,EACd,QAAgB,EAChB,OAAO,EACP,eAAe,EACf,SAAS,EACT,QAAQ,EACR,QAAQ,EACR,MAAM,GACP,EAAE,eAAe,GAAG,YAAY,CA+JhC;yBAzKe,OAAO"}
@@ -1,4 +1,4 @@
1
- import type { StoryContext } from '@storybook/addons';
2
- import type { ReactElement, ReactNode } from 'react';
3
- export declare function StoryDecorator(storyFn: () => ReactNode, context: StoryContext): ReactElement;
1
+ import type { DecoratorFunction } from '@storybook/addons';
2
+ import type { ReactElement } from 'react';
3
+ export declare const StoryDecorator: DecoratorFunction<ReactElement<unknown>>;
4
4
  //# sourceMappingURL=StoryDecorator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StoryDecorator.d.ts","sourceRoot":"","sources":["../../../src/story-components/StoryDecorator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGrD,wBAAgB,cAAc,CAAC,OAAO,EAAE,MAAM,SAAS,EAAE,OAAO,EAAE,YAAY,GAAG,YAAY,CAE5F"}
1
+ {"version":3,"file":"StoryDecorator.d.ts","sourceRoot":"","sources":["../../../src/story-components/StoryDecorator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAI1C,eAAO,MAAM,cAAc,EAAE,iBAAiB,CAAC,YAAY,CAAC,OAAO,CAAC,CAEnE,CAAC"}
@@ -8518,12 +8518,12 @@ function StoryContainer(_ref) {
8518
8518
  });
8519
8519
  }
8520
8520
 
8521
- function StoryDecorator(storyFn, context) {
8521
+ var StoryDecorator = function (storyFn, context) {
8522
8522
  return /*#__PURE__*/jsx(Story, {
8523
8523
  title: context.name,
8524
8524
  children: storyFn()
8525
8525
  });
8526
- }
8526
+ };
8527
8527
 
8528
8528
  function StoryGridRow(_ref) {
8529
8529
  var children = _ref.children,