@swc-react/slider 1.10.0 → 1.11.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 +2 -2
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.js").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"> & {
1
+ export declare const Slider: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("slider/src/Slider.js").Slider>, "input" | "label" | "track" | "renderOptions" | "update" | "change" | "type" | "disabled" | "name" | "size" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "values" | "focusElement" | "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" | "slotHasContent" | "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.js").Slider, keyof HTMLElement>> & import("react").RefAttributes<import("slider/src/Slider.js").Slider>>;
6
- export declare const SliderHandle: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("slider/src/SliderHandle.js").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"> & {
6
+ export declare const SliderHandle: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("slider/src/SliderHandle.js").SliderHandle>, "input" | "label" | "renderOptions" | "change" | "disabled" | "name" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "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": "1.10.0",
3
+ "version": "1.11.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -26,7 +26,7 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "@lit/react": "^1.0.2",
29
- "@spectrum-web-components/slider": "^1.10.0"
29
+ "@spectrum-web-components/slider": "^1.11.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "next": "~13.4 || ~14"