laif-ds 0.2.58 → 0.2.59

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,8 +1,8 @@
1
1
  "use client";
2
- import { getDefaultExportFromCjs as r } from "./_commonjsHelpers.js";
3
- import { __require as e } from "../node_modules/style-to-js/cjs/index.js";
4
- var t = e();
5
- const a = /* @__PURE__ */ r(t);
2
+ import { getDefaultExportFromCjs as e } from "./_commonjsHelpers.js";
3
+ import { __require as r } from "../node_modules/extend/index.js";
4
+ var t = r();
5
+ const x = /* @__PURE__ */ e(t);
6
6
  export {
7
- a as default
7
+ x as default
8
8
  };
@@ -1,8 +1,8 @@
1
1
  "use client";
2
- import { getDefaultExportFromCjs as e } from "./_commonjsHelpers.js";
3
- import { __require as r } from "../node_modules/extend/index.js";
4
- var t = r();
5
- const x = /* @__PURE__ */ e(t);
2
+ import { getDefaultExportFromCjs as r } from "./_commonjsHelpers.js";
3
+ import { __require as e } from "../node_modules/style-to-js/cjs/index.js";
4
+ var t = e();
5
+ const a = /* @__PURE__ */ r(t);
6
6
  export {
7
- x as default
7
+ a as default
8
8
  };
package/dist/index.d.ts CHANGED
@@ -283,7 +283,7 @@ declare interface AppSidebarProps extends React_2.ComponentProps<typeof Sidebar>
283
283
  linkProps?: Record<string, any>;
284
284
  }
285
285
 
286
- declare interface AppStep {
286
+ export declare interface AppStep {
287
287
  id: number;
288
288
  label: React_2.ReactNode;
289
289
  component: React_2.ReactNode;
@@ -294,7 +294,7 @@ declare interface AppStep {
294
294
 
295
295
  export declare function AppStepper({ steps, align, size, showSeparators, defaultStep, allowStepNavigation, allowClickOnlyCompleted, onStepClick, indicators, ...stepperProps }: AppStepperProps): JSX.Element;
296
296
 
297
- declare interface AppStepperProps extends Omit<StepperProps, "children"> {
297
+ export declare interface AppStepperProps extends Omit<StepperProps, "children"> {
298
298
  steps: AppStep[];
299
299
  align?: "horizontal" | "vertical";
300
300
  size?: "sm" | "md";
@@ -303,7 +303,7 @@ declare interface AppStepperProps extends Omit<StepperProps, "children"> {
303
303
  allowStepNavigation?: boolean;
304
304
  allowClickOnlyCompleted?: boolean;
305
305
  onStepClick?: (step: AppStep, index: number) => void;
306
- indicators?: StepIndicators_2;
306
+ indicators?: StepIndicators;
307
307
  }
308
308
 
309
309
  export declare function AppTooltip({ content, children, label, labelClassName, header, variant, triggerVariant, size, className, wrpClassName, contentClassName, side, align, sideOffset, matchTriggerWidth, delayDuration, disabled, asChild, }: AppTooltipProps): JSX.Element;
@@ -2506,7 +2506,7 @@ export declare type SpinnerSize = "xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "xx
2506
2506
 
2507
2507
  export declare type SpinnerVariant = "default" | "destructive" | "primary" | "secondary";
2508
2508
 
2509
- declare type StepIndicators = {
2509
+ export declare type StepIndicators = {
2510
2510
  active?: React_2.ReactNode;
2511
2511
  completed?: React_2.ReactNode;
2512
2512
  inactive?: React_2.ReactNode;
@@ -2527,7 +2527,7 @@ declare interface StepperProps extends React_2.HTMLAttributes<HTMLDivElement>, V
2527
2527
  value?: number;
2528
2528
  onValueChange?: (value: number) => void;
2529
2529
  orientation?: StepperOrientation;
2530
- indicators?: StepIndicators;
2530
+ indicators?: StepIndicators_2;
2531
2531
  }
2532
2532
 
2533
2533
  declare const stepperVariants: (props?: ({
@@ -3,7 +3,7 @@ import { stringify as w } from "../../comma-separated-tokens/index.js";
3
3
  import { ok as u } from "../../devlop/lib/default.js";
4
4
  import { svg as m, html as C } from "../../property-information/index.js";
5
5
  import { stringify as N } from "../../space-separated-tokens/index.js";
6
- import S from "../../../_virtual/index4.js";
6
+ import S from "../../../_virtual/index5.js";
7
7
  import { whitespace as j } from "../../hast-util-whitespace/lib/index.js";
8
8
  import { name as x } from "../../estree-util-is-identifier-name/lib/index.js";
9
9
  import { VFileMessage as h } from "../../vfile-message/lib/index.js";
@@ -1,6 +1,6 @@
1
1
  "use client";
2
2
  import { bail as P } from "../../bail/index.js";
3
- import y from "../../../_virtual/index5.js";
3
+ import y from "../../../_virtual/index4.js";
4
4
  import z from "../../is-plain-obj/index.js";
5
5
  import { CallableInstance as C } from "./callable-instance.js";
6
6
  import { trough as A } from "../../trough/lib/index.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "laif-ds",
3
3
  "private": false,
4
- "version": "0.2.58",
4
+ "version": "0.2.59",
5
5
  "type": "module",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",