Skip to content

Commit 2029603

Browse files
author
dtbuild
committed
b797bee4e03d45ed33702a1921efc41e75120121 Update version
Sync to source repo @b797bee4e03d45ed33702a1921efc41e75120121
1 parent f8fa705 commit 2029603

6 files changed

Lines changed: 12 additions & 11 deletions

css/stateRestore.jqueryui.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ html.dark div.dtsr-confirmation,
186186
html.dark div.dtsr-creation,
187187
html[data-bs-theme=dark] div.dtsr-confirmation,
188188
html[data-bs-theme=dark] div.dtsr-creation {
189-
background-color: #212529;
189+
background-color: rgb(33, 37, 41);
190190
border: 1px solid rgba(255, 255, 255, 0.15);
191191
}
192192
html.dark div.dtsr-confirmation button,
@@ -195,11 +195,11 @@ html[data-bs-theme=dark] div.dtsr-confirmation button,
195195
html[data-bs-theme=dark] div.dtsr-creation button {
196196
color: inherit;
197197
border: 1px solid rgba(255, 255, 255, 0.175);
198-
background-color: #2f3438;
198+
background-color: rgb(47, 52, 56);
199199
}
200200
html.dark div.dtsr-confirmation button:hover,
201201
html.dark div.dtsr-creation button:hover,
202202
html[data-bs-theme=dark] div.dtsr-confirmation button:hover,
203203
html[data-bs-theme=dark] div.dtsr-creation button:hover {
204-
background-color: #404549;
204+
background-color: rgb(64, 69, 73);
205205
}

css/stateRestore.jqueryui.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datatables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
],
1515
"src-repo": "http://github.com/DataTables/StateRestore",
1616
"last-tag": "1.3.0",
17-
"last-sync": "1858717e940dca2ac4f3adc835cf418b4c41bd54"
17+
"last-sync": "b797bee4e03d45ed33702a1921efc41e75120121"
1818
}

js/stateRestore.jqueryui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
// Browser
4848
factory( jQuery, window, document );
4949
}
50-
}(function( $, window, document, undefined ) {
50+
}(function( $, window, document ) {
5151
'use strict';
5252
var DataTable = $.fn.dataTable;
5353

js/stateRestore.jqueryui.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

types/stateRestore.jqueryui.d.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/*! Bootstrap integration for DataTables' StateRestore
2-
* © SpryMedia Ltd - datatables.net/license
3-
*/
4-
declare var DataTable: any;
1+
2+
import DataTable from 'datatables.net-staterestore';
3+
4+
export default DataTable;
5+
export * from 'datatables.net-staterestore';

0 commit comments

Comments
 (0)