@swc-react/color-slider 0.33.3-overlay.65 → 0.34.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/next.d.ts +2 -2
- package/package.json +3 -3
package/next.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ export declare const ColorSlider: import("react").ComponentType<Partial<{
|
|
|
7
7
|
tabIndex?: number | undefined;
|
|
8
8
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
9
9
|
color?: string | undefined;
|
|
10
|
+
lang?: string | undefined;
|
|
10
11
|
defaultChecked?: boolean | undefined;
|
|
11
12
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
12
13
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -18,7 +19,6 @@ export declare const ColorSlider: import("react").ComponentType<Partial<{
|
|
|
18
19
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
19
20
|
hidden?: boolean | undefined;
|
|
20
21
|
id?: string | undefined;
|
|
21
|
-
lang?: string | undefined;
|
|
22
22
|
nonce?: string | undefined;
|
|
23
23
|
placeholder?: string | undefined;
|
|
24
24
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
@@ -276,6 +276,7 @@ export declare const ColorSlider: import("react").ComponentType<Partial<{
|
|
|
276
276
|
autofocus: boolean;
|
|
277
277
|
normalize: () => void;
|
|
278
278
|
focused: boolean;
|
|
279
|
+
shadowRoot: ShadowRoot;
|
|
279
280
|
vertical: boolean;
|
|
280
281
|
value: number;
|
|
281
282
|
sliderHandlePosition: number;
|
|
@@ -315,7 +316,6 @@ export declare const ColorSlider: import("react").ComponentType<Partial<{
|
|
|
315
316
|
scrollLeft: number;
|
|
316
317
|
scrollTop: number;
|
|
317
318
|
readonly scrollWidth: number;
|
|
318
|
-
shadowRoot: ShadowRoot;
|
|
319
319
|
readonly tagName: string;
|
|
320
320
|
attachShadow: (init: ShadowRootInit) => ShadowRoot;
|
|
321
321
|
closest: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/color-slider",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.34.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/color-slider": "^0.
|
|
33
|
+
"@spectrum-web-components/color-slider": "^0.34.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": "
|
|
43
|
+
"gitHead": "f9b3294d67cdd52b2c36897cdc1c20ceaeb019cf"
|
|
44
44
|
}
|