Skip to content

Commit

Permalink
Version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepnschrodinger committed May 7, 2021
1 parent 78f4952 commit c3c3ea0
Show file tree
Hide file tree
Showing 10 changed files with 66 additions and 78 deletions.
15 changes: 6 additions & 9 deletions dist/fixed-data-table-base.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* FixedDataTable v1.1.2
* FixedDataTable v1.1.3
*
* Copyright Schrodinger, LLC
* All rights reserved.
Expand All @@ -21,8 +21,7 @@
*/

.fixedDataTableCellGroupLayout_cellGroup {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
backface-visibility: hidden;
left: 0;
overflow: hidden;
position: absolute;
Expand Down Expand Up @@ -249,8 +248,7 @@
}

.fixedDataTableRowLayout_fixedColumnsDivider {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
backface-visibility: hidden;
border-left-style: solid;
border-left-width: 1px;
left: 0;
Expand Down Expand Up @@ -299,10 +297,9 @@
outline: none;
overflow: hidden;
position: absolute;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.ScrollbarLayout_mainVertical {
Expand Down
15 changes: 6 additions & 9 deletions dist/fixed-data-table-base.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* FixedDataTable v1.1.2
* FixedDataTable v1.1.3
*
* Copyright Schrodinger, LLC
* All rights reserved.
Expand All @@ -21,8 +21,7 @@
*/

.fixedDataTableCellGroupLayout_cellGroup {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
backface-visibility: hidden;
left: 0;
overflow: hidden;
position: absolute;
Expand Down Expand Up @@ -249,8 +248,7 @@
}

.fixedDataTableRowLayout_fixedColumnsDivider {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
backface-visibility: hidden;
border-left-style: solid;
border-left-width: 1px;
left: 0;
Expand Down Expand Up @@ -299,10 +297,9 @@
outline: none;
overflow: hidden;
position: absolute;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.ScrollbarLayout_mainVertical {
Expand Down
2 changes: 1 addition & 1 deletion dist/fixed-data-table-style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* FixedDataTable v1.1.2
* FixedDataTable v1.1.3
*
* Copyright Schrodinger, LLC
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion dist/fixed-data-table-style.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* FixedDataTable v1.1.2
* FixedDataTable v1.1.3
*
* Copyright Schrodinger, LLC
* All rights reserved.
Expand Down
15 changes: 6 additions & 9 deletions dist/fixed-data-table.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* FixedDataTable v1.1.2
* FixedDataTable v1.1.3
*
* Copyright Schrodinger, LLC
* All rights reserved.
Expand All @@ -21,8 +21,7 @@
*/

.fixedDataTableCellGroupLayout_cellGroup {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
backface-visibility: hidden;
left: 0;
overflow: hidden;
position: absolute;
Expand Down Expand Up @@ -249,8 +248,7 @@
}

.fixedDataTableRowLayout_fixedColumnsDivider {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
backface-visibility: hidden;
border-left-style: solid;
border-left-width: 1px;
left: 0;
Expand Down Expand Up @@ -299,10 +297,9 @@
outline: none;
overflow: hidden;
position: absolute;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.ScrollbarLayout_mainVertical {
Expand Down
38 changes: 19 additions & 19 deletions dist/fixed-data-table.js

Large diffs are not rendered by default.

15 changes: 6 additions & 9 deletions dist/fixed-data-table.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* FixedDataTable v1.1.2
* FixedDataTable v1.1.3
*
* Copyright Schrodinger, LLC
* All rights reserved.
Expand All @@ -21,8 +21,7 @@
*/

.fixedDataTableCellGroupLayout_cellGroup {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
backface-visibility: hidden;
left: 0;
overflow: hidden;
position: absolute;
Expand Down Expand Up @@ -249,8 +248,7 @@
}

.fixedDataTableRowLayout_fixedColumnsDivider {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
backface-visibility: hidden;
border-left-style: solid;
border-left-width: 1px;
left: 0;
Expand Down Expand Up @@ -299,10 +297,9 @@
outline: none;
overflow: hidden;
position: absolute;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.ScrollbarLayout_mainVertical {
Expand Down
38 changes: 19 additions & 19 deletions dist/fixed-data-table.min.js

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": "fixed-data-table-2",
"version": "1.1.2",
"version": "1.1.3",
"description": "A React table component designed to allow presenting thousands of rows of data.",
"main": "main.js",
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/FixedDataTableRoot.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Cell from 'FixedDataTableCellDefault';
import Column from 'FixedDataTableColumn';
import ColumnGroup from 'FixedDataTableColumnGroup';

const version = '1.1.2';
const version = '1.1.3';

export {
Cell,
Expand Down

0 comments on commit c3c3ea0

Please sign in to comment.