@chayns-components/devalue-slider 5.0.0-beta.822 → 5.0.0-beta.824
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.
|
@@ -23,12 +23,14 @@ export declare const Container: import("styled-components/dist/types").IStyledCo
|
|
|
23
23
|
suppressContentEditableWarning?: boolean | undefined;
|
|
24
24
|
suppressHydrationWarning?: boolean | undefined;
|
|
25
25
|
accessKey?: string | undefined;
|
|
26
|
+
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
26
27
|
autoFocus?: boolean | undefined;
|
|
27
28
|
className?: string | undefined;
|
|
28
29
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
29
30
|
contextMenu?: string | undefined;
|
|
30
31
|
dir?: string | undefined;
|
|
31
32
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
33
|
+
enterKeyHint?: "next" | "search" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
32
34
|
id?: string | undefined;
|
|
33
35
|
lang?: string | undefined;
|
|
34
36
|
nonce?: string | undefined;
|
|
@@ -46,7 +48,6 @@ export declare const Container: import("styled-components/dist/types").IStyledCo
|
|
|
46
48
|
rev?: string | undefined;
|
|
47
49
|
typeof?: string | undefined;
|
|
48
50
|
vocab?: string | undefined;
|
|
49
|
-
autoCapitalize?: string | undefined;
|
|
50
51
|
autoCorrect?: string | undefined;
|
|
51
52
|
autoSave?: string | undefined;
|
|
52
53
|
itemProp?: string | undefined;
|
|
@@ -56,7 +57,7 @@ export declare const Container: import("styled-components/dist/types").IStyledCo
|
|
|
56
57
|
itemRef?: string | undefined;
|
|
57
58
|
results?: number | undefined;
|
|
58
59
|
security?: string | undefined;
|
|
59
|
-
unselectable?: "
|
|
60
|
+
unselectable?: "off" | "on" | undefined;
|
|
60
61
|
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
61
62
|
is?: string | undefined;
|
|
62
63
|
"aria-activedescendant"?: string | undefined;
|
|
@@ -291,12 +292,14 @@ export declare const Track: import("styled-components/dist/types").IStyledCompon
|
|
|
291
292
|
suppressContentEditableWarning?: boolean | undefined;
|
|
292
293
|
suppressHydrationWarning?: boolean | undefined;
|
|
293
294
|
accessKey?: string | undefined;
|
|
295
|
+
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
294
296
|
autoFocus?: boolean | undefined;
|
|
295
297
|
className?: string | undefined;
|
|
296
298
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
297
299
|
contextMenu?: string | undefined;
|
|
298
300
|
dir?: string | undefined;
|
|
299
301
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
302
|
+
enterKeyHint?: "next" | "search" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
300
303
|
id?: string | undefined;
|
|
301
304
|
lang?: string | undefined;
|
|
302
305
|
nonce?: string | undefined;
|
|
@@ -314,7 +317,6 @@ export declare const Track: import("styled-components/dist/types").IStyledCompon
|
|
|
314
317
|
rev?: string | undefined;
|
|
315
318
|
typeof?: string | undefined;
|
|
316
319
|
vocab?: string | undefined;
|
|
317
|
-
autoCapitalize?: string | undefined;
|
|
318
320
|
autoCorrect?: string | undefined;
|
|
319
321
|
autoSave?: string | undefined;
|
|
320
322
|
itemProp?: string | undefined;
|
|
@@ -324,7 +326,7 @@ export declare const Track: import("styled-components/dist/types").IStyledCompon
|
|
|
324
326
|
itemRef?: string | undefined;
|
|
325
327
|
results?: number | undefined;
|
|
326
328
|
security?: string | undefined;
|
|
327
|
-
unselectable?: "
|
|
329
|
+
unselectable?: "off" | "on" | undefined;
|
|
328
330
|
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
329
331
|
is?: string | undefined;
|
|
330
332
|
"aria-activedescendant"?: string | undefined;
|
|
@@ -554,12 +556,14 @@ export declare const TrackBackground: import("styled-components/dist/types").ISt
|
|
|
554
556
|
suppressContentEditableWarning?: boolean | undefined;
|
|
555
557
|
suppressHydrationWarning?: boolean | undefined;
|
|
556
558
|
accessKey?: string | undefined;
|
|
559
|
+
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
557
560
|
autoFocus?: boolean | undefined;
|
|
558
561
|
className?: string | undefined;
|
|
559
562
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
560
563
|
contextMenu?: string | undefined;
|
|
561
564
|
dir?: string | undefined;
|
|
562
565
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
566
|
+
enterKeyHint?: "next" | "search" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
563
567
|
id?: string | undefined;
|
|
564
568
|
lang?: string | undefined;
|
|
565
569
|
nonce?: string | undefined;
|
|
@@ -577,7 +581,6 @@ export declare const TrackBackground: import("styled-components/dist/types").ISt
|
|
|
577
581
|
rev?: string | undefined;
|
|
578
582
|
typeof?: string | undefined;
|
|
579
583
|
vocab?: string | undefined;
|
|
580
|
-
autoCapitalize?: string | undefined;
|
|
581
584
|
autoCorrect?: string | undefined;
|
|
582
585
|
autoSave?: string | undefined;
|
|
583
586
|
itemProp?: string | undefined;
|
|
@@ -587,7 +590,7 @@ export declare const TrackBackground: import("styled-components/dist/types").ISt
|
|
|
587
590
|
itemRef?: string | undefined;
|
|
588
591
|
results?: number | undefined;
|
|
589
592
|
security?: string | undefined;
|
|
590
|
-
unselectable?: "
|
|
593
|
+
unselectable?: "off" | "on" | undefined;
|
|
591
594
|
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
592
595
|
is?: string | undefined;
|
|
593
596
|
"aria-activedescendant"?: string | undefined;
|
|
@@ -819,12 +822,14 @@ export declare const Thumb: import("styled-components/dist/types").IStyledCompon
|
|
|
819
822
|
suppressContentEditableWarning?: boolean | undefined;
|
|
820
823
|
suppressHydrationWarning?: boolean | undefined;
|
|
821
824
|
accessKey?: string | undefined;
|
|
825
|
+
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
822
826
|
autoFocus?: boolean | undefined;
|
|
823
827
|
className?: string | undefined;
|
|
824
828
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
825
829
|
contextMenu?: string | undefined;
|
|
826
830
|
dir?: string | undefined;
|
|
827
831
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
832
|
+
enterKeyHint?: "next" | "search" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
828
833
|
id?: string | undefined;
|
|
829
834
|
lang?: string | undefined;
|
|
830
835
|
nonce?: string | undefined;
|
|
@@ -842,7 +847,6 @@ export declare const Thumb: import("styled-components/dist/types").IStyledCompon
|
|
|
842
847
|
rev?: string | undefined;
|
|
843
848
|
typeof?: string | undefined;
|
|
844
849
|
vocab?: string | undefined;
|
|
845
|
-
autoCapitalize?: string | undefined;
|
|
846
850
|
autoCorrect?: string | undefined;
|
|
847
851
|
autoSave?: string | undefined;
|
|
848
852
|
itemProp?: string | undefined;
|
|
@@ -852,7 +856,7 @@ export declare const Thumb: import("styled-components/dist/types").IStyledCompon
|
|
|
852
856
|
itemRef?: string | undefined;
|
|
853
857
|
results?: number | undefined;
|
|
854
858
|
security?: string | undefined;
|
|
855
|
-
unselectable?: "
|
|
859
|
+
unselectable?: "off" | "on" | undefined;
|
|
856
860
|
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
857
861
|
is?: string | undefined;
|
|
858
862
|
"aria-activedescendant"?: string | undefined;
|
|
@@ -1085,12 +1089,14 @@ export declare const TrackText: import("styled-components/dist/types").IStyledCo
|
|
|
1085
1089
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1086
1090
|
suppressHydrationWarning?: boolean | undefined;
|
|
1087
1091
|
accessKey?: string | undefined;
|
|
1092
|
+
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
1088
1093
|
autoFocus?: boolean | undefined;
|
|
1089
1094
|
className?: string | undefined;
|
|
1090
1095
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1091
1096
|
contextMenu?: string | undefined;
|
|
1092
1097
|
dir?: string | undefined;
|
|
1093
1098
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
1099
|
+
enterKeyHint?: "next" | "search" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
1094
1100
|
id?: string | undefined;
|
|
1095
1101
|
lang?: string | undefined;
|
|
1096
1102
|
nonce?: string | undefined;
|
|
@@ -1108,7 +1114,6 @@ export declare const TrackText: import("styled-components/dist/types").IStyledCo
|
|
|
1108
1114
|
rev?: string | undefined;
|
|
1109
1115
|
typeof?: string | undefined;
|
|
1110
1116
|
vocab?: string | undefined;
|
|
1111
|
-
autoCapitalize?: string | undefined;
|
|
1112
1117
|
autoCorrect?: string | undefined;
|
|
1113
1118
|
autoSave?: string | undefined;
|
|
1114
1119
|
itemProp?: string | undefined;
|
|
@@ -1118,7 +1123,7 @@ export declare const TrackText: import("styled-components/dist/types").IStyledCo
|
|
|
1118
1123
|
itemRef?: string | undefined;
|
|
1119
1124
|
results?: number | undefined;
|
|
1120
1125
|
security?: string | undefined;
|
|
1121
|
-
unselectable?: "
|
|
1126
|
+
unselectable?: "off" | "on" | undefined;
|
|
1122
1127
|
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1123
1128
|
is?: string | undefined;
|
|
1124
1129
|
"aria-activedescendant"?: string | undefined;
|
|
@@ -1352,12 +1357,14 @@ export declare const ThumbIcon: import("styled-components/dist/types").IStyledCo
|
|
|
1352
1357
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1353
1358
|
suppressHydrationWarning?: boolean | undefined;
|
|
1354
1359
|
accessKey?: string | undefined;
|
|
1360
|
+
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
1355
1361
|
autoFocus?: boolean | undefined;
|
|
1356
1362
|
className?: string | undefined;
|
|
1357
1363
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1358
1364
|
contextMenu?: string | undefined;
|
|
1359
1365
|
dir?: string | undefined;
|
|
1360
1366
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
1367
|
+
enterKeyHint?: "next" | "search" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
1361
1368
|
id?: string | undefined;
|
|
1362
1369
|
lang?: string | undefined;
|
|
1363
1370
|
nonce?: string | undefined;
|
|
@@ -1375,7 +1382,6 @@ export declare const ThumbIcon: import("styled-components/dist/types").IStyledCo
|
|
|
1375
1382
|
rev?: string | undefined;
|
|
1376
1383
|
typeof?: string | undefined;
|
|
1377
1384
|
vocab?: string | undefined;
|
|
1378
|
-
autoCapitalize?: string | undefined;
|
|
1379
1385
|
autoCorrect?: string | undefined;
|
|
1380
1386
|
autoSave?: string | undefined;
|
|
1381
1387
|
itemProp?: string | undefined;
|
|
@@ -1385,7 +1391,7 @@ export declare const ThumbIcon: import("styled-components/dist/types").IStyledCo
|
|
|
1385
1391
|
itemRef?: string | undefined;
|
|
1386
1392
|
results?: number | undefined;
|
|
1387
1393
|
security?: string | undefined;
|
|
1388
|
-
unselectable?: "
|
|
1394
|
+
unselectable?: "off" | "on" | undefined;
|
|
1389
1395
|
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1390
1396
|
is?: string | undefined;
|
|
1391
1397
|
"aria-activedescendant"?: string | undefined;
|
|
@@ -1614,12 +1620,14 @@ export declare const ThumbIcon: import("styled-components/dist/types").IStyledCo
|
|
|
1614
1620
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1615
1621
|
suppressHydrationWarning?: boolean | undefined;
|
|
1616
1622
|
accessKey?: string | undefined;
|
|
1623
|
+
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
1617
1624
|
autoFocus?: boolean | undefined;
|
|
1618
1625
|
className?: string | undefined;
|
|
1619
1626
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1620
1627
|
contextMenu?: string | undefined;
|
|
1621
1628
|
dir?: string | undefined;
|
|
1622
1629
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
1630
|
+
enterKeyHint?: "next" | "search" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
1623
1631
|
id?: string | undefined;
|
|
1624
1632
|
lang?: string | undefined;
|
|
1625
1633
|
nonce?: string | undefined;
|
|
@@ -1637,7 +1645,6 @@ export declare const ThumbIcon: import("styled-components/dist/types").IStyledCo
|
|
|
1637
1645
|
rev?: string | undefined;
|
|
1638
1646
|
typeof?: string | undefined;
|
|
1639
1647
|
vocab?: string | undefined;
|
|
1640
|
-
autoCapitalize?: string | undefined;
|
|
1641
1648
|
autoCorrect?: string | undefined;
|
|
1642
1649
|
autoSave?: string | undefined;
|
|
1643
1650
|
itemProp?: string | undefined;
|
|
@@ -1647,7 +1654,7 @@ export declare const ThumbIcon: import("styled-components/dist/types").IStyledCo
|
|
|
1647
1654
|
itemRef?: string | undefined;
|
|
1648
1655
|
results?: number | undefined;
|
|
1649
1656
|
security?: string | undefined;
|
|
1650
|
-
unselectable?: "
|
|
1657
|
+
unselectable?: "off" | "on" | undefined;
|
|
1651
1658
|
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1652
1659
|
is?: string | undefined;
|
|
1653
1660
|
"aria-activedescendant"?: string | undefined;
|
|
@@ -10,12 +10,14 @@ export declare const Container: import("styled-components/dist/types").IStyledCo
|
|
|
10
10
|
suppressContentEditableWarning?: boolean | undefined;
|
|
11
11
|
suppressHydrationWarning?: boolean | undefined;
|
|
12
12
|
accessKey?: string | undefined;
|
|
13
|
+
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
13
14
|
autoFocus?: boolean | undefined;
|
|
14
15
|
className?: string | undefined;
|
|
15
16
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
16
17
|
contextMenu?: string | undefined;
|
|
17
18
|
dir?: string | undefined;
|
|
18
19
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
20
|
+
enterKeyHint?: "next" | "search" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
19
21
|
id?: string | undefined;
|
|
20
22
|
lang?: string | undefined;
|
|
21
23
|
nonce?: string | undefined;
|
|
@@ -33,7 +35,6 @@ export declare const Container: import("styled-components/dist/types").IStyledCo
|
|
|
33
35
|
rev?: string | undefined;
|
|
34
36
|
typeof?: string | undefined;
|
|
35
37
|
vocab?: string | undefined;
|
|
36
|
-
autoCapitalize?: string | undefined;
|
|
37
38
|
autoCorrect?: string | undefined;
|
|
38
39
|
autoSave?: string | undefined;
|
|
39
40
|
itemProp?: string | undefined;
|
|
@@ -43,7 +44,7 @@ export declare const Container: import("styled-components/dist/types").IStyledCo
|
|
|
43
44
|
itemRef?: string | undefined;
|
|
44
45
|
results?: number | undefined;
|
|
45
46
|
security?: string | undefined;
|
|
46
|
-
unselectable?: "
|
|
47
|
+
unselectable?: "off" | "on" | undefined;
|
|
47
48
|
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
48
49
|
is?: string | undefined;
|
|
49
50
|
"aria-activedescendant"?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chayns-components/devalue-slider",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.824",
|
|
4
4
|
"description": "A slider to devalue something.",
|
|
5
5
|
"siteEffects": false,
|
|
6
6
|
"browserslist": [
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"url": "https://github.com/TobitSoftware/chayns-components/issues"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@chayns-components/core": "^5.0.0-beta.
|
|
52
|
+
"@chayns-components/core": "^5.0.0-beta.824",
|
|
53
53
|
"@react-hook/size": "^2.1.2",
|
|
54
54
|
"date-fns": "^3.6.0"
|
|
55
55
|
},
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@babel/preset-env": "^7.25.4",
|
|
60
60
|
"@babel/preset-react": "^7.24.7",
|
|
61
61
|
"@babel/preset-typescript": "^7.24.7",
|
|
62
|
-
"@types/react": "^18.3.
|
|
62
|
+
"@types/react": "^18.3.10",
|
|
63
63
|
"@types/react-dom": "^18.3.0",
|
|
64
64
|
"@types/styled-components": "^5.1.34",
|
|
65
65
|
"babel-loader": "^9.2.1",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"publishConfig": {
|
|
81
81
|
"access": "public"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "54d1989a02b288b59895d7ac45fe63e7dc82dada"
|
|
84
84
|
}
|