@trimble-oss/modus-docs-hugo-theme 1.0.0-alpha23 → 1.0.0-alpha25

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  [data-bs-theme="light"] {
2
- article a.btn-primary::after {
2
+ article a.btn-primary:not(.dropdown-toggle)::after {
3
3
  filter: invert(1);
4
4
  }
5
5
  }
@@ -25,7 +25,7 @@
25
25
  </style>
26
26
  {{ end }}
27
27
 
28
- <!-- https://github.com/twbs/bootstrap/blob/v5.3.2/site/layouts/partials/docs-sidebar.html -->
28
+ <!-- https://github.com/twbs/bootstrap/blob/v5.3.3/site/layouts/partials/docs-sidebar.html -->
29
29
  <div>
30
30
  {{- $url := split .Permalink "/" -}}
31
31
  {{- $page_slug := index $url (sub (len $url) 2) -}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trimble-oss/modus-docs-hugo-theme",
3
- "version": "1.0.0-alpha23",
3
+ "version": "1.0.0-alpha25",
4
4
  "description": "A Documentation theme for Hugo built by Trimble",
5
5
  "homepage": "https://github.com/trimble-oss/modus-docs-hugo-theme",
6
6
  "bugs": {
@@ -28,7 +28,7 @@
28
28
  "svgo": "npx svgo --folder=\"static/img/icons/\""
29
29
  },
30
30
  "dependencies": {
31
- "@trimble-oss/modus-bootstrap": "2.0.0-alpha32",
31
+ "@trimble-oss/modus-bootstrap": "2.0.0-alpha43",
32
32
  "@trimble-oss/modus-icons": "1.14.0"
33
33
  },
34
34
  "devDependencies": {
@@ -36,11 +36,11 @@
36
36
  "eslint": "8.57.0",
37
37
  "eslint-config-prettier": "9.1.0",
38
38
  "htmlhint": "1.1.4",
39
- "hugo-bin": "0.124.0",
40
- "postcss": "8.4.38",
39
+ "hugo-bin": "0.126.0",
40
+ "postcss": "8.4.39",
41
41
  "postcss-cli": "11.0.0",
42
- "prettier": "3.3.2",
43
- "stylelint": "16.6.1",
42
+ "prettier": "3.3.3",
43
+ "stylelint": "16.7.0",
44
44
  "stylelint-config-standard-scss": "13.1.0",
45
45
  "stylelint-order": "6.0.4"
46
46
  },