@swc-react/slider 0.37.0 → 0.38.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.
Files changed (2) hide show
  1. package/next.d.ts +1 -1
  2. package/package.json +3 -3
package/next.d.ts CHANGED
@@ -1231,7 +1231,7 @@ export declare const SliderHandle: import("react").ComponentType<Partial<{
1231
1231
  getAriaHandleText: (value: number, numberFormat: import("@internationalized/number").NumberFormatter) => string;
1232
1232
  normalization: import("slider/src").SliderNormalization;
1233
1233
  readonly numberFormat: import("@internationalized/number").NumberFormatter | undefined;
1234
- handleController?: import("slider/src").Controller | undefined;
1234
+ handleController?: import("slider/src").HandleController | undefined;
1235
1235
  readonly handleName: string;
1236
1236
  dispatchInputEvent: () => void;
1237
1237
  } & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc-react/slider",
3
- "version": "0.37.0",
3
+ "version": "0.38.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -30,7 +30,7 @@
30
30
  ],
31
31
  "dependencies": {
32
32
  "@lit-labs/react": "^1.1.1",
33
- "@spectrum-web-components/slider": "^0.37.0"
33
+ "@spectrum-web-components/slider": "^0.38.0"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "next": "~13.4"
@@ -40,5 +40,5 @@
40
40
  "optional": true
41
41
  }
42
42
  },
43
- "gitHead": "d771f62f0d8063070af43283bb0fd5e3400bad06"
43
+ "gitHead": "9a099b7543672f2fd4030833ab813b16c2cad62e"
44
44
  }