@chayns-components/date 5.0.0-beta.822 → 5.0.0-beta.823
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/lib/types/components/calendar/month-wrapper/MonthWrapper.styles.d.ts +3 -2
- package/lib/types/components/opening-times/opening-inputs/OpeningInputs.styles.d.ts +3 -2
- package/lib/types/components/opening-times/opening-inputs/opening-input/OpeningInput.styles.d.ts +3 -2
- package/package.json +4 -4
|
@@ -14,12 +14,14 @@ export declare const StyledMotionWrapper: import("styled-components/dist/types")
|
|
|
14
14
|
suppressContentEditableWarning?: boolean | undefined;
|
|
15
15
|
suppressHydrationWarning?: boolean | undefined;
|
|
16
16
|
accessKey?: string | undefined;
|
|
17
|
+
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
17
18
|
autoFocus?: boolean | undefined;
|
|
18
19
|
className?: string | undefined;
|
|
19
20
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
20
21
|
contextMenu?: string | undefined;
|
|
21
22
|
dir?: string | undefined;
|
|
22
23
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
24
|
+
enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
23
25
|
hidden?: boolean | undefined;
|
|
24
26
|
id?: string | undefined;
|
|
25
27
|
lang?: string | undefined;
|
|
@@ -42,7 +44,6 @@ export declare const StyledMotionWrapper: import("styled-components/dist/types")
|
|
|
42
44
|
rev?: string | undefined;
|
|
43
45
|
typeof?: string | undefined;
|
|
44
46
|
vocab?: string | undefined;
|
|
45
|
-
autoCapitalize?: string | undefined;
|
|
46
47
|
autoCorrect?: string | undefined;
|
|
47
48
|
autoSave?: string | undefined;
|
|
48
49
|
itemProp?: string | undefined;
|
|
@@ -52,7 +53,7 @@ export declare const StyledMotionWrapper: import("styled-components/dist/types")
|
|
|
52
53
|
itemRef?: string | undefined;
|
|
53
54
|
results?: number | undefined;
|
|
54
55
|
security?: string | undefined;
|
|
55
|
-
unselectable?: "
|
|
56
|
+
unselectable?: "off" | "on" | undefined;
|
|
56
57
|
inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
57
58
|
is?: string | undefined;
|
|
58
59
|
"aria-activedescendant"?: string | undefined;
|
|
@@ -9,12 +9,14 @@ export declare const StyledOpeningInputs: import("styled-components/dist/types")
|
|
|
9
9
|
suppressContentEditableWarning?: boolean | undefined;
|
|
10
10
|
suppressHydrationWarning?: boolean | undefined;
|
|
11
11
|
accessKey?: string | undefined;
|
|
12
|
+
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
12
13
|
autoFocus?: boolean | undefined;
|
|
13
14
|
className?: string | undefined;
|
|
14
15
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
15
16
|
contextMenu?: string | undefined;
|
|
16
17
|
dir?: string | undefined;
|
|
17
18
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
19
|
+
enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
18
20
|
hidden?: boolean | undefined;
|
|
19
21
|
id?: string | undefined;
|
|
20
22
|
lang?: string | undefined;
|
|
@@ -37,7 +39,6 @@ export declare const StyledOpeningInputs: import("styled-components/dist/types")
|
|
|
37
39
|
rev?: string | undefined;
|
|
38
40
|
typeof?: string | undefined;
|
|
39
41
|
vocab?: string | undefined;
|
|
40
|
-
autoCapitalize?: string | undefined;
|
|
41
42
|
autoCorrect?: string | undefined;
|
|
42
43
|
autoSave?: string | undefined;
|
|
43
44
|
itemProp?: string | undefined;
|
|
@@ -47,7 +48,7 @@ export declare const StyledOpeningInputs: import("styled-components/dist/types")
|
|
|
47
48
|
itemRef?: string | undefined;
|
|
48
49
|
results?: number | undefined;
|
|
49
50
|
security?: string | undefined;
|
|
50
|
-
unselectable?: "
|
|
51
|
+
unselectable?: "off" | "on" | undefined;
|
|
51
52
|
inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
52
53
|
is?: string | undefined;
|
|
53
54
|
"aria-activedescendant"?: string | undefined;
|
package/lib/types/components/opening-times/opening-inputs/opening-input/OpeningInput.styles.d.ts
CHANGED
|
@@ -6,12 +6,14 @@ export declare const StyledOpeningInput: import("styled-components/dist/types").
|
|
|
6
6
|
suppressContentEditableWarning?: boolean | undefined;
|
|
7
7
|
suppressHydrationWarning?: boolean | undefined;
|
|
8
8
|
accessKey?: string | undefined;
|
|
9
|
+
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
9
10
|
autoFocus?: boolean | undefined;
|
|
10
11
|
className?: string | undefined;
|
|
11
12
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
12
13
|
contextMenu?: string | undefined;
|
|
13
14
|
dir?: string | undefined;
|
|
14
15
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
16
|
+
enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
15
17
|
hidden?: boolean | undefined;
|
|
16
18
|
id?: string | undefined;
|
|
17
19
|
lang?: string | undefined;
|
|
@@ -34,7 +36,6 @@ export declare const StyledOpeningInput: import("styled-components/dist/types").
|
|
|
34
36
|
rev?: string | undefined;
|
|
35
37
|
typeof?: string | undefined;
|
|
36
38
|
vocab?: string | undefined;
|
|
37
|
-
autoCapitalize?: string | undefined;
|
|
38
39
|
autoCorrect?: string | undefined;
|
|
39
40
|
autoSave?: string | undefined;
|
|
40
41
|
itemProp?: string | undefined;
|
|
@@ -44,7 +45,7 @@ export declare const StyledOpeningInput: import("styled-components/dist/types").
|
|
|
44
45
|
itemRef?: string | undefined;
|
|
45
46
|
results?: number | undefined;
|
|
46
47
|
security?: string | undefined;
|
|
47
|
-
unselectable?: "
|
|
48
|
+
unselectable?: "off" | "on" | undefined;
|
|
48
49
|
inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
49
50
|
is?: string | undefined;
|
|
50
51
|
"aria-activedescendant"?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chayns-components/date",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.823",
|
|
4
4
|
"description": "A set of beautiful React components for developing your own applications with chayns.",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"browserslist": [
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@babel/preset-env": "^7.25.4",
|
|
57
57
|
"@babel/preset-react": "^7.24.7",
|
|
58
58
|
"@babel/preset-typescript": "^7.24.7",
|
|
59
|
-
"@types/react": "^18.3.
|
|
59
|
+
"@types/react": "^18.3.10",
|
|
60
60
|
"@types/react-dom": "^18.3.0",
|
|
61
61
|
"@types/styled-components": "^5.1.34",
|
|
62
62
|
"@types/uuid": "^10.0.0",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"typescript": "^5.6.2"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@chayns-components/core": "^5.0.0-beta.
|
|
72
|
+
"@chayns-components/core": "^5.0.0-beta.823",
|
|
73
73
|
"date-fns": "^3.6.0",
|
|
74
74
|
"uuid": "^10.0.0"
|
|
75
75
|
},
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"publishConfig": {
|
|
84
84
|
"access": "public"
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "0158e9a398555e8186a99974cd86166d38c1af6b"
|
|
87
87
|
}
|