@chayns-components/core 5.0.0-beta.728 → 5.0.0-beta.734
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/api/theme/get.js +6 -8
- package/lib/cjs/api/theme/get.js.map +1 -1
- package/lib/cjs/components/accordion/accordion-group/AccordionGroup.js +5 -2
- package/lib/cjs/components/accordion/accordion-group/AccordionGroup.js.map +1 -1
- package/lib/cjs/components/color-scheme-provider/ColorSchemeProvider.js +4 -3
- package/lib/cjs/components/color-scheme-provider/ColorSchemeProvider.js.map +1 -1
- package/lib/cjs/components/list/list-item/ListItem.js +3 -1
- package/lib/cjs/components/list/list-item/ListItem.js.map +1 -1
- package/lib/cjs/components/list/list-item/ListItem.styles.js +4 -2
- package/lib/cjs/components/list/list-item/ListItem.styles.js.map +1 -1
- package/lib/esm/api/theme/get.js +6 -8
- package/lib/esm/api/theme/get.js.map +1 -1
- package/lib/esm/components/accordion/accordion-group/AccordionGroup.js +6 -3
- package/lib/esm/components/accordion/accordion-group/AccordionGroup.js.map +1 -1
- package/lib/esm/components/color-scheme-provider/ColorSchemeProvider.js +4 -3
- package/lib/esm/components/color-scheme-provider/ColorSchemeProvider.js.map +1 -1
- package/lib/esm/components/list/list-item/ListItem.js +3 -1
- package/lib/esm/components/list/list-item/ListItem.js.map +1 -1
- package/lib/esm/components/list/list-item/ListItem.styles.js +4 -2
- package/lib/esm/components/list/list-item/ListItem.styles.js.map +1 -1
- package/lib/types/api/theme/get.d.ts +2 -2
- package/lib/types/components/accordion/accordion-body/AccordionBody.styles.d.ts +1 -1
- package/lib/types/components/accordion/accordion-head/AccordionHead.styles.d.ts +10 -10
- package/lib/types/components/amount-control/AmountControl.styles.d.ts +1 -1
- package/lib/types/components/button/Button.styles.d.ts +3 -3
- package/lib/types/components/color-scheme-provider/ColorSchemeProvider.d.ts +4 -0
- package/lib/types/components/combobox/ComboBox.styles.d.ts +1 -1
- package/lib/types/components/context-menu/context-menu-content/ContextMenuContent.styles.d.ts +1 -1
- package/lib/types/components/expandable-content/ExpandableContent.styles.d.ts +1 -1
- package/lib/types/components/file-input/FileInput.styles.d.ts +1 -1
- package/lib/types/components/filter-buttons/filter-button/FilterButton.styles.d.ts +1 -1
- package/lib/types/components/input/Input.styles.d.ts +3 -3
- package/lib/types/components/list/list-item/ListItem.d.ts +4 -0
- package/lib/types/components/list/list-item/ListItem.styles.d.ts +2 -1
- package/lib/types/components/list/list-item/list-item-body/ListItemBody.styles.d.ts +1 -1
- package/lib/types/components/list/list-item/list-item-head/ListItemHead.styles.d.ts +4 -4
- package/lib/types/components/mention-finder/MentionFinder.styles.d.ts +1 -1
- package/lib/types/components/popup/popup-content-wrapper/PopupContentWrapper.styles.d.ts +1 -1
- package/lib/types/components/progress-bar/ProgressBar.styles.d.ts +1 -1
- package/lib/types/components/radio-button/RadioButton.styles.d.ts +1 -1
- package/lib/types/components/search-box/SearchBox.styles.d.ts +1 -1
- package/lib/types/components/search-box/search-box-body/SearchBoxBody.styles.d.ts +1 -1
- package/lib/types/components/search-input/SearchInput.styles.d.ts +2 -2
- package/lib/types/components/slider/Slider.styles.d.ts +2 -2
- package/lib/types/components/slider-button/SliderButton.styles.d.ts +1 -1
- package/lib/types/components/truncation/Truncation.styles.d.ts +1 -1
- package/package.json +2 -2
|
@@ -28,7 +28,6 @@ export declare const StyledRadioButtonLabel: import("styled-components/dist/type
|
|
|
28
28
|
export declare const StyledMotionRadioButtonChildren: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<{
|
|
29
29
|
slot?: string | undefined;
|
|
30
30
|
title?: string | undefined;
|
|
31
|
-
id?: string | undefined;
|
|
32
31
|
color?: string | undefined;
|
|
33
32
|
rel?: string | undefined;
|
|
34
33
|
defaultChecked?: boolean | undefined;
|
|
@@ -43,6 +42,7 @@ export declare const StyledMotionRadioButtonChildren: import("styled-components/
|
|
|
43
42
|
dir?: string | undefined;
|
|
44
43
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
45
44
|
hidden?: boolean | undefined;
|
|
45
|
+
id?: string | undefined;
|
|
46
46
|
lang?: string | undefined;
|
|
47
47
|
nonce?: string | undefined;
|
|
48
48
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
@@ -9,7 +9,6 @@ type StyledMotionSearchBoxBodyProps = WithTheme<{
|
|
|
9
9
|
export declare const StyledMotionSearchBoxBody: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<{
|
|
10
10
|
slot?: string | undefined;
|
|
11
11
|
title?: string | undefined;
|
|
12
|
-
id?: string | undefined;
|
|
13
12
|
color?: string | undefined;
|
|
14
13
|
rel?: string | undefined;
|
|
15
14
|
defaultChecked?: boolean | undefined;
|
|
@@ -24,6 +23,7 @@ export declare const StyledMotionSearchBoxBody: import("styled-components/dist/t
|
|
|
24
23
|
dir?: string | undefined;
|
|
25
24
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
26
25
|
hidden?: boolean | undefined;
|
|
26
|
+
id?: string | undefined;
|
|
27
27
|
lang?: string | undefined;
|
|
28
28
|
nonce?: string | undefined;
|
|
29
29
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
@@ -6,7 +6,6 @@ type StyledMotionSearchBoxBodyProps = WithTheme<{
|
|
|
6
6
|
export declare const StyledMotionSearchBoxBody: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<{
|
|
7
7
|
slot?: string | undefined;
|
|
8
8
|
title?: string | undefined;
|
|
9
|
-
id?: string | undefined;
|
|
10
9
|
color?: string | undefined;
|
|
11
10
|
rel?: string | undefined;
|
|
12
11
|
defaultChecked?: boolean | undefined;
|
|
@@ -21,6 +20,7 @@ export declare const StyledMotionSearchBoxBody: import("styled-components/dist/t
|
|
|
21
20
|
dir?: string | undefined;
|
|
22
21
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
23
22
|
hidden?: boolean | undefined;
|
|
23
|
+
id?: string | undefined;
|
|
24
24
|
lang?: string | undefined;
|
|
25
25
|
nonce?: string | undefined;
|
|
26
26
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
@@ -6,7 +6,6 @@ export declare const StyledSearchInput: import("styled-components/dist/types").I
|
|
|
6
6
|
export declare const StyledMotionSearchInputContentWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<{
|
|
7
7
|
slot?: string | undefined;
|
|
8
8
|
title?: string | undefined;
|
|
9
|
-
id?: string | undefined;
|
|
10
9
|
color?: string | undefined;
|
|
11
10
|
rel?: string | undefined;
|
|
12
11
|
defaultChecked?: boolean | undefined;
|
|
@@ -21,6 +20,7 @@ export declare const StyledMotionSearchInputContentWrapper: import("styled-compo
|
|
|
21
20
|
dir?: string | undefined;
|
|
22
21
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
23
22
|
hidden?: boolean | undefined;
|
|
23
|
+
id?: string | undefined;
|
|
24
24
|
lang?: string | undefined;
|
|
25
25
|
nonce?: string | undefined;
|
|
26
26
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
@@ -272,7 +272,6 @@ export declare const StyledMotionSearchInputIconWrapper: import("styled-componen
|
|
|
272
272
|
export declare const StyledMotionSearchInputIconWrapperContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<{
|
|
273
273
|
slot?: string | undefined;
|
|
274
274
|
title?: string | undefined;
|
|
275
|
-
id?: string | undefined;
|
|
276
275
|
color?: string | undefined;
|
|
277
276
|
rel?: string | undefined;
|
|
278
277
|
defaultChecked?: boolean | undefined;
|
|
@@ -287,6 +286,7 @@ export declare const StyledMotionSearchInputIconWrapperContent: import("styled-c
|
|
|
287
286
|
dir?: string | undefined;
|
|
288
287
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
289
288
|
hidden?: boolean | undefined;
|
|
289
|
+
id?: string | undefined;
|
|
290
290
|
lang?: string | undefined;
|
|
291
291
|
nonce?: string | undefined;
|
|
292
292
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
@@ -14,7 +14,6 @@ export declare const StyledSliderInput: import("styled-components/dist/types").I
|
|
|
14
14
|
pattern?: string | undefined;
|
|
15
15
|
value?: string | number | readonly string[] | undefined;
|
|
16
16
|
size?: number | undefined;
|
|
17
|
-
id?: string | undefined;
|
|
18
17
|
color?: string | undefined;
|
|
19
18
|
type?: import("react").HTMLInputTypeAttribute | undefined;
|
|
20
19
|
rel?: string | undefined;
|
|
@@ -30,6 +29,7 @@ export declare const StyledSliderInput: import("styled-components/dist/types").I
|
|
|
30
29
|
dir?: string | undefined;
|
|
31
30
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
32
31
|
hidden?: boolean | undefined;
|
|
32
|
+
id?: string | undefined;
|
|
33
33
|
lang?: string | undefined;
|
|
34
34
|
nonce?: string | undefined;
|
|
35
35
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
@@ -307,7 +307,6 @@ export declare const StyledSliderInput: import("styled-components/dist/types").I
|
|
|
307
307
|
pattern?: string | undefined;
|
|
308
308
|
value?: string | number | readonly string[] | undefined;
|
|
309
309
|
size?: number | undefined;
|
|
310
|
-
id?: string | undefined;
|
|
311
310
|
color?: string | undefined;
|
|
312
311
|
type?: import("react").HTMLInputTypeAttribute | undefined;
|
|
313
312
|
rel?: string | undefined;
|
|
@@ -323,6 +322,7 @@ export declare const StyledSliderInput: import("styled-components/dist/types").I
|
|
|
323
322
|
dir?: string | undefined;
|
|
324
323
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
325
324
|
hidden?: boolean | undefined;
|
|
325
|
+
id?: string | undefined;
|
|
326
326
|
lang?: string | undefined;
|
|
327
327
|
nonce?: string | undefined;
|
|
328
328
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
@@ -20,7 +20,6 @@ type StyledMotionSliderButtonThumbProps = WithTheme<{
|
|
|
20
20
|
export declare const StyledMotionSliderButtonThumb: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<{
|
|
21
21
|
slot?: string | undefined;
|
|
22
22
|
title?: string | undefined;
|
|
23
|
-
id?: string | undefined;
|
|
24
23
|
color?: string | undefined;
|
|
25
24
|
rel?: string | undefined;
|
|
26
25
|
defaultChecked?: boolean | undefined;
|
|
@@ -35,6 +34,7 @@ export declare const StyledMotionSliderButtonThumb: import("styled-components/di
|
|
|
35
34
|
dir?: string | undefined;
|
|
36
35
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
37
36
|
hidden?: boolean | undefined;
|
|
37
|
+
id?: string | undefined;
|
|
38
38
|
lang?: string | undefined;
|
|
39
39
|
nonce?: string | undefined;
|
|
40
40
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
@@ -4,7 +4,6 @@ export declare const StyledTruncation: import("styled-components/dist/types").IS
|
|
|
4
4
|
export declare const StyledMotionTruncationContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<{
|
|
5
5
|
slot?: string | undefined;
|
|
6
6
|
title?: string | undefined;
|
|
7
|
-
id?: string | undefined;
|
|
8
7
|
color?: string | undefined;
|
|
9
8
|
rel?: string | undefined;
|
|
10
9
|
defaultChecked?: boolean | undefined;
|
|
@@ -19,6 +18,7 @@ export declare const StyledMotionTruncationContent: import("styled-components/di
|
|
|
19
18
|
dir?: string | undefined;
|
|
20
19
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
21
20
|
hidden?: boolean | undefined;
|
|
21
|
+
id?: string | undefined;
|
|
22
22
|
lang?: string | undefined;
|
|
23
23
|
nonce?: string | undefined;
|
|
24
24
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
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.734",
|
|
4
4
|
"description": "A set of beautiful React components for developing your own applications with chayns.",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"browserslist": [
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"publishConfig": {
|
|
86
86
|
"access": "public"
|
|
87
87
|
},
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "8b0bc487b6227733b117ffdebe937ad58ea23ef5"
|
|
89
89
|
}
|