@appquality/unguess-design-system 3.1.55 → 3.1.56
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/CHANGELOG.md +14 -0
- package/build/index.d.ts +1 -0
- package/build/index.js +718 -556
- package/build/stories/buttons/button/index.stories.d.ts +1 -0
- package/build/stories/buttons/utils.d.ts +27 -27
- package/build/stories/chat/index.d.ts +6 -6
- package/build/stories/chat/index.stories.d.ts +1 -0
- package/build/stories/chat/parts/containers.d.ts +7 -6
- package/build/stories/chat/parts/header.d.ts +3 -3
- package/build/stories/dropdowns/select/index.stories.d.ts +1 -0
- package/build/stories/editor/index.stories.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { ButtonArgs } from "./_types";
|
|
2
3
|
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, ButtonArgs>;
|
|
3
4
|
export declare const Basic: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, ButtonArgs>;
|
|
@@ -8,18 +8,18 @@ export declare const variants: readonly [{}, {
|
|
|
8
8
|
readonly disabled: true;
|
|
9
9
|
}];
|
|
10
10
|
export declare const Row: import("styled-components").IStyledComponent<"web", {
|
|
11
|
-
alignItems?: "
|
|
12
|
-
alignItemsXs?: "
|
|
13
|
-
alignItemsSm?: "
|
|
14
|
-
alignItemsMd?: "
|
|
15
|
-
alignItemsLg?: "
|
|
16
|
-
alignItemsXl?: "
|
|
17
|
-
justifyContent?: "
|
|
18
|
-
justifyContentXs?: "
|
|
19
|
-
justifyContentSm?: "
|
|
20
|
-
justifyContentMd?: "
|
|
21
|
-
justifyContentLg?: "
|
|
22
|
-
justifyContentXl?: "
|
|
11
|
+
alignItems?: "center" | "start" | "end" | "baseline" | "stretch" | undefined;
|
|
12
|
+
alignItemsXs?: "center" | "start" | "end" | "baseline" | "stretch" | undefined;
|
|
13
|
+
alignItemsSm?: "center" | "start" | "end" | "baseline" | "stretch" | undefined;
|
|
14
|
+
alignItemsMd?: "center" | "start" | "end" | "baseline" | "stretch" | undefined;
|
|
15
|
+
alignItemsLg?: "center" | "start" | "end" | "baseline" | "stretch" | undefined;
|
|
16
|
+
alignItemsXl?: "center" | "start" | "end" | "baseline" | "stretch" | undefined;
|
|
17
|
+
justifyContent?: "center" | "start" | "end" | "between" | "around" | undefined;
|
|
18
|
+
justifyContentXs?: "center" | "start" | "end" | "between" | "around" | undefined;
|
|
19
|
+
justifyContentSm?: "center" | "start" | "end" | "between" | "around" | undefined;
|
|
20
|
+
justifyContentMd?: "center" | "start" | "end" | "between" | "around" | undefined;
|
|
21
|
+
justifyContentLg?: "center" | "start" | "end" | "between" | "around" | undefined;
|
|
22
|
+
justifyContentXl?: "center" | "start" | "end" | "between" | "around" | undefined;
|
|
23
23
|
wrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
24
24
|
wrapXs?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
25
25
|
wrapSm?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
@@ -73,7 +73,7 @@ export declare const Row: import("styled-components").IStyledComponent<"web", {
|
|
|
73
73
|
results?: number | undefined;
|
|
74
74
|
security?: string | undefined;
|
|
75
75
|
unselectable?: "on" | "off" | undefined;
|
|
76
|
-
inputMode?: "
|
|
76
|
+
inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
77
77
|
is?: string | undefined;
|
|
78
78
|
"aria-activedescendant"?: string | undefined;
|
|
79
79
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
@@ -299,18 +299,18 @@ export declare const Col: import("styled-components").IStyledComponent<"web", {
|
|
|
299
299
|
md?: string | number | boolean | undefined;
|
|
300
300
|
lg?: string | number | boolean | undefined;
|
|
301
301
|
xl?: string | number | boolean | undefined;
|
|
302
|
-
alignSelf?: "
|
|
303
|
-
alignSelfXs?: "
|
|
304
|
-
alignSelfSm?: "
|
|
305
|
-
alignSelfMd?: "
|
|
306
|
-
alignSelfLg?: "
|
|
307
|
-
alignSelfXl?: "
|
|
308
|
-
textAlign?: "
|
|
309
|
-
textAlignXs?: "
|
|
310
|
-
textAlignSm?: "
|
|
311
|
-
textAlignMd?: "
|
|
312
|
-
textAlignLg?: "
|
|
313
|
-
textAlignXl?: "
|
|
302
|
+
alignSelf?: "center" | "start" | "end" | "baseline" | "stretch" | "auto" | undefined;
|
|
303
|
+
alignSelfXs?: "center" | "start" | "end" | "baseline" | "stretch" | "auto" | undefined;
|
|
304
|
+
alignSelfSm?: "center" | "start" | "end" | "baseline" | "stretch" | "auto" | undefined;
|
|
305
|
+
alignSelfMd?: "center" | "start" | "end" | "baseline" | "stretch" | "auto" | undefined;
|
|
306
|
+
alignSelfLg?: "center" | "start" | "end" | "baseline" | "stretch" | "auto" | undefined;
|
|
307
|
+
alignSelfXl?: "center" | "start" | "end" | "baseline" | "stretch" | "auto" | undefined;
|
|
308
|
+
textAlign?: "center" | "start" | "end" | "justify" | undefined;
|
|
309
|
+
textAlignXs?: "center" | "start" | "end" | "justify" | undefined;
|
|
310
|
+
textAlignSm?: "center" | "start" | "end" | "justify" | undefined;
|
|
311
|
+
textAlignMd?: "center" | "start" | "end" | "justify" | undefined;
|
|
312
|
+
textAlignLg?: "center" | "start" | "end" | "justify" | undefined;
|
|
313
|
+
textAlignXl?: "center" | "start" | "end" | "justify" | undefined;
|
|
314
314
|
offset?: string | number | undefined;
|
|
315
315
|
offsetXs?: string | number | undefined;
|
|
316
316
|
offsetSm?: string | number | undefined;
|
|
@@ -370,7 +370,7 @@ export declare const Col: import("styled-components").IStyledComponent<"web", {
|
|
|
370
370
|
results?: number | undefined;
|
|
371
371
|
security?: string | undefined;
|
|
372
372
|
unselectable?: "on" | "off" | undefined;
|
|
373
|
-
inputMode?: "
|
|
373
|
+
inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
374
374
|
is?: string | undefined;
|
|
375
375
|
"aria-activedescendant"?: string | undefined;
|
|
376
376
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
@@ -640,7 +640,7 @@ export declare const MD: import("styled-components").IStyledComponent<"web", {
|
|
|
640
640
|
results?: number | undefined;
|
|
641
641
|
security?: string | undefined;
|
|
642
642
|
unselectable?: "on" | "off" | undefined;
|
|
643
|
-
inputMode?: "
|
|
643
|
+
inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
644
644
|
is?: string | undefined;
|
|
645
645
|
"aria-activedescendant"?: string | undefined;
|
|
646
646
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
@@ -65,7 +65,7 @@ declare const Chat: {
|
|
|
65
65
|
results?: number | undefined;
|
|
66
66
|
security?: string | undefined;
|
|
67
67
|
unselectable?: "on" | "off" | undefined;
|
|
68
|
-
inputMode?: "
|
|
68
|
+
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
69
69
|
is?: string | undefined;
|
|
70
70
|
"aria-activedescendant"?: string | undefined;
|
|
71
71
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
@@ -76,7 +76,7 @@ declare const Chat: {
|
|
|
76
76
|
"aria-colindex"?: number | undefined;
|
|
77
77
|
"aria-colspan"?: number | undefined;
|
|
78
78
|
"aria-controls"?: string | undefined;
|
|
79
|
-
"aria-current"?: boolean | "
|
|
79
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
80
80
|
"aria-describedby"?: string | undefined;
|
|
81
81
|
"aria-details"?: string | undefined;
|
|
82
82
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
@@ -85,7 +85,7 @@ declare const Chat: {
|
|
|
85
85
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
86
86
|
"aria-flowto"?: string | undefined;
|
|
87
87
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
88
|
-
"aria-haspopup"?: boolean | "
|
|
88
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
89
89
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
90
90
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
91
91
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -332,7 +332,7 @@ declare const Chat: {
|
|
|
332
332
|
results?: number | undefined;
|
|
333
333
|
security?: string | undefined;
|
|
334
334
|
unselectable?: "on" | "off" | undefined;
|
|
335
|
-
inputMode?: "
|
|
335
|
+
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
336
336
|
is?: string | undefined;
|
|
337
337
|
"aria-activedescendant"?: string | undefined;
|
|
338
338
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
@@ -343,7 +343,7 @@ declare const Chat: {
|
|
|
343
343
|
"aria-colindex"?: number | undefined;
|
|
344
344
|
"aria-colspan"?: number | undefined;
|
|
345
345
|
"aria-controls"?: string | undefined;
|
|
346
|
-
"aria-current"?: boolean | "
|
|
346
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
347
347
|
"aria-describedby"?: string | undefined;
|
|
348
348
|
"aria-details"?: string | undefined;
|
|
349
349
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
@@ -352,7 +352,7 @@ declare const Chat: {
|
|
|
352
352
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
353
353
|
"aria-flowto"?: string | undefined;
|
|
354
354
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
355
|
-
"aria-haspopup"?: boolean | "
|
|
355
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
356
356
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
357
357
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
358
358
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const ChatContainer: import("styled-components").IStyledComponent<"web", {
|
|
2
3
|
isRecessed?: boolean | undefined;
|
|
3
4
|
isFloating?: boolean | undefined;
|
|
@@ -48,7 +49,7 @@ export declare const ChatContainer: import("styled-components").IStyledComponent
|
|
|
48
49
|
results?: number | undefined;
|
|
49
50
|
security?: string | undefined;
|
|
50
51
|
unselectable?: "on" | "off" | undefined;
|
|
51
|
-
inputMode?: "
|
|
52
|
+
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
52
53
|
is?: string | undefined;
|
|
53
54
|
"aria-activedescendant"?: string | undefined;
|
|
54
55
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
@@ -59,7 +60,7 @@ export declare const ChatContainer: import("styled-components").IStyledComponent
|
|
|
59
60
|
"aria-colindex"?: number | undefined;
|
|
60
61
|
"aria-colspan"?: number | undefined;
|
|
61
62
|
"aria-controls"?: string | undefined;
|
|
62
|
-
"aria-current"?: boolean | "true" | "false" | "page" | "step" | "location" | "date" |
|
|
63
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
63
64
|
"aria-describedby"?: string | undefined;
|
|
64
65
|
"aria-details"?: string | undefined;
|
|
65
66
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
@@ -68,7 +69,7 @@ export declare const ChatContainer: import("styled-components").IStyledComponent
|
|
|
68
69
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
69
70
|
"aria-flowto"?: string | undefined;
|
|
70
71
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
71
|
-
"aria-haspopup"?: boolean | "
|
|
72
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
72
73
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
73
74
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
74
75
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -315,7 +316,7 @@ export declare const MessagesContainer: import("styled-components").IStyledCompo
|
|
|
315
316
|
results?: number | undefined;
|
|
316
317
|
security?: string | undefined;
|
|
317
318
|
unselectable?: "on" | "off" | undefined;
|
|
318
|
-
inputMode?: "
|
|
319
|
+
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
319
320
|
is?: string | undefined;
|
|
320
321
|
"aria-activedescendant"?: string | undefined;
|
|
321
322
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
@@ -326,7 +327,7 @@ export declare const MessagesContainer: import("styled-components").IStyledCompo
|
|
|
326
327
|
"aria-colindex"?: number | undefined;
|
|
327
328
|
"aria-colspan"?: number | undefined;
|
|
328
329
|
"aria-controls"?: string | undefined;
|
|
329
|
-
"aria-current"?: boolean | "true" | "false" | "page" | "step" | "location" | "date" |
|
|
330
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
330
331
|
"aria-describedby"?: string | undefined;
|
|
331
332
|
"aria-details"?: string | undefined;
|
|
332
333
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
@@ -335,7 +336,7 @@ export declare const MessagesContainer: import("styled-components").IStyledCompo
|
|
|
335
336
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
336
337
|
"aria-flowto"?: string | undefined;
|
|
337
338
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
338
|
-
"aria-haspopup"?: boolean | "
|
|
339
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
339
340
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
340
341
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
341
342
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -48,7 +48,7 @@ export declare const ChatTitle: import("styled-components").IStyledComponent<"we
|
|
|
48
48
|
results?: number | undefined;
|
|
49
49
|
security?: string | undefined;
|
|
50
50
|
unselectable?: "on" | "off" | undefined;
|
|
51
|
-
inputMode?: "
|
|
51
|
+
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
52
52
|
is?: string | undefined;
|
|
53
53
|
"aria-activedescendant"?: string | undefined;
|
|
54
54
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
@@ -59,7 +59,7 @@ export declare const ChatTitle: import("styled-components").IStyledComponent<"we
|
|
|
59
59
|
"aria-colindex"?: number | undefined;
|
|
60
60
|
"aria-colspan"?: number | undefined;
|
|
61
61
|
"aria-controls"?: string | undefined;
|
|
62
|
-
"aria-current"?: boolean | "true" | "false" | "page" | "step" | "location" | "date" |
|
|
62
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
63
63
|
"aria-describedby"?: string | undefined;
|
|
64
64
|
"aria-details"?: string | undefined;
|
|
65
65
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
@@ -68,7 +68,7 @@ export declare const ChatTitle: import("styled-components").IStyledComponent<"we
|
|
|
68
68
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
69
69
|
"aria-flowto"?: string | undefined;
|
|
70
70
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
71
|
-
"aria-haspopup"?: boolean | "
|
|
71
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
72
72
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
73
73
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
74
74
|
"aria-keyshortcuts"?: string | undefined;
|