Skip to content

Commit

Permalink
b797bee4e03d45ed33702a1921efc41e75120121 Update version
Browse files Browse the repository at this point in the history
Sync to source repo @b797bee4e03d45ed33702a1921efc41e75120121
  • Loading branch information
dtbuild committed Feb 5, 2024
1 parent f8fa705 commit 2029603
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
6 changes: 3 additions & 3 deletions css/stateRestore.jqueryui.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ html.dark div.dtsr-confirmation,
html.dark div.dtsr-creation,
html[data-bs-theme=dark] div.dtsr-confirmation,
html[data-bs-theme=dark] div.dtsr-creation {
background-color: #212529;
background-color: rgb(33, 37, 41);
border: 1px solid rgba(255, 255, 255, 0.15);
}
html.dark div.dtsr-confirmation button,
Expand All @@ -195,11 +195,11 @@ html[data-bs-theme=dark] div.dtsr-confirmation button,
html[data-bs-theme=dark] div.dtsr-creation button {
color: inherit;
border: 1px solid rgba(255, 255, 255, 0.175);
background-color: #2f3438;
background-color: rgb(47, 52, 56);
}
html.dark div.dtsr-confirmation button:hover,
html.dark div.dtsr-creation button:hover,
html[data-bs-theme=dark] div.dtsr-confirmation button:hover,
html[data-bs-theme=dark] div.dtsr-creation button:hover {
background-color: #404549;
background-color: rgb(64, 69, 73);
}
2 changes: 1 addition & 1 deletion css/stateRestore.jqueryui.min.css

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

2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
],
"src-repo": "http://github.com/DataTables/StateRestore",
"last-tag": "1.3.0",
"last-sync": "1858717e940dca2ac4f3adc835cf418b4c41bd54"
"last-sync": "b797bee4e03d45ed33702a1921efc41e75120121"
}
2 changes: 1 addition & 1 deletion js/stateRestore.jqueryui.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
// Browser
factory( jQuery, window, document );
}
}(function( $, window, document, undefined ) {
}(function( $, window, document ) {
'use strict';
var DataTable = $.fn.dataTable;

Expand Down
2 changes: 1 addition & 1 deletion js/stateRestore.jqueryui.min.js

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

9 changes: 5 additions & 4 deletions types/stateRestore.jqueryui.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*! Bootstrap integration for DataTables' StateRestore
* © SpryMedia Ltd - datatables.net/license
*/
declare var DataTable: any;

import DataTable from 'datatables.net-staterestore';

export default DataTable;
export * from 'datatables.net-staterestore';

0 comments on commit 2029603

Please sign in to comment.