@automattic/agenttic-ui 0.1.76 → 0.1.78
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/dist/DiffCard-DQc8e9un.js +282 -0
- package/dist/DiffCard.css +1 -1
- package/dist/components/chat/ChatFooter.d.ts.map +1 -1
- package/dist/components/chat/ChatInput.d.ts +2 -1
- package/dist/components/chat/ChatInput.d.ts.map +1 -1
- package/dist/components/chat/ChatInput.stories.d.ts +2 -0
- package/dist/components/chat/ChatInput.stories.d.ts.map +1 -1
- package/dist/components/chat/ComplianceDisclosure.d.ts +6 -0
- package/dist/components/chat/ComplianceDisclosure.d.ts.map +1 -0
- package/dist/components/chat/ImageUploader.d.ts +2 -1
- package/dist/components/chat/ImageUploader.d.ts.map +1 -1
- package/dist/components/composable/AgentUIFooter.d.ts +0 -4
- package/dist/components/composable/AgentUIFooter.d.ts.map +1 -1
- package/dist/components/composable/AgentUIInput.d.ts +3 -1
- package/dist/components/composable/AgentUIInput.d.ts.map +1 -1
- package/dist/embedded-agent-ui.js +76 -76
- package/dist/index.css +1 -1
- package/dist/index.js +3350 -2280
- package/dist/markdown-extensions/charts/index.d.ts +15 -15
- package/package.json +1 -1
- package/dist/DiffCard-eat_q_SY.js +0 -1305
|
@@ -22,17 +22,17 @@ export declare function createChartBlock(config?: ChartConfig): (props: CodeProp
|
|
|
22
22
|
accessKey?: string | undefined;
|
|
23
23
|
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
24
24
|
autoFocus?: boolean | undefined;
|
|
25
|
-
contentEditable?: (boolean | "
|
|
25
|
+
contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
|
|
26
26
|
contextMenu?: string | undefined;
|
|
27
27
|
dir?: string | undefined;
|
|
28
|
-
draggable?: (boolean | "
|
|
28
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
29
29
|
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
30
30
|
hidden?: boolean | undefined;
|
|
31
31
|
id?: string | undefined;
|
|
32
32
|
lang?: string | undefined;
|
|
33
33
|
nonce?: string | undefined;
|
|
34
34
|
slot?: string | undefined;
|
|
35
|
-
spellCheck?: (boolean | "
|
|
35
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
36
36
|
style?: React.CSSProperties | undefined;
|
|
37
37
|
tabIndex?: number | undefined;
|
|
38
38
|
title?: string | undefined;
|
|
@@ -66,11 +66,11 @@ export declare function createChartBlock(config?: ChartConfig): (props: CodeProp
|
|
|
66
66
|
exportparts?: string | undefined;
|
|
67
67
|
part?: string | undefined;
|
|
68
68
|
"aria-activedescendant"?: string | undefined;
|
|
69
|
-
"aria-atomic"?: (boolean | "
|
|
69
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
70
70
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
71
71
|
"aria-braillelabel"?: string | undefined;
|
|
72
72
|
"aria-brailleroledescription"?: string | undefined;
|
|
73
|
-
"aria-busy"?: (boolean | "
|
|
73
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
74
74
|
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
75
75
|
"aria-colcount"?: number | undefined;
|
|
76
76
|
"aria-colindex"?: number | undefined;
|
|
@@ -81,37 +81,37 @@ export declare function createChartBlock(config?: ChartConfig): (props: CodeProp
|
|
|
81
81
|
"aria-describedby"?: string | undefined;
|
|
82
82
|
"aria-description"?: string | undefined;
|
|
83
83
|
"aria-details"?: string | undefined;
|
|
84
|
-
"aria-disabled"?: (boolean | "
|
|
84
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
85
85
|
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
86
86
|
"aria-errormessage"?: string | undefined;
|
|
87
|
-
"aria-expanded"?: (boolean | "
|
|
87
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
88
88
|
"aria-flowto"?: string | undefined;
|
|
89
|
-
"aria-grabbed"?: (boolean | "
|
|
89
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
90
90
|
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
91
|
-
"aria-hidden"?: (boolean | "
|
|
91
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
92
92
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
93
93
|
"aria-keyshortcuts"?: string | undefined;
|
|
94
94
|
"aria-label"?: string | undefined;
|
|
95
95
|
"aria-labelledby"?: string | undefined;
|
|
96
96
|
"aria-level"?: number | undefined;
|
|
97
97
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
98
|
-
"aria-modal"?: (boolean | "
|
|
99
|
-
"aria-multiline"?: (boolean | "
|
|
100
|
-
"aria-multiselectable"?: (boolean | "
|
|
98
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
99
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
100
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
101
101
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
102
102
|
"aria-owns"?: string | undefined;
|
|
103
103
|
"aria-placeholder"?: string | undefined;
|
|
104
104
|
"aria-posinset"?: number | undefined;
|
|
105
105
|
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
106
|
-
"aria-readonly"?: (boolean | "
|
|
106
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
107
107
|
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
108
|
-
"aria-required"?: (boolean | "
|
|
108
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
109
109
|
"aria-roledescription"?: string | undefined;
|
|
110
110
|
"aria-rowcount"?: number | undefined;
|
|
111
111
|
"aria-rowindex"?: number | undefined;
|
|
112
112
|
"aria-rowindextext"?: string | undefined;
|
|
113
113
|
"aria-rowspan"?: number | undefined;
|
|
114
|
-
"aria-selected"?: (boolean | "
|
|
114
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
115
115
|
"aria-setsize"?: number | undefined;
|
|
116
116
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
117
117
|
"aria-valuemax"?: number | undefined;
|