@ui5/webcomponents-ai 2.4.0 → 2.4.1-rc.0
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 +8 -0
- package/README.md +4 -3
- package/dist/web-types.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,14 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [2.4.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.4.0...v2.4.1-rc.0) (2024-11-07)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @ui5/webcomponents-ai
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
# [2.4.0](https://github.com/SAP/ui5-webcomponents/compare/v2.4.0-rc.4...v2.4.0) (2024-11-03)
|
7
15
|
|
8
16
|
**Note:** Version bump only for package @ui5/webcomponents-ai
|
package/README.md
CHANGED
@@ -10,9 +10,10 @@ Provides web components implementing AI-related visual and interaction.
|
|
10
10
|
|
11
11
|
## Provided components
|
12
12
|
|
13
|
-
| Web Component | Tag name
|
14
|
-
|
15
|
-
|
13
|
+
| Web Component | Tag name | Module import |
|
14
|
+
|--------------------------|--------------------------------|---------------------------------------------------------|
|
15
|
+
| Button | `ui5-ai-button` | `import "@ui5/webcomponents-ai/dist/Button.js";` |
|
16
|
+
| PromptInput | `ui5-ai-prompt-input` | `import "@ui5/webcomponents-ai/dist/PromptInput.js";` |
|
16
17
|
|
17
18
|
## Provided assets
|
18
19
|
|
package/dist/web-types.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ui5/webcomponents-ai",
|
3
|
-
"version": "2.4.0",
|
3
|
+
"version": "2.4.1-rc.0",
|
4
4
|
"description": "UI5 Web Components: webcomponents.ai",
|
5
5
|
"ui5": {
|
6
6
|
"webComponentsPackage": true
|
@@ -45,14 +45,14 @@
|
|
45
45
|
"directory": "packages/ai"
|
46
46
|
},
|
47
47
|
"dependencies": {
|
48
|
-
"@ui5/webcomponents": "2.4.0",
|
49
|
-
"@ui5/webcomponents-base": "2.4.0",
|
50
|
-
"@ui5/webcomponents-icons": "2.4.0",
|
51
|
-
"@ui5/webcomponents-theming": "2.4.0"
|
48
|
+
"@ui5/webcomponents": "2.4.1-rc.0",
|
49
|
+
"@ui5/webcomponents-base": "2.4.1-rc.0",
|
50
|
+
"@ui5/webcomponents-icons": "2.4.1-rc.0",
|
51
|
+
"@ui5/webcomponents-theming": "2.4.1-rc.0"
|
52
52
|
},
|
53
53
|
"devDependencies": {
|
54
|
-
"@ui5/webcomponents-tools": "2.4.0",
|
54
|
+
"@ui5/webcomponents-tools": "2.4.1-rc.0",
|
55
55
|
"chromedriver": "^129.0.0"
|
56
56
|
},
|
57
|
-
"gitHead": "
|
57
|
+
"gitHead": "22ece92b78f7345f00abb5ae58824278d2594463"
|
58
58
|
}
|