Skip to content

Commit 297b6e9

Browse files
committed
Bump version to 1.2.1
1 parent 4f926e0 commit 297b6e9

55 files changed

Lines changed: 859 additions & 1189 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CREDITS.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -677,14 +677,14 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
677677
678678
```
679679

680-
#### [@eonasdan/tempus-dominus@6.10.3](https://github.com/Eonasdan/tempus-dominus)
680+
#### [@eonasdan/tempus-dominus@v6.10.4](https://github.com/Eonasdan/tempus-dominus)
681681

682682
[Repository Link](https://github.com/Eonasdan/tempus-dominus)
683683

684684
No additional license information is available for this package.
685685
Refer to the license text above, listed under [MIT License](#mit-license).
686686

687-
#### [@eslint/js@9.26.0](https://github.com/eslint/eslint)
687+
#### [@eslint/js@9.27.0](https://github.com/eslint/eslint)
688688

689689
[Repository Link](https://github.com/eslint/eslint)
690690

@@ -698,7 +698,7 @@ Refer to the license text above, listed under [MIT License](#mit-license).
698698
No additional license information is available for this package.
699699
Refer to the license text above, listed under [MIT License](#mit-license).
700700

701-
#### [@stylistic/eslint-plugin@4.2.0](https://github.com/eslint-stylistic/eslint-stylistic)
701+
#### [@stylistic/eslint-plugin@4.4.0](https://github.com/eslint-stylistic/eslint-stylistic)
702702

703703
[Repository Link](https://github.com/eslint-stylistic/eslint-stylistic)
704704

@@ -719,7 +719,7 @@ Refer to the license text above, listed under [MIT License](#mit-license).
719719
No additional license information is available for this package.
720720
Refer to the license text above, listed under [MIT License](#mit-license).
721721

722-
#### [@types/node@22.15.14](https://github.com/DefinitelyTyped/DefinitelyTyped)
722+
#### [@types/node@22.15.24](https://github.com/DefinitelyTyped/DefinitelyTyped)
723723

724724
[Repository Link](https://github.com/DefinitelyTyped/DefinitelyTyped)
725725

@@ -768,28 +768,28 @@ Refer to the license text above, listed under [MIT License](#mit-license).
768768
No additional license information is available for this package.
769769
Refer to the license text above, listed under [MIT License](#mit-license).
770770

771-
#### [datatables.net-bs5@2.3.0](https://github.com/DataTables/Dist-DataTables-Bootstrap5)
771+
#### [datatables.net-bs5@2.3.1](https://github.com/DataTables/Dist-DataTables-Bootstrap5)
772772

773773
[Repository Link](https://github.com/DataTables/Dist-DataTables-Bootstrap5)
774774

775775
No additional license information is available for this package.
776776
Refer to the license text above, listed under [MIT License](#mit-license).
777777

778-
#### [datatables.net-dt@2.3.0](https://github.com/DataTables/Dist-DataTables-DataTables)
778+
#### [datatables.net-dt@2.3.1](https://github.com/DataTables/Dist-DataTables-DataTables)
779779

780780
[Repository Link](https://github.com/DataTables/Dist-DataTables-DataTables)
781781

782782
No additional license information is available for this package.
783783
Refer to the license text above, listed under [MIT License](#mit-license).
784784

785-
#### [esbuild@0.25.4](https://github.com/evanw/esbuild)
785+
#### [esbuild@0.25.5](https://github.com/evanw/esbuild)
786786

787787
[Repository Link](https://github.com/evanw/esbuild)
788788

789789
No additional license information is available for this package.
790790
Refer to the license text above, listed under [MIT License](#mit-license).
791791

792-
#### [eslint@9.26.0](https://github.com/eslint/eslint)
792+
#### [eslint@9.27.0](https://github.com/eslint/eslint)
793793

794794
[Repository Link](https://github.com/eslint/eslint)
795795

@@ -950,7 +950,7 @@ Refer to the license text above, listed under [MIT License](#mit-license).
950950
No additional license information is available for this package.
951951
Refer to the license text above, listed under [MIT License](#mit-license).
952952

953-
#### [sweetalert2@11.21.0](https://github.com/sweetalert2/sweetalert2)
953+
#### [sweetalert2@11.22.0](https://github.com/sweetalert2/sweetalert2)
954954

955955
[Repository Link](https://github.com/sweetalert2/sweetalert2)
956956

@@ -978,7 +978,7 @@ Refer to the license text above, listed under [MIT License](#mit-license).
978978
No additional license information is available for this package.
979979
Refer to the license text above, listed under [MIT License](#mit-license).
980980

981-
#### [typescript-eslint@8.32.0](https://github.com/typescript-eslint/typescript-eslint)
981+
#### [typescript-eslint@8.33.0](https://github.com/typescript-eslint/typescript-eslint)
982982

983983
[Repository Link](https://github.com/typescript-eslint/typescript-eslint)
984984

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Chocolatey choco-theme 1.2.0
1+
# Chocolatey choco-theme 1.2.1
22

33
**NOTE: This project is used on Chocolatey websites and is being released for the benefit of the community. While we endeavour to help and fix issues, it will be limited to GitHub issues, discussions and pull requests when we are able to.**
44

build/esbuild.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const init = async () => {
1313
const minify = process.argv.includes('--minify');
1414

1515
const banner = `/*!
16-
* choco-theme v1.2.0 (https://github.com/chocolatey/choco-theme#readme)
16+
* choco-theme v1.2.1 (https://github.com/chocolatey/choco-theme#readme)
1717
* Copyright 2020-2024 Chocolatey Software
1818
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
1919
*/`;

credits.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "choco-theme",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"dependencies": [
55
{
66
"name": "@eonasdan/tempus-dominus",

dist/css/atcb-overrides.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Style: Default
77
*
8-
* Version: 2.8.9
8+
* Version: 2.9.0
99
* Creator: Jens Kuerschner (https://jekuer.com)
1010
* Project: https://github.com/add2cal/add-to-calendar-button
1111
* License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
@@ -106,6 +106,7 @@
106106
--list-text: #dedede;
107107
--list-hover-text: #f1f1f1;
108108
--list-close-background: #282828;
109+
--list-close-text: #777;
109110
--list-shadow: rgb(0 0 0 / 60%) 0 4px 20px -2px, rgb(0 0 0 / 40%) 0 2px 4px -1px;
110111
--list-modal-shadow: rgb(0 0 0 / 40%) -1px 3px 30px 2px;
111112
--modal-text: #f1f1f1;
@@ -249,9 +250,9 @@
249250
padding: calc(var(--btn-padding-y) + 0.13em) calc(var(--btn-padding-x) + 0.13em);
250251
}
251252

252-
.atcb-button.atcb-no-text:focus,
253-
.atcb-button.atcb-no-text:hover,
254-
.atcb-button.atcb-no-text.atcb-active {
253+
.atcb-button:not([disabled]).atcb-no-text:focus,
254+
.atcb-button:not([disabled]).atcb-no-text:hover,
255+
.atcb-button:not([disabled]).atcb-no-text.atcb-active {
255256
height: 3.26em;
256257
width: 3.26em;
257258
padding: 0 !important;

dist/css/atcb-overrides.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.

dist/css/boxstarter.css

Lines changed: 60 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* choco-theme boxstarter v1.2.0 (https://github.com/chocolatey/choco-theme#readme)
3+
* choco-theme boxstarter v1.2.1 (https://github.com/chocolatey/choco-theme#readme)
44
* Copyright 2020-2024 Chocolatey Software
55
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
66
*/
@@ -53223,7 +53223,7 @@ body > header:not(.DocSearch-SearchBar) { /* stylelint-disable-line */
5322353223
.autoComplete_wrapper > input {
5322453224
display: block;
5322553225
width: 100%;
53226-
height: unset;
53226+
height: 45px;
5322753227
padding: 0.375rem 0.75rem 0.375rem 2.5rem;
5322853228
font-size: 1rem;
5322953229
font-weight: 400;
@@ -53232,16 +53232,16 @@ body > header:not(.DocSearch-SearchBar) { /* stylelint-disable-line */
5323253232
appearance: none;
5323353233
background-color: var(--bs-secondary-bg);
5323453234
background-clip: padding-box;
53235-
border: 1px solid var(--bs-primary);
53235+
border: 1px solid var(--bs-secondary);
5323653236
border-radius: 0.375rem;
5323753237
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
5323853238
}
5323953239
.autoComplete_wrapper > input:focus, .autoComplete_wrapper > input:hover {
5324053240
color: var(--bs-secondary-bg-contrast);
5324153241
background-color: var(--bs-secondary-bg);
53242-
border-color: var(--bs-primary);
53242+
border-color: var(--bs-body-color);
5324353243
outline: 0;
53244-
box-shadow: 0 0 0 0.25rem rgba(92, 159, 216, 0.25);
53244+
box-shadow: none;
5324553245
}
5324653246
.autoComplete_wrapper > input:focus::placeholder, .autoComplete_wrapper > input:hover::placeholder, .autoComplete_wrapper > input::placeholder {
5324753247
color: var(--bs-body-color);
@@ -56056,8 +56056,8 @@ label.DocSearch-Button {
5605656056
}
5605756057

5605856058
.btn-outline-primary:hover .badge, .btn-outline-primary:active .badge {
56059-
color: var(--bs-primary) !important;
56060-
background: var(--bs-primary-contrast) !important;
56059+
color: var(--bs-body-color) !important;
56060+
background: var(--bs-body-bg) !important;
5606156061
}
5606256062

5606356063
.btn-link:focus-visible {
@@ -56113,31 +56113,9 @@ button.btn-grab:not(:disabled) {
5611356113
.btn-outline-bg-body-contrast,
5611456114
.btn-bg-body-tertiary {
5611556115
--bs-btn-focus-shadow-rgb: var(--bs-secondary-rgb);
56116-
}
56117-
56118-
.btn-bg-body,
56119-
.btn-bg-body-contrast,
56120-
.btn-outline-bg-body,
56121-
.btn-outline-bg-body-contrast,
56122-
.btn-bg-body-tertiary,
56123-
.btn-top-nav {
5612456116
--bs-btn-active-shadow: inset 0 3px 5px rgba(12, 12, 11, 0.125);
5612556117
}
5612656118

56127-
.btn-top-nav {
56128-
--bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
56129-
--bs-btn-color: var(--bs-primary);
56130-
--bs-btn-border-color: var(--choco-border-color-adaptive);
56131-
--bs-btn-hover-color: var(--bs-primary-contrast);
56132-
--bs-btn-hover-bg: var(--bs-primary);
56133-
--bs-btn-hover-border-color: var(--bs-primary);
56134-
--bs-btn-active-color: var(--bs-primary-contrast);
56135-
--bs-btn-active-bg: var(--bs-primary);
56136-
--bs-btn-active-border-color: var(--bs-primary);
56137-
--bs-btn-disabled-color: var(--bs-secondary-color);
56138-
--bs-btn-disabled-border-color: var(--choco-border-color-adaptive);
56139-
}
56140-
5614156119
.btn-bg-body {
5614256120
--bs-btn-color: var(--bs-body-color);
5614356121
--bs-btn-bg: var(--bs-body-bg);
@@ -57727,15 +57705,15 @@ input[type=checkbox]:disabled {
5772757705
}
5772857706
/* stylelint-disable selector-class-pattern */
5772957707
.EasyMDEContainer .editor-toolbar {
57730-
border-color: var(--bs-primary);
57708+
border-color: var(--bs-border-color);
5773157709
}
5773257710
.EasyMDEContainer .editor-toolbar button {
5773357711
margin: 0 0.25rem;
5773457712
color: var(--bs-body-color);
5773557713
}
5773657714
.EasyMDEContainer .editor-toolbar button.active, .EasyMDEContainer .editor-toolbar button:hover {
5773757715
background: none;
57738-
border-color: var(--bs-primary);
57716+
border-color: var(--bs-border-color);
5773957717
}
5774057718
.EasyMDEContainer .editor-toolbar i.separator {
5774157719
border-color: var(--bs-border-color);
@@ -57749,7 +57727,7 @@ input[type=checkbox]:disabled {
5774957727
.EasyMDEContainer .CodeMirror {
5775057728
color: var(--bs-secondary-bg-contrast);
5775157729
background: var(--bs-secondary-bg);
57752-
border-color: var(--bs-primary);
57730+
border-color: var(--bs-border-color);
5775357731
}
5775457732
.EasyMDEContainer .CodeMirror span.CodeMirror-selectedtext {
5775557733
background: var(--bs-tertiary-bg);
@@ -57772,7 +57750,7 @@ input[type=checkbox]:disabled {
5777257750
border: 1px solid var(--bs-border-color);
5777357751
}
5777457752
.EasyMDEContainer .editor-preview-side {
57775-
border-color: var(--bs-primary);
57753+
border-color: var(--bs-border-color);
5777657754
}
5777757755

5777857756
#modalScriptBuilder {
@@ -58299,6 +58277,7 @@ input[type=checkbox]:disabled {
5829958277
.course-list li.mod-completed::before {
5830058278
font-size: 70%;
5830158279
line-height: 16px;
58280+
color: var(--bs-primary-contrast);
5830258281
background-color: var(--bs-primary);
5830358282
border-color: var(--bs-primary);
5830458283
}
@@ -59103,6 +59082,13 @@ table.dataTable td.dt-left {
5910359082
text-align: left;
5910459083
}
5910559084

59085+
table.dataTable th.dt-left div.dt-column-header,
59086+
table.dataTable th.dt-left div.dt-column-footer,
59087+
table.dataTable td.dt-left div.dt-column-header,
59088+
table.dataTable td.dt-left div.dt-column-footer {
59089+
flex-direction: row;
59090+
}
59091+
5910659092
table.dataTable th.dt-center,
5910759093
table.dataTable td.dt-center {
5910859094
text-align: center;
@@ -59125,6 +59111,13 @@ table.dataTable td.dt-justify {
5912559111
text-align: justify;
5912659112
}
5912759113

59114+
table.dataTable th.dt-justify div.dt-column-header,
59115+
table.dataTable th.dt-justify div.dt-column-footer,
59116+
table.dataTable td.dt-justify div.dt-column-header,
59117+
table.dataTable td.dt-justify div.dt-column-footer {
59118+
flex-direction: row;
59119+
}
59120+
5912859121
table.dataTable th.dt-nowrap,
5912959122
table.dataTable td.dt-nowrap {
5913059123
white-space: nowrap;
@@ -59150,6 +59143,17 @@ table.dataTable tfoot td.dt-head-left {
5915059143
text-align: left;
5915159144
}
5915259145

59146+
table.dataTable thead th.dt-head-left div.dt-column-header,
59147+
table.dataTable thead th.dt-head-left div.dt-column-footer,
59148+
table.dataTable thead td.dt-head-left div.dt-column-header,
59149+
table.dataTable thead td.dt-head-left div.dt-column-footer,
59150+
table.dataTable tfoot th.dt-head-left div.dt-column-header,
59151+
table.dataTable tfoot th.dt-head-left div.dt-column-footer,
59152+
table.dataTable tfoot td.dt-head-left div.dt-column-header,
59153+
table.dataTable tfoot td.dt-head-left div.dt-column-footer {
59154+
flex-direction: row;
59155+
}
59156+
5915359157
table.dataTable thead th.dt-head-center,
5915459158
table.dataTable thead td.dt-head-center,
5915559159
table.dataTable tfoot th.dt-head-center,
@@ -59182,6 +59186,17 @@ table.dataTable tfoot td.dt-head-justify {
5918259186
text-align: justify;
5918359187
}
5918459188

59189+
table.dataTable thead th.dt-head-justify div.dt-column-header,
59190+
table.dataTable thead th.dt-head-justify div.dt-column-footer,
59191+
table.dataTable thead td.dt-head-justify div.dt-column-header,
59192+
table.dataTable thead td.dt-head-justify div.dt-column-footer,
59193+
table.dataTable tfoot th.dt-head-justify div.dt-column-header,
59194+
table.dataTable tfoot th.dt-head-justify div.dt-column-footer,
59195+
table.dataTable tfoot td.dt-head-justify div.dt-column-header,
59196+
table.dataTable tfoot td.dt-head-justify div.dt-column-footer {
59197+
flex-direction: row;
59198+
}
59199+
5918559200
table.dataTable thead th.dt-head-nowrap,
5918659201
table.dataTable thead td.dt-head-nowrap,
5918759202
table.dataTable tfoot th.dt-head-nowrap,
@@ -59402,15 +59417,21 @@ table.dataTable.table-sm > thead > tr td.dt-orderable-asc,
5940259417
table.dataTable.table-sm > thead > tr td.dt-orderable-desc,
5940359418
table.dataTable.table-sm > thead > tr td.dt-ordering-asc,
5940459419
table.dataTable.table-sm > thead > tr td.dt-ordering-desc {
59405-
padding-right: 20px;
59420+
padding-right: 0.25rem;
5940659421
}
5940759422

5940859423
table.dataTable.table-sm > thead > tr th.dt-orderable-asc span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-orderable-desc span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-ordering-asc span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-ordering-desc span.dt-column-order,
5940959424
table.dataTable.table-sm > thead > tr td.dt-orderable-asc span.dt-column-order,
5941059425
table.dataTable.table-sm > thead > tr td.dt-orderable-desc span.dt-column-order,
5941159426
table.dataTable.table-sm > thead > tr td.dt-ordering-asc span.dt-column-order,
5941259427
table.dataTable.table-sm > thead > tr td.dt-ordering-desc span.dt-column-order {
59413-
right: 5px;
59428+
right: 0.25rem;
59429+
}
59430+
59431+
table.dataTable.table-sm > thead > tr th.dt-type-date span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-type-numeric span.dt-column-order,
59432+
table.dataTable.table-sm > thead > tr td.dt-type-date span.dt-column-order,
59433+
table.dataTable.table-sm > thead > tr td.dt-type-numeric span.dt-column-order {
59434+
left: 0.25rem;
5941459435
}
5941559436

5941659437
div.dt-scroll-head table.table-bordered {
@@ -59598,7 +59619,7 @@ table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order::before, ta
5959859619
transition: 0.5s ease;
5959959620
}
5960059621
.nav-tabs-image-boxes .nav-item .nav-link:hover, .nav-tabs-image-boxes .nav-item .nav-link.active {
59601-
color: var(--bs-primary-contrast);
59622+
color: var(--bs-black);
5960259623
border: 5px solid var(--bs-primary);
5960359624
}
5960459625
.nav-tabs-image-boxes .nav-item .nav-link .nav-img {
@@ -60078,6 +60099,9 @@ a:not(.btn):not(.DocSearch-Button).disabled {
6007860099
opacity: 1;
6007960100
}
6008060101

60102+
.btn-collapse {
60103+
text-decoration: none;
60104+
}
6008160105
.btn-collapse::before {
6008260106
display: inline-block;
6008360107
text-rendering: auto;

dist/css/boxstarter.min.css

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

0 commit comments

Comments
 (0)