Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit a19d10e

Browse files
authored
Merge pull request #2541 from eBay/19.0.0
2 parents f794f6e + 85711c5 commit a19d10e

File tree

701 files changed

+22010
-7719
lines changed

Some content is hidden

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

701 files changed

+22010
-7719
lines changed

.changeset/curvy-experts-smell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ebay/skin": major
3+
---
4+
5+
chore: added comment to deprecated components about their removal

.changeset/late-rats-hope.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ebay/skin": major
3+
---
4+
5+
chore: remove deprecations for next major version

.changeset/rich-peas-clap.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ebay/skin": major
3+
---
4+
5+
fix(table): remove aria-pressed from table headings

.changeset/silent-games-retire.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@ebay/skin": major
3+
---
4+
5+
feat(dropdowns): added floating-ui support
6+
All dropdowns should be using floating-ui by default. In order to have the old non-floating ui positioning, use `--set-position` modifier on all dropdowns (such as `.menu-button__menu--set-position`)

.changeset/smart-bugs-turn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ebay/skin": major
3+
---
4+
5+
feat(floating-ui): added support in date-textbox

.changeset/swift-hairs-deny.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ebay/skin": major
3+
---
4+
5+
feat(icons): added new icons and removed serveral icons

.changeset/twelve-llamas-flash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ebay/skin": major
3+
---
4+
5+
feat(combobox): remove chevron from combobox

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
- run: npm run build
4646
- run: npm run deploy
4747
- name: Upload artifact
48-
uses: actions/upload-pages-artifact@v1
48+
uses: actions/upload-pages-artifact@v3
49+
with:
50+
path: _site/public
4951

5052
# Deployment job
5153
deploy:
@@ -63,7 +65,7 @@ jobs:
6365
steps:
6466
- name: Deploy to GitHub Pages
6567
id: deployment
66-
uses: actions/deploy-pages@v2
68+
uses: actions/deploy-pages@v4
6769
release:
6870
runs-on: ubuntu-latest
6971
if: "${{ github.repository_owner == 'ebay' && github.event_name == 'push' }}"

.stylelintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"selector-class-pattern": null,
2525
"alpha-value-notation": "number",
2626
"declaration-block-no-redundant-longhand-properties": null,
27+
"media-feature-range-notation": null,
2728
"value-keyword-case": [
2829
"lower",
2930
{
@@ -45,8 +46,10 @@
4546
],
4647
"rules": {
4748
"scss/at-mixin-argumentless-call-parentheses": null,
49+
"at-rule-descriptor-value-no-unknown": null,
4850
"scss/dollar-variable-pattern": null,
4951
"order/properties-alphabetical-order": true,
52+
"declaration-property-value-no-unknown": null,
5053
"value-keyword-case": [
5154
"lower",
5255
{

dist/chips-combobox/chips-combobox.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
transition: transform 0.2s linear;
6161
}
6262

63-
.chips-combobox .combobox__listbox {
63+
.chips-combobox .combobox__listbox--set-position {
6464
top: calc(100% + var(--spacing-150));
6565
}
6666

0 commit comments

Comments
 (0)