Skip to content

Commit

Permalink
ci: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 21, 2024
1 parent 8edf592 commit e4214b6
Show file tree
Hide file tree
Showing 55 changed files with 1,026 additions and 1,087 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-trees-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-suits-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-emus-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-zebras-fail.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-camels-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-forks-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-schools-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-toys-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-cougars-poke.md

This file was deleted.

24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Skin Changelog

## 17.3.0

### Minor Changes

- [#2294](https://github.com/eBay/skin/pull/2294) [`16d681b`](https://github.com/eBay/skin/commit/16d681ba9e9480234179384cfced03dfc14d8203) Thanks [@ArtBlue](https://github.com/ArtBlue)! - feat(education-notice): use icon button

- [#2282](https://github.com/eBay/skin/pull/2282) [`5df6ffc`](https://github.com/eBay/skin/commit/5df6ffc4bf6da4d257a9c66e72b3c6b2df97296f) Thanks [@ArtBlue](https://github.com/ArtBlue)! - fix(toggle-button-group): fixed Safari image size bug and added stories

- [#2260](https://github.com/eBay/skin/pull/2260) [`7607f6d`](https://github.com/eBay/skin/commit/7607f6dd1e55d1911fefbdd4e285e241ec174f7d) Thanks [@cordeliadillon](https://github.com/cordeliadillon)! - feat(expressive-loader): new module

- [#2286](https://github.com/eBay/skin/pull/2286) [`9861294`](https://github.com/eBay/skin/commit/9861294b67b31c66e2368b75ba87a042abcc7612) Thanks [@ArtBlue](https://github.com/ArtBlue)! - feat(education-notice): new module

- [#2281](https://github.com/eBay/skin/pull/2281) [`f39fdfa`](https://github.com/eBay/skin/commit/f39fdfa8288b53fae2af7572ab1609b4d3718849) Thanks [@saiponnada](https://github.com/saiponnada)! - fix(button): prevent style changes on hover for disabled form buttons

- [#2288](https://github.com/eBay/skin/pull/2288) [`71cb87d`](https://github.com/eBay/skin/commit/71cb87d9cd1a9784b038f2419e61f3057e43f229) Thanks [@ArtBlue](https://github.com/ArtBlue)! - fix(docs): fixed responsive menu

- [#2290](https://github.com/eBay/skin/pull/2290) [`96fd3fc`](https://github.com/eBay/skin/commit/96fd3fcabbd19107250a9542cef638faa60ee346) Thanks [@cordeliadillon](https://github.com/cordeliadillon)! - refactor(progress-bar-expressive): rename expressive-loader to progress-bar-expressive

- [#2283](https://github.com/eBay/skin/pull/2283) [`71fc1e2`](https://github.com/eBay/skin/commit/71fc1e2f79be73d276de7661976ffb649af0b3de) Thanks [@ArtBlue](https://github.com/ArtBlue)! - feat(carousel): updated chevron sizes

### Patch Changes

- [#2299](https://github.com/eBay/skin/pull/2299) [`27535a9`](https://github.com/eBay/skin/commit/27535a99842079f4e429a3463b5cee73f81fd4d2) Thanks [@agliga](https://github.com/agliga)! - listbox-button: added border radius to container

## 17.3.0-next.0

### Minor Changes
Expand Down

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/storybook/2463.11b9625b.iframe.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/storybook/5864.74b2992b.iframe.bundle.js.map

This file was deleted.

31 changes: 23 additions & 8 deletions docs/storybook/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,17 @@
left: 0;
right: 0;
padding: 20px;
font-family: 'Nunito Sans', -apple-system, '.SFNSText-Regular', 'San Francisco',
BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-family:
'Nunito Sans',
-apple-system,
'.SFNSText-Regular',
'San Francisco',
BlinkMacSystemFont,
'Segoe UI',
'Helvetica Neue',
Helvetica,
Arial,
sans-serif;
-webkit-font-smoothing: antialiased;
overflow: auto;
}
Expand Down Expand Up @@ -254,7 +263,9 @@

.sb-argstableBlock-body {
border-radius: 4px;
box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px 1px, rgba(0, 0, 0, 0.065) 0 0 0 1px;
box-shadow:
rgba(0, 0, 0, 0.1) 0 1px 3px 1px,
rgba(0, 0, 0, 0.065) 0 0 0 1px;
}
.sb-argstableBlock-body tr {
background: transparent;
Expand Down Expand Up @@ -394,7 +405,7 @@



window['FEATURES'] = {"warnOnLegacyHierarchySeparator":true,"buildStoriesJson":false,"storyStoreV7":true,"argTypeTargetsV7":true,"legacyDecoratorFileOrder":false,"disallowImplicitActionsInRenderV8":false};
window['FEATURES'] = {"argTypeTargetsV7":true,"legacyDecoratorFileOrder":false,"disallowImplicitActionsInRenderV8":true};



Expand All @@ -404,11 +415,15 @@



window['DOCS_OPTIONS'] = {"autodocs":true};</script><script type="module">import './sb-preview/runtime.js';
window['DOCS_OPTIONS'] = {"autodocs":true};



window['TAGS_OPTIONS'] = {"dev-only":{"excludeFromDocsStories":true},"docs-only":{"excludeFromSidebar":true},"test-only":{"excludeFromSidebar":true,"excludeFromDocsStories":true}};</script><script type="module">import './sb-preview/runtime.js';


import './runtime~main.6d633137.iframe.bundle.js';
import './runtime~main.0810abde.iframe.bundle.js';

import './5864.74b2992b.iframe.bundle.js';
import './2463.11b9625b.iframe.bundle.js';

import './main.3b793298.iframe.bundle.js';</script></body></html>
import './main.ffa5940a.iframe.bundle.js';</script></body></html>
50 changes: 41 additions & 9 deletions docs/storybook/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />

<title>@storybook/cli - Storybook</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />


<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
Expand All @@ -28,7 +28,9 @@
<link href="./sb-manager/runtime.js" rel="modulepreload" />


<link href="./sb-addons/manager-bundle.js" rel="modulepreload" />
<link href="./sb-addons/storybook-core-server-presets-0/common-manager-bundle.js" rel="modulepreload" />

<link href="./sb-addons/storybook-1/manager-bundle.js" rel="modulepreload" />


<style>
Expand All @@ -47,12 +49,9 @@


window['FEATURES'] = {
"warnOnLegacyHierarchySeparator": true,
"buildStoriesJson": false,
"storyStoreV7": true,
"argTypeTargetsV7": true,
"legacyDecoratorFileOrder": false,
"disallowImplicitActionsInRenderV8": false
"disallowImplicitActionsInRenderV8": true
};


Expand All @@ -78,17 +77,50 @@




window['TAGS_OPTIONS'] = {
"dev-only": {
"excludeFromDocsStories": true
},
"docs-only": {
"excludeFromSidebar": true
},
"test-only": {
"excludeFromSidebar": true,
"excludeFromDocsStories": true
}
};



window['STORYBOOK_RENDERER'] = "@storybook/html";



window['STORYBOOK_BUILDER'] = "@storybook/builder-webpack5";



window['STORYBOOK_FRAMEWORK'] = "@storybook/html-webpack5";


</script>


<script type="module">
import './sb-manager/runtime.js';

import './sb-manager/globals-runtime.js';

import './sb-addons/manager-bundle.js';
import './sb-addons/storybook-core-server-presets-0/common-manager-bundle.js';

import './sb-addons/storybook-1/manager-bundle.js';


import './sb-manager/runtime.js';
</script>


<link href="./sb-preview/runtime.js" rel="prefetch" as="script" />

</body>
</html>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/storybook/main.3b793298.iframe.bundle.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/storybook/main.ffa5940a.iframe.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/storybook/project.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"generatedAt":1710862976167,"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":false,"hasStorybookEslint":false,"refCount":0,"packageManager":{"type":"npm","version":"10.2.4"},"preview":{"usesGlobals":false},"framework":{"name":"@storybook/html-webpack5","options":{}},"builder":"@storybook/builder-webpack5","renderer":"@storybook/html","storybookVersion":"7.6.17","storybookVersionSpecifier":"^7.6.17","language":"javascript","storybookPackages":{"@percy/storybook":{"version":null},"@storybook/html":{"version":"7.6.17"},"@storybook/html-webpack5":{"version":"7.6.17"},"storybook":{"version":"7.6.17"}},"addons":{}}
{"generatedAt":1711048270341,"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":false,"hasStorybookEslint":false,"refCount":0,"packageManager":{"type":"npm","version":"10.2.4"},"preview":{"usesGlobals":false},"framework":{"name":"@storybook/html-webpack5","options":{}},"builder":"@storybook/builder-webpack5","renderer":"@storybook/html","storybookVersion":"8.0.4","storybookVersionSpecifier":"^8.0.2","language":"javascript","storybookPackages":{"@percy/storybook":{"version":null},"@storybook/html":{"version":"8.0.4"},"@storybook/html-webpack5":{"version":"8.0.4"},"storybook":{"version":"8.0.4"}},"addons":{}}
Loading

0 comments on commit e4214b6

Please sign in to comment.