@trimble-oss/modus-docs-hugo-theme 1.0.0-alpha24 → 1.0.0-alpha26

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,8 +12,8 @@
12
12
  border-right: 0;
13
13
  left: auto;
14
14
  padding: 0;
15
- right: 5px;
16
- top: 10px;
15
+ right: -6px;
16
+ top: 0;
17
17
  transition: all 0.2s;
18
18
  width: 0 !important;
19
19
  z-index: 1210;
@@ -1,5 +1,5 @@
1
1
  <search class="search-container d-inline-block position-relative" role="search">
2
- <input class="form-control form-control-search position-absolute" aria-label="Search" id="search-by" type="search"
2
+ <input class="form-control form-control-lg form-control-search position-absolute" aria-label="Search" id="search-by" type="search"
3
3
  name="q" placeholder="Search..." autocomplete="off" title="" required>
4
4
  <label class="btn btn-lg btn-icon-only border-transparent btn-search position-absolute px-1" for="search-by">
5
5
  {{ partial "icons/modus-outlined/search.svg" (dict "class" "text-white" "width" "24" "height" "24") }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trimble-oss/modus-docs-hugo-theme",
3
- "version": "1.0.0-alpha24",
3
+ "version": "1.0.0-alpha26",
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,19 +28,19 @@
28
28
  "svgo": "npx svgo --folder=\"static/img/icons/\""
29
29
  },
30
30
  "dependencies": {
31
- "@trimble-oss/modus-bootstrap": "2.0.0-alpha36",
32
- "@trimble-oss/modus-icons": "1.14.0"
31
+ "@trimble-oss/modus-bootstrap": "2.0.0-alpha43",
32
+ "@trimble-oss/modus-icons": "1.15.0"
33
33
  },
34
34
  "devDependencies": {
35
- "autoprefixer": "10.4.19",
35
+ "autoprefixer": "10.4.20",
36
36
  "eslint": "8.57.0",
37
37
  "eslint-config-prettier": "9.1.0",
38
38
  "htmlhint": "1.1.4",
39
- "hugo-bin": "0.125.2",
40
- "postcss": "8.4.38",
39
+ "hugo-bin": "0.129.0",
40
+ "postcss": "8.4.41",
41
41
  "postcss-cli": "11.0.0",
42
42
  "prettier": "3.3.3",
43
- "stylelint": "16.6.1",
43
+ "stylelint": "16.8.1",
44
44
  "stylelint-config-standard-scss": "13.1.0",
45
45
  "stylelint-order": "6.0.4"
46
46
  },
@@ -52,5 +52,11 @@
52
52
  "data",
53
53
  "layouts",
54
54
  "static"
55
- ]
55
+ ],
56
+ "engines": {
57
+ "node": ">=18.0.0"
58
+ },
59
+ "volta": {
60
+ "node": "20.16.0"
61
+ }
56
62
  }