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

Commit 6eb5c0b

Browse files
committed
16.2.1
1 parent 2b16d3a commit 6eb5c0b

File tree

8 files changed

+11
-8
lines changed

8 files changed

+11
-8
lines changed

dist/mixins/utility-mixins.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,13 @@
3333

3434
&::after {
3535
background: rgba(0, 0, 0, 0.05);
36+
bottom: 0;
3637
content: "";
3738
display: block;
38-
inset: 0;
39+
left: 0;
3940
position: absolute;
41+
right: 0;
42+
top: 0;
4043
}
4144

4245
> img {

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ defaults:
99
path: "" # an empty string here means all files in the project
1010
values:
1111
cdn_path: https://ir.ebaystatic.com/cr/v/c1/skin
12-
version: 16.2.0
12+
version: 16.2.1

docs/storybook/iframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,4 +411,4 @@
411411

412412
import './3209.5fb7e37f.iframe.bundle.js';
413413

414-
import './main.ee7fc5d7.iframe.bundle.js';</script></body></html>
414+
import './main.3754d1a4.iframe.bundle.js';</script></body></html>

docs/storybook/main.3754d1a4.iframe.bundle.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/storybook/main.ee7fc5d7.iframe.bundle.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/storybook/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"generatedAt":1684947606049,"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":false,"hasStorybookEslint":false,"refCount":0,"packageManager":{"type":"npm","version":"9.6.7"},"framework":{"name":"@storybook/html-webpack5","options":{}},"builder":"@storybook/builder-webpack5","renderer":"@storybook/html","storybookVersion":"7.0.12","storybookVersionSpecifier":"^7.0.12","language":"javascript","storybookPackages":{"@percy/storybook":{"version":null},"@storybook/html":{"version":"7.0.12"},"@storybook/html-webpack5":{"version":"7.0.12"},"storybook":{"version":"7.0.12"}},"addons":{}}
1+
{"generatedAt":1685741761100,"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":false,"hasStorybookEslint":false,"refCount":0,"packageManager":{"type":"npm","version":"8.6.0"},"framework":{"name":"@storybook/html-webpack5","options":{}},"builder":"@storybook/builder-webpack5","renderer":"@storybook/html","storybookVersion":"7.0.12","storybookVersionSpecifier":"^7.0.12","language":"javascript","storybookPackages":{"@percy/storybook":{"version":null},"@storybook/html":{"version":"7.0.12"},"@storybook/html-webpack5":{"version":"7.0.12"},"storybook":{"version":"7.0.12"}},"addons":{}}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ebay/skin",
33
"description": "Skin - CSS modules that represent the brand eBay",
4-
"version": "16.2.0",
4+
"version": "16.2.1",
55
"license": "MIT",
66
"main": "./index.js",
77
"maintainers": [

0 commit comments

Comments
 (0)