@chayns-components/core 5.0.0-beta.979 → 5.0.0-beta.981

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 (69) hide show
  1. package/lib/cjs/components/button/Button.js +1 -0
  2. package/lib/cjs/components/button/Button.js.map +1 -1
  3. package/lib/cjs/components/button/Button.styles.js +7 -1
  4. package/lib/cjs/components/button/Button.styles.js.map +1 -1
  5. package/lib/cjs/components/color-scheme-provider/ColorSchemeProvider.js +4 -28
  6. package/lib/cjs/components/color-scheme-provider/ColorSchemeProvider.js.map +1 -1
  7. package/lib/cjs/components/color-scheme-provider/ColorSchemeProvider.styles.js +16 -0
  8. package/lib/cjs/components/color-scheme-provider/ColorSchemeProvider.styles.js.map +1 -0
  9. package/lib/cjs/components/page-provider/PageProvider.js +6 -12
  10. package/lib/cjs/components/page-provider/PageProvider.js.map +1 -1
  11. package/lib/cjs/components/page-provider/PageProvider.styles.js +8 -3
  12. package/lib/cjs/components/page-provider/PageProvider.styles.js.map +1 -1
  13. package/lib/cjs/components/search-box/SearchBox.js +14 -0
  14. package/lib/cjs/components/search-box/SearchBox.js.map +1 -1
  15. package/lib/cjs/components/search-box/search-box-item/SearchBoxItem.js +6 -2
  16. package/lib/cjs/components/search-box/search-box-item/SearchBoxItem.js.map +1 -1
  17. package/lib/cjs/components/truncation/Truncation.js +4 -4
  18. package/lib/cjs/components/truncation/Truncation.js.map +1 -1
  19. package/lib/cjs/utils/font.js +0 -6
  20. package/lib/cjs/utils/font.js.map +1 -1
  21. package/lib/esm/components/button/Button.js +1 -0
  22. package/lib/esm/components/button/Button.js.map +1 -1
  23. package/lib/esm/components/button/Button.styles.js +7 -1
  24. package/lib/esm/components/button/Button.styles.js.map +1 -1
  25. package/lib/esm/components/color-scheme-provider/ColorSchemeProvider.js +4 -28
  26. package/lib/esm/components/color-scheme-provider/ColorSchemeProvider.js.map +1 -1
  27. package/lib/esm/components/color-scheme-provider/ColorSchemeProvider.styles.js +10 -0
  28. package/lib/esm/components/color-scheme-provider/ColorSchemeProvider.styles.js.map +1 -0
  29. package/lib/esm/components/page-provider/PageProvider.js +7 -13
  30. package/lib/esm/components/page-provider/PageProvider.js.map +1 -1
  31. package/lib/esm/components/page-provider/PageProvider.styles.js +13 -8
  32. package/lib/esm/components/page-provider/PageProvider.styles.js.map +1 -1
  33. package/lib/esm/components/search-box/SearchBox.js +14 -0
  34. package/lib/esm/components/search-box/SearchBox.js.map +1 -1
  35. package/lib/esm/components/search-box/search-box-item/SearchBoxItem.js +6 -2
  36. package/lib/esm/components/search-box/search-box-item/SearchBoxItem.js.map +1 -1
  37. package/lib/esm/components/truncation/Truncation.js +4 -4
  38. package/lib/esm/components/truncation/Truncation.js.map +1 -1
  39. package/lib/esm/utils/font.js +0 -6
  40. package/lib/esm/utils/font.js.map +1 -1
  41. package/lib/types/components/accordion/Accordion.styles.d.ts +5 -5
  42. package/lib/types/components/accordion/accordion-body/AccordionBody.styles.d.ts +5 -5
  43. package/lib/types/components/accordion/accordion-head/AccordionHead.styles.d.ts +53 -53
  44. package/lib/types/components/amount-control/AmountControl.styles.d.ts +7 -7
  45. package/lib/types/components/button/Button.styles.d.ts +18 -17
  46. package/lib/types/components/color-scheme-provider/ColorSchemeProvider.d.ts +0 -1
  47. package/lib/types/components/color-scheme-provider/ColorSchemeProvider.styles.d.ts +1 -0
  48. package/lib/types/components/combobox/ComboBox.styles.d.ts +5 -5
  49. package/lib/types/components/context-menu/context-menu-content/ContextMenuContent.styles.d.ts +5 -5
  50. package/lib/types/components/expandable-content/ExpandableContent.styles.d.ts +5 -5
  51. package/lib/types/components/file-input/FileInput.styles.d.ts +5 -5
  52. package/lib/types/components/filter-buttons/filter-button/FilterButton.styles.d.ts +5 -5
  53. package/lib/types/components/input/Input.styles.d.ts +15 -15
  54. package/lib/types/components/list/list-item/ListItem.styles.d.ts +5 -5
  55. package/lib/types/components/list/list-item/list-item-body/ListItemBody.styles.d.ts +5 -5
  56. package/lib/types/components/list/list-item/list-item-head/ListItemHead.styles.d.ts +20 -20
  57. package/lib/types/components/mention-finder/MentionFinder.styles.d.ts +5 -5
  58. package/lib/types/components/page-provider/PageProvider.styles.d.ts +1 -1
  59. package/lib/types/components/popup/popup-content-wrapper/PopupContentWrapper.styles.d.ts +5 -5
  60. package/lib/types/components/progress-bar/ProgressBar.styles.d.ts +5 -5
  61. package/lib/types/components/radio-button/RadioButton.styles.d.ts +5 -5
  62. package/lib/types/components/search-box/SearchBox.styles.d.ts +5 -5
  63. package/lib/types/components/search-box/search-box-body/SearchBoxBody.styles.d.ts +5 -5
  64. package/lib/types/components/search-input/SearchInput.styles.d.ts +10 -10
  65. package/lib/types/components/slider/Slider.styles.d.ts +16 -16
  66. package/lib/types/components/slider-button/SliderButton.styles.d.ts +5 -5
  67. package/lib/types/components/truncation/Truncation.styles.d.ts +5 -5
  68. package/lib/types/utils/font.d.ts +0 -3
  69. package/package.json +2 -2
@@ -7,8 +7,8 @@ export declare const StyledMotionContextMenuContent: import("styled-components/d
7
7
  slot?: string | undefined;
8
8
  title?: string | undefined;
9
9
  color?: string | undefined;
10
- className?: string | undefined;
11
- rel?: string | undefined;
10
+ hidden?: boolean | undefined;
11
+ content?: string | undefined;
12
12
  defaultChecked?: boolean | undefined;
13
13
  defaultValue?: string | number | readonly string[] | undefined;
14
14
  suppressContentEditableWarning?: boolean | undefined;
@@ -16,12 +16,12 @@ export declare const StyledMotionContextMenuContent: import("styled-components/d
16
16
  accessKey?: string | undefined;
17
17
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
18
18
  autoFocus?: boolean | undefined;
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;
23
- enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
24
- hidden?: boolean | undefined;
24
+ enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
25
25
  id?: string | undefined;
26
26
  lang?: string | undefined;
27
27
  nonce?: string | undefined;
@@ -31,11 +31,11 @@ export declare const StyledMotionContextMenuContent: import("styled-components/d
31
31
  radioGroup?: string | undefined;
32
32
  role?: import("react").AriaRole | undefined;
33
33
  about?: string | undefined;
34
- content?: string | undefined;
35
34
  datatype?: string | undefined;
36
35
  inlist?: any;
37
36
  prefix?: string | undefined;
38
37
  property?: string | undefined;
38
+ rel?: string | undefined;
39
39
  resource?: string | undefined;
40
40
  rev?: string | undefined;
41
41
  typeof?: string | undefined;
@@ -5,8 +5,8 @@ export declare const StyledMotionExpandableContent: import("styled-components/di
5
5
  slot?: string | undefined;
6
6
  title?: string | undefined;
7
7
  color?: string | undefined;
8
- className?: string | undefined;
9
- rel?: string | undefined;
8
+ hidden?: boolean | undefined;
9
+ content?: string | undefined;
10
10
  defaultChecked?: boolean | undefined;
11
11
  defaultValue?: string | number | readonly string[] | undefined;
12
12
  suppressContentEditableWarning?: boolean | undefined;
@@ -14,12 +14,12 @@ export declare const StyledMotionExpandableContent: import("styled-components/di
14
14
  accessKey?: string | undefined;
15
15
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
16
16
  autoFocus?: boolean | undefined;
17
+ className?: string | undefined;
17
18
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
18
19
  contextMenu?: string | undefined;
19
20
  dir?: string | undefined;
20
21
  draggable?: (boolean | "false" | "true") | undefined;
21
- enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
22
- hidden?: boolean | undefined;
22
+ enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
23
23
  id?: string | undefined;
24
24
  lang?: string | undefined;
25
25
  nonce?: string | undefined;
@@ -29,11 +29,11 @@ export declare const StyledMotionExpandableContent: import("styled-components/di
29
29
  radioGroup?: string | undefined;
30
30
  role?: import("react").AriaRole | undefined;
31
31
  about?: string | undefined;
32
- content?: string | undefined;
33
32
  datatype?: string | undefined;
34
33
  inlist?: any;
35
34
  prefix?: string | undefined;
36
35
  property?: string | undefined;
36
+ rel?: string | undefined;
37
37
  resource?: string | undefined;
38
38
  rev?: string | undefined;
39
39
  typeof?: string | undefined;
@@ -19,8 +19,8 @@ export declare const StyledMotionFileInputList: import("styled-components/dist/t
19
19
  slot?: string | undefined;
20
20
  title?: string | undefined;
21
21
  color?: string | undefined;
22
- className?: string | undefined;
23
- rel?: string | undefined;
22
+ hidden?: boolean | undefined;
23
+ content?: string | undefined;
24
24
  defaultChecked?: boolean | undefined;
25
25
  defaultValue?: string | number | readonly string[] | undefined;
26
26
  suppressContentEditableWarning?: boolean | undefined;
@@ -28,12 +28,12 @@ export declare const StyledMotionFileInputList: import("styled-components/dist/t
28
28
  accessKey?: string | undefined;
29
29
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
30
30
  autoFocus?: boolean | undefined;
31
+ className?: string | undefined;
31
32
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
32
33
  contextMenu?: string | undefined;
33
34
  dir?: string | undefined;
34
35
  draggable?: (boolean | "false" | "true") | undefined;
35
- enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
36
- hidden?: boolean | undefined;
36
+ enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
37
37
  id?: string | undefined;
38
38
  lang?: string | undefined;
39
39
  nonce?: string | undefined;
@@ -43,11 +43,11 @@ export declare const StyledMotionFileInputList: import("styled-components/dist/t
43
43
  radioGroup?: string | undefined;
44
44
  role?: import("react").AriaRole | undefined;
45
45
  about?: string | undefined;
46
- content?: string | undefined;
47
46
  datatype?: string | undefined;
48
47
  inlist?: any;
49
48
  prefix?: string | undefined;
50
49
  property?: string | undefined;
50
+ rel?: string | undefined;
51
51
  resource?: string | undefined;
52
52
  rev?: string | undefined;
53
53
  typeof?: string | undefined;
@@ -28,8 +28,8 @@ export declare const StyledMotionFilterButtonItemBackground: import("styled-comp
28
28
  slot?: string | undefined;
29
29
  title?: string | undefined;
30
30
  color?: string | undefined;
31
- className?: string | undefined;
32
- rel?: string | undefined;
31
+ hidden?: boolean | undefined;
32
+ content?: string | undefined;
33
33
  defaultChecked?: boolean | undefined;
34
34
  defaultValue?: string | number | readonly string[] | undefined;
35
35
  suppressContentEditableWarning?: boolean | undefined;
@@ -37,12 +37,12 @@ export declare const StyledMotionFilterButtonItemBackground: import("styled-comp
37
37
  accessKey?: string | undefined;
38
38
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
39
39
  autoFocus?: boolean | undefined;
40
+ className?: string | 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;
44
- enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
45
- hidden?: boolean | undefined;
45
+ enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
46
46
  id?: string | undefined;
47
47
  lang?: string | undefined;
48
48
  nonce?: string | undefined;
@@ -52,11 +52,11 @@ export declare const StyledMotionFilterButtonItemBackground: import("styled-comp
52
52
  radioGroup?: string | undefined;
53
53
  role?: import("react").AriaRole | undefined;
54
54
  about?: string | undefined;
55
- content?: string | undefined;
56
55
  datatype?: string | undefined;
57
56
  inlist?: any;
58
57
  prefix?: string | undefined;
59
58
  property?: string | undefined;
59
+ rel?: string | undefined;
60
60
  resource?: string | undefined;
61
61
  rev?: string | undefined;
62
62
  typeof?: string | undefined;
@@ -27,8 +27,8 @@ export declare const StyledMotionInputLabelWrapper: import("styled-components/di
27
27
  slot?: string | undefined;
28
28
  title?: string | undefined;
29
29
  color?: string | undefined;
30
- className?: string | undefined;
31
- rel?: string | undefined;
30
+ hidden?: boolean | undefined;
31
+ content?: string | undefined;
32
32
  defaultChecked?: boolean | undefined;
33
33
  defaultValue?: string | number | readonly string[] | undefined;
34
34
  suppressContentEditableWarning?: boolean | undefined;
@@ -36,12 +36,12 @@ export declare const StyledMotionInputLabelWrapper: import("styled-components/di
36
36
  accessKey?: string | undefined;
37
37
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
38
38
  autoFocus?: boolean | undefined;
39
+ className?: string | undefined;
39
40
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
40
41
  contextMenu?: string | undefined;
41
42
  dir?: string | undefined;
42
43
  draggable?: (boolean | "false" | "true") | undefined;
43
- enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
44
- hidden?: boolean | undefined;
44
+ enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
45
45
  id?: string | undefined;
46
46
  lang?: string | undefined;
47
47
  nonce?: string | undefined;
@@ -51,11 +51,11 @@ export declare const StyledMotionInputLabelWrapper: import("styled-components/di
51
51
  radioGroup?: string | undefined;
52
52
  role?: import("react").AriaRole | undefined;
53
53
  about?: string | undefined;
54
- content?: string | undefined;
55
54
  datatype?: string | undefined;
56
55
  inlist?: any;
57
56
  prefix?: string | undefined;
58
57
  property?: string | undefined;
58
+ rel?: string | undefined;
59
59
  resource?: string | undefined;
60
60
  rev?: string | undefined;
61
61
  typeof?: string | undefined;
@@ -292,8 +292,8 @@ export declare const StyledMotionInputElement: import("styled-components/dist/ty
292
292
  slot?: string | undefined;
293
293
  title?: string | undefined;
294
294
  color?: string | undefined;
295
- className?: string | undefined;
296
- rel?: string | undefined;
295
+ hidden?: boolean | undefined;
296
+ content?: string | undefined;
297
297
  defaultChecked?: boolean | undefined;
298
298
  defaultValue?: string | number | readonly string[] | undefined;
299
299
  suppressContentEditableWarning?: boolean | undefined;
@@ -301,12 +301,12 @@ export declare const StyledMotionInputElement: import("styled-components/dist/ty
301
301
  accessKey?: string | undefined;
302
302
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
303
303
  autoFocus?: boolean | undefined;
304
+ className?: string | undefined;
304
305
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
305
306
  contextMenu?: string | undefined;
306
307
  dir?: string | undefined;
307
308
  draggable?: (boolean | "false" | "true") | undefined;
308
- enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
309
- hidden?: boolean | undefined;
309
+ enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
310
310
  id?: string | undefined;
311
311
  lang?: string | undefined;
312
312
  nonce?: string | undefined;
@@ -316,11 +316,11 @@ export declare const StyledMotionInputElement: import("styled-components/dist/ty
316
316
  radioGroup?: string | undefined;
317
317
  role?: import("react").AriaRole | undefined;
318
318
  about?: string | undefined;
319
- content?: string | undefined;
320
319
  datatype?: string | undefined;
321
320
  inlist?: any;
322
321
  prefix?: string | undefined;
323
322
  property?: string | undefined;
323
+ rel?: string | undefined;
324
324
  resource?: string | undefined;
325
325
  rev?: string | undefined;
326
326
  typeof?: string | undefined;
@@ -564,8 +564,8 @@ export declare const StyledMotionInputClearIcon: import("styled-components/dist/
564
564
  slot?: string | undefined;
565
565
  title?: string | undefined;
566
566
  color?: string | undefined;
567
- className?: string | undefined;
568
- rel?: string | undefined;
567
+ hidden?: boolean | undefined;
568
+ content?: string | undefined;
569
569
  defaultChecked?: boolean | undefined;
570
570
  defaultValue?: string | number | readonly string[] | undefined;
571
571
  suppressContentEditableWarning?: boolean | undefined;
@@ -573,12 +573,12 @@ export declare const StyledMotionInputClearIcon: import("styled-components/dist/
573
573
  accessKey?: string | undefined;
574
574
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
575
575
  autoFocus?: boolean | undefined;
576
+ className?: string | undefined;
576
577
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
577
578
  contextMenu?: string | undefined;
578
579
  dir?: string | undefined;
579
580
  draggable?: (boolean | "false" | "true") | undefined;
580
- enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
581
- hidden?: boolean | undefined;
581
+ enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
582
582
  id?: string | undefined;
583
583
  lang?: string | undefined;
584
584
  nonce?: string | undefined;
@@ -588,11 +588,11 @@ export declare const StyledMotionInputClearIcon: import("styled-components/dist/
588
588
  radioGroup?: string | undefined;
589
589
  role?: import("react").AriaRole | undefined;
590
590
  about?: string | undefined;
591
- content?: string | undefined;
592
591
  datatype?: string | undefined;
593
592
  inlist?: any;
594
593
  prefix?: string | undefined;
595
594
  property?: string | undefined;
595
+ rel?: string | undefined;
596
596
  resource?: string | undefined;
597
597
  rev?: string | undefined;
598
598
  typeof?: string | undefined;
@@ -13,8 +13,8 @@ export declare const StyledMotionListItem: import("styled-components/dist/types"
13
13
  slot?: string | undefined;
14
14
  title?: string | undefined;
15
15
  color?: string | undefined;
16
- className?: string | undefined;
17
- rel?: string | undefined;
16
+ hidden?: boolean | undefined;
17
+ content?: string | undefined;
18
18
  defaultChecked?: boolean | undefined;
19
19
  defaultValue?: string | number | readonly string[] | undefined;
20
20
  suppressContentEditableWarning?: boolean | undefined;
@@ -22,12 +22,12 @@ export declare const StyledMotionListItem: import("styled-components/dist/types"
22
22
  accessKey?: string | undefined;
23
23
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
24
24
  autoFocus?: boolean | undefined;
25
+ className?: string | undefined;
25
26
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
26
27
  contextMenu?: string | undefined;
27
28
  dir?: string | undefined;
28
29
  draggable?: (boolean | "false" | "true") | undefined;
29
- enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
30
- hidden?: boolean | undefined;
30
+ enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
31
31
  id?: string | undefined;
32
32
  lang?: string | undefined;
33
33
  nonce?: string | undefined;
@@ -37,11 +37,11 @@ export declare const StyledMotionListItem: import("styled-components/dist/types"
37
37
  radioGroup?: string | undefined;
38
38
  role?: import("react").AriaRole | undefined;
39
39
  about?: string | undefined;
40
- content?: string | undefined;
41
40
  datatype?: string | undefined;
42
41
  inlist?: any;
43
42
  prefix?: string | undefined;
44
43
  property?: string | undefined;
44
+ rel?: string | undefined;
45
45
  resource?: string | undefined;
46
46
  rev?: string | undefined;
47
47
  typeof?: string | undefined;
@@ -2,8 +2,8 @@ export declare const StyledMotionListItemBody: import("styled-components/dist/ty
2
2
  slot?: string | undefined;
3
3
  title?: string | undefined;
4
4
  color?: string | undefined;
5
- className?: string | undefined;
6
- rel?: string | undefined;
5
+ hidden?: boolean | undefined;
6
+ content?: string | undefined;
7
7
  defaultChecked?: boolean | undefined;
8
8
  defaultValue?: string | number | readonly string[] | undefined;
9
9
  suppressContentEditableWarning?: boolean | undefined;
@@ -11,12 +11,12 @@ export declare const StyledMotionListItemBody: import("styled-components/dist/ty
11
11
  accessKey?: string | undefined;
12
12
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
13
13
  autoFocus?: boolean | undefined;
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;
18
- enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
19
- hidden?: boolean | undefined;
19
+ enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
20
20
  id?: string | undefined;
21
21
  lang?: string | undefined;
22
22
  nonce?: string | undefined;
@@ -26,11 +26,11 @@ export declare const StyledMotionListItemBody: import("styled-components/dist/ty
26
26
  radioGroup?: string | undefined;
27
27
  role?: import("react").AriaRole | undefined;
28
28
  about?: string | undefined;
29
- content?: string | undefined;
30
29
  datatype?: string | undefined;
31
30
  inlist?: any;
32
31
  prefix?: string | undefined;
33
32
  property?: string | undefined;
33
+ rel?: string | undefined;
34
34
  resource?: string | undefined;
35
35
  rev?: string | undefined;
36
36
  typeof?: string | undefined;
@@ -7,8 +7,8 @@ export declare const StyledListItemHead: import("styled-components/dist/types").
7
7
  slot?: string | undefined;
8
8
  title?: string | undefined;
9
9
  color?: string | undefined;
10
- className?: string | undefined;
11
- rel?: string | undefined;
10
+ hidden?: boolean | undefined;
11
+ content?: string | undefined;
12
12
  defaultChecked?: boolean | undefined;
13
13
  defaultValue?: string | number | readonly string[] | undefined;
14
14
  suppressContentEditableWarning?: boolean | undefined;
@@ -16,12 +16,12 @@ export declare const StyledListItemHead: import("styled-components/dist/types").
16
16
  accessKey?: string | undefined;
17
17
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
18
18
  autoFocus?: boolean | undefined;
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;
23
- enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
24
- hidden?: boolean | undefined;
24
+ enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
25
25
  id?: string | undefined;
26
26
  lang?: string | undefined;
27
27
  nonce?: string | undefined;
@@ -31,11 +31,11 @@ export declare const StyledListItemHead: import("styled-components/dist/types").
31
31
  radioGroup?: string | undefined;
32
32
  role?: import("react").AriaRole | undefined;
33
33
  about?: string | undefined;
34
- content?: string | undefined;
35
34
  datatype?: string | undefined;
36
35
  inlist?: any;
37
36
  prefix?: string | undefined;
38
37
  property?: string | undefined;
38
+ rel?: string | undefined;
39
39
  resource?: string | undefined;
40
40
  rev?: string | undefined;
41
41
  typeof?: string | undefined;
@@ -272,8 +272,8 @@ export declare const StyledMotionListItemHeadIndicator: import("styled-component
272
272
  slot?: string | undefined;
273
273
  title?: string | undefined;
274
274
  color?: string | undefined;
275
- className?: string | undefined;
276
- rel?: string | undefined;
275
+ hidden?: boolean | undefined;
276
+ content?: string | undefined;
277
277
  defaultChecked?: boolean | undefined;
278
278
  defaultValue?: string | number | readonly string[] | undefined;
279
279
  suppressContentEditableWarning?: boolean | undefined;
@@ -281,12 +281,12 @@ export declare const StyledMotionListItemHeadIndicator: import("styled-component
281
281
  accessKey?: string | undefined;
282
282
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
283
283
  autoFocus?: boolean | undefined;
284
+ className?: string | undefined;
284
285
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
285
286
  contextMenu?: string | undefined;
286
287
  dir?: string | undefined;
287
288
  draggable?: (boolean | "false" | "true") | undefined;
288
- enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
289
- hidden?: boolean | undefined;
289
+ enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
290
290
  id?: string | undefined;
291
291
  lang?: string | undefined;
292
292
  nonce?: string | undefined;
@@ -296,11 +296,11 @@ export declare const StyledMotionListItemHeadIndicator: import("styled-component
296
296
  radioGroup?: string | undefined;
297
297
  role?: import("react").AriaRole | undefined;
298
298
  about?: string | undefined;
299
- content?: string | undefined;
300
299
  datatype?: string | undefined;
301
300
  inlist?: any;
302
301
  prefix?: string | undefined;
303
302
  property?: string | undefined;
303
+ rel?: string | undefined;
304
304
  resource?: string | undefined;
305
305
  rev?: string | undefined;
306
306
  typeof?: string | undefined;
@@ -551,8 +551,8 @@ export declare const StyledListItemHeadTitleText: import("styled-components/dist
551
551
  slot?: string | undefined;
552
552
  title?: string | undefined;
553
553
  color?: string | undefined;
554
- className?: string | undefined;
555
- rel?: string | undefined;
554
+ hidden?: boolean | undefined;
555
+ content?: string | undefined;
556
556
  defaultChecked?: boolean | undefined;
557
557
  defaultValue?: string | number | readonly string[] | undefined;
558
558
  suppressContentEditableWarning?: boolean | undefined;
@@ -560,12 +560,12 @@ export declare const StyledListItemHeadTitleText: import("styled-components/dist
560
560
  accessKey?: string | undefined;
561
561
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
562
562
  autoFocus?: boolean | undefined;
563
+ className?: string | undefined;
563
564
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
564
565
  contextMenu?: string | undefined;
565
566
  dir?: string | undefined;
566
567
  draggable?: (boolean | "false" | "true") | undefined;
567
- enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
568
- hidden?: boolean | undefined;
568
+ enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
569
569
  id?: string | undefined;
570
570
  lang?: string | undefined;
571
571
  nonce?: string | undefined;
@@ -575,11 +575,11 @@ export declare const StyledListItemHeadTitleText: import("styled-components/dist
575
575
  radioGroup?: string | undefined;
576
576
  role?: import("react").AriaRole | undefined;
577
577
  about?: string | undefined;
578
- content?: string | undefined;
579
578
  datatype?: string | undefined;
580
579
  inlist?: any;
581
580
  prefix?: string | undefined;
582
581
  property?: string | undefined;
582
+ rel?: string | undefined;
583
583
  resource?: string | undefined;
584
584
  rev?: string | undefined;
585
585
  typeof?: string | undefined;
@@ -828,8 +828,8 @@ export declare const StyledMotionListItemHeadHoverItem: import("styled-component
828
828
  slot?: string | undefined;
829
829
  title?: string | undefined;
830
830
  color?: string | undefined;
831
- className?: string | undefined;
832
- rel?: string | undefined;
831
+ hidden?: boolean | undefined;
832
+ content?: string | undefined;
833
833
  defaultChecked?: boolean | undefined;
834
834
  defaultValue?: string | number | readonly string[] | undefined;
835
835
  suppressContentEditableWarning?: boolean | undefined;
@@ -837,12 +837,12 @@ export declare const StyledMotionListItemHeadHoverItem: import("styled-component
837
837
  accessKey?: string | undefined;
838
838
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
839
839
  autoFocus?: boolean | undefined;
840
+ className?: string | undefined;
840
841
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
841
842
  contextMenu?: string | undefined;
842
843
  dir?: string | undefined;
843
844
  draggable?: (boolean | "false" | "true") | undefined;
844
- enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
845
- hidden?: boolean | undefined;
845
+ enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
846
846
  id?: string | undefined;
847
847
  lang?: string | undefined;
848
848
  nonce?: string | undefined;
@@ -852,11 +852,11 @@ export declare const StyledMotionListItemHeadHoverItem: import("styled-component
852
852
  radioGroup?: string | undefined;
853
853
  role?: import("react").AriaRole | undefined;
854
854
  about?: string | undefined;
855
- content?: string | undefined;
856
855
  datatype?: string | undefined;
857
856
  inlist?: any;
858
857
  prefix?: string | undefined;
859
858
  property?: string | undefined;
859
+ rel?: string | undefined;
860
860
  resource?: string | undefined;
861
861
  rev?: string | undefined;
862
862
  typeof?: string | undefined;
@@ -8,8 +8,8 @@ export declare const StyledMotionMentionFinderPopup: import("styled-components/d
8
8
  slot?: string | undefined;
9
9
  title?: string | undefined;
10
10
  color?: string | undefined;
11
- className?: string | undefined;
12
- rel?: string | undefined;
11
+ hidden?: boolean | undefined;
12
+ content?: string | undefined;
13
13
  defaultChecked?: boolean | undefined;
14
14
  defaultValue?: string | number | readonly string[] | undefined;
15
15
  suppressContentEditableWarning?: boolean | undefined;
@@ -17,12 +17,12 @@ export declare const StyledMotionMentionFinderPopup: import("styled-components/d
17
17
  accessKey?: string | undefined;
18
18
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
19
19
  autoFocus?: boolean | undefined;
20
+ className?: string | undefined;
20
21
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
21
22
  contextMenu?: string | undefined;
22
23
  dir?: string | undefined;
23
24
  draggable?: (boolean | "false" | "true") | undefined;
24
- enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
25
- hidden?: boolean | undefined;
25
+ enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
26
26
  id?: string | undefined;
27
27
  lang?: string | undefined;
28
28
  nonce?: string | undefined;
@@ -32,11 +32,11 @@ export declare const StyledMotionMentionFinderPopup: import("styled-components/d
32
32
  radioGroup?: string | undefined;
33
33
  role?: import("react").AriaRole | undefined;
34
34
  about?: string | undefined;
35
- content?: string | undefined;
36
35
  datatype?: string | undefined;
37
36
  inlist?: any;
38
37
  prefix?: string | undefined;
39
38
  property?: string | undefined;
39
+ rel?: string | undefined;
40
40
  resource?: string | undefined;
41
41
  rev?: string | undefined;
42
42
  typeof?: string | undefined;
@@ -1,6 +1,6 @@
1
1
  import type { CSSProperties } from 'react';
2
2
  type StyledPageProviderProps = {
3
- $padding?: CSSProperties['padding'];
3
+ $shouldUsePadding?: boolean;
4
4
  $usableHeight?: CSSProperties['height'];
5
5
  };
6
6
  export declare const StyledPageProvider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledPageProviderProps>> & string;
@@ -10,8 +10,8 @@ export declare const StyledMotionPopupContentWrapper: import("styled-components/
10
10
  slot?: string | undefined;
11
11
  title?: string | undefined;
12
12
  color?: string | undefined;
13
- className?: string | undefined;
14
- rel?: string | undefined;
13
+ hidden?: boolean | undefined;
14
+ content?: string | undefined;
15
15
  defaultChecked?: boolean | undefined;
16
16
  defaultValue?: string | number | readonly string[] | undefined;
17
17
  suppressContentEditableWarning?: boolean | undefined;
@@ -19,12 +19,12 @@ export declare const StyledMotionPopupContentWrapper: import("styled-components/
19
19
  accessKey?: string | undefined;
20
20
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
21
21
  autoFocus?: boolean | undefined;
22
+ className?: string | undefined;
22
23
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
23
24
  contextMenu?: string | undefined;
24
25
  dir?: string | undefined;
25
26
  draggable?: (boolean | "false" | "true") | undefined;
26
- enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
27
- hidden?: boolean | undefined;
27
+ enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
28
28
  id?: string | undefined;
29
29
  lang?: string | undefined;
30
30
  nonce?: string | undefined;
@@ -34,11 +34,11 @@ export declare const StyledMotionPopupContentWrapper: import("styled-components/
34
34
  radioGroup?: string | undefined;
35
35
  role?: import("react").AriaRole | undefined;
36
36
  about?: string | undefined;
37
- content?: string | undefined;
38
37
  datatype?: string | undefined;
39
38
  inlist?: any;
40
39
  prefix?: string | undefined;
41
40
  property?: string | undefined;
41
+ rel?: string | undefined;
42
42
  resource?: string | undefined;
43
43
  rev?: string | undefined;
44
44
  typeof?: string | undefined;
@@ -7,8 +7,8 @@ export declare const StyledMotionProgressBarProgress: import("styled-components/
7
7
  slot?: string | undefined;
8
8
  title?: string | undefined;
9
9
  color?: string | undefined;
10
- className?: string | undefined;
11
- rel?: string | undefined;
10
+ hidden?: boolean | undefined;
11
+ content?: string | undefined;
12
12
  defaultChecked?: boolean | undefined;
13
13
  defaultValue?: string | number | readonly string[] | undefined;
14
14
  suppressContentEditableWarning?: boolean | undefined;
@@ -16,12 +16,12 @@ export declare const StyledMotionProgressBarProgress: import("styled-components/
16
16
  accessKey?: string | undefined;
17
17
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
18
18
  autoFocus?: boolean | undefined;
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;
23
- enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
24
- hidden?: boolean | undefined;
24
+ enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
25
25
  id?: string | undefined;
26
26
  lang?: string | undefined;
27
27
  nonce?: string | undefined;
@@ -31,11 +31,11 @@ export declare const StyledMotionProgressBarProgress: import("styled-components/
31
31
  radioGroup?: string | undefined;
32
32
  role?: import("react").AriaRole | undefined;
33
33
  about?: string | undefined;
34
- content?: string | undefined;
35
34
  datatype?: string | undefined;
36
35
  inlist?: any;
37
36
  prefix?: string | undefined;
38
37
  property?: string | undefined;
38
+ rel?: string | undefined;
39
39
  resource?: string | undefined;
40
40
  rev?: string | undefined;
41
41
  typeof?: string | undefined;