@smart-factor/gem-ui-components 0.0.125 → 0.0.127

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.
@@ -2,7 +2,7 @@ import './assets/SignEditor.css';var N4 = Object.defineProperty;
2
2
  var I4 = (o, e, t) => e in o ? N4(o, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : o[e] = t;
3
3
  var Eu = (o, e, t) => I4(o, typeof e != "symbol" ? e + "" : e, t);
4
4
  import { jsx as Vt, jsxs as ia, Fragment as o_ } from "react/jsx-runtime";
5
- import { G as Ib, u as i_, a as rA, Q as uc, b as hs, c as Lp, D as KE, B as sp, d as ow, e as M4, z as Dc, f as a_, s as $E, I as Of, A as WE, F as O4, U as Ax, g as q4, h as R4, i as Q4, j as G4, T as V4, K as D4, k as H4 } from "./index-4UybJX1Q.js";
5
+ import { G as Ib, u as i_, a as rA, Q as uc, b as hs, c as Lp, D as KE, B as sp, d as ow, e as M4, z as Dc, f as a_, s as $E, I as Of, A as WE, F as O4, U as Ax, g as q4, h as R4, i as Q4, j as G4, T as V4, K as D4, k as H4 } from "./index-17nbsih3.js";
6
6
  import { q as XE, s as Di, I as tu, J as r_, H as YE, S as lp } from "./Stack-Bsa5WF4E.js";
7
7
  import { createContext as U4, useContext as z4, useState as vl, useCallback as zu, useEffect as oc, useMemo as cp, useRef as K4 } from "react";
8
8
  import "react-dom";
@@ -1,9 +1,9 @@
1
1
  import { default as React, ReactNode } from 'react';
2
2
  export interface PostHogProviderProps {
3
3
  children: ReactNode;
4
- POSTHOG_API_KEY: string;
5
- POSTHOG_API_HOST?: string;
6
- module: string;
7
- isDevelopment: boolean;
4
+ posthogApiKey?: string;
5
+ posthogApiHost?: string;
6
+ module?: string;
7
+ isDevelopment?: boolean;
8
8
  }
9
9
  export declare const PostHogProvider: React.FC<PostHogProviderProps>;
@@ -0,0 +1,8 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ declare const meta: Meta;
3
+ export default meta;
4
+ type Story = StoryObj;
5
+ export declare const InitializedDevTrue: Story;
6
+ export declare const InitializedDevFalse: Story;
7
+ export declare const NotInitializedDevTrue: Story;
8
+ export declare const NotInitializedDevFalse: Story;
@@ -9,9 +9,13 @@ export interface PostHogUserTraits {
9
9
  export declare class PostHogTracker {
10
10
  private static module;
11
11
  private static isDevelopmentMode;
12
+ private static isInitialized;
13
+ private static logTrackingDisabled;
12
14
  static setModule(module: string): void;
13
15
  static getModule(): string | undefined;
14
16
  static setDevelopment(isDevelopment: boolean): void;
17
+ static setInitialized(isInitialized: boolean): void;
18
+ static getInitialized(): boolean;
15
19
  static identify(userId: string, userTraits?: PostHogUserTraits): void;
16
20
  static track(eventName: string, properties?: Record<string, unknown>): void;
17
21
  static reset(): void;
@@ -270754,7 +270754,7 @@ const StyledFormHelperText$1 = styled$1(FormHelperText)`
270754
270754
  error: !!W0,
270755
270755
  helperText: W0,
270756
270756
  fullWidth: !0,
270757
- value: A0.value || "",
270757
+ value: A0.value ?? "",
270758
270758
  inputProps: {
270759
270759
  ...i0.inputProps,
270760
270760
  "data-testid": u0