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

Commit 4e59e35

Browse files
authored
Merge pull request #2475 from eBay/18.4.0
2 parents 68af617 + 67a224b commit 4e59e35

File tree

282 files changed

+4706
-4359
lines changed

Some content is hidden

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

282 files changed

+4706
-4359
lines changed

.changeset/great-ways-taste.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ebay/skin": minor
3+
---
4+
5+
chore: removed unused storybook files (and percy workflow)

.changeset/khaki-worms-hug.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ebay/skin": minor
3+
---
4+
5+
feat(table): added frozen header, frozen column, permanent scrollbars

.changeset/little-days-wait.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ebay/skin": patch
3+
---
4+
5+
feat(eek): updated size

.changeset/moody-otters-wait.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ebay/skin": minor
3+
---
4+
5+
chore(table): added thead line for scrolling, reverted table contraint

.changeset/proud-dodos-cover.md

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

.changeset/real-sheep-cough.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ebay/skin": patch
3+
---
4+
5+
Add description to file preview card

.changeset/strong-dingos-suffer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ebay/skin": minor
3+
---
4+
5+
feat(list): new component
Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
name: pages-html-proofer
22

3-
on:
4-
push:
5-
paths:
6-
- 'docs/**'
7-
- '!docs/storybook'
8-
- '.github/workflows/pages-html-proofer.yml'
9-
pull_request:
10-
paths:
11-
- 'docs/**'
12-
- '!docs/storybook'
13-
- '.github/workflows/pages-html-proofer.yml'
3+
# Disabled for now. Will re-enable once we have a better html proofer
4+
# on:
5+
# push:
6+
# paths:
7+
# - 'docs/**'
8+
# - '!docs/storybook'
9+
# - '.github/workflows/pages-html-proofer.yml'
10+
# pull_request:
11+
# paths:
12+
# - 'docs/**'
13+
# - '!docs/storybook'
14+
# - '.github/workflows/pages-html-proofer.yml'
1415

1516
jobs:
1617
pages-html-proofer:
@@ -26,5 +27,5 @@ jobs:
2627
- run: npm run deploy:only
2728
- uses: chabad360/htmlproofer@master
2829
with:
29-
directory: "./_site"
30+
directory: "./_siteDev"
3031
arguments: --disable_external --ignore_empty_alt --allow_hash_href --allow_missing_href

.github/workflows/storybook-percy.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
_cdn
22
_site
3+
_siteDev
34
site
45
docs/.jekyll-metadata
56
node_modules

0 commit comments

Comments
 (0)