Skip to content

Commit

Permalink
Merge branch 'master' into majornista-patch-SITES-25655
Browse files Browse the repository at this point in the history
  • Loading branch information
majornista authored Oct 14, 2024
2 parents 547f777 + 57d6848 commit 9201862
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 531 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.18.0](https://github.com/adobe/coral-spectrum/compare/v4.17.1...v4.18.0) (2024-10-14)


### Features

* Revert Drag and Drop support via keyboard and add new marketo icons ([#361](https://github.com/adobe/coral-spectrum/issues/361)) ([bd91bb6](https://github.com/adobe/coral-spectrum/commit/bd91bb6ee083f6d64dde070efd872ca680c9f59e))

## [4.17.1](https://github.com/adobe/coral-spectrum/compare/v4.17.0...v4.17.1) (2024-10-07)


Expand Down
4 changes: 1 addition & 3 deletions coral-component-dialog/src/tests/test.Dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ describe('Dialog', function () {
clientX: x,
clientY: y,
bubbles: true,
cancelable: true,
pointerType: 'mouse',
detail: 1
cancelable: true
});
};

Expand Down
2 changes: 1 addition & 1 deletion coral-component-icon/src/resources/spectrum-icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions coral-component-table/examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ <h2 class="coral--Heading--S">Checkbox selection</h2>
<tr is="coral-table-row">
<td is="coral-table-cell" coral-table-rowselect>
<coral-checkbox></coral-checkbox>
<img alt="" src="https://via.placeholder.com/128x128" alt="thumbnail">
<img alt="" src="http://via.placeholder.com/128x128" alt="thumbnail">
</td>
<td is="coral-table-cell" role="rowheader">Charlie</td>
<td is="coral-table-cell">February 15, 2012</td>
Expand All @@ -197,7 +197,7 @@ <h2 class="coral--Heading--S">Checkbox selection</h2>
<tr is="coral-table-row">
<td is="coral-table-cell" coral-table-rowselect>
<coral-checkbox></coral-checkbox>
<img alt="" src="https://via.placeholder.com/128x128">
<img alt="" src="http://via.placeholder.com/128x128">
</td>
<td is="coral-table-cell" role="rowheader">Delta</td>
<td is="coral-table-cell">May 16, 2012</td>
Expand All @@ -208,7 +208,7 @@ <h2 class="coral--Heading--S">Checkbox selection</h2>
<tr is="coral-table-row">
<td is="coral-table-cell" coral-table-rowselect>
<coral-checkbox></coral-checkbox>
<img alt="" src="https://via.placeholder.com/128x128">
<img alt="" src="http://via.placeholder.com/128x128">
</td>
<td is="coral-table-cell" role="rowheader">Alpha</td>
<td is="coral-table-cell">January 28, 2012</td>
Expand All @@ -219,7 +219,7 @@ <h2 class="coral--Heading--S">Checkbox selection</h2>
<tr is="coral-table-row">
<td is="coral-table-cell" coral-table-rowselect>
<coral-checkbox></coral-checkbox>
<img alt="" src="https://via.placeholder.com/128x128">
<img alt="" src="http://via.placeholder.com/128x128">
</td>
<td is="coral-table-cell" role="rowheader">Beta</td>
<td is="coral-table-cell">December 1, 2011</td>
Expand All @@ -230,7 +230,7 @@ <h2 class="coral--Heading--S">Checkbox selection</h2>
<tr is="coral-table-row">
<td is="coral-table-cell" coral-table-rowselect>
<coral-checkbox></coral-checkbox>
<img alt="" src="https://via.placeholder.com/128x128">
<img alt="" src="http://via.placeholder.com/128x128">
</td>
<td is="coral-table-cell" role="rowheader">Charlie</td>
<td is="coral-table-cell">February 15, 2012</td>
Expand All @@ -240,7 +240,7 @@ <h2 class="coral--Heading--S">Checkbox selection</h2>
</tr>
<tr is="coral-table-row">
<td is="coral-table-cell" coral-table-rowselect>
<img alt="" src="https://via.placeholder.com/128x128">
<img alt="" src="http://via.placeholder.com/128x128">
</td>
<td is="coral-table-cell" role="rowheader">Delta</td>
<td is="coral-table-cell">May 16, 2012</td>
Expand Down Expand Up @@ -289,7 +289,7 @@ <h2 class="coral--Heading--S">ListView selection</h2>
</tr>
<tr is="coral-table-row">
<td is="coral-table-cell" coral-table-rowselect>
<img alt="" src="https://via.placeholder.com/128x128" alt="thumbnail">
<img alt="" src="http://via.placeholder.com/128x128" alt="thumbnail">
</td>
<td is="coral-table-cell" role="rowheader">Charlie</td>
<td is="coral-table-cell">February 15, 2012</td>
Expand All @@ -299,7 +299,7 @@ <h2 class="coral--Heading--S">ListView selection</h2>
</tr>
<tr is="coral-table-row">
<td is="coral-table-cell" coral-table-rowselect>
<img alt="" src="https://via.placeholder.com/128x128">
<img alt="" src="http://via.placeholder.com/128x128">
</td>
<td is="coral-table-cell" role="rowheader">Delta</td>
<td is="coral-table-cell">May 16, 2012</td>
Expand All @@ -309,7 +309,7 @@ <h2 class="coral--Heading--S">ListView selection</h2>
</tr>
<tr is="coral-table-row">
<td is="coral-table-cell" coral-table-rowselect>
<img alt="" src="https://via.placeholder.com/128x128">
<img alt="" src="http://via.placeholder.com/128x128">
</td>
<td is="coral-table-cell" role="rowheader">Alpha</td>
<td is="coral-table-cell">January 28, 2012</td>
Expand All @@ -319,7 +319,7 @@ <h2 class="coral--Heading--S">ListView selection</h2>
</tr>
<tr is="coral-table-row">
<td is="coral-table-cell" coral-table-rowselect>
<img alt="" src="https://via.placeholder.com/128x128">
<img alt="" src="http://via.placeholder.com/128x128">
</td>
<td is="coral-table-cell" role="rowheader">Beta</td>
<td is="coral-table-cell">December 1, 2011</td>
Expand All @@ -329,7 +329,7 @@ <h2 class="coral--Heading--S">ListView selection</h2>
</tr>
<tr is="coral-table-row">
<td is="coral-table-cell" coral-table-rowselect>
<img alt="" src="https://via.placeholder.com/128x128">
<img alt="" src="http://via.placeholder.com/128x128">
</td>
<td is="coral-table-cell" role="rowheader">Charlie</td>
<td is="coral-table-cell">February 15, 2012</td>
Expand All @@ -339,7 +339,7 @@ <h2 class="coral--Heading--S">ListView selection</h2>
</tr>
<tr is="coral-table-row">
<td is="coral-table-cell" coral-table-rowselect>
<img alt="" src="https://via.placeholder.com/128x128">
<img alt="" src="http://via.placeholder.com/128x128">
</td>
<td is="coral-table-cell" role="rowheader">Delta</td>
<td is="coral-table-cell">May 16, 2012</td>
Expand Down
4 changes: 1 addition & 3 deletions coral-component-table/i18n/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ export default {
"sorted by column {0}, in ascending order": "sorted by column {0} in ascending order",
"sorted by column {0}, in descending order": "sorted by column {0} in descending order",
", checked": ", checked",
", unchecked": ", unchecked",
"reordering": "reordering",
"reordered to row {0}": "reordered to row {0}",
", unchecked": ", unchecked"
},
"de-DE": {
"Select": "Auswählen",
Expand Down
Loading

0 comments on commit 9201862

Please sign in to comment.