@os-design/core 1.0.260 → 1.0.262
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.
|
@@ -7,111 +7,111 @@ export type ButtonLinkProps = JsxAProps & ReactRouterLinkProps & Pick<LinkProps,
|
|
|
7
7
|
*/
|
|
8
8
|
declare const ButtonLink: import("react").ForwardRefExoticComponent<JsxAProps & ReactRouterLinkProps & Pick<LinkProps, "as"> & {
|
|
9
9
|
key?: import("react").Key | null | undefined;
|
|
10
|
-
defaultChecked?: boolean | undefined;
|
|
10
|
+
defaultChecked?: boolean | undefined | undefined;
|
|
11
11
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
12
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
13
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
14
|
-
accessKey?: string | undefined;
|
|
15
|
-
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
16
|
-
autoFocus?: boolean | undefined;
|
|
17
|
-
className?: string | undefined;
|
|
12
|
+
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
13
|
+
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
14
|
+
accessKey?: string | undefined | undefined;
|
|
15
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
16
|
+
autoFocus?: boolean | undefined | undefined;
|
|
17
|
+
className?: string | undefined | undefined;
|
|
18
18
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
19
|
-
contextMenu?: string | undefined;
|
|
20
|
-
dir?: string | undefined;
|
|
19
|
+
contextMenu?: string | undefined | undefined;
|
|
20
|
+
dir?: string | undefined | undefined;
|
|
21
21
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
22
|
-
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
23
|
-
hidden?: boolean | undefined;
|
|
24
|
-
id?: string | undefined;
|
|
25
|
-
lang?: string | undefined;
|
|
26
|
-
nonce?: string | undefined;
|
|
27
|
-
slot?: string | undefined;
|
|
22
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
23
|
+
hidden?: boolean | undefined | undefined;
|
|
24
|
+
id?: string | undefined | undefined;
|
|
25
|
+
lang?: string | undefined | undefined;
|
|
26
|
+
nonce?: string | undefined | undefined;
|
|
27
|
+
slot?: string | undefined | undefined;
|
|
28
28
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
29
29
|
style?: import("react").CSSProperties | undefined;
|
|
30
|
-
tabIndex?: number | undefined;
|
|
31
|
-
title?: string | undefined;
|
|
32
|
-
translate?: "yes" | "no" | undefined;
|
|
33
|
-
radioGroup?: string | undefined;
|
|
30
|
+
tabIndex?: number | undefined | undefined;
|
|
31
|
+
title?: string | undefined | undefined;
|
|
32
|
+
translate?: "yes" | "no" | undefined | undefined;
|
|
33
|
+
radioGroup?: string | undefined | undefined;
|
|
34
34
|
role?: import("react").AriaRole | undefined;
|
|
35
|
-
about?: string | undefined;
|
|
36
|
-
content?: string | undefined;
|
|
37
|
-
datatype?: string | undefined;
|
|
35
|
+
about?: string | undefined | undefined;
|
|
36
|
+
content?: string | undefined | undefined;
|
|
37
|
+
datatype?: string | undefined | undefined;
|
|
38
38
|
inlist?: any;
|
|
39
|
-
prefix?: string | undefined;
|
|
40
|
-
property?: string | undefined;
|
|
41
|
-
rel?: string | undefined;
|
|
42
|
-
resource?: string | undefined;
|
|
43
|
-
rev?: string | undefined;
|
|
44
|
-
typeof?: string | undefined;
|
|
45
|
-
vocab?: string | undefined;
|
|
46
|
-
autoCorrect?: string | undefined;
|
|
47
|
-
autoSave?: string | undefined;
|
|
48
|
-
itemProp?: string | undefined;
|
|
49
|
-
itemScope?: boolean | undefined;
|
|
50
|
-
itemType?: string | undefined;
|
|
51
|
-
itemID?: string | undefined;
|
|
52
|
-
itemRef?: string | undefined;
|
|
53
|
-
results?: number | undefined;
|
|
54
|
-
security?: string | undefined;
|
|
55
|
-
unselectable?: "on" | "off" | undefined;
|
|
56
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
57
|
-
is?: string | undefined;
|
|
58
|
-
"aria-activedescendant"?: string | undefined;
|
|
39
|
+
prefix?: string | undefined | undefined;
|
|
40
|
+
property?: string | undefined | undefined;
|
|
41
|
+
rel?: string | undefined | undefined;
|
|
42
|
+
resource?: string | undefined | undefined;
|
|
43
|
+
rev?: string | undefined | undefined;
|
|
44
|
+
typeof?: string | undefined | undefined;
|
|
45
|
+
vocab?: string | undefined | undefined;
|
|
46
|
+
autoCorrect?: string | undefined | undefined;
|
|
47
|
+
autoSave?: string | undefined | undefined;
|
|
48
|
+
itemProp?: string | undefined | undefined;
|
|
49
|
+
itemScope?: boolean | undefined | undefined;
|
|
50
|
+
itemType?: string | undefined | undefined;
|
|
51
|
+
itemID?: string | undefined | undefined;
|
|
52
|
+
itemRef?: string | undefined | undefined;
|
|
53
|
+
results?: number | undefined | undefined;
|
|
54
|
+
security?: string | undefined | undefined;
|
|
55
|
+
unselectable?: "on" | "off" | undefined | undefined;
|
|
56
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
57
|
+
is?: string | undefined | undefined;
|
|
58
|
+
"aria-activedescendant"?: string | undefined | undefined;
|
|
59
59
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
60
|
-
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
61
|
-
"aria-braillelabel"?: string | undefined;
|
|
62
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
60
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
61
|
+
"aria-braillelabel"?: string | undefined | undefined;
|
|
62
|
+
"aria-brailleroledescription"?: string | undefined | undefined;
|
|
63
63
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
64
|
-
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
65
|
-
"aria-colcount"?: number | undefined;
|
|
66
|
-
"aria-colindex"?: number | undefined;
|
|
67
|
-
"aria-colindextext"?: string | undefined;
|
|
68
|
-
"aria-colspan"?: number | undefined;
|
|
69
|
-
"aria-controls"?: string | undefined;
|
|
70
|
-
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
71
|
-
"aria-describedby"?: string | undefined;
|
|
72
|
-
"aria-description"?: string | undefined;
|
|
73
|
-
"aria-details"?: string | undefined;
|
|
64
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
65
|
+
"aria-colcount"?: number | undefined | undefined;
|
|
66
|
+
"aria-colindex"?: number | undefined | undefined;
|
|
67
|
+
"aria-colindextext"?: string | undefined | undefined;
|
|
68
|
+
"aria-colspan"?: number | undefined | undefined;
|
|
69
|
+
"aria-controls"?: string | undefined | undefined;
|
|
70
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
|
|
71
|
+
"aria-describedby"?: string | undefined | undefined;
|
|
72
|
+
"aria-description"?: string | undefined | undefined;
|
|
73
|
+
"aria-details"?: string | undefined | undefined;
|
|
74
74
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
75
|
-
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
76
|
-
"aria-errormessage"?: string | undefined;
|
|
75
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
|
|
76
|
+
"aria-errormessage"?: string | undefined | undefined;
|
|
77
77
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
78
|
-
"aria-flowto"?: string | undefined;
|
|
78
|
+
"aria-flowto"?: string | undefined | undefined;
|
|
79
79
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
80
|
-
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
80
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
|
|
81
81
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
82
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
83
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
84
|
-
"aria-label"?: string | undefined;
|
|
85
|
-
"aria-labelledby"?: string | undefined;
|
|
86
|
-
"aria-level"?: number | undefined;
|
|
87
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
82
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
|
|
83
|
+
"aria-keyshortcuts"?: string | undefined | undefined;
|
|
84
|
+
"aria-label"?: string | undefined | undefined;
|
|
85
|
+
"aria-labelledby"?: string | undefined | undefined;
|
|
86
|
+
"aria-level"?: number | undefined | undefined;
|
|
87
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
|
|
88
88
|
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
89
89
|
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
90
90
|
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
91
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
92
|
-
"aria-owns"?: string | undefined;
|
|
93
|
-
"aria-placeholder"?: string | undefined;
|
|
94
|
-
"aria-posinset"?: number | undefined;
|
|
95
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
91
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
|
|
92
|
+
"aria-owns"?: string | undefined | undefined;
|
|
93
|
+
"aria-placeholder"?: string | undefined | undefined;
|
|
94
|
+
"aria-posinset"?: number | undefined | undefined;
|
|
95
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
96
96
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
97
|
-
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
97
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
|
|
98
98
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
99
|
-
"aria-roledescription"?: string | undefined;
|
|
100
|
-
"aria-rowcount"?: number | undefined;
|
|
101
|
-
"aria-rowindex"?: number | undefined;
|
|
102
|
-
"aria-rowindextext"?: string | undefined;
|
|
103
|
-
"aria-rowspan"?: number | undefined;
|
|
99
|
+
"aria-roledescription"?: string | undefined | undefined;
|
|
100
|
+
"aria-rowcount"?: number | undefined | undefined;
|
|
101
|
+
"aria-rowindex"?: number | undefined | undefined;
|
|
102
|
+
"aria-rowindextext"?: string | undefined | undefined;
|
|
103
|
+
"aria-rowspan"?: number | undefined | undefined;
|
|
104
104
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
105
|
-
"aria-setsize"?: number | undefined;
|
|
106
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
107
|
-
"aria-valuemax"?: number | undefined;
|
|
108
|
-
"aria-valuemin"?: number | undefined;
|
|
109
|
-
"aria-valuenow"?: number | undefined;
|
|
110
|
-
"aria-valuetext"?: string | undefined;
|
|
111
|
-
children?: import("react").ReactNode
|
|
105
|
+
"aria-setsize"?: number | undefined | undefined;
|
|
106
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
|
|
107
|
+
"aria-valuemax"?: number | undefined | undefined;
|
|
108
|
+
"aria-valuemin"?: number | undefined | undefined;
|
|
109
|
+
"aria-valuenow"?: number | undefined | undefined;
|
|
110
|
+
"aria-valuetext"?: string | undefined | undefined;
|
|
111
|
+
children?: import("react").ReactNode;
|
|
112
112
|
dangerouslySetInnerHTML?: {
|
|
113
113
|
__html: string | TrustedHTML;
|
|
114
|
-
} | undefined;
|
|
114
|
+
} | undefined | undefined;
|
|
115
115
|
onCopy?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
116
116
|
onCopyCapture?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
117
117
|
onCut?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -272,15 +272,15 @@ declare const ButtonLink: import("react").ForwardRefExoticComponent<JsxAProps &
|
|
|
272
272
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
273
273
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
274
274
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
275
|
-
form?: string | undefined;
|
|
276
|
-
name?: string | undefined;
|
|
277
|
-
disabled?: boolean | undefined;
|
|
278
|
-
formAction?: string |
|
|
279
|
-
formEncType?: string | undefined;
|
|
280
|
-
formMethod?: string | undefined;
|
|
281
|
-
formNoValidate?: boolean | undefined;
|
|
282
|
-
formTarget?: string | undefined;
|
|
283
|
-
value?: string | readonly string[] |
|
|
275
|
+
form?: string | undefined | undefined;
|
|
276
|
+
name?: string | undefined | undefined;
|
|
277
|
+
disabled?: boolean | undefined | undefined;
|
|
278
|
+
formAction?: string | undefined;
|
|
279
|
+
formEncType?: string | undefined | undefined;
|
|
280
|
+
formMethod?: string | undefined | undefined;
|
|
281
|
+
formNoValidate?: boolean | undefined | undefined;
|
|
282
|
+
formTarget?: string | undefined | undefined;
|
|
283
|
+
value?: string | number | readonly string[] | undefined;
|
|
284
284
|
} & import("../Button/index.js").BaseButtonProps & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
285
285
|
export default ButtonLink;
|
|
286
286
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Input/index.tsx"],"names":[],"mappings":"AAGA,OAAO,EAIL,KAAK,QAAQ,EACd,MAAM,mBAAmB,CAAC;AAG3B,OAAO,KAAK,EAAE,EACZ,KAAK,WAAW,EAEhB,KAAK,YAAY,EAKlB,MAAM,OAAO,CAAC;AAGf,KAAK,aAAa,GAAG,IAAI,CACvB,GAAG,CAAC,iBAAiB,CAAC,OAAO,CAAC,EAC9B,OAAO,GAAG,UAAU,GAAG,MAAM,GAAG,KAAK,CACtC,CAAC;AACF,MAAM,WAAW,UAAW,SAAQ,aAAa,EAAE,QAAQ;IACzD;;;OAGG;IACH,IAAI,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC7B;;;OAGG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;OAGG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC,cAAc,CAAC,CAAC;IAC5C;;;OAGG;IACH,cAAc,CAAC,EAAE,GAAG,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAC;IAC9C;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC,EAAE,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;CACtE;AAsCD,KAAK,mBAAmB,GAAG,IAAI,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM,CAAC,CAAC;AACjE,eAAO,MAAM,cAAc;;SA0HrB,MAAI,WAAW;2GArGpB,CAAC;AAyBF,UAAU,gBAAgB;IACxB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AACD,eAAO,MAAM,WAAW;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Input/index.tsx"],"names":[],"mappings":"AAGA,OAAO,EAIL,KAAK,QAAQ,EACd,MAAM,mBAAmB,CAAC;AAG3B,OAAO,KAAK,EAAE,EACZ,KAAK,WAAW,EAEhB,KAAK,YAAY,EAKlB,MAAM,OAAO,CAAC;AAGf,KAAK,aAAa,GAAG,IAAI,CACvB,GAAG,CAAC,iBAAiB,CAAC,OAAO,CAAC,EAC9B,OAAO,GAAG,UAAU,GAAG,MAAM,GAAG,KAAK,CACtC,CAAC;AACF,MAAM,WAAW,UAAW,SAAQ,aAAa,EAAE,QAAQ;IACzD;;;OAGG;IACH,IAAI,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC7B;;;OAGG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;OAGG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC,cAAc,CAAC,CAAC;IAC5C;;;OAGG;IACH,cAAc,CAAC,EAAE,GAAG,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAC;IAC9C;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC,EAAE,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;CACtE;AAsCD,KAAK,mBAAmB,GAAG,IAAI,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM,CAAC,CAAC;AACjE,eAAO,MAAM,cAAc;;SA0HrB,MAAI,WAAW;2GArGpB,CAAC;AAyBF,UAAU,gBAAgB;IACxB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AACD,eAAO,MAAM,WAAW;;SAwElB,MAAI,WAAW;iHAnDpB,CAAC;AAkCF;;GAEG;AACH,QAAA,MAAM,KAAK,qFAyGV,CAAC;AAIF,eAAe,KAAK,CAAC"}
|
package/dist/Select/index.d.ts
CHANGED
|
@@ -170,7 +170,7 @@ export declare const SelectContainer: import("@emotion/styled").StyledComponent<
|
|
|
170
170
|
theme?: import("@emotion/react").Theme;
|
|
171
171
|
as?: React.ElementType;
|
|
172
172
|
} & {
|
|
173
|
-
size?:
|
|
173
|
+
size?: "small" | "medium" | "large" | string | undefined;
|
|
174
174
|
disabled?: boolean | undefined;
|
|
175
175
|
} & React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & {
|
|
176
176
|
theme?: import("@emotion/react").Theme;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Select/index.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Select/index.tsx"],"names":[],"mappings":"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"}
|
package/dist/Tag/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Tag/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAIL,KAAK,QAAQ,EACd,MAAM,mBAAmB,CAAC;AAG3B,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,KAAK,WAAW,GAAG,IAAI,CAAC,GAAG,CAAC,iBAAiB,CAAC,KAAK,CAAC,EAAE,KAAK,CAAC,CAAC;AAE7D,MAAM,WAAW,YAAa,SAAQ,QAAQ;IAC5C;;;OAGG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACzB;AAED,MAAM,MAAM,QAAQ,GAAG,WAAW,GAAG,YAAY,CAAC;AAElD,eAAO,MAAM,YAAY;;SA8C0jH,MAAO,WAAW;gGAhCpmH,CAAC;AAMF,eAAO,MAAM,SAAS;;SAtBV,MAAM,WAAW;qFAyB5B,CAAC;AAEF,eAAO,MAAM,UAAU;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Tag/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAIL,KAAK,QAAQ,EACd,MAAM,mBAAmB,CAAC;AAG3B,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,KAAK,WAAW,GAAG,IAAI,CAAC,GAAG,CAAC,iBAAiB,CAAC,KAAK,CAAC,EAAE,KAAK,CAAC,CAAC;AAE7D,MAAM,WAAW,YAAa,SAAQ,QAAQ;IAC5C;;;OAGG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACzB;AAED,MAAM,MAAM,QAAQ,GAAG,WAAW,GAAG,YAAY,CAAC;AAElD,eAAO,MAAM,YAAY;;SA8C0jH,MAAO,WAAW;gGAhCpmH,CAAC;AAMF,eAAO,MAAM,SAAS;;SAtBV,MAAM,WAAW;qFAyB5B,CAAC;AAEF,eAAO,MAAM,UAAU;;SA3BX,MAAM,WAAW;qFA8B5B,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,GAAG,mGAQR,CAAC;AAIF,eAAe,GAAG,CAAC"}
|
|
@@ -5,111 +5,111 @@ export type ThemeSwitcherProps = ButtonProps;
|
|
|
5
5
|
*/
|
|
6
6
|
declare const ThemeSwitcher: import("react").ForwardRefExoticComponent<{
|
|
7
7
|
key?: import("react").Key | null | undefined;
|
|
8
|
-
defaultChecked?: boolean | undefined;
|
|
8
|
+
defaultChecked?: boolean | undefined | undefined;
|
|
9
9
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
10
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
11
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
12
|
-
accessKey?: string | undefined;
|
|
13
|
-
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
14
|
-
autoFocus?: boolean | undefined;
|
|
15
|
-
className?: string | undefined;
|
|
10
|
+
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
11
|
+
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
12
|
+
accessKey?: string | undefined | undefined;
|
|
13
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
14
|
+
autoFocus?: boolean | undefined | undefined;
|
|
15
|
+
className?: string | undefined | undefined;
|
|
16
16
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
17
|
-
contextMenu?: string | undefined;
|
|
18
|
-
dir?: string | undefined;
|
|
17
|
+
contextMenu?: string | undefined | undefined;
|
|
18
|
+
dir?: string | undefined | undefined;
|
|
19
19
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
20
|
-
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
21
|
-
hidden?: boolean | undefined;
|
|
22
|
-
id?: string | undefined;
|
|
23
|
-
lang?: string | undefined;
|
|
24
|
-
nonce?: string | undefined;
|
|
25
|
-
slot?: string | undefined;
|
|
20
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
21
|
+
hidden?: boolean | undefined | undefined;
|
|
22
|
+
id?: string | undefined | undefined;
|
|
23
|
+
lang?: string | undefined | undefined;
|
|
24
|
+
nonce?: string | undefined | undefined;
|
|
25
|
+
slot?: string | undefined | undefined;
|
|
26
26
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
27
27
|
style?: import("react").CSSProperties | undefined;
|
|
28
|
-
tabIndex?: number | undefined;
|
|
29
|
-
title?: string | undefined;
|
|
30
|
-
translate?: "yes" | "no" | undefined;
|
|
31
|
-
radioGroup?: string | undefined;
|
|
28
|
+
tabIndex?: number | undefined | undefined;
|
|
29
|
+
title?: string | undefined | undefined;
|
|
30
|
+
translate?: "yes" | "no" | undefined | undefined;
|
|
31
|
+
radioGroup?: string | undefined | undefined;
|
|
32
32
|
role?: import("react").AriaRole | undefined;
|
|
33
|
-
about?: string | undefined;
|
|
34
|
-
content?: string | undefined;
|
|
35
|
-
datatype?: string | undefined;
|
|
33
|
+
about?: string | undefined | undefined;
|
|
34
|
+
content?: string | undefined | undefined;
|
|
35
|
+
datatype?: string | undefined | undefined;
|
|
36
36
|
inlist?: any;
|
|
37
|
-
prefix?: string | undefined;
|
|
38
|
-
property?: string | undefined;
|
|
39
|
-
rel?: string | undefined;
|
|
40
|
-
resource?: string | undefined;
|
|
41
|
-
rev?: string | undefined;
|
|
42
|
-
typeof?: string | undefined;
|
|
43
|
-
vocab?: string | undefined;
|
|
44
|
-
autoCorrect?: string | undefined;
|
|
45
|
-
autoSave?: string | undefined;
|
|
46
|
-
itemProp?: string | undefined;
|
|
47
|
-
itemScope?: boolean | undefined;
|
|
48
|
-
itemType?: string | undefined;
|
|
49
|
-
itemID?: string | undefined;
|
|
50
|
-
itemRef?: string | undefined;
|
|
51
|
-
results?: number | undefined;
|
|
52
|
-
security?: string | undefined;
|
|
53
|
-
unselectable?: "on" | "off" | undefined;
|
|
54
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
55
|
-
is?: string | undefined;
|
|
56
|
-
"aria-activedescendant"?: string | undefined;
|
|
37
|
+
prefix?: string | undefined | undefined;
|
|
38
|
+
property?: string | undefined | undefined;
|
|
39
|
+
rel?: string | undefined | undefined;
|
|
40
|
+
resource?: string | undefined | undefined;
|
|
41
|
+
rev?: string | undefined | undefined;
|
|
42
|
+
typeof?: string | undefined | undefined;
|
|
43
|
+
vocab?: string | undefined | undefined;
|
|
44
|
+
autoCorrect?: string | undefined | undefined;
|
|
45
|
+
autoSave?: string | undefined | undefined;
|
|
46
|
+
itemProp?: string | undefined | undefined;
|
|
47
|
+
itemScope?: boolean | undefined | undefined;
|
|
48
|
+
itemType?: string | undefined | undefined;
|
|
49
|
+
itemID?: string | undefined | undefined;
|
|
50
|
+
itemRef?: string | undefined | undefined;
|
|
51
|
+
results?: number | undefined | undefined;
|
|
52
|
+
security?: string | undefined | undefined;
|
|
53
|
+
unselectable?: "on" | "off" | undefined | undefined;
|
|
54
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
55
|
+
is?: string | undefined | undefined;
|
|
56
|
+
"aria-activedescendant"?: string | undefined | undefined;
|
|
57
57
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
58
|
-
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
59
|
-
"aria-braillelabel"?: string | undefined;
|
|
60
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
58
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
59
|
+
"aria-braillelabel"?: string | undefined | undefined;
|
|
60
|
+
"aria-brailleroledescription"?: string | undefined | undefined;
|
|
61
61
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
62
|
-
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
63
|
-
"aria-colcount"?: number | undefined;
|
|
64
|
-
"aria-colindex"?: number | undefined;
|
|
65
|
-
"aria-colindextext"?: string | undefined;
|
|
66
|
-
"aria-colspan"?: number | undefined;
|
|
67
|
-
"aria-controls"?: string | undefined;
|
|
68
|
-
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
69
|
-
"aria-describedby"?: string | undefined;
|
|
70
|
-
"aria-description"?: string | undefined;
|
|
71
|
-
"aria-details"?: string | undefined;
|
|
62
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
63
|
+
"aria-colcount"?: number | undefined | undefined;
|
|
64
|
+
"aria-colindex"?: number | undefined | undefined;
|
|
65
|
+
"aria-colindextext"?: string | undefined | undefined;
|
|
66
|
+
"aria-colspan"?: number | undefined | undefined;
|
|
67
|
+
"aria-controls"?: string | undefined | undefined;
|
|
68
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
|
|
69
|
+
"aria-describedby"?: string | undefined | undefined;
|
|
70
|
+
"aria-description"?: string | undefined | undefined;
|
|
71
|
+
"aria-details"?: string | undefined | undefined;
|
|
72
72
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
73
|
-
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
74
|
-
"aria-errormessage"?: string | undefined;
|
|
73
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
|
|
74
|
+
"aria-errormessage"?: string | undefined | undefined;
|
|
75
75
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
76
|
-
"aria-flowto"?: string | undefined;
|
|
76
|
+
"aria-flowto"?: string | undefined | undefined;
|
|
77
77
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
78
|
-
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
78
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
|
|
79
79
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
80
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
81
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
82
|
-
"aria-label"?: string | undefined;
|
|
83
|
-
"aria-labelledby"?: string | undefined;
|
|
84
|
-
"aria-level"?: number | undefined;
|
|
85
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
80
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
|
|
81
|
+
"aria-keyshortcuts"?: string | undefined | undefined;
|
|
82
|
+
"aria-label"?: string | undefined | undefined;
|
|
83
|
+
"aria-labelledby"?: string | undefined | undefined;
|
|
84
|
+
"aria-level"?: number | undefined | undefined;
|
|
85
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
|
|
86
86
|
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
87
87
|
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
88
88
|
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
89
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
90
|
-
"aria-owns"?: string | undefined;
|
|
91
|
-
"aria-placeholder"?: string | undefined;
|
|
92
|
-
"aria-posinset"?: number | undefined;
|
|
93
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
89
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
|
|
90
|
+
"aria-owns"?: string | undefined | undefined;
|
|
91
|
+
"aria-placeholder"?: string | undefined | undefined;
|
|
92
|
+
"aria-posinset"?: number | undefined | undefined;
|
|
93
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
94
94
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
95
|
-
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
95
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
|
|
96
96
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
97
|
-
"aria-roledescription"?: string | undefined;
|
|
98
|
-
"aria-rowcount"?: number | undefined;
|
|
99
|
-
"aria-rowindex"?: number | undefined;
|
|
100
|
-
"aria-rowindextext"?: string | undefined;
|
|
101
|
-
"aria-rowspan"?: number | undefined;
|
|
97
|
+
"aria-roledescription"?: string | undefined | undefined;
|
|
98
|
+
"aria-rowcount"?: number | undefined | undefined;
|
|
99
|
+
"aria-rowindex"?: number | undefined | undefined;
|
|
100
|
+
"aria-rowindextext"?: string | undefined | undefined;
|
|
101
|
+
"aria-rowspan"?: number | undefined | undefined;
|
|
102
102
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
103
|
-
"aria-setsize"?: number | undefined;
|
|
104
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
105
|
-
"aria-valuemax"?: number | undefined;
|
|
106
|
-
"aria-valuemin"?: number | undefined;
|
|
107
|
-
"aria-valuenow"?: number | undefined;
|
|
108
|
-
"aria-valuetext"?: string | undefined;
|
|
109
|
-
children?: import("react").ReactNode
|
|
103
|
+
"aria-setsize"?: number | undefined | undefined;
|
|
104
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
|
|
105
|
+
"aria-valuemax"?: number | undefined | undefined;
|
|
106
|
+
"aria-valuemin"?: number | undefined | undefined;
|
|
107
|
+
"aria-valuenow"?: number | undefined | undefined;
|
|
108
|
+
"aria-valuetext"?: string | undefined | undefined;
|
|
109
|
+
children?: import("react").ReactNode;
|
|
110
110
|
dangerouslySetInnerHTML?: {
|
|
111
111
|
__html: string | TrustedHTML;
|
|
112
|
-
} | undefined;
|
|
112
|
+
} | undefined | undefined;
|
|
113
113
|
onCopy?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
114
114
|
onCopyCapture?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
115
115
|
onCut?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -270,15 +270,15 @@ declare const ThemeSwitcher: import("react").ForwardRefExoticComponent<{
|
|
|
270
270
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
271
271
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
272
272
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
273
|
-
form?: string | undefined;
|
|
274
|
-
name?: string | undefined;
|
|
275
|
-
disabled?: boolean | undefined;
|
|
276
|
-
formAction?: string |
|
|
277
|
-
formEncType?: string | undefined;
|
|
278
|
-
formMethod?: string | undefined;
|
|
279
|
-
formNoValidate?: boolean | undefined;
|
|
280
|
-
formTarget?: string | undefined;
|
|
281
|
-
value?: string | readonly string[] |
|
|
273
|
+
form?: string | undefined | undefined;
|
|
274
|
+
name?: string | undefined | undefined;
|
|
275
|
+
disabled?: boolean | undefined | undefined;
|
|
276
|
+
formAction?: string | undefined;
|
|
277
|
+
formEncType?: string | undefined | undefined;
|
|
278
|
+
formMethod?: string | undefined | undefined;
|
|
279
|
+
formNoValidate?: boolean | undefined | undefined;
|
|
280
|
+
formTarget?: string | undefined | undefined;
|
|
281
|
+
value?: string | number | readonly string[] | undefined;
|
|
282
282
|
} & import("../Button/index.js").BaseButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
283
283
|
export default ThemeSwitcher;
|
|
284
284
|
//# sourceMappingURL=index.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@os-design/core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.262",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"repository": "git@gitlab.com:os-team/libs/os-design.git",
|
|
6
6
|
"type": "module",
|
|
@@ -29,17 +29,17 @@
|
|
|
29
29
|
"access": "public"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@os-design/date-picker-utils": "^1.0.
|
|
33
|
-
"@os-design/icons": "^1.0.
|
|
34
|
-
"@os-design/input-number-utils": "^1.0.
|
|
35
|
-
"@os-design/input-password-utils": "^1.0.
|
|
36
|
-
"@os-design/media": "^1.0.
|
|
37
|
-
"@os-design/menu-utils": "^1.0.
|
|
38
|
-
"@os-design/portal": "^1.0.
|
|
39
|
-
"@os-design/styles": "^1.0.
|
|
40
|
-
"@os-design/theming": "^1.0.
|
|
41
|
-
"@os-design/time-picker-utils": "^1.0.
|
|
42
|
-
"@os-design/utils": "^1.0.
|
|
32
|
+
"@os-design/date-picker-utils": "^1.0.29",
|
|
33
|
+
"@os-design/icons": "^1.0.65",
|
|
34
|
+
"@os-design/input-number-utils": "^1.0.35",
|
|
35
|
+
"@os-design/input-password-utils": "^1.0.2",
|
|
36
|
+
"@os-design/media": "^1.0.30",
|
|
37
|
+
"@os-design/menu-utils": "^1.0.26",
|
|
38
|
+
"@os-design/portal": "^1.0.22",
|
|
39
|
+
"@os-design/styles": "^1.0.62",
|
|
40
|
+
"@os-design/theming": "^1.0.58",
|
|
41
|
+
"@os-design/time-picker-utils": "^1.0.20",
|
|
42
|
+
"@os-design/utils": "^1.0.82",
|
|
43
43
|
"facepaint": "^1.2.1",
|
|
44
44
|
"react-focus-lock": "^2.13.2",
|
|
45
45
|
"react-window": "^1.8.10"
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"react": ">=18",
|
|
59
59
|
"react-dom": ">=18"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "f6531f28cc5bdb3a1786e494d118eac84eefe795"
|
|
62
62
|
}
|