@epam/ai-dial-skill-editor 1.1.0-dev.267 → 1.1.0-dev.269
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/index.js +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -184,7 +184,7 @@ var A = (e) => !!e.dataTransfer?.types.includes("Files"), ae = (e) => {
|
|
|
184
184
|
role: "button",
|
|
185
185
|
tabIndex: 0,
|
|
186
186
|
"aria-label": o.uploadDropZoneAriaLabel ?? "Upload files",
|
|
187
|
-
className: n("bg-layer-2
|
|
187
|
+
className: n("bg-layer-2 flex min-h-[164px] cursor-pointer flex-col items-center justify-center gap-4 rounded-lg border border-dashed border-secondary px-6 py-9 focus-visible:outline focus-visible:outline-focus", oe && "bg-layer-3 border-accent-primary", B && "border-error"),
|
|
188
188
|
onClick: () => s.current?.click(),
|
|
189
189
|
onKeyDown: (e) => {
|
|
190
190
|
(e.key === "Enter" || e.key === " ") && (e.preventDefault(), s.current?.click());
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epam/ai-dial-skill-editor",
|
|
3
3
|
"description": "Host-agnostic form for authoring a DIAL Skill, with an inline supporting-file tree",
|
|
4
|
-
"version": "1.1.0-dev.
|
|
4
|
+
"version": "1.1.0-dev.269",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@epam/ai-dial-chat-shared": "1.1.0-dev.
|
|
19
|
+
"@epam/ai-dial-chat-shared": "1.1.0-dev.269",
|
|
20
20
|
"@epam/ai-dial-ui-kit": "*",
|
|
21
21
|
"@epam/ai-dial-react-file-manager": "^0.2.0-dev.3",
|
|
22
22
|
"@tabler/icons-react": "^3.0.0",
|