Skip to content

Commit

Permalink
Release v0.2.0 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
bexsoft committed Jan 20, 2023
1 parent b4c2309 commit 6f6b82b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/cjs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11061,14 +11061,14 @@ var Io = function (e) {
"& .ReactVirtualized__Table__headerColumn": {
marginRight: 10,
minWidth: 0,
"&::first-of-type": { marginLeft: 10 },
"&:first-of-type": { marginLeft: 10 },
},
"& .ReactVirtualized__Table__rowColumn": {
marginRight: 10,
minWidth: 0,
textOverflow: "ellipsis",
whiteSpace: "nowrap",
"&::first-of-type": { marginLeft: 10 },
"&:first-of-type": { marginLeft: 10 },
},
"& .ReactVirtualized__Table__sortableHeaderColumn": {
cursor: "pointer",
Expand Down
2 changes: 1 addition & 1 deletion dist/cjs/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/esm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11202,14 +11202,14 @@ var Bo = function (e) {
"& .ReactVirtualized__Table__headerColumn": {
marginRight: 10,
minWidth: 0,
"&::first-of-type": { marginLeft: 10 },
"&:first-of-type": { marginLeft: 10 },
},
"& .ReactVirtualized__Table__rowColumn": {
marginRight: 10,
minWidth: 0,
textOverflow: "ellipsis",
whiteSpace: "nowrap",
"&::first-of-type": { marginLeft: 10 },
"&:first-of-type": { marginLeft: 10 },
},
"& .ReactVirtualized__Table__sortableHeaderColumn": {
cursor: "pointer",
Expand Down
2 changes: 1 addition & 1 deletion dist/esm/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mds",
"version": "0.1.0",
"version": "0.2.0",
"description": "A MinIO Components Library",
"homepage": ".",
"license": "AGPL-3.0-or-later",
Expand Down

0 comments on commit 6f6b82b

Please sign in to comment.