Skip to content

Commit

Permalink
feat: remove dists
Browse files Browse the repository at this point in the history
  • Loading branch information
mumiao committed Nov 27, 2020
1 parent ecd97ec commit 6aea7ef
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 28 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"react-scrollbars-custom": "^4.0.25",
"react-split-pane": "^0.1.92",
"reflect-metadata": "^0.1.13",
"tsyringe": "^4.3.0"
"tsyringe": "^4.3.0",
"vscode-codicons": "^0.0.12"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
Expand Down
46 changes: 23 additions & 23 deletions storybook-static/vendors~main.df55eb6755cc252f6dde.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -12299,23 +12299,25 @@
var serialized = Object(
serialize_browser_esm.a
)([styles(theme)]);
return Object(
react.createElement
)(core_browser_esm_InnerGlobal, {
serialized: serialized,
cache: cache,
});
return Object(react.createElement)(
core_browser_esm_InnerGlobal,
{
serialized: serialized,
cache: cache,
}
);
}
);
var serialized = Object(serialize_browser_esm.a)([
styles,
]);
return Object(
react.createElement
)(core_browser_esm_InnerGlobal, {
serialized: serialized,
cache: cache,
});
return Object(react.createElement)(
core_browser_esm_InnerGlobal,
{
serialized: serialized,
cache: cache,
}
);
}
),
core_browser_esm_InnerGlobal = (function (_React$Component) {
Expand Down Expand Up @@ -32524,8 +32526,7 @@
? 'omit'
: 'include'),
(_context2.next = 7),
(0,
_global.fetch)(
(0, _global.fetch)(
''
.concat(
url,
Expand Down Expand Up @@ -106826,8 +106827,7 @@
position.x === prevPropsPosition.x &&
position.y === prevPropsPosition.y)
? null
: ((0,
_log.default)(
: ((0, _log.default)(
'Draggable: getDerivedStateFromProps %j',
{
position: position,
Expand Down Expand Up @@ -108081,13 +108081,13 @@
StyledSpaced = (0, _theming.styled)(_components.Spaced)({
paddingBottom: '2.5rem',
}),
CustomScrollArea = (0, _theming.styled)(
_components.ScrollArea
)({
'&&&&& .os-scrollbar-handle:before': { left: -12 },
'&&&&& .os-scrollbar-vertical': { right: 5 },
padding: 20,
}),
CustomScrollArea = (0, _theming.styled)(_components.ScrollArea)(
{
'&&&&& .os-scrollbar-handle:before': { left: -12 },
'&&&&& .os-scrollbar-vertical': { right: 5 },
padding: 20,
}
),
Swap = _react.default.memo(function (_ref) {
var children = _ref.children,
condition = _ref.condition,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13669,10 +13669,10 @@ vm-browserify@^1.0.1:
resolved "http://registry.npm.dtstack.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
integrity sha1-eGQcSIuObKkadfUR56OzKobl3aA=

vscode-codicons@^0.0.10:
version "0.0.10"
resolved "http://registry.npm.dtstack.com/vscode-codicons/-/vscode-codicons-0.0.10.tgz#51d1d34d852fc7696fd732b6eaad49f5b57b4e79"
integrity sha1-UdHTTYUvx2lv1zK26q1J9bV7Tnk=
vscode-codicons@^0.0.12:
version "0.0.12"
resolved "https://registry.npm.taobao.org/vscode-codicons/download/vscode-codicons-0.0.12.tgz#94b867156f3e3a6a4cf7661e9bf2bd0060042390"
integrity sha1-lLhnFW8+OmpM92Yem/K9AGAEI5A=

w3c-hr-time@^1.0.2:
version "1.0.2"
Expand Down

0 comments on commit 6aea7ef

Please sign in to comment.