@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
|
@@ -30,8 +30,8 @@ export declare const StyledMotionRadioButtonChildren: import("styled-components/
|
|
|
30
30
|
slot?: string | undefined;
|
|
31
31
|
title?: string | undefined;
|
|
32
32
|
color?: string | undefined;
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
hidden?: boolean | undefined;
|
|
34
|
+
content?: string | undefined;
|
|
35
35
|
defaultChecked?: boolean | undefined;
|
|
36
36
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
37
37
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -39,12 +39,12 @@ export declare const StyledMotionRadioButtonChildren: import("styled-components/
|
|
|
39
39
|
accessKey?: string | undefined;
|
|
40
40
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
41
41
|
autoFocus?: boolean | undefined;
|
|
42
|
+
className?: string | undefined;
|
|
42
43
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
43
44
|
contextMenu?: string | undefined;
|
|
44
45
|
dir?: string | undefined;
|
|
45
46
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
46
|
-
enterKeyHint?: "search" | "next" | "
|
|
47
|
-
hidden?: boolean | undefined;
|
|
47
|
+
enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
|
|
48
48
|
id?: string | undefined;
|
|
49
49
|
lang?: string | undefined;
|
|
50
50
|
nonce?: string | undefined;
|
|
@@ -54,11 +54,11 @@ export declare const StyledMotionRadioButtonChildren: import("styled-components/
|
|
|
54
54
|
radioGroup?: string | undefined;
|
|
55
55
|
role?: import("react").AriaRole | undefined;
|
|
56
56
|
about?: string | undefined;
|
|
57
|
-
content?: string | undefined;
|
|
58
57
|
datatype?: string | undefined;
|
|
59
58
|
inlist?: any;
|
|
60
59
|
prefix?: string | undefined;
|
|
61
60
|
property?: string | undefined;
|
|
61
|
+
rel?: string | undefined;
|
|
62
62
|
resource?: string | undefined;
|
|
63
63
|
rev?: string | undefined;
|
|
64
64
|
typeof?: string | undefined;
|
|
@@ -10,8 +10,8 @@ export declare const StyledMotionSearchBoxBody: import("styled-components/dist/t
|
|
|
10
10
|
slot?: string | undefined;
|
|
11
11
|
title?: string | undefined;
|
|
12
12
|
color?: string | undefined;
|
|
13
|
-
|
|
14
|
-
|
|
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 StyledMotionSearchBoxBody: import("styled-components/dist/t
|
|
|
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" | "
|
|
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 StyledMotionSearchBoxBody: import("styled-components/dist/t
|
|
|
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 StyledMotionSearchBoxBody: import("styled-components/dist/t
|
|
|
7
7
|
slot?: string | undefined;
|
|
8
8
|
title?: string | undefined;
|
|
9
9
|
color?: string | undefined;
|
|
10
|
-
|
|
11
|
-
|
|
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 StyledMotionSearchBoxBody: import("styled-components/dist/t
|
|
|
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" | "
|
|
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 StyledMotionSearchBoxBody: import("styled-components/dist/t
|
|
|
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;
|
|
@@ -7,8 +7,8 @@ export declare const StyledMotionSearchInputContentWrapper: import("styled-compo
|
|
|
7
7
|
slot?: string | undefined;
|
|
8
8
|
title?: string | undefined;
|
|
9
9
|
color?: string | undefined;
|
|
10
|
-
|
|
11
|
-
|
|
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 StyledMotionSearchInputContentWrapper: import("styled-compo
|
|
|
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" | "
|
|
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 StyledMotionSearchInputContentWrapper: import("styled-compo
|
|
|
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;
|
|
@@ -274,8 +274,8 @@ export declare const StyledMotionSearchInputIconWrapperContent: import("styled-c
|
|
|
274
274
|
slot?: string | undefined;
|
|
275
275
|
title?: string | undefined;
|
|
276
276
|
color?: string | undefined;
|
|
277
|
-
|
|
278
|
-
|
|
277
|
+
hidden?: boolean | undefined;
|
|
278
|
+
content?: string | undefined;
|
|
279
279
|
defaultChecked?: boolean | undefined;
|
|
280
280
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
281
281
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -283,12 +283,12 @@ export declare const StyledMotionSearchInputIconWrapperContent: import("styled-c
|
|
|
283
283
|
accessKey?: string | undefined;
|
|
284
284
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
285
285
|
autoFocus?: boolean | undefined;
|
|
286
|
+
className?: string | undefined;
|
|
286
287
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
287
288
|
contextMenu?: string | undefined;
|
|
288
289
|
dir?: string | undefined;
|
|
289
290
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
290
|
-
enterKeyHint?: "search" | "next" | "
|
|
291
|
-
hidden?: boolean | undefined;
|
|
291
|
+
enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
|
|
292
292
|
id?: string | undefined;
|
|
293
293
|
lang?: string | undefined;
|
|
294
294
|
nonce?: string | undefined;
|
|
@@ -298,11 +298,11 @@ export declare const StyledMotionSearchInputIconWrapperContent: import("styled-c
|
|
|
298
298
|
radioGroup?: string | undefined;
|
|
299
299
|
role?: import("react").AriaRole | undefined;
|
|
300
300
|
about?: string | undefined;
|
|
301
|
-
content?: string | undefined;
|
|
302
301
|
datatype?: string | undefined;
|
|
303
302
|
inlist?: any;
|
|
304
303
|
prefix?: string | undefined;
|
|
305
304
|
property?: string | undefined;
|
|
305
|
+
rel?: string | undefined;
|
|
306
306
|
resource?: string | undefined;
|
|
307
307
|
rev?: string | undefined;
|
|
308
308
|
typeof?: string | undefined;
|
|
@@ -18,9 +18,10 @@ export declare const StyledSliderInput: import("styled-components/dist/types").I
|
|
|
18
18
|
value?: string | number | readonly string[] | undefined;
|
|
19
19
|
size?: number | undefined;
|
|
20
20
|
color?: string | undefined;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
21
|
+
hidden?: boolean | undefined;
|
|
22
|
+
content?: string | undefined;
|
|
23
|
+
multiple?: boolean | undefined;
|
|
24
|
+
disabled?: boolean | undefined;
|
|
24
25
|
defaultChecked?: boolean | undefined;
|
|
25
26
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
26
27
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -28,12 +29,12 @@ export declare const StyledSliderInput: import("styled-components/dist/types").I
|
|
|
28
29
|
accessKey?: string | undefined;
|
|
29
30
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
30
31
|
autoFocus?: boolean | undefined;
|
|
32
|
+
className?: string | undefined;
|
|
31
33
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
32
34
|
contextMenu?: string | undefined;
|
|
33
35
|
dir?: string | undefined;
|
|
34
36
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
35
|
-
enterKeyHint?: "search" | "next" | "
|
|
36
|
-
hidden?: boolean | undefined;
|
|
37
|
+
enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
|
|
37
38
|
id?: string | undefined;
|
|
38
39
|
lang?: string | undefined;
|
|
39
40
|
nonce?: string | undefined;
|
|
@@ -43,11 +44,11 @@ export declare const StyledSliderInput: import("styled-components/dist/types").I
|
|
|
43
44
|
radioGroup?: string | undefined;
|
|
44
45
|
role?: import("react").AriaRole | undefined;
|
|
45
46
|
about?: string | undefined;
|
|
46
|
-
content?: string | undefined;
|
|
47
47
|
datatype?: string | undefined;
|
|
48
48
|
inlist?: any;
|
|
49
49
|
prefix?: string | undefined;
|
|
50
50
|
property?: string | undefined;
|
|
51
|
+
rel?: string | undefined;
|
|
51
52
|
resource?: string | undefined;
|
|
52
53
|
rev?: string | undefined;
|
|
53
54
|
typeof?: string | undefined;
|
|
@@ -276,8 +277,7 @@ export declare const StyledSliderInput: import("styled-components/dist/types").I
|
|
|
276
277
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLInputElement> | undefined;
|
|
277
278
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLInputElement> | undefined;
|
|
278
279
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLInputElement> | undefined;
|
|
279
|
-
|
|
280
|
-
disabled?: boolean | undefined;
|
|
280
|
+
type?: import("react").HTMLInputTypeAttribute | undefined;
|
|
281
281
|
height?: string | number | undefined;
|
|
282
282
|
name?: string | undefined;
|
|
283
283
|
width?: string | number | undefined;
|
|
@@ -311,9 +311,10 @@ export declare const StyledSliderInput: import("styled-components/dist/types").I
|
|
|
311
311
|
value?: string | number | readonly string[] | undefined;
|
|
312
312
|
size?: number | undefined;
|
|
313
313
|
color?: string | undefined;
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
314
|
+
hidden?: boolean | undefined;
|
|
315
|
+
content?: string | undefined;
|
|
316
|
+
multiple?: boolean | undefined;
|
|
317
|
+
disabled?: boolean | undefined;
|
|
317
318
|
defaultChecked?: boolean | undefined;
|
|
318
319
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
319
320
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -321,12 +322,12 @@ export declare const StyledSliderInput: import("styled-components/dist/types").I
|
|
|
321
322
|
accessKey?: string | undefined;
|
|
322
323
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
323
324
|
autoFocus?: boolean | undefined;
|
|
325
|
+
className?: string | undefined;
|
|
324
326
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
325
327
|
contextMenu?: string | undefined;
|
|
326
328
|
dir?: string | undefined;
|
|
327
329
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
328
|
-
enterKeyHint?: "search" | "next" | "
|
|
329
|
-
hidden?: boolean | undefined;
|
|
330
|
+
enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
|
|
330
331
|
id?: string | undefined;
|
|
331
332
|
lang?: string | undefined;
|
|
332
333
|
nonce?: string | undefined;
|
|
@@ -336,11 +337,11 @@ export declare const StyledSliderInput: import("styled-components/dist/types").I
|
|
|
336
337
|
radioGroup?: string | undefined;
|
|
337
338
|
role?: import("react").AriaRole | undefined;
|
|
338
339
|
about?: string | undefined;
|
|
339
|
-
content?: string | undefined;
|
|
340
340
|
datatype?: string | undefined;
|
|
341
341
|
inlist?: any;
|
|
342
342
|
prefix?: string | undefined;
|
|
343
343
|
property?: string | undefined;
|
|
344
|
+
rel?: string | undefined;
|
|
344
345
|
resource?: string | undefined;
|
|
345
346
|
rev?: string | undefined;
|
|
346
347
|
typeof?: string | undefined;
|
|
@@ -569,8 +570,7 @@ export declare const StyledSliderInput: import("styled-components/dist/types").I
|
|
|
569
570
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLInputElement> | undefined;
|
|
570
571
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLInputElement> | undefined;
|
|
571
572
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLInputElement> | undefined;
|
|
572
|
-
|
|
573
|
-
disabled?: boolean | undefined;
|
|
573
|
+
type?: import("react").HTMLInputTypeAttribute | undefined;
|
|
574
574
|
height?: string | number | undefined;
|
|
575
575
|
name?: string | undefined;
|
|
576
576
|
width?: string | number | undefined;
|
|
@@ -28,8 +28,8 @@ export declare const StyledMotionSliderButtonThumb: import("styled-components/di
|
|
|
28
28
|
slot?: string | undefined;
|
|
29
29
|
title?: string | undefined;
|
|
30
30
|
color?: string | undefined;
|
|
31
|
-
|
|
32
|
-
|
|
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 StyledMotionSliderButtonThumb: import("styled-components/di
|
|
|
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" | "
|
|
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 StyledMotionSliderButtonThumb: import("styled-components/di
|
|
|
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;
|
|
@@ -5,8 +5,8 @@ export declare const StyledMotionTruncationContent: import("styled-components/di
|
|
|
5
5
|
slot?: string | undefined;
|
|
6
6
|
title?: string | undefined;
|
|
7
7
|
color?: string | undefined;
|
|
8
|
-
|
|
9
|
-
|
|
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 StyledMotionTruncationContent: 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" | "
|
|
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 StyledMotionTruncationContent: 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;
|
|
@@ -2,9 +2,6 @@ import { IconStyle, type ParagraphFormat } from '../types/colorSchemeProvider';
|
|
|
2
2
|
export declare const convertIconStyle: (iconStyle: IconStyle) => "fa-solid" | "fa-duotone" | "fa-sharp" | "fa-light" | "fa-regular";
|
|
3
3
|
export declare const getFontSize: () => string;
|
|
4
4
|
export declare const getHeadlineColorSelector: (data: ParagraphFormat[]) => {
|
|
5
|
-
colorResult: {
|
|
6
|
-
[key: string]: string;
|
|
7
|
-
};
|
|
8
5
|
themeResult: {
|
|
9
6
|
[key: string]: string;
|
|
10
7
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chayns-components/core",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.981",
|
|
4
4
|
"description": "A set of beautiful React components for developing your own applications with chayns.",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"browserslist": [
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"publishConfig": {
|
|
88
88
|
"access": "public"
|
|
89
89
|
},
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "a5d2942d7a6adea7b282fcbcb9f490af90517978"
|
|
91
91
|
}
|