Skip to content

Commit 7e60b61

Browse files
committed
Release 1.13.10
1 parent 2937d6d commit 7e60b61

File tree

6 files changed

+15
-14
lines changed

6 files changed

+15
-14
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"version": "1.12.1",
32
"name": "datatables.net/datatables.net-bm",
43
"description": "DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table. This is DataTables with styling for [Bulma](https://bulma.io/)",
54
"support": {

css/dataTables.bulma.css

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ table.dataTable tr.dt-hasChild td.dt-control:before {
2525
content: "▼";
2626
}
2727

28-
html.dark table.dataTable td.dt-control:before {
28+
html.dark table.dataTable td.dt-control:before,
29+
:root[data-bs-theme=dark] table.dataTable td.dt-control:before {
2930
color: rgba(255, 255, 255, 0.5);
3031
}
31-
html.dark table.dataTable tr.dt-hasChild td.dt-control:before {
32+
html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
33+
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
3234
color: rgba(255, 255, 255, 0.5);
3335
}
3436

@@ -124,7 +126,7 @@ div.dataTables_processing > div:last-child > div {
124126
width: 13px;
125127
height: 13px;
126128
border-radius: 50%;
127-
background: #00d1b2;
129+
background: rgb(0, 209, 178);
128130
background: rgb(var(--dt-row-selected));
129131
animation-timing-function: cubic-bezier(0, 1, 1, 0);
130132
}
@@ -281,13 +283,13 @@ table.dataTable > tbody > tr {
281283
background-color: transparent;
282284
}
283285
table.dataTable > tbody > tr.selected > * {
284-
box-shadow: inset 0 0 0 9999px #00d1b2;
286+
box-shadow: inset 0 0 0 9999px rgb(0, 209, 178);
285287
box-shadow: inset 0 0 0 9999px rgb(var(--dt-row-selected));
286-
color: white;
288+
color: rgb(255, 255, 255);
287289
color: rgb(var(--dt-row-selected-text));
288290
}
289291
table.dataTable > tbody > tr.selected a {
290-
color: #090a0b;
292+
color: rgb(9, 10, 11);
291293
color: rgb(var(--dt-row-selected-link));
292294
}
293295
table.dataTable.is-striped > tbody > tr.odd > * {

css/dataTables.bulma.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datatables.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"types/dataTables.bulma.d.ts"
1414
],
1515
"src-repo": "http://github.com/DataTables/DataTablesSrc",
16-
"last-tag": "1.13.8",
16+
"last-tag": "1.13.10",
1717
"last-sync": "d465757b36e0237b93a1fce05d553a3bb9ecd946"
18-
}
18+
}

nuget.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
4-
<version>1.13.8</version>
4+
<version>1.13.10</version>
55
<id>datatables.net-bm</id>
66
<description>This is DataTables with styling for [Bulma](https://bulma.io/)</description>
77
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-Bulma.git"/>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"module": "js/dataTables.bulma.mjs",
66
"style": "css/dataTables.bulma.css",
77
"types": "./types/dataTables.bulma.d.ts",
8-
"version": "1.13.8",
8+
"version": "1.13.10",
99
"files": [
1010
"css/**/*.css",
1111
"js/**/*.js",
@@ -46,4 +46,4 @@
4646
"type": "git",
4747
"url": "https://github.com/DataTables/Dist-DataTables-Bulma.git"
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)