Skip to content

Commit 6aea7ef

Browse files
committed
feat: remove dists
1 parent ecd97ec commit 6aea7ef

File tree

3 files changed

+29
-28
lines changed

3 files changed

+29
-28
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"react-scrollbars-custom": "^4.0.25",
4040
"react-split-pane": "^0.1.92",
4141
"reflect-metadata": "^0.1.13",
42-
"tsyringe": "^4.3.0"
42+
"tsyringe": "^4.3.0",
43+
"vscode-codicons": "^0.0.12"
4344
},
4445
"devDependencies": {
4546
"@commitlint/cli": "^11.0.0",

storybook-static/vendors~main.df55eb6755cc252f6dde.bundle.js

+23-23
Original file line numberDiff line numberDiff line change
@@ -12299,23 +12299,25 @@
1229912299
var serialized = Object(
1230012300
serialize_browser_esm.a
1230112301
)([styles(theme)]);
12302-
return Object(
12303-
react.createElement
12304-
)(core_browser_esm_InnerGlobal, {
12305-
serialized: serialized,
12306-
cache: cache,
12307-
});
12302+
return Object(react.createElement)(
12303+
core_browser_esm_InnerGlobal,
12304+
{
12305+
serialized: serialized,
12306+
cache: cache,
12307+
}
12308+
);
1230812309
}
1230912310
);
1231012311
var serialized = Object(serialize_browser_esm.a)([
1231112312
styles,
1231212313
]);
12313-
return Object(
12314-
react.createElement
12315-
)(core_browser_esm_InnerGlobal, {
12316-
serialized: serialized,
12317-
cache: cache,
12318-
});
12314+
return Object(react.createElement)(
12315+
core_browser_esm_InnerGlobal,
12316+
{
12317+
serialized: serialized,
12318+
cache: cache,
12319+
}
12320+
);
1231912321
}
1232012322
),
1232112323
core_browser_esm_InnerGlobal = (function (_React$Component) {
@@ -32524,8 +32526,7 @@
3252432526
? 'omit'
3252532527
: 'include'),
3252632528
(_context2.next = 7),
32527-
(0,
32528-
_global.fetch)(
32529+
(0, _global.fetch)(
3252932530
''
3253032531
.concat(
3253132532
url,
@@ -106826,8 +106827,7 @@
106826106827
position.x === prevPropsPosition.x &&
106827106828
position.y === prevPropsPosition.y)
106828106829
? null
106829-
: ((0,
106830-
_log.default)(
106830+
: ((0, _log.default)(
106831106831
'Draggable: getDerivedStateFromProps %j',
106832106832
{
106833106833
position: position,
@@ -108081,13 +108081,13 @@
108081108081
StyledSpaced = (0, _theming.styled)(_components.Spaced)({
108082108082
paddingBottom: '2.5rem',
108083108083
}),
108084-
CustomScrollArea = (0, _theming.styled)(
108085-
_components.ScrollArea
108086-
)({
108087-
'&&&&& .os-scrollbar-handle:before': { left: -12 },
108088-
'&&&&& .os-scrollbar-vertical': { right: 5 },
108089-
padding: 20,
108090-
}),
108084+
CustomScrollArea = (0, _theming.styled)(_components.ScrollArea)(
108085+
{
108086+
'&&&&& .os-scrollbar-handle:before': { left: -12 },
108087+
'&&&&& .os-scrollbar-vertical': { right: 5 },
108088+
padding: 20,
108089+
}
108090+
),
108091108091
Swap = _react.default.memo(function (_ref) {
108092108092
var children = _ref.children,
108093108093
condition = _ref.condition,

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -13669,10 +13669,10 @@ vm-browserify@^1.0.1:
1366913669
resolved "http://registry.npm.dtstack.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
1367013670
integrity sha1-eGQcSIuObKkadfUR56OzKobl3aA=
1367113671

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

1367713677
w3c-hr-time@^1.0.2:
1367813678
version "1.0.2"

0 commit comments

Comments
 (0)