@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.
- package/lib/cjs/components/button/Button.js +1 -0
- package/lib/cjs/components/button/Button.js.map +1 -1
- package/lib/cjs/components/button/Button.styles.js +7 -1
- package/lib/cjs/components/button/Button.styles.js.map +1 -1
- package/lib/cjs/components/color-scheme-provider/ColorSchemeProvider.js +4 -28
- package/lib/cjs/components/color-scheme-provider/ColorSchemeProvider.js.map +1 -1
- package/lib/cjs/components/color-scheme-provider/ColorSchemeProvider.styles.js +16 -0
- package/lib/cjs/components/color-scheme-provider/ColorSchemeProvider.styles.js.map +1 -0
- package/lib/cjs/components/page-provider/PageProvider.js +6 -12
- package/lib/cjs/components/page-provider/PageProvider.js.map +1 -1
- package/lib/cjs/components/page-provider/PageProvider.styles.js +8 -3
- package/lib/cjs/components/page-provider/PageProvider.styles.js.map +1 -1
- package/lib/cjs/components/search-box/SearchBox.js +14 -0
- package/lib/cjs/components/search-box/SearchBox.js.map +1 -1
- package/lib/cjs/components/search-box/search-box-item/SearchBoxItem.js +6 -2
- package/lib/cjs/components/search-box/search-box-item/SearchBoxItem.js.map +1 -1
- package/lib/cjs/components/truncation/Truncation.js +4 -4
- package/lib/cjs/components/truncation/Truncation.js.map +1 -1
- package/lib/cjs/utils/font.js +0 -6
- package/lib/cjs/utils/font.js.map +1 -1
- package/lib/esm/components/button/Button.js +1 -0
- package/lib/esm/components/button/Button.js.map +1 -1
- package/lib/esm/components/button/Button.styles.js +7 -1
- package/lib/esm/components/button/Button.styles.js.map +1 -1
- package/lib/esm/components/color-scheme-provider/ColorSchemeProvider.js +4 -28
- package/lib/esm/components/color-scheme-provider/ColorSchemeProvider.js.map +1 -1
- package/lib/esm/components/color-scheme-provider/ColorSchemeProvider.styles.js +10 -0
- package/lib/esm/components/color-scheme-provider/ColorSchemeProvider.styles.js.map +1 -0
- package/lib/esm/components/page-provider/PageProvider.js +7 -13
- package/lib/esm/components/page-provider/PageProvider.js.map +1 -1
- package/lib/esm/components/page-provider/PageProvider.styles.js +13 -8
- package/lib/esm/components/page-provider/PageProvider.styles.js.map +1 -1
- package/lib/esm/components/search-box/SearchBox.js +14 -0
- package/lib/esm/components/search-box/SearchBox.js.map +1 -1
- package/lib/esm/components/search-box/search-box-item/SearchBoxItem.js +6 -2
- package/lib/esm/components/search-box/search-box-item/SearchBoxItem.js.map +1 -1
- package/lib/esm/components/truncation/Truncation.js +4 -4
- package/lib/esm/components/truncation/Truncation.js.map +1 -1
- package/lib/esm/utils/font.js +0 -6
- package/lib/esm/utils/font.js.map +1 -1
- package/lib/types/components/accordion/Accordion.styles.d.ts +5 -5
- package/lib/types/components/accordion/accordion-body/AccordionBody.styles.d.ts +5 -5
- package/lib/types/components/accordion/accordion-head/AccordionHead.styles.d.ts +53 -53
- package/lib/types/components/amount-control/AmountControl.styles.d.ts +7 -7
- package/lib/types/components/button/Button.styles.d.ts +18 -17
- package/lib/types/components/color-scheme-provider/ColorSchemeProvider.d.ts +0 -1
- package/lib/types/components/color-scheme-provider/ColorSchemeProvider.styles.d.ts +1 -0
- package/lib/types/components/combobox/ComboBox.styles.d.ts +5 -5
- package/lib/types/components/context-menu/context-menu-content/ContextMenuContent.styles.d.ts +5 -5
- package/lib/types/components/expandable-content/ExpandableContent.styles.d.ts +5 -5
- package/lib/types/components/file-input/FileInput.styles.d.ts +5 -5
- package/lib/types/components/filter-buttons/filter-button/FilterButton.styles.d.ts +5 -5
- package/lib/types/components/input/Input.styles.d.ts +15 -15
- package/lib/types/components/list/list-item/ListItem.styles.d.ts +5 -5
- package/lib/types/components/list/list-item/list-item-body/ListItemBody.styles.d.ts +5 -5
- package/lib/types/components/list/list-item/list-item-head/ListItemHead.styles.d.ts +20 -20
- package/lib/types/components/mention-finder/MentionFinder.styles.d.ts +5 -5
- package/lib/types/components/page-provider/PageProvider.styles.d.ts +1 -1
- package/lib/types/components/popup/popup-content-wrapper/PopupContentWrapper.styles.d.ts +5 -5
- package/lib/types/components/progress-bar/ProgressBar.styles.d.ts +5 -5
- package/lib/types/components/radio-button/RadioButton.styles.d.ts +5 -5
- package/lib/types/components/search-box/SearchBox.styles.d.ts +5 -5
- package/lib/types/components/search-box/search-box-body/SearchBoxBody.styles.d.ts +5 -5
- package/lib/types/components/search-input/SearchInput.styles.d.ts +10 -10
- package/lib/types/components/slider/Slider.styles.d.ts +16 -16
- package/lib/types/components/slider-button/SliderButton.styles.d.ts +5 -5
- package/lib/types/components/truncation/Truncation.styles.d.ts +5 -5
- package/lib/types/utils/font.d.ts +0 -3
- package/package.json +2 -2
|
@@ -4,8 +4,8 @@ export declare const StyledMotionAccordionHead: import("styled-components/dist/t
|
|
|
4
4
|
slot?: string | undefined;
|
|
5
5
|
title?: string | undefined;
|
|
6
6
|
color?: string | undefined;
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
hidden?: boolean | undefined;
|
|
8
|
+
content?: string | undefined;
|
|
9
9
|
defaultChecked?: boolean | undefined;
|
|
10
10
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
11
11
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -13,12 +13,12 @@ export declare const StyledMotionAccordionHead: import("styled-components/dist/t
|
|
|
13
13
|
accessKey?: string | undefined;
|
|
14
14
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
15
15
|
autoFocus?: boolean | undefined;
|
|
16
|
+
className?: string | 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;
|
|
20
|
-
enterKeyHint?: "search" | "next" | "
|
|
21
|
-
hidden?: boolean | undefined;
|
|
21
|
+
enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
|
|
22
22
|
id?: string | undefined;
|
|
23
23
|
lang?: string | undefined;
|
|
24
24
|
nonce?: string | undefined;
|
|
@@ -28,11 +28,11 @@ export declare const StyledMotionAccordionHead: import("styled-components/dist/t
|
|
|
28
28
|
radioGroup?: string | undefined;
|
|
29
29
|
role?: import("react").AriaRole | undefined;
|
|
30
30
|
about?: string | undefined;
|
|
31
|
-
content?: string | undefined;
|
|
32
31
|
datatype?: string | undefined;
|
|
33
32
|
inlist?: any;
|
|
34
33
|
prefix?: string | undefined;
|
|
35
34
|
property?: string | undefined;
|
|
35
|
+
rel?: string | undefined;
|
|
36
36
|
resource?: string | undefined;
|
|
37
37
|
rev?: string | undefined;
|
|
38
38
|
typeof?: string | undefined;
|
|
@@ -270,8 +270,8 @@ export declare const StyledMotionIconWrapper: import("styled-components/dist/typ
|
|
|
270
270
|
slot?: string | undefined;
|
|
271
271
|
title?: string | undefined;
|
|
272
272
|
color?: string | undefined;
|
|
273
|
-
|
|
274
|
-
|
|
273
|
+
hidden?: boolean | undefined;
|
|
274
|
+
content?: string | undefined;
|
|
275
275
|
defaultChecked?: boolean | undefined;
|
|
276
276
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
277
277
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -279,12 +279,12 @@ export declare const StyledMotionIconWrapper: import("styled-components/dist/typ
|
|
|
279
279
|
accessKey?: string | undefined;
|
|
280
280
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
281
281
|
autoFocus?: boolean | undefined;
|
|
282
|
+
className?: string | undefined;
|
|
282
283
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
283
284
|
contextMenu?: string | undefined;
|
|
284
285
|
dir?: string | undefined;
|
|
285
286
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
286
|
-
enterKeyHint?: "search" | "next" | "
|
|
287
|
-
hidden?: boolean | undefined;
|
|
287
|
+
enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
|
|
288
288
|
id?: string | undefined;
|
|
289
289
|
lang?: string | undefined;
|
|
290
290
|
nonce?: string | undefined;
|
|
@@ -294,11 +294,11 @@ export declare const StyledMotionIconWrapper: import("styled-components/dist/typ
|
|
|
294
294
|
radioGroup?: string | undefined;
|
|
295
295
|
role?: import("react").AriaRole | undefined;
|
|
296
296
|
about?: string | undefined;
|
|
297
|
-
content?: string | undefined;
|
|
298
297
|
datatype?: string | undefined;
|
|
299
298
|
inlist?: any;
|
|
300
299
|
prefix?: string | undefined;
|
|
301
300
|
property?: string | undefined;
|
|
301
|
+
rel?: string | undefined;
|
|
302
302
|
resource?: string | undefined;
|
|
303
303
|
rev?: string | undefined;
|
|
304
304
|
typeof?: string | undefined;
|
|
@@ -543,8 +543,8 @@ export declare const StyledMotionContentWrapper: import("styled-components/dist/
|
|
|
543
543
|
slot?: string | undefined;
|
|
544
544
|
title?: string | undefined;
|
|
545
545
|
color?: string | undefined;
|
|
546
|
-
|
|
547
|
-
|
|
546
|
+
hidden?: boolean | undefined;
|
|
547
|
+
content?: string | undefined;
|
|
548
548
|
defaultChecked?: boolean | undefined;
|
|
549
549
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
550
550
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -552,12 +552,12 @@ export declare const StyledMotionContentWrapper: import("styled-components/dist/
|
|
|
552
552
|
accessKey?: string | undefined;
|
|
553
553
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
554
554
|
autoFocus?: boolean | undefined;
|
|
555
|
+
className?: string | undefined;
|
|
555
556
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
556
557
|
contextMenu?: string | undefined;
|
|
557
558
|
dir?: string | undefined;
|
|
558
559
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
559
|
-
enterKeyHint?: "search" | "next" | "
|
|
560
|
-
hidden?: boolean | undefined;
|
|
560
|
+
enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
|
|
561
561
|
id?: string | undefined;
|
|
562
562
|
lang?: string | undefined;
|
|
563
563
|
nonce?: string | undefined;
|
|
@@ -567,11 +567,11 @@ export declare const StyledMotionContentWrapper: import("styled-components/dist/
|
|
|
567
567
|
radioGroup?: string | undefined;
|
|
568
568
|
role?: import("react").AriaRole | undefined;
|
|
569
569
|
about?: string | undefined;
|
|
570
|
-
content?: string | undefined;
|
|
571
570
|
datatype?: string | undefined;
|
|
572
571
|
inlist?: any;
|
|
573
572
|
prefix?: string | undefined;
|
|
574
573
|
property?: string | undefined;
|
|
574
|
+
rel?: string | undefined;
|
|
575
575
|
resource?: string | undefined;
|
|
576
576
|
rev?: string | undefined;
|
|
577
577
|
typeof?: string | undefined;
|
|
@@ -807,8 +807,8 @@ export declare const StyledMotionTitleWrapper: import("styled-components/dist/ty
|
|
|
807
807
|
slot?: string | undefined;
|
|
808
808
|
title?: string | undefined;
|
|
809
809
|
color?: string | undefined;
|
|
810
|
-
|
|
811
|
-
|
|
810
|
+
hidden?: boolean | undefined;
|
|
811
|
+
content?: string | undefined;
|
|
812
812
|
defaultChecked?: boolean | undefined;
|
|
813
813
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
814
814
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -816,12 +816,12 @@ export declare const StyledMotionTitleWrapper: import("styled-components/dist/ty
|
|
|
816
816
|
accessKey?: string | undefined;
|
|
817
817
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
818
818
|
autoFocus?: boolean | undefined;
|
|
819
|
+
className?: string | undefined;
|
|
819
820
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
820
821
|
contextMenu?: string | undefined;
|
|
821
822
|
dir?: string | undefined;
|
|
822
823
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
823
|
-
enterKeyHint?: "search" | "next" | "
|
|
824
|
-
hidden?: boolean | undefined;
|
|
824
|
+
enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
|
|
825
825
|
id?: string | undefined;
|
|
826
826
|
lang?: string | undefined;
|
|
827
827
|
nonce?: string | undefined;
|
|
@@ -831,11 +831,11 @@ export declare const StyledMotionTitleWrapper: import("styled-components/dist/ty
|
|
|
831
831
|
radioGroup?: string | undefined;
|
|
832
832
|
role?: import("react").AriaRole | undefined;
|
|
833
833
|
about?: string | undefined;
|
|
834
|
-
content?: string | undefined;
|
|
835
834
|
datatype?: string | undefined;
|
|
836
835
|
inlist?: any;
|
|
837
836
|
prefix?: string | undefined;
|
|
838
837
|
property?: string | undefined;
|
|
838
|
+
rel?: string | undefined;
|
|
839
839
|
resource?: string | undefined;
|
|
840
840
|
rev?: string | undefined;
|
|
841
841
|
typeof?: string | undefined;
|
|
@@ -1079,8 +1079,8 @@ export declare const StyledMotionTitle: import("styled-components/dist/types").I
|
|
|
1079
1079
|
slot?: string | undefined;
|
|
1080
1080
|
title?: string | undefined;
|
|
1081
1081
|
color?: string | undefined;
|
|
1082
|
-
|
|
1083
|
-
|
|
1082
|
+
hidden?: boolean | undefined;
|
|
1083
|
+
content?: string | undefined;
|
|
1084
1084
|
defaultChecked?: boolean | undefined;
|
|
1085
1085
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1086
1086
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1088,12 +1088,12 @@ export declare const StyledMotionTitle: import("styled-components/dist/types").I
|
|
|
1088
1088
|
accessKey?: string | undefined;
|
|
1089
1089
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
1090
1090
|
autoFocus?: boolean | undefined;
|
|
1091
|
+
className?: string | undefined;
|
|
1091
1092
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1092
1093
|
contextMenu?: string | undefined;
|
|
1093
1094
|
dir?: string | undefined;
|
|
1094
1095
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
1095
|
-
enterKeyHint?: "search" | "next" | "
|
|
1096
|
-
hidden?: boolean | undefined;
|
|
1096
|
+
enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
|
|
1097
1097
|
id?: string | undefined;
|
|
1098
1098
|
lang?: string | undefined;
|
|
1099
1099
|
nonce?: string | undefined;
|
|
@@ -1103,11 +1103,11 @@ export declare const StyledMotionTitle: import("styled-components/dist/types").I
|
|
|
1103
1103
|
radioGroup?: string | undefined;
|
|
1104
1104
|
role?: import("react").AriaRole | undefined;
|
|
1105
1105
|
about?: string | undefined;
|
|
1106
|
-
content?: string | undefined;
|
|
1107
1106
|
datatype?: string | undefined;
|
|
1108
1107
|
inlist?: any;
|
|
1109
1108
|
prefix?: string | undefined;
|
|
1110
1109
|
property?: string | undefined;
|
|
1110
|
+
rel?: string | undefined;
|
|
1111
1111
|
resource?: string | undefined;
|
|
1112
1112
|
rev?: string | undefined;
|
|
1113
1113
|
typeof?: string | undefined;
|
|
@@ -1343,8 +1343,8 @@ export declare const StyledMotionTitleElementWrapper: import("styled-components/
|
|
|
1343
1343
|
slot?: string | undefined;
|
|
1344
1344
|
title?: string | undefined;
|
|
1345
1345
|
color?: string | undefined;
|
|
1346
|
-
|
|
1347
|
-
|
|
1346
|
+
hidden?: boolean | undefined;
|
|
1347
|
+
content?: string | undefined;
|
|
1348
1348
|
defaultChecked?: boolean | undefined;
|
|
1349
1349
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1350
1350
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1352,12 +1352,12 @@ export declare const StyledMotionTitleElementWrapper: import("styled-components/
|
|
|
1352
1352
|
accessKey?: string | undefined;
|
|
1353
1353
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
1354
1354
|
autoFocus?: boolean | undefined;
|
|
1355
|
+
className?: string | undefined;
|
|
1355
1356
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1356
1357
|
contextMenu?: string | undefined;
|
|
1357
1358
|
dir?: string | undefined;
|
|
1358
1359
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
1359
|
-
enterKeyHint?: "search" | "next" | "
|
|
1360
|
-
hidden?: boolean | undefined;
|
|
1360
|
+
enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
|
|
1361
1361
|
id?: string | undefined;
|
|
1362
1362
|
lang?: string | undefined;
|
|
1363
1363
|
nonce?: string | undefined;
|
|
@@ -1367,11 +1367,11 @@ export declare const StyledMotionTitleElementWrapper: import("styled-components/
|
|
|
1367
1367
|
radioGroup?: string | undefined;
|
|
1368
1368
|
role?: import("react").AriaRole | undefined;
|
|
1369
1369
|
about?: string | undefined;
|
|
1370
|
-
content?: string | undefined;
|
|
1371
1370
|
datatype?: string | undefined;
|
|
1372
1371
|
inlist?: any;
|
|
1373
1372
|
prefix?: string | undefined;
|
|
1374
1373
|
property?: string | undefined;
|
|
1374
|
+
rel?: string | undefined;
|
|
1375
1375
|
resource?: string | undefined;
|
|
1376
1376
|
rev?: string | undefined;
|
|
1377
1377
|
typeof?: string | undefined;
|
|
@@ -1610,8 +1610,8 @@ export declare const StyledMotionSearchWrapper: import("styled-components/dist/t
|
|
|
1610
1610
|
slot?: string | undefined;
|
|
1611
1611
|
title?: string | undefined;
|
|
1612
1612
|
color?: string | undefined;
|
|
1613
|
-
|
|
1614
|
-
|
|
1613
|
+
hidden?: boolean | undefined;
|
|
1614
|
+
content?: string | undefined;
|
|
1615
1615
|
defaultChecked?: boolean | undefined;
|
|
1616
1616
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1617
1617
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1619,12 +1619,12 @@ export declare const StyledMotionSearchWrapper: import("styled-components/dist/t
|
|
|
1619
1619
|
accessKey?: string | undefined;
|
|
1620
1620
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
1621
1621
|
autoFocus?: boolean | undefined;
|
|
1622
|
+
className?: string | undefined;
|
|
1622
1623
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1623
1624
|
contextMenu?: string | undefined;
|
|
1624
1625
|
dir?: string | undefined;
|
|
1625
1626
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
1626
|
-
enterKeyHint?: "search" | "next" | "
|
|
1627
|
-
hidden?: boolean | undefined;
|
|
1627
|
+
enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
|
|
1628
1628
|
id?: string | undefined;
|
|
1629
1629
|
lang?: string | undefined;
|
|
1630
1630
|
nonce?: string | undefined;
|
|
@@ -1634,11 +1634,11 @@ export declare const StyledMotionSearchWrapper: import("styled-components/dist/t
|
|
|
1634
1634
|
radioGroup?: string | undefined;
|
|
1635
1635
|
role?: import("react").AriaRole | undefined;
|
|
1636
1636
|
about?: string | undefined;
|
|
1637
|
-
content?: string | undefined;
|
|
1638
1637
|
datatype?: string | undefined;
|
|
1639
1638
|
inlist?: any;
|
|
1640
1639
|
prefix?: string | undefined;
|
|
1641
1640
|
property?: string | undefined;
|
|
1641
|
+
rel?: string | undefined;
|
|
1642
1642
|
resource?: string | undefined;
|
|
1643
1643
|
rev?: string | undefined;
|
|
1644
1644
|
typeof?: string | undefined;
|
|
@@ -1876,8 +1876,8 @@ export declare const StyledMotionRightElementWrapper: import("styled-components/
|
|
|
1876
1876
|
slot?: string | undefined;
|
|
1877
1877
|
title?: string | undefined;
|
|
1878
1878
|
color?: string | undefined;
|
|
1879
|
-
|
|
1880
|
-
|
|
1879
|
+
hidden?: boolean | undefined;
|
|
1880
|
+
content?: string | undefined;
|
|
1881
1881
|
defaultChecked?: boolean | undefined;
|
|
1882
1882
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1883
1883
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1885,12 +1885,12 @@ export declare const StyledMotionRightElementWrapper: import("styled-components/
|
|
|
1885
1885
|
accessKey?: string | undefined;
|
|
1886
1886
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
1887
1887
|
autoFocus?: boolean | undefined;
|
|
1888
|
+
className?: string | undefined;
|
|
1888
1889
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1889
1890
|
contextMenu?: string | undefined;
|
|
1890
1891
|
dir?: string | undefined;
|
|
1891
1892
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
1892
|
-
enterKeyHint?: "search" | "next" | "
|
|
1893
|
-
hidden?: boolean | undefined;
|
|
1893
|
+
enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
|
|
1894
1894
|
id?: string | undefined;
|
|
1895
1895
|
lang?: string | undefined;
|
|
1896
1896
|
nonce?: string | undefined;
|
|
@@ -1900,11 +1900,11 @@ export declare const StyledMotionRightElementWrapper: import("styled-components/
|
|
|
1900
1900
|
radioGroup?: string | undefined;
|
|
1901
1901
|
role?: import("react").AriaRole | undefined;
|
|
1902
1902
|
about?: string | undefined;
|
|
1903
|
-
content?: string | undefined;
|
|
1904
1903
|
datatype?: string | undefined;
|
|
1905
1904
|
inlist?: any;
|
|
1906
1905
|
prefix?: string | undefined;
|
|
1907
1906
|
property?: string | undefined;
|
|
1907
|
+
rel?: string | undefined;
|
|
1908
1908
|
resource?: string | undefined;
|
|
1909
1909
|
rev?: string | undefined;
|
|
1910
1910
|
typeof?: string | undefined;
|
|
@@ -2149,9 +2149,10 @@ export declare const StyledMotionRightInput: import("styled-components/dist/type
|
|
|
2149
2149
|
value?: string | number | readonly string[] | undefined;
|
|
2150
2150
|
size?: number | undefined;
|
|
2151
2151
|
color?: string | undefined;
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2152
|
+
hidden?: boolean | undefined;
|
|
2153
|
+
content?: string | undefined;
|
|
2154
|
+
multiple?: boolean | undefined;
|
|
2155
|
+
disabled?: boolean | undefined;
|
|
2155
2156
|
defaultChecked?: boolean | undefined;
|
|
2156
2157
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
2157
2158
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -2159,12 +2160,12 @@ export declare const StyledMotionRightInput: import("styled-components/dist/type
|
|
|
2159
2160
|
accessKey?: string | undefined;
|
|
2160
2161
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
2161
2162
|
autoFocus?: boolean | undefined;
|
|
2163
|
+
className?: string | undefined;
|
|
2162
2164
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2163
2165
|
contextMenu?: string | undefined;
|
|
2164
2166
|
dir?: string | undefined;
|
|
2165
2167
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
2166
|
-
enterKeyHint?: "search" | "next" | "
|
|
2167
|
-
hidden?: boolean | undefined;
|
|
2168
|
+
enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
|
|
2168
2169
|
id?: string | undefined;
|
|
2169
2170
|
lang?: string | undefined;
|
|
2170
2171
|
nonce?: string | undefined;
|
|
@@ -2174,11 +2175,11 @@ export declare const StyledMotionRightInput: import("styled-components/dist/type
|
|
|
2174
2175
|
radioGroup?: string | undefined;
|
|
2175
2176
|
role?: import("react").AriaRole | undefined;
|
|
2176
2177
|
about?: string | undefined;
|
|
2177
|
-
content?: string | undefined;
|
|
2178
2178
|
datatype?: string | undefined;
|
|
2179
2179
|
inlist?: any;
|
|
2180
2180
|
prefix?: string | undefined;
|
|
2181
2181
|
property?: string | undefined;
|
|
2182
|
+
rel?: string | undefined;
|
|
2182
2183
|
resource?: string | undefined;
|
|
2183
2184
|
rev?: string | undefined;
|
|
2184
2185
|
typeof?: string | undefined;
|
|
@@ -2407,8 +2408,7 @@ export declare const StyledMotionRightInput: import("styled-components/dist/type
|
|
|
2407
2408
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLInputElement> | undefined;
|
|
2408
2409
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLInputElement> | undefined;
|
|
2409
2410
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLInputElement> | undefined;
|
|
2410
|
-
|
|
2411
|
-
disabled?: boolean | undefined;
|
|
2411
|
+
type?: import("react").HTMLInputTypeAttribute | undefined;
|
|
2412
2412
|
height?: string | number | undefined;
|
|
2413
2413
|
name?: string | undefined;
|
|
2414
2414
|
width?: string | number | undefined;
|
|
@@ -2439,8 +2439,8 @@ export declare const StyledMotionRightInputIconWrapper: import("styled-component
|
|
|
2439
2439
|
slot?: string | undefined;
|
|
2440
2440
|
title?: string | undefined;
|
|
2441
2441
|
color?: string | undefined;
|
|
2442
|
-
|
|
2443
|
-
|
|
2442
|
+
hidden?: boolean | undefined;
|
|
2443
|
+
content?: string | undefined;
|
|
2444
2444
|
defaultChecked?: boolean | undefined;
|
|
2445
2445
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
2446
2446
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -2448,12 +2448,12 @@ export declare const StyledMotionRightInputIconWrapper: import("styled-component
|
|
|
2448
2448
|
accessKey?: string | undefined;
|
|
2449
2449
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
2450
2450
|
autoFocus?: boolean | undefined;
|
|
2451
|
+
className?: string | undefined;
|
|
2451
2452
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2452
2453
|
contextMenu?: string | undefined;
|
|
2453
2454
|
dir?: string | undefined;
|
|
2454
2455
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
2455
|
-
enterKeyHint?: "search" | "next" | "
|
|
2456
|
-
hidden?: boolean | undefined;
|
|
2456
|
+
enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
|
|
2457
2457
|
id?: string | undefined;
|
|
2458
2458
|
lang?: string | undefined;
|
|
2459
2459
|
nonce?: string | undefined;
|
|
@@ -2463,11 +2463,11 @@ export declare const StyledMotionRightInputIconWrapper: import("styled-component
|
|
|
2463
2463
|
radioGroup?: string | undefined;
|
|
2464
2464
|
role?: import("react").AriaRole | undefined;
|
|
2465
2465
|
about?: string | undefined;
|
|
2466
|
-
content?: string | undefined;
|
|
2467
2466
|
datatype?: string | undefined;
|
|
2468
2467
|
inlist?: any;
|
|
2469
2468
|
prefix?: string | undefined;
|
|
2470
2469
|
property?: string | undefined;
|
|
2470
|
+
rel?: string | undefined;
|
|
2471
2471
|
resource?: string | undefined;
|
|
2472
2472
|
rev?: string | undefined;
|
|
2473
2473
|
typeof?: string | undefined;
|
|
@@ -26,9 +26,9 @@ export declare const StyledMotionAmountControlButton: import("styled-components/
|
|
|
26
26
|
title?: string | undefined;
|
|
27
27
|
value?: string | number | readonly string[] | undefined;
|
|
28
28
|
color?: string | undefined;
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
hidden?: boolean | undefined;
|
|
30
|
+
content?: string | undefined;
|
|
31
|
+
disabled?: boolean | 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 StyledMotionAmountControlButton: import("styled-components/
|
|
|
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" | "
|
|
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 StyledMotionAmountControlButton: import("styled-components/
|
|
|
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;
|
|
@@ -284,7 +284,7 @@ export declare const StyledMotionAmountControlButton: import("styled-components/
|
|
|
284
284
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
285
285
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
286
286
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
287
|
-
|
|
287
|
+
type?: "button" | "reset" | "submit" | undefined;
|
|
288
288
|
name?: string | undefined;
|
|
289
289
|
formAction?: string | undefined;
|
|
290
290
|
formEncType?: string | undefined;
|
|
@@ -6,6 +6,7 @@ type StyledButtonProps = WithTheme<{
|
|
|
6
6
|
$isSecondary?: boolean;
|
|
7
7
|
$shouldShowTextAsRobotoMedium: boolean;
|
|
8
8
|
$shouldShowAsSelectButton: boolean;
|
|
9
|
+
$shouldShowWaitCursor?: boolean;
|
|
9
10
|
}>;
|
|
10
11
|
export declare const StyledMotionButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<{
|
|
11
12
|
form?: string | undefined;
|
|
@@ -13,9 +14,9 @@ export declare const StyledMotionButton: import("styled-components/dist/types").
|
|
|
13
14
|
title?: string | undefined;
|
|
14
15
|
value?: string | number | readonly string[] | undefined;
|
|
15
16
|
color?: string | undefined;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
hidden?: boolean | undefined;
|
|
18
|
+
content?: string | undefined;
|
|
19
|
+
disabled?: boolean | undefined;
|
|
19
20
|
defaultChecked?: boolean | undefined;
|
|
20
21
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
21
22
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -23,12 +24,12 @@ export declare const StyledMotionButton: import("styled-components/dist/types").
|
|
|
23
24
|
accessKey?: string | undefined;
|
|
24
25
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
25
26
|
autoFocus?: boolean | undefined;
|
|
27
|
+
className?: string | undefined;
|
|
26
28
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
27
29
|
contextMenu?: string | undefined;
|
|
28
30
|
dir?: string | undefined;
|
|
29
31
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
30
|
-
enterKeyHint?: "search" | "next" | "
|
|
31
|
-
hidden?: boolean | undefined;
|
|
32
|
+
enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
|
|
32
33
|
id?: string | undefined;
|
|
33
34
|
lang?: string | undefined;
|
|
34
35
|
nonce?: string | undefined;
|
|
@@ -38,11 +39,11 @@ export declare const StyledMotionButton: import("styled-components/dist/types").
|
|
|
38
39
|
radioGroup?: string | undefined;
|
|
39
40
|
role?: import("react").AriaRole | undefined;
|
|
40
41
|
about?: string | undefined;
|
|
41
|
-
content?: string | undefined;
|
|
42
42
|
datatype?: string | undefined;
|
|
43
43
|
inlist?: any;
|
|
44
44
|
prefix?: string | undefined;
|
|
45
45
|
property?: string | undefined;
|
|
46
|
+
rel?: string | undefined;
|
|
46
47
|
resource?: string | undefined;
|
|
47
48
|
rev?: string | undefined;
|
|
48
49
|
typeof?: string | undefined;
|
|
@@ -271,7 +272,7 @@ export declare const StyledMotionButton: import("styled-components/dist/types").
|
|
|
271
272
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
272
273
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
273
274
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
274
|
-
|
|
275
|
+
type?: "button" | "reset" | "submit" | undefined;
|
|
275
276
|
name?: string | undefined;
|
|
276
277
|
formAction?: string | undefined;
|
|
277
278
|
formEncType?: string | undefined;
|
|
@@ -286,8 +287,8 @@ export declare const StyledMotionChildrenWrapper: import("styled-components/dist
|
|
|
286
287
|
slot?: string | undefined;
|
|
287
288
|
title?: string | undefined;
|
|
288
289
|
color?: string | undefined;
|
|
289
|
-
|
|
290
|
-
|
|
290
|
+
hidden?: boolean | undefined;
|
|
291
|
+
content?: string | undefined;
|
|
291
292
|
defaultChecked?: boolean | undefined;
|
|
292
293
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
293
294
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -295,12 +296,12 @@ export declare const StyledMotionChildrenWrapper: import("styled-components/dist
|
|
|
295
296
|
accessKey?: string | undefined;
|
|
296
297
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
297
298
|
autoFocus?: boolean | undefined;
|
|
299
|
+
className?: string | undefined;
|
|
298
300
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
299
301
|
contextMenu?: string | undefined;
|
|
300
302
|
dir?: string | undefined;
|
|
301
303
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
302
|
-
enterKeyHint?: "search" | "next" | "
|
|
303
|
-
hidden?: boolean | undefined;
|
|
304
|
+
enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
|
|
304
305
|
id?: string | undefined;
|
|
305
306
|
lang?: string | undefined;
|
|
306
307
|
nonce?: string | undefined;
|
|
@@ -310,11 +311,11 @@ export declare const StyledMotionChildrenWrapper: import("styled-components/dist
|
|
|
310
311
|
radioGroup?: string | undefined;
|
|
311
312
|
role?: import("react").AriaRole | undefined;
|
|
312
313
|
about?: string | undefined;
|
|
313
|
-
content?: string | undefined;
|
|
314
314
|
datatype?: string | undefined;
|
|
315
315
|
inlist?: any;
|
|
316
316
|
prefix?: string | undefined;
|
|
317
317
|
property?: string | undefined;
|
|
318
|
+
rel?: string | undefined;
|
|
318
319
|
resource?: string | undefined;
|
|
319
320
|
rev?: string | undefined;
|
|
320
321
|
typeof?: string | undefined;
|
|
@@ -552,8 +553,8 @@ export declare const StyledMotionWaitCursorWrapper: import("styled-components/di
|
|
|
552
553
|
slot?: string | undefined;
|
|
553
554
|
title?: string | undefined;
|
|
554
555
|
color?: string | undefined;
|
|
555
|
-
|
|
556
|
-
|
|
556
|
+
hidden?: boolean | undefined;
|
|
557
|
+
content?: string | undefined;
|
|
557
558
|
defaultChecked?: boolean | undefined;
|
|
558
559
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
559
560
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -561,12 +562,12 @@ export declare const StyledMotionWaitCursorWrapper: import("styled-components/di
|
|
|
561
562
|
accessKey?: string | undefined;
|
|
562
563
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
563
564
|
autoFocus?: boolean | undefined;
|
|
565
|
+
className?: string | undefined;
|
|
564
566
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
565
567
|
contextMenu?: string | undefined;
|
|
566
568
|
dir?: string | undefined;
|
|
567
569
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
568
|
-
enterKeyHint?: "search" | "next" | "
|
|
569
|
-
hidden?: boolean | undefined;
|
|
570
|
+
enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
|
|
570
571
|
id?: string | undefined;
|
|
571
572
|
lang?: string | undefined;
|
|
572
573
|
nonce?: string | undefined;
|
|
@@ -576,11 +577,11 @@ export declare const StyledMotionWaitCursorWrapper: import("styled-components/di
|
|
|
576
577
|
radioGroup?: string | undefined;
|
|
577
578
|
role?: import("react").AriaRole | undefined;
|
|
578
579
|
about?: string | undefined;
|
|
579
|
-
content?: string | undefined;
|
|
580
580
|
datatype?: string | undefined;
|
|
581
581
|
inlist?: any;
|
|
582
582
|
prefix?: string | undefined;
|
|
583
583
|
property?: string | undefined;
|
|
584
|
+
rel?: string | undefined;
|
|
584
585
|
resource?: string | undefined;
|
|
585
586
|
rev?: string | undefined;
|
|
586
587
|
typeof?: string | undefined;
|
|
@@ -65,7 +65,6 @@ export type FramerMotionBugFix = WithTheme<unknown>;
|
|
|
65
65
|
export interface ColorSchemeContextProps {
|
|
66
66
|
designSettings: DesignSettings;
|
|
67
67
|
paragraphFormat: ParagraphFormat[];
|
|
68
|
-
colors: Theme;
|
|
69
68
|
theme: Theme;
|
|
70
69
|
}
|
|
71
70
|
export declare const ColorSchemeContext: React.Context<ColorSchemeContextProps | undefined>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const StyledColorSchemeProvider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -43,8 +43,8 @@ export declare const StyledMotionComboBoxBody: import("styled-components/dist/ty
|
|
|
43
43
|
slot?: string | undefined;
|
|
44
44
|
title?: string | undefined;
|
|
45
45
|
color?: string | undefined;
|
|
46
|
-
|
|
47
|
-
|
|
46
|
+
hidden?: boolean | undefined;
|
|
47
|
+
content?: string | undefined;
|
|
48
48
|
defaultChecked?: boolean | undefined;
|
|
49
49
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
50
50
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -52,12 +52,12 @@ export declare const StyledMotionComboBoxBody: import("styled-components/dist/ty
|
|
|
52
52
|
accessKey?: string | undefined;
|
|
53
53
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
54
54
|
autoFocus?: boolean | undefined;
|
|
55
|
+
className?: string | undefined;
|
|
55
56
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
56
57
|
contextMenu?: string | undefined;
|
|
57
58
|
dir?: string | undefined;
|
|
58
59
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
59
|
-
enterKeyHint?: "search" | "next" | "
|
|
60
|
-
hidden?: boolean | undefined;
|
|
60
|
+
enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
|
|
61
61
|
id?: string | undefined;
|
|
62
62
|
lang?: string | undefined;
|
|
63
63
|
nonce?: string | undefined;
|
|
@@ -67,11 +67,11 @@ export declare const StyledMotionComboBoxBody: import("styled-components/dist/ty
|
|
|
67
67
|
radioGroup?: string | undefined;
|
|
68
68
|
role?: import("react").AriaRole | undefined;
|
|
69
69
|
about?: string | undefined;
|
|
70
|
-
content?: string | undefined;
|
|
71
70
|
datatype?: string | undefined;
|
|
72
71
|
inlist?: any;
|
|
73
72
|
prefix?: string | undefined;
|
|
74
73
|
property?: string | undefined;
|
|
74
|
+
rel?: string | undefined;
|
|
75
75
|
resource?: string | undefined;
|
|
76
76
|
rev?: string | undefined;
|
|
77
77
|
typeof?: string | undefined;
|