Skip to content

Commit

Permalink
Update bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
danirus committed Nov 25, 2024
1 parent eec56bf commit ba2a49a
Show file tree
Hide file tree
Showing 15 changed files with 3,096 additions and 9,958 deletions.
12,963 changes: 3,050 additions & 9,913 deletions package-lock.json

Large diffs are not rendered by default.

46 changes: 22 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,45 +40,43 @@
"author": "Daniela Rus Morales",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@popperjs/core": "^2.11.6",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"clean-css-cli": "^5.6.2",
"cross-env": "^7.0.3",
"del-cli": "^5.0.0",
"eslint": "^8.34.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-unicorn": "^45.0.2",
"find-unused-sass-variables": "^4.0.5",
"ip": "^1.1.8",
"jasmine": "^4.5.0",
"eslint": "^8.57.1",
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-unicorn": "^55.0.0",
"find-unused-sass-variables": "^6.0.0",
"jasmine": "^5.3.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-detect-browsers": "^2.3.3",
"karma-firefox-launcher": "^2.1.2",
"karma-firefox-launcher": "^2.1.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"karma-rollup-preprocessor": "^7.0.8",
"nodemon": "^2.0.21",
"npm-run-all": "^4.1.5",
"postcss-scss": "^4.0.6",
"rollup": "^3.17.2",
"rollup-plugin-istanbul": "^4.0.0",
"sass": "^1.56.1",
"nodemon": "^3.1.7",
"npm-run-all2": "^7.0.1",
"postcss": "^8.4.47",
"rollup": "^4.24.4",
"rollup-plugin-istanbul": "^5.0.0",
"sass": "1.78.0",
"sphinx-colorschemed-images": "^0.2.0",
"stylelint": "^14.16.1",
"stylelint-config-twbs-bootstrap": "^7.0.0",
"terser": "^5.18.0"
"stylelint": "^16.10.0",
"stylelint-config-twbs-bootstrap": "^15.1.0",
"terser": "^5.36.0"
},
"dependencies": {
"@octokit/rest": "^19.0.5",
"bootstrap": "5.3.3",
"package.json": "^2.0.1"
"bootstrap": "5.3.3"
}
}
19 changes: 11 additions & 8 deletions scss/_root.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@
--#{$prefix}admon-note-color-bg: #{$scheme-light-admon-note-color-bg};
--#{$prefix}admon-tip-color-bg: #{$scheme-light-admon-tip-color-bg};

.docutils {
&:not(.field-list) {
--#{$prefix}table-bg: #{$scheme-light-table-bg};
--#{$prefix}table-striped-bg: #{$scheme-light-table-striped-bg};
}
}

--#{$prefix}docapi-kw-color: #{$docapi-light-kw-color};

Expand All @@ -74,8 +68,16 @@
--#{$prefix}btn-neutral-disable-bg: #fff;
--#{$prefix}btn-neutral-disable-border-color: #fff;

@include color-scheme(light);
color-scheme: light;

.docutils {
&:not(.field-list) {
--#{$prefix}table-bg: #{$scheme-light-table-bg};
--#{$prefix}table-striped-bg: #{$scheme-light-table-striped-bg};
}
}

@include color-scheme(light);
}

@mixin dark-theme {
Expand Down Expand Up @@ -145,6 +147,8 @@
--#{$prefix}btn-neutral-disable-bg: #343a40;
--#{$prefix}btn-neutral-disable-border-color: #343a40;

color-scheme: dark;

.docutils {
&:not(.field-list) {
--#{$prefix}table-bg: #{$scheme-dark-table-bg};
Expand All @@ -153,7 +157,6 @@
}

@include color-scheme(dark);
color-scheme: dark;
}

:root:not(.light):not(.dark) {
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sphinx_nefertiti/static/sphinx-nefertiti.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sphinx_nefertiti/static/sphinx-nefertiti.min.js.map

Large diffs are not rendered by default.

0 comments on commit ba2a49a

Please sign in to comment.