@spark-ui/components 10.15.0 → 10.16.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/components",
3
- "version": "10.15.0",
3
+ "version": "10.16.0",
4
4
  "license": "MIT",
5
5
  "description": "Spark (Leboncoin design system) components.",
6
6
  "exports": {
@@ -53,9 +53,9 @@
53
53
  "@react-aria/toast": "^3.0.0-beta.18",
54
54
  "@react-stately/numberfield": "3.9.11",
55
55
  "@react-stately/toast": "^3.0.0-beta.7",
56
- "@spark-ui/hooks": "^10.15.0",
57
- "@spark-ui/icons": "^10.15.0",
58
- "@spark-ui/internal-utils": "^10.15.0",
56
+ "@spark-ui/hooks": "^10.16.0",
57
+ "@spark-ui/icons": "^10.16.0",
58
+ "@spark-ui/internal-utils": "^10.16.0",
59
59
  "@zag-js/pagination": "1.14.0",
60
60
  "@zag-js/react": "1.14.0",
61
61
  "class-variance-authority": "0.7.1",
@@ -82,5 +82,5 @@
82
82
  "url": "https://github.com/leboncoin/spark-web/issues?q=is%3Aopen+label%3A%22Component%3A+button%22"
83
83
  },
84
84
  "homepage": "https://sparkui.vercel.app",
85
- "gitHead": "9b84fe41dfd884132f64700decaf531dedce0ed5"
85
+ "gitHead": "3ab63237341d12bd92a20ea16eabbdab54c5b0d2"
86
86
  }
@@ -1,17 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { ComponentPropsWithoutRef, Ref } from 'react';
3
-
4
- type InputPrimitiveProps = ComponentPropsWithoutRef<'input'>;
5
- interface InputProps extends InputPrimitiveProps {
6
- asChild?: boolean;
7
- onValueChange?: (value: string) => void;
8
- ref?: Ref<HTMLInputElement>;
9
- }
10
- declare const Input: {
11
- ({ className, asChild, onValueChange, onChange, onKeyDown, disabled: disabledProp, readOnly: readOnlyProp, ref, ...others }: InputProps): react_jsx_runtime.JSX.Element;
12
- displayName: string;
13
- } & {
14
- id: string;
15
- };
16
-
17
- export { type InputProps as I, Input as a };
@@ -1,17 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { ComponentPropsWithoutRef, Ref } from 'react';
3
-
4
- type InputPrimitiveProps = ComponentPropsWithoutRef<'input'>;
5
- interface InputProps extends InputPrimitiveProps {
6
- asChild?: boolean;
7
- onValueChange?: (value: string) => void;
8
- ref?: Ref<HTMLInputElement>;
9
- }
10
- declare const Input: {
11
- ({ className, asChild, onValueChange, onChange, onKeyDown, disabled: disabledProp, readOnly: readOnlyProp, ref, ...others }: InputProps): react_jsx_runtime.JSX.Element;
12
- displayName: string;
13
- } & {
14
- id: string;
15
- };
16
-
17
- export { type InputProps as I, Input as a };