Skip to content

Commit 3f600e5

Browse files
committed
run main wrapper script
1 parent 62a8a55 commit 3f600e5

File tree

154 files changed

+155
-154
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+155
-154
lines changed

packages/main/src/webComponents/Avatar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ interface AvatarPropTypes
172172
*
173173
*
174174
*
175-
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/)
175+
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/UI5/webcomponents) | [Documentation](https://ui5.github.io/webcomponents/)
176176
*/
177177
const Avatar = withWebComponent<AvatarPropTypes, AvatarDomRef>(
178178
'ui5-avatar',

packages/main/src/webComponents/AvatarGroup/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ interface AvatarGroupPropTypes
163163
* - [Tab] - Move focus to the next interactive element after the component
164164
* - [Space] / [Enter] or [Return] - Trigger `ui5-click` event
165165
*
166-
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/)
166+
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/UI5/webcomponents) | [Documentation](https://ui5.github.io/webcomponents/)
167167
*/
168168
const AvatarGroup = withWebComponent<AvatarGroupPropTypes, AvatarGroupDomRef>(
169169
'ui5-avatar-group',

packages/main/src/webComponents/Bar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ interface BarPropTypes
8686
*
8787
*
8888
*
89-
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/)
89+
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/UI5/webcomponents) | [Documentation](https://ui5.github.io/webcomponents/)
9090
*/
9191
const Bar = withWebComponent<BarPropTypes, BarDomRef>(
9292
'ui5-bar',

packages/main/src/webComponents/BarcodeScannerDialog/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ interface BarcodeScannerDialogPropTypes
104104
*
105105
* For a list of supported barcode formats, see the [zxing-js/library](https://github.com/zxing-js/library) documentation.
106106
*
107-
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/)
107+
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/UI5/webcomponents) | [Documentation](https://ui5.github.io/webcomponents/)
108108
*/
109109
const BarcodeScannerDialog = withWebComponent<BarcodeScannerDialogPropTypes, BarcodeScannerDialogDomRef>(
110110
'ui5-barcode-scanner-dialog',

packages/main/src/webComponents/Breadcrumbs/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ interface BreadcrumbsPropTypes
7373
* - [Home] - Navigates to the first item.
7474
* - [End] - Navigates to the last item.
7575
*
76-
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/)
76+
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/UI5/webcomponents) | [Documentation](https://ui5.github.io/webcomponents/)
7777
*/
7878
const Breadcrumbs = withWebComponent<BreadcrumbsPropTypes, BreadcrumbsDomRef>(
7979
'ui5-breadcrumbs',

packages/main/src/webComponents/BreadcrumbsItem/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ interface BreadcrumbsItemPropTypes
5353
/**
5454
* The `BreadcrumbsItem` component defines the content of an item in `Breadcrumbs`.
5555
*
56-
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/)
56+
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/UI5/webcomponents) | [Documentation](https://ui5.github.io/webcomponents/)
5757
* @abstract
5858
*/
5959
const BreadcrumbsItem = withWebComponent<BreadcrumbsItemPropTypes, BreadcrumbsItemDomRef>(

packages/main/src/webComponents/BusyIndicator/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ interface BusyIndicatorPropTypes
7777
*
7878
*
7979
*
80-
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/)
80+
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/UI5/webcomponents) | [Documentation](https://ui5.github.io/webcomponents/)
8181
*/
8282
const BusyIndicator = withWebComponent<BusyIndicatorPropTypes, BusyIndicatorDomRef>(
8383
'ui5-busy-indicator',

packages/main/src/webComponents/Button/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ interface ButtonPropTypes
207207
*
208208
*
209209
*
210-
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/)
210+
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/UI5/webcomponents) | [Documentation](https://ui5.github.io/webcomponents/)
211211
*/
212212
const Button = withWebComponent<ButtonPropTypes, ButtonDomRef>(
213213
'ui5-button',

packages/main/src/webComponents/ButtonBadge/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ interface ButtonBadgePropTypes extends ButtonBadgeAttributes, Omit<CommonProps,
3838
*
3939
*
4040
*
41-
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/)
41+
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/UI5/webcomponents) | [Documentation](https://ui5.github.io/webcomponents/)
4242
*
4343
* @since [2.7.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.7.0) of __@ui5/webcomponents__.
4444
*/

packages/main/src/webComponents/Calendar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ interface CalendarPropTypes
230230
*
231231
*
232232
*
233-
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/)
233+
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/UI5/webcomponents) | [Documentation](https://ui5.github.io/webcomponents/)
234234
*/
235235
const Calendar = withWebComponent<CalendarPropTypes, CalendarDomRef>(
236236
'ui5-calendar',

0 commit comments

Comments
 (0)