@swc-react/slider 0.43.0 → 0.44.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 +2 -2
  2. package/package.json +3 -3
package/next.d.ts CHANGED
@@ -1,9 +1,9 @@
1
- export declare const Slider: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("slider/src").Slider>, "type" | "values" | "size" | "slotHasContent" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "input" | "label" | "track" | "renderOptions" | "change" | "disabled" | "name" | "focusElement" | "update" | "quiet" | "variant" | "value" | "formatOptions" | "hideStepper" | "indeterminate" | "max" | "min" | "step" | "_forcedUnit" | "isLTR" | "hasVisibleFocusInTree" | "defaultValue" | "dragging" | "highlight" | "getAriaHandleText" | "normalization" | "numberFormat" | "editable" | "getAriaValueText" | "labelVisibility" | "tickStep" | "tickLabels" | "fillStart" | "labelEl" | "numberField" | "spSliderHandleReady" | "handleController" | "handleName" | "dispatchInputEvent" | "manageTextObservedSlot"> & {
1
+ export declare const Slider: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("slider/src").Slider>, "type" | "values" | "size" | "slotHasContent" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "input" | "label" | "track" | "renderOptions" | "change" | "disabled" | "name" | "focusElement" | "update" | "quiet" | "variant" | "value" | "formatOptions" | "hideStepper" | "indeterminate" | "max" | "min" | "step" | "_forcedUnit" | "selfManageFocusElement" | "isLTR" | "hasVisibleFocusInTree" | "defaultValue" | "dragging" | "highlight" | "getAriaHandleText" | "normalization" | "numberFormat" | "editable" | "getAriaValueText" | "labelVisibility" | "tickStep" | "tickLabels" | "fillStart" | "labelEl" | "numberField" | "spSliderHandleReady" | "handleController" | "handleName" | "dispatchInputEvent" | "manageTextObservedSlot"> & {
2
2
  spSliderHandleReady?: ((e: CustomEvent<any>) => void) | undefined;
3
3
  input?: ((e: Event) => void) | undefined;
4
4
  change?: ((e: Event) => void) | undefined;
5
5
  } & Partial<Omit<import("slider/src").Slider, keyof HTMLElement>> & import("react").RefAttributes<import("slider/src").Slider>>;
6
- export declare const SliderHandle: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("slider/src").SliderHandle>, "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "input" | "label" | "renderOptions" | "change" | "disabled" | "name" | "focusElement" | "value" | "formatOptions" | "max" | "min" | "step" | "_forcedUnit" | "isLTR" | "hasVisibleFocusInTree" | "defaultValue" | "dragging" | "highlight" | "getAriaHandleText" | "normalization" | "numberFormat" | "spSliderHandleReady" | "handleController" | "handleName" | "dispatchInputEvent"> & {
6
+ export declare const SliderHandle: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("slider/src").SliderHandle>, "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "input" | "label" | "renderOptions" | "change" | "disabled" | "name" | "focusElement" | "value" | "formatOptions" | "max" | "min" | "step" | "_forcedUnit" | "selfManageFocusElement" | "isLTR" | "hasVisibleFocusInTree" | "defaultValue" | "dragging" | "highlight" | "getAriaHandleText" | "normalization" | "numberFormat" | "spSliderHandleReady" | "handleController" | "handleName" | "dispatchInputEvent"> & {
7
7
  spSliderHandleReady?: ((e: CustomEvent<any>) => void) | undefined;
8
8
  input?: ((e: Event) => void) | undefined;
9
9
  change?: ((e: Event) => void) | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc-react/slider",
3
- "version": "0.43.0",
3
+ "version": "0.44.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -30,7 +30,7 @@
30
30
  ],
31
31
  "dependencies": {
32
32
  "@lit/react": "^1.0.2",
33
- "@spectrum-web-components/slider": "^0.43.0"
33
+ "@spectrum-web-components/slider": "^0.44.0"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "next": "~13.4 || ~14"
@@ -40,5 +40,5 @@
40
40
  "optional": true
41
41
  }
42
42
  },
43
- "gitHead": "028dbe684e59fdd0ac318f6112a16001d321f43b"
43
+ "gitHead": "35537b51cadaac70affd29818ef6910edd1b0cc1"
44
44
  }