Skip to content

Commit f9c158d

Browse files
committed
run compat wrapper script
1 parent 3f600e5 commit f9c158d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/compat/src/components/Table/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ interface TablePropTypes
269269
* - `import "@ui5/webcomponents-compat/dist/TableGroupRow.js";` (`TableGroupRow`)
270270
* - `import "@ui5/webcomponents-compat/dist/TableCell.js";` (`TableCell`)
271271
*
272-
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/)
272+
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/UI5/webcomponents) | [Documentation](https://ui5.github.io/webcomponents/)
273273
* @deprecated Deprecated as of version 2.12.0, use `@ui5/webcomponents/dist/Table.js` instead.
274274
*/
275275
const Table = withWebComponent<TablePropTypes, TableDomRef>(

packages/compat/src/components/TableCell/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ interface TableCellPropTypes extends TableCellAttributes, Omit<CommonProps, 'chi
2323
/**
2424
* The `TableCell` component defines the structure of the data in a single `Table` cell.
2525
*
26-
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/)
26+
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/UI5/webcomponents) | [Documentation](https://ui5.github.io/webcomponents/)
2727
* @deprecated Deprecated as of version 2.12.0, use `@ui5/webcomponents/dist/TableCell.js` instead.
2828
*/
2929
const TableCell = withWebComponent<TableCellPropTypes, TableCellDomRef>(`ui5-table-cell${tagSuffix}`, [], [], [], []);

packages/compat/src/components/TableColumn/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ interface TableColumnPropTypes
6464
* The `TableColumn` component allows to define column specific properties that are applied
6565
* when rendering the `Table` component.
6666
*
67-
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/)
67+
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/UI5/webcomponents) | [Documentation](https://ui5.github.io/webcomponents/)
6868
* @deprecated Deprecated as of version 2.12.0, use `@ui5/webcomponents/dist/Table.js` instead.
6969
*/
7070
const TableColumn = withWebComponent<TableColumnPropTypes, TableColumnDomRef>(

packages/compat/src/components/TableRow/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ interface TableRowPropTypes extends TableRowAttributes, Omit<CommonProps, keyof
5353
/**
5454
* The `TableRow` component represents a row in the `Table`.
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
* @deprecated Deprecated as of version 2.12.0, use `@ui5/webcomponents/dist/TableRow.js` instead.
5858
*/
5959
const TableRow = withWebComponent<TableRowPropTypes, TableRowDomRef>(

0 commit comments

Comments
 (0)