@chayns-components/core 5.0.0-beta.821 → 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.
Files changed (41) hide show
  1. package/lib/cjs/components/list/list-item/ListItem.js +5 -0
  2. package/lib/cjs/components/list/list-item/ListItem.js.map +1 -1
  3. package/lib/cjs/components/list/list-item/ListItem.styles.js +13 -4
  4. package/lib/cjs/components/list/list-item/ListItem.styles.js.map +1 -1
  5. package/lib/cjs/components/slider/Slider.js +9 -4
  6. package/lib/cjs/components/slider/Slider.js.map +1 -1
  7. package/lib/cjs/components/slider/Slider.styles.js +3 -3
  8. package/lib/cjs/components/slider/Slider.styles.js.map +1 -1
  9. package/lib/esm/components/list/list-item/ListItem.js +5 -0
  10. package/lib/esm/components/list/list-item/ListItem.js.map +1 -1
  11. package/lib/esm/components/list/list-item/ListItem.styles.js +23 -11
  12. package/lib/esm/components/list/list-item/ListItem.styles.js.map +1 -1
  13. package/lib/esm/components/slider/Slider.js +9 -4
  14. package/lib/esm/components/slider/Slider.js.map +1 -1
  15. package/lib/esm/components/slider/Slider.styles.js +3 -3
  16. package/lib/esm/components/slider/Slider.styles.js.map +1 -1
  17. package/lib/types/components/accordion/Accordion.styles.d.ts +3 -2
  18. package/lib/types/components/accordion/accordion-body/AccordionBody.styles.d.ts +3 -2
  19. package/lib/types/components/accordion/accordion-head/AccordionHead.styles.d.ts +30 -21
  20. package/lib/types/components/amount-control/AmountControl.styles.d.ts +3 -2
  21. package/lib/types/components/button/Button.styles.d.ts +9 -6
  22. package/lib/types/components/combobox/ComboBox.styles.d.ts +3 -2
  23. package/lib/types/components/context-menu/context-menu-content/ContextMenuContent.styles.d.ts +3 -2
  24. package/lib/types/components/expandable-content/ExpandableContent.styles.d.ts +3 -2
  25. package/lib/types/components/file-input/FileInput.styles.d.ts +3 -2
  26. package/lib/types/components/filter-buttons/filter-button/FilterButton.styles.d.ts +3 -2
  27. package/lib/types/components/input/Input.styles.d.ts +9 -6
  28. package/lib/types/components/list/list-item/ListItem.styles.d.ts +4 -2
  29. package/lib/types/components/list/list-item/list-item-body/ListItemBody.styles.d.ts +3 -2
  30. package/lib/types/components/list/list-item/list-item-head/ListItemHead.styles.d.ts +12 -8
  31. package/lib/types/components/mention-finder/MentionFinder.styles.d.ts +3 -2
  32. package/lib/types/components/popup/popup-content-wrapper/PopupContentWrapper.styles.d.ts +3 -2
  33. package/lib/types/components/progress-bar/ProgressBar.styles.d.ts +3 -2
  34. package/lib/types/components/radio-button/RadioButton.styles.d.ts +3 -2
  35. package/lib/types/components/search-box/SearchBox.styles.d.ts +3 -2
  36. package/lib/types/components/search-box/search-box-body/SearchBoxBody.styles.d.ts +3 -2
  37. package/lib/types/components/search-input/SearchInput.styles.d.ts +6 -4
  38. package/lib/types/components/slider/Slider.styles.d.ts +6 -6
  39. package/lib/types/components/slider-button/SliderButton.styles.d.ts +3 -2
  40. package/lib/types/components/truncation/Truncation.styles.d.ts +3 -2
  41. package/package.json +3 -3
@@ -36,11 +36,13 @@ export declare const StyledMotionRadioButtonChildren: import("styled-components/
36
36
  suppressContentEditableWarning?: boolean | undefined;
37
37
  suppressHydrationWarning?: boolean | undefined;
38
38
  accessKey?: string | undefined;
39
+ autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
39
40
  autoFocus?: boolean | undefined;
40
41
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
41
42
  contextMenu?: string | undefined;
42
43
  dir?: string | undefined;
43
44
  draggable?: (boolean | "false" | "true") | undefined;
45
+ enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
44
46
  hidden?: boolean | undefined;
45
47
  id?: string | undefined;
46
48
  lang?: string | undefined;
@@ -60,7 +62,6 @@ export declare const StyledMotionRadioButtonChildren: import("styled-components/
60
62
  rev?: string | undefined;
61
63
  typeof?: string | undefined;
62
64
  vocab?: string | undefined;
63
- autoCapitalize?: string | undefined;
64
65
  autoCorrect?: string | undefined;
65
66
  autoSave?: string | undefined;
66
67
  itemProp?: string | undefined;
@@ -70,7 +71,7 @@ export declare const StyledMotionRadioButtonChildren: import("styled-components/
70
71
  itemRef?: string | undefined;
71
72
  results?: number | undefined;
72
73
  security?: string | undefined;
73
- unselectable?: "on" | "off" | undefined;
74
+ unselectable?: "off" | "on" | undefined;
74
75
  inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
75
76
  is?: string | undefined;
76
77
  "aria-activedescendant"?: string | undefined;
@@ -17,11 +17,13 @@ export declare const StyledMotionSearchBoxBody: import("styled-components/dist/t
17
17
  suppressContentEditableWarning?: boolean | undefined;
18
18
  suppressHydrationWarning?: boolean | undefined;
19
19
  accessKey?: string | undefined;
20
+ autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
20
21
  autoFocus?: boolean | undefined;
21
22
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
22
23
  contextMenu?: string | undefined;
23
24
  dir?: string | undefined;
24
25
  draggable?: (boolean | "false" | "true") | undefined;
26
+ enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
25
27
  hidden?: boolean | undefined;
26
28
  id?: string | undefined;
27
29
  lang?: string | undefined;
@@ -41,7 +43,6 @@ export declare const StyledMotionSearchBoxBody: import("styled-components/dist/t
41
43
  rev?: string | undefined;
42
44
  typeof?: string | undefined;
43
45
  vocab?: string | undefined;
44
- autoCapitalize?: string | undefined;
45
46
  autoCorrect?: string | undefined;
46
47
  autoSave?: string | undefined;
47
48
  itemProp?: string | undefined;
@@ -51,7 +52,7 @@ export declare const StyledMotionSearchBoxBody: import("styled-components/dist/t
51
52
  itemRef?: string | undefined;
52
53
  results?: number | undefined;
53
54
  security?: string | undefined;
54
- unselectable?: "on" | "off" | undefined;
55
+ unselectable?: "off" | "on" | undefined;
55
56
  inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
56
57
  is?: string | undefined;
57
58
  "aria-activedescendant"?: string | undefined;
@@ -14,11 +14,13 @@ export declare const StyledMotionSearchBoxBody: import("styled-components/dist/t
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
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
19
20
  contextMenu?: string | undefined;
20
21
  dir?: string | undefined;
21
22
  draggable?: (boolean | "false" | "true") | undefined;
23
+ enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
22
24
  hidden?: boolean | undefined;
23
25
  id?: string | undefined;
24
26
  lang?: string | undefined;
@@ -38,7 +40,6 @@ export declare const StyledMotionSearchBoxBody: import("styled-components/dist/t
38
40
  rev?: string | undefined;
39
41
  typeof?: string | undefined;
40
42
  vocab?: string | undefined;
41
- autoCapitalize?: string | undefined;
42
43
  autoCorrect?: string | undefined;
43
44
  autoSave?: string | undefined;
44
45
  itemProp?: string | undefined;
@@ -48,7 +49,7 @@ export declare const StyledMotionSearchBoxBody: import("styled-components/dist/t
48
49
  itemRef?: string | undefined;
49
50
  results?: number | undefined;
50
51
  security?: string | undefined;
51
- unselectable?: "on" | "off" | undefined;
52
+ unselectable?: "off" | "on" | undefined;
52
53
  inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
53
54
  is?: string | undefined;
54
55
  "aria-activedescendant"?: string | undefined;
@@ -14,11 +14,13 @@ export declare const StyledMotionSearchInputContentWrapper: import("styled-compo
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
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
19
20
  contextMenu?: string | undefined;
20
21
  dir?: string | undefined;
21
22
  draggable?: (boolean | "false" | "true") | undefined;
23
+ enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
22
24
  hidden?: boolean | undefined;
23
25
  id?: string | undefined;
24
26
  lang?: string | undefined;
@@ -38,7 +40,6 @@ export declare const StyledMotionSearchInputContentWrapper: import("styled-compo
38
40
  rev?: string | undefined;
39
41
  typeof?: string | undefined;
40
42
  vocab?: string | undefined;
41
- autoCapitalize?: string | undefined;
42
43
  autoCorrect?: string | undefined;
43
44
  autoSave?: string | undefined;
44
45
  itemProp?: string | undefined;
@@ -48,7 +49,7 @@ export declare const StyledMotionSearchInputContentWrapper: import("styled-compo
48
49
  itemRef?: string | undefined;
49
50
  results?: number | undefined;
50
51
  security?: string | undefined;
51
- unselectable?: "on" | "off" | undefined;
52
+ unselectable?: "off" | "on" | undefined;
52
53
  inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
53
54
  is?: string | undefined;
54
55
  "aria-activedescendant"?: string | undefined;
@@ -280,11 +281,13 @@ export declare const StyledMotionSearchInputIconWrapperContent: import("styled-c
280
281
  suppressContentEditableWarning?: boolean | undefined;
281
282
  suppressHydrationWarning?: boolean | undefined;
282
283
  accessKey?: string | undefined;
284
+ autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
283
285
  autoFocus?: boolean | undefined;
284
286
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
285
287
  contextMenu?: string | undefined;
286
288
  dir?: string | undefined;
287
289
  draggable?: (boolean | "false" | "true") | undefined;
290
+ enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
288
291
  hidden?: boolean | undefined;
289
292
  id?: string | undefined;
290
293
  lang?: string | undefined;
@@ -304,7 +307,6 @@ export declare const StyledMotionSearchInputIconWrapperContent: import("styled-c
304
307
  rev?: string | undefined;
305
308
  typeof?: string | undefined;
306
309
  vocab?: string | undefined;
307
- autoCapitalize?: string | undefined;
308
310
  autoCorrect?: string | undefined;
309
311
  autoSave?: string | undefined;
310
312
  itemProp?: string | undefined;
@@ -314,7 +316,7 @@ export declare const StyledMotionSearchInputIconWrapperContent: import("styled-c
314
316
  itemRef?: string | undefined;
315
317
  results?: number | undefined;
316
318
  security?: string | undefined;
317
- unselectable?: "on" | "off" | undefined;
319
+ unselectable?: "off" | "on" | undefined;
318
320
  inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
319
321
  is?: string | undefined;
320
322
  "aria-activedescendant"?: string | undefined;
@@ -23,11 +23,13 @@ export declare const StyledSliderInput: import("styled-components/dist/types").I
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
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
28
29
  contextMenu?: string | undefined;
29
30
  dir?: string | undefined;
30
31
  draggable?: (boolean | "false" | "true") | undefined;
32
+ enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
31
33
  hidden?: boolean | undefined;
32
34
  id?: string | undefined;
33
35
  lang?: string | undefined;
@@ -47,7 +49,6 @@ export declare const StyledSliderInput: import("styled-components/dist/types").I
47
49
  rev?: string | undefined;
48
50
  typeof?: string | undefined;
49
51
  vocab?: string | undefined;
50
- autoCapitalize?: string | undefined;
51
52
  autoCorrect?: string | undefined;
52
53
  autoSave?: string | undefined;
53
54
  itemProp?: string | undefined;
@@ -57,7 +58,7 @@ export declare const StyledSliderInput: import("styled-components/dist/types").I
57
58
  itemRef?: string | undefined;
58
59
  results?: number | undefined;
59
60
  security?: string | undefined;
60
- unselectable?: "on" | "off" | undefined;
61
+ unselectable?: "off" | "on" | undefined;
61
62
  inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
62
63
  is?: string | undefined;
63
64
  "aria-activedescendant"?: string | undefined;
@@ -282,7 +283,6 @@ export declare const StyledSliderInput: import("styled-components/dist/types").I
282
283
  autoComplete?: import("react").HTMLInputAutoCompleteAttribute | undefined;
283
284
  capture?: boolean | "user" | "environment" | undefined;
284
285
  checked?: boolean | undefined;
285
- enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
286
286
  formAction?: string | undefined;
287
287
  formEncType?: string | undefined;
288
288
  formMethod?: string | undefined;
@@ -316,11 +316,13 @@ export declare const StyledSliderInput: import("styled-components/dist/types").I
316
316
  suppressContentEditableWarning?: boolean | undefined;
317
317
  suppressHydrationWarning?: boolean | undefined;
318
318
  accessKey?: string | undefined;
319
+ autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
319
320
  autoFocus?: boolean | undefined;
320
321
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
321
322
  contextMenu?: string | undefined;
322
323
  dir?: string | undefined;
323
324
  draggable?: (boolean | "false" | "true") | undefined;
325
+ enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
324
326
  hidden?: boolean | undefined;
325
327
  id?: string | undefined;
326
328
  lang?: string | undefined;
@@ -340,7 +342,6 @@ export declare const StyledSliderInput: import("styled-components/dist/types").I
340
342
  rev?: string | undefined;
341
343
  typeof?: string | undefined;
342
344
  vocab?: string | undefined;
343
- autoCapitalize?: string | undefined;
344
345
  autoCorrect?: string | undefined;
345
346
  autoSave?: string | undefined;
346
347
  itemProp?: string | undefined;
@@ -350,7 +351,7 @@ export declare const StyledSliderInput: import("styled-components/dist/types").I
350
351
  itemRef?: string | undefined;
351
352
  results?: number | undefined;
352
353
  security?: string | undefined;
353
- unselectable?: "on" | "off" | undefined;
354
+ unselectable?: "off" | "on" | undefined;
354
355
  inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
355
356
  is?: string | undefined;
356
357
  "aria-activedescendant"?: string | undefined;
@@ -575,7 +576,6 @@ export declare const StyledSliderInput: import("styled-components/dist/types").I
575
576
  autoComplete?: import("react").HTMLInputAutoCompleteAttribute | undefined;
576
577
  capture?: boolean | "user" | "environment" | undefined;
577
578
  checked?: boolean | undefined;
578
- enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
579
579
  formAction?: string | undefined;
580
580
  formEncType?: string | undefined;
581
581
  formMethod?: string | undefined;
@@ -28,11 +28,13 @@ export declare const StyledMotionSliderButtonThumb: import("styled-components/di
28
28
  suppressContentEditableWarning?: boolean | undefined;
29
29
  suppressHydrationWarning?: boolean | undefined;
30
30
  accessKey?: string | undefined;
31
+ autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
31
32
  autoFocus?: boolean | undefined;
32
33
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
33
34
  contextMenu?: string | undefined;
34
35
  dir?: string | undefined;
35
36
  draggable?: (boolean | "false" | "true") | undefined;
37
+ enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
36
38
  hidden?: boolean | undefined;
37
39
  id?: string | undefined;
38
40
  lang?: string | undefined;
@@ -52,7 +54,6 @@ export declare const StyledMotionSliderButtonThumb: import("styled-components/di
52
54
  rev?: string | undefined;
53
55
  typeof?: string | undefined;
54
56
  vocab?: string | undefined;
55
- autoCapitalize?: string | undefined;
56
57
  autoCorrect?: string | undefined;
57
58
  autoSave?: string | undefined;
58
59
  itemProp?: string | undefined;
@@ -62,7 +63,7 @@ export declare const StyledMotionSliderButtonThumb: import("styled-components/di
62
63
  itemRef?: string | undefined;
63
64
  results?: number | undefined;
64
65
  security?: string | undefined;
65
- unselectable?: "on" | "off" | undefined;
66
+ unselectable?: "off" | "on" | undefined;
66
67
  inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
67
68
  is?: string | undefined;
68
69
  "aria-activedescendant"?: string | undefined;
@@ -12,11 +12,13 @@ export declare const StyledMotionTruncationContent: import("styled-components/di
12
12
  suppressContentEditableWarning?: boolean | undefined;
13
13
  suppressHydrationWarning?: boolean | undefined;
14
14
  accessKey?: string | undefined;
15
+ autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
15
16
  autoFocus?: boolean | undefined;
16
17
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
17
18
  contextMenu?: string | undefined;
18
19
  dir?: string | undefined;
19
20
  draggable?: (boolean | "false" | "true") | undefined;
21
+ enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
20
22
  hidden?: boolean | undefined;
21
23
  id?: string | undefined;
22
24
  lang?: string | undefined;
@@ -36,7 +38,6 @@ export declare const StyledMotionTruncationContent: import("styled-components/di
36
38
  rev?: string | undefined;
37
39
  typeof?: string | undefined;
38
40
  vocab?: string | undefined;
39
- autoCapitalize?: string | undefined;
40
41
  autoCorrect?: string | undefined;
41
42
  autoSave?: string | undefined;
42
43
  itemProp?: string | undefined;
@@ -46,7 +47,7 @@ export declare const StyledMotionTruncationContent: import("styled-components/di
46
47
  itemRef?: string | undefined;
47
48
  results?: number | undefined;
48
49
  security?: string | undefined;
49
- unselectable?: "on" | "off" | undefined;
50
+ unselectable?: "off" | "on" | undefined;
50
51
  inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
51
52
  is?: string | undefined;
52
53
  "aria-activedescendant"?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chayns-components/core",
3
- "version": "5.0.0-beta.821",
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": [
@@ -54,7 +54,7 @@
54
54
  "@babel/preset-env": "^7.25.4",
55
55
  "@babel/preset-react": "^7.24.7",
56
56
  "@babel/preset-typescript": "^7.24.7",
57
- "@types/react": "^18.3.6",
57
+ "@types/react": "^18.3.10",
58
58
  "@types/react-dom": "^18.3.0",
59
59
  "@types/react-helmet": "^6.1.11",
60
60
  "@types/styled-components": "^5.1.34",
@@ -85,5 +85,5 @@
85
85
  "publishConfig": {
86
86
  "access": "public"
87
87
  },
88
- "gitHead": "557a60e6b54cb4d886aa28e5358e9163cd9f33b7"
88
+ "gitHead": "0158e9a398555e8186a99974cd86166d38c1af6b"
89
89
  }