@lateralus-ai/shipping-ui 2.0.0-dev.23 → 2.0.0-dev.24

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.
@@ -4,4 +4,8 @@ export type SwitchProps = Omit<ButtonHTMLAttributes<HTMLButtonElement>, "onChang
4
4
  onChange: (checked: boolean) => void;
5
5
  disabled?: boolean;
6
6
  };
7
+ /**
8
+ * On/off control — Figma Switch (3068:65681).
9
+ * Off: grey track, thumb left. On: grey-900 track, thumb right. Raise-2 on thumb.
10
+ */
7
11
  export declare const Switch: ({ checked, onChange, disabled, className, ...props }: SwitchProps) => import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lateralus-ai/shipping-ui",
3
- "version": "2.0.0-dev.23",
3
+ "version": "2.0.0-dev.24",
4
4
  "description": "Shared UI theme and components for Lateralus shipping applications",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.esm.js",