@chayns-components/core 5.0.0-beta.822 → 5.0.0-beta.824
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/list/list-item/ListItem.styles.js +9 -8
- package/lib/cjs/components/list/list-item/ListItem.styles.js.map +1 -1
- package/lib/cjs/components/sharing-bar/SharingBar.js +4 -2
- package/lib/cjs/components/sharing-bar/SharingBar.js.map +1 -1
- package/lib/esm/components/list/list-item/ListItem.styles.js +12 -11
- package/lib/esm/components/list/list-item/ListItem.styles.js.map +1 -1
- package/lib/esm/components/sharing-bar/SharingBar.js +4 -2
- package/lib/esm/components/sharing-bar/SharingBar.js.map +1 -1
- package/lib/types/components/accordion/Accordion.styles.d.ts +3 -2
- package/lib/types/components/accordion/accordion-body/AccordionBody.styles.d.ts +3 -2
- package/lib/types/components/accordion/accordion-head/AccordionHead.styles.d.ts +30 -21
- package/lib/types/components/amount-control/AmountControl.styles.d.ts +3 -2
- package/lib/types/components/button/Button.styles.d.ts +9 -6
- package/lib/types/components/combobox/ComboBox.styles.d.ts +3 -2
- package/lib/types/components/context-menu/context-menu-content/ContextMenuContent.styles.d.ts +3 -2
- package/lib/types/components/expandable-content/ExpandableContent.styles.d.ts +3 -2
- package/lib/types/components/file-input/FileInput.styles.d.ts +3 -2
- package/lib/types/components/filter-buttons/filter-button/FilterButton.styles.d.ts +3 -2
- package/lib/types/components/input/Input.styles.d.ts +9 -6
- package/lib/types/components/list/list-item/ListItem.styles.d.ts +3 -2
- package/lib/types/components/list/list-item/list-item-body/ListItemBody.styles.d.ts +3 -2
- package/lib/types/components/list/list-item/list-item-head/ListItemHead.styles.d.ts +12 -8
- package/lib/types/components/mention-finder/MentionFinder.styles.d.ts +3 -2
- package/lib/types/components/popup/popup-content-wrapper/PopupContentWrapper.styles.d.ts +3 -2
- package/lib/types/components/progress-bar/ProgressBar.styles.d.ts +3 -2
- package/lib/types/components/radio-button/RadioButton.styles.d.ts +3 -2
- package/lib/types/components/search-box/SearchBox.styles.d.ts +3 -2
- package/lib/types/components/search-box/search-box-body/SearchBoxBody.styles.d.ts +3 -2
- package/lib/types/components/search-input/SearchInput.styles.d.ts +6 -4
- package/lib/types/components/sharing-bar/SharingBar.d.ts +4 -0
- package/lib/types/components/slider/Slider.styles.d.ts +6 -6
- package/lib/types/components/slider-button/SliderButton.styles.d.ts +3 -2
- package/lib/types/components/truncation/Truncation.styles.d.ts +3 -2
- package/package.json +3 -3
|
@@ -12,11 +12,13 @@ export declare const StyledMotionTruncationContent: import("styled-components/di
|
|
|
12
12
|
suppressContentEditableWarning?: boolean | undefined;
|
|
13
13
|
suppressHydrationWarning?: boolean | undefined;
|
|
14
14
|
accessKey?: string | undefined;
|
|
15
|
+
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
15
16
|
autoFocus?: boolean | undefined;
|
|
16
17
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
17
18
|
contextMenu?: string | undefined;
|
|
18
19
|
dir?: string | undefined;
|
|
19
20
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
21
|
+
enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
20
22
|
hidden?: boolean | undefined;
|
|
21
23
|
id?: string | undefined;
|
|
22
24
|
lang?: string | undefined;
|
|
@@ -36,7 +38,6 @@ export declare const StyledMotionTruncationContent: import("styled-components/di
|
|
|
36
38
|
rev?: string | undefined;
|
|
37
39
|
typeof?: string | undefined;
|
|
38
40
|
vocab?: string | undefined;
|
|
39
|
-
autoCapitalize?: string | undefined;
|
|
40
41
|
autoCorrect?: string | undefined;
|
|
41
42
|
autoSave?: string | undefined;
|
|
42
43
|
itemProp?: string | undefined;
|
|
@@ -46,7 +47,7 @@ export declare const StyledMotionTruncationContent: import("styled-components/di
|
|
|
46
47
|
itemRef?: string | undefined;
|
|
47
48
|
results?: number | undefined;
|
|
48
49
|
security?: string | undefined;
|
|
49
|
-
unselectable?: "
|
|
50
|
+
unselectable?: "off" | "on" | undefined;
|
|
50
51
|
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
51
52
|
is?: string | undefined;
|
|
52
53
|
"aria-activedescendant"?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chayns-components/core",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.824",
|
|
4
4
|
"description": "A set of beautiful React components for developing your own applications with chayns.",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"browserslist": [
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@babel/preset-env": "^7.25.4",
|
|
55
55
|
"@babel/preset-react": "^7.24.7",
|
|
56
56
|
"@babel/preset-typescript": "^7.24.7",
|
|
57
|
-
"@types/react": "^18.3.
|
|
57
|
+
"@types/react": "^18.3.10",
|
|
58
58
|
"@types/react-dom": "^18.3.0",
|
|
59
59
|
"@types/react-helmet": "^6.1.11",
|
|
60
60
|
"@types/styled-components": "^5.1.34",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"publishConfig": {
|
|
86
86
|
"access": "public"
|
|
87
87
|
},
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "54d1989a02b288b59895d7ac45fe63e7dc82dada"
|
|
89
89
|
}
|