Skip to content

Commit

Permalink
Update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepnschrodinger committed Nov 10, 2023
1 parent 5c64fca commit 20de1e4
Show file tree
Hide file tree
Showing 14 changed files with 479 additions and 501 deletions.
8 changes: 1 addition & 7 deletions dist/cjs/fixed-data-table-2.js
Original file line number Diff line number Diff line change
Expand Up @@ -21451,9 +21451,6 @@ let getApiDataSelector = function getApiDataSelector() {
function (state) {
return state.isRTL;
},
function (state) {
return state.touchScrollEnabled;
},
],
function (
/*number*/
Expand All @@ -21467,9 +21464,7 @@ let getApiDataSelector = function getApiDataSelector() {
/*number*/
availableScrollWidth,
/*boolean*/
isRTL,
/*boolean*/
touchEnabled
isRTL
) {
return {
tableHeight,
Expand All @@ -21478,7 +21473,6 @@ let getApiDataSelector = function getApiDataSelector() {
maxScrollX,
availableScrollWidth,
isRTL,
touchEnabled,
};
}
);
Expand Down
2 changes: 1 addition & 1 deletion dist/cjs/fixed-data-table-2.js.map

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions dist/es/fixed-data-table-2.js
Original file line number Diff line number Diff line change
Expand Up @@ -21373,9 +21373,6 @@ let getApiDataSelector = function getApiDataSelector() {
function (state) {
return state.isRTL;
},
function (state) {
return state.touchScrollEnabled;
},
],
function (
/*number*/
Expand All @@ -21389,9 +21386,7 @@ let getApiDataSelector = function getApiDataSelector() {
/*number*/
availableScrollWidth,
/*boolean*/
isRTL,
/*boolean*/
touchEnabled
isRTL
) {
return {
tableHeight,
Expand All @@ -21400,7 +21395,6 @@ let getApiDataSelector = function getApiDataSelector() {
maxScrollX,
availableScrollWidth,
isRTL,
touchEnabled,
};
}
);
Expand Down
2 changes: 1 addition & 1 deletion dist/es/fixed-data-table-2.js.map

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions dist/fixed-data-table-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,42 @@
right: calc(4px/2);
}

/**
* Copyright Schrodinger, LLC
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule fixedDataTableCellGroupLayout
*/

.fixedDataTableCellGroupLayout_cellGroup {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
white-space: nowrap;
}

.fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup {
right: 0;
left: auto;
}

.fixedDataTableCellGroupLayout_cellGroup > .public_fixedDataTableCell_main {
display: inline-block;
vertical-align: top;
white-space: normal;
}

.fixedDataTableCellGroupLayout_cellGroupWrapper {
position: absolute;
top: 0;
}
/**
* Copyright Schrodinger, LLC
* All rights reserved.
Expand Down Expand Up @@ -221,42 +257,6 @@
}


/**
* Copyright Schrodinger, LLC
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule fixedDataTableCellGroupLayout
*/

.fixedDataTableCellGroupLayout_cellGroup {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
white-space: nowrap;
}

.fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup {
right: 0;
left: auto;
}

.fixedDataTableCellGroupLayout_cellGroup > .public_fixedDataTableCell_main {
display: inline-block;
vertical-align: top;
white-space: normal;
}

.fixedDataTableCellGroupLayout_cellGroupWrapper {
position: absolute;
top: 0;
}
/**
* Copyright Schrodinger, LLC
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion dist/fixed-data-table-base.min.css

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

194 changes: 97 additions & 97 deletions dist/fixed-data-table-style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,48 @@
/**
* Copyright Schrodinger, LLC
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule Scrollbar
*
*/

/**
* Scrollbars.
*/

/* Touching the scroll-track directly makes the scroll-track bolder */
.public_Scrollbar_main.public_Scrollbar_mainActive,
.public_Scrollbar_main {
background-color: #fff;
border-left: 1px solid #d3d3d3;
}

.fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,
.fixedDataTable_isRTL .public_Scrollbar_main {
border-right: 1px solid #d3d3d3;
border-left-width: 0;
}

.public_Scrollbar_mainOpaque,
.public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,
.public_Scrollbar_mainOpaque:hover {
background-color: #fff;
}

.public_Scrollbar_face:after {
background-color: #c2c2c2;
}

.public_Scrollbar_main:hover .public_Scrollbar_face:after,
.public_Scrollbar_mainActive .public_Scrollbar_face:after,
.public_Scrollbar_faceActive:after {
background-color: #7d7d7d;
}

/**
* Copyright Schrodinger, LLC
* All rights reserved.
Expand Down Expand Up @@ -56,6 +101,37 @@
background-color: #fff;
}

/**
* Column reorder goodies.
*/
.fixedDataTableCellLayout_columnReorderContainer {
border-color: #0284ff;
background-color: rgba(0,0,0,0.1);
width: 12px;
margin-right: -12px;
float: left;
cursor: move;
}

.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer {
margin-right: auto;
margin-left: -12px;
float: right;
}

.fixedDataTableCellLayout_columnReorderContainer:after {
content: '::';
position: absolute;
top: 50%;
left: 1px;
transform: translateY(-50%);
}

.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after {
left: auto;
right: 1px;
}

/**
* Copyright Schrodinger, LLC
* All rights reserved.
Expand Down Expand Up @@ -124,35 +200,17 @@
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule fixedDataTableRow
* @providesModule fixedDataTableColumnResizerLine
*
*/

/**
* Table row.
* Column resizer line.
*/
.public_fixedDataTableRow_main {
background-color: #fff;
}

.public_fixedDataTableRow_highlighted,
.public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main {
background-color: #f6f7f8;
}

.public_fixedDataTableRow_fixedColumnsDivider {
border-color: #d3d3d3;
}

.public_fixedDataTableRow_columnsShadow {
background-image: linear-gradient(90deg, rgba(0,0,0,0.1), rgba(0,0,0,0));
}

.fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow {
background-image: linear-gradient(270deg, rgba(0,0,0,0.1), rgba(0,0,0,0));
}

.public_fixedDataTableRow_columnsRightShadow {
transform: rotate(180deg);
.public_fixedDataTableColumnResizerLine_main {
border-color: #0284ff;
width: 1px;
position: fixed;
}

/**
Expand All @@ -163,91 +221,33 @@
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule Scrollbar
*
* @providesModule fixedDataTableRow
*/

/**
* Scrollbars.
* Table row.
*/

/* Touching the scroll-track directly makes the scroll-track bolder */
.public_Scrollbar_main.public_Scrollbar_mainActive,
.public_Scrollbar_main {
background-color: #fff;
border-left: 1px solid #d3d3d3;
}

.fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,
.fixedDataTable_isRTL .public_Scrollbar_main {
border-right: 1px solid #d3d3d3;
border-left-width: 0;
}

.public_Scrollbar_mainOpaque,
.public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,
.public_Scrollbar_mainOpaque:hover {
.public_fixedDataTableRow_main {
background-color: #fff;
}

.public_Scrollbar_face:after {
background-color: #c2c2c2;
}

.public_Scrollbar_main:hover .public_Scrollbar_face:after,
.public_Scrollbar_mainActive .public_Scrollbar_face:after,
.public_Scrollbar_faceActive:after {
background-color: #7d7d7d;
}

/**
* Column reorder goodies.
*/
.fixedDataTableCellLayout_columnReorderContainer {
border-color: #0284ff;
background-color: rgba(0,0,0,0.1);
width: 12px;
margin-right: -12px;
float: left;
cursor: move;
.public_fixedDataTableRow_highlighted,
.public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main {
background-color: #f6f7f8;
}

.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer {
margin-right: auto;
margin-left: -12px;
float: right;
.public_fixedDataTableRow_fixedColumnsDivider {
border-color: #d3d3d3;
}

.fixedDataTableCellLayout_columnReorderContainer:after {
content: '::';
position: absolute;
top: 50%;
left: 1px;
transform: translateY(-50%);
.public_fixedDataTableRow_columnsShadow {
background-image: linear-gradient(90deg, rgba(0,0,0,0.1), rgba(0,0,0,0));
}

.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after {
left: auto;
right: 1px;
.fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow {
background-image: linear-gradient(270deg, rgba(0,0,0,0.1), rgba(0,0,0,0));
}

/**
* Copyright Schrodinger, LLC
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule fixedDataTableColumnResizerLine
*
*/

/**
* Column resizer line.
*/
.public_fixedDataTableColumnResizerLine_main {
border-color: #0284ff;
width: 1px;
position: fixed;
.public_fixedDataTableRow_columnsRightShadow {
transform: rotate(180deg);
}
Loading

0 comments on commit 20de1e4

Please sign in to comment.