@builder.io/sdk-qwik 0.14.21 → 0.14.22

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,5 +1,5 @@
1
1
  import { TabsProps } from "./tabs.types";
2
2
  export declare const activeTabContent: (props: any, state: any, active: number) => any;
3
- export declare const getActiveTabStyle: (props: any, state: any, index: number) => any;
3
+ export declare const onClick: (props: any, state: any, index: number) => void;
4
4
  export declare const Tabs: import("@builder.io/qwik").Component<TabsProps>;
5
5
  export default Tabs;
@@ -1,5 +1,4 @@
1
1
  import type { BuilderAnimation } from '../../types/builder-block';
2
- export declare const camelCaseToKebabCase: (str?: string) => string;
3
2
  export declare function bindAnimations(animations: BuilderAnimation[]): void;
4
3
  export declare function triggerAnimation(animation: BuilderAnimation): void;
5
4
  export declare function bindScrollInViewAnimation(animation: BuilderAnimation): void;
@@ -22,7 +22,7 @@ export interface ContentVariantsPrps {
22
22
  */
23
23
  context?: BuilderRenderContext;
24
24
  /**
25
- * Your API Key: needed to dynamically fetch symbols (required).
25
+ * Your API Key: needed to enable visual editing, and to dynamically fetch symbols (required).
26
26
  */
27
27
  apiKey: string;
28
28
  apiVersion?: ApiVersion;
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.14.21";
1
+ export declare const SDK_VERSION = "0.14.22";
@@ -1 +1 @@
1
- export declare const camelToKebabCase: (string: string) => string;
1
+ export declare const camelToKebabCase: (str?: string) => string;