@trimble-oss/modus-docs-hugo-theme 1.0.0-alpha7 → 1.0.0-alpha9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. package/assets/{styles → css}/_article.scss +4 -0
  2. package/assets/css/_navbar-search.scss +54 -0
  3. package/assets/{styles → css}/_navbar.scss +4 -0
  4. package/assets/css/_tables.scss +34 -0
  5. package/assets/{styles → css}/_was-this-page-helpful.scss +1 -1
  6. package/layouts/_default/single.html +1 -1
  7. package/layouts/partials/col-sidebar-menu.html +1 -1
  8. package/layouts/partials/col-sidebar.html +2 -2
  9. package/layouts/partials/icons/modus-outlined/code.svg +3 -0
  10. package/layouts/partials/icons/modus-solid/code.svg +3 -0
  11. package/layouts/partials/icons/modus-solid/menu.svg +3 -0
  12. package/layouts/partials/icons/modus-solid/trimble-logo.svg +3 -0
  13. package/layouts/partials/meta.html +1 -1
  14. package/layouts/partials/navbar.html +5 -6
  15. package/package.json +7 -7
  16. package/assets/styles/_navbar-search.scss +0 -53
  17. package/assets/styles/_tables.scss +0 -5
  18. package/layouts/partials/icons/trimble-logo.svg +0 -1
  19. /package/assets/{styles → css}/_autocomplete.scss +0 -0
  20. /package/assets/{styles → css}/_cards.scss +0 -0
  21. /package/assets/{styles → css}/_codefences-dark.scss +0 -0
  22. /package/assets/{styles → css}/_codefences.scss +0 -0
  23. /package/assets/{styles → css}/_col-sidebar.scss +0 -0
  24. /package/assets/{styles → css}/_font-open-sans.scss +0 -0
  25. /package/assets/{styles → css}/_footer.scss +0 -0
  26. /package/assets/{styles → css}/_javascript-disabled.scss +0 -0
  27. /package/assets/{styles → css}/_list-js.scss +0 -0
  28. /package/assets/{styles → css}/_menu-right.scss +0 -0
  29. /package/assets/{styles → css}/_mobile.scss +0 -0
  30. /package/assets/{styles → css}/_news.scss +0 -0
  31. /package/assets/{styles → css}/_onetrust-cookie-banner.scss +0 -0
  32. /package/assets/{styles → css}/_posts.scss +0 -0
  33. /package/assets/{styles → css}/_print.scss +0 -0
  34. /package/assets/{styles → css}/_scroll-to-top-btn.scss +0 -0
  35. /package/assets/{styles → css}/_sidebar.scss +0 -0
  36. /package/assets/{styles → css}/_skippy.scss +0 -0
  37. /package/assets/{styles → css}/_theme-dark.scss +0 -0
  38. /package/assets/{styles → css}/_theme-light.scss +0 -0
  39. /package/assets/{styles → css}/_theme-toggle.scss +0 -0
  40. /package/assets/{styles → css}/_utilities.scss +0 -0
  41. /package/assets/{styles → css}/_xxl.scss +0 -0
  42. /package/assets/{styles/styles.scss → css/modus-docs.scss} +0 -0
@@ -81,6 +81,10 @@ a.header-link::after {
81
81
  display: inline-block;
82
82
  }
83
83
 
84
+ #main {
85
+ max-width: 1090px;
86
+ }
87
+
84
88
  .docs-callout {
85
89
  margin-top: 1.25rem;
86
90
  margin-bottom: 1.25rem;
@@ -0,0 +1,54 @@
1
+ .search-container {
2
+ width: 40px;
3
+ left: -12px;
4
+ }
5
+
6
+ .form-control-search {
7
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m16.38 14.92-.66.05-.41-.41c2.44-2.81 2.28-7.1-.5-9.7S7.8 2.4 5.17 4.94a6.988 6.988 0 0 0-.08 9.98c2.61 2.61 6.77 2.72 9.52.34l.41.41-.05.65 3.89 3.89a.996.996 0 1 0 1.41-1.41l-3.88-3.88Zm-2.81-1.41a5.016 5.016 0 0 1-7.08 0c-1.95-1.95-1.95-5.13 0-7.08s5.13-1.95 7.08 0 1.95 5.13 0 7.08Z'/%3E%3C/svg%3E");
8
+ background-position: 5px center;
9
+ background-repeat: no-repeat;
10
+ background-size: 20px;
11
+ border-left: 0;
12
+ border-right: 0;
13
+ padding: 0;
14
+ width: 0 !important;
15
+ z-index: 1210;
16
+ transition: all 0.2s;
17
+ left: auto;
18
+ top: 10px;
19
+ right: 5px;
20
+ }
21
+
22
+ .form-control-search:focus {
23
+ width: 363px !important;
24
+ max-width: calc(100vw - 200px);
25
+ text-indent: 18px;
26
+ padding: 0 4px 4px 16px;
27
+ visibility: visible;
28
+ }
29
+
30
+ .form-control-search:focus + .btn-search {
31
+ transition: all 1s;
32
+ background-color: transparent;
33
+ pointer-events: none !important;
34
+ }
35
+
36
+ .form-control-search:focus + .btn-search img {
37
+ opacity: 0;
38
+ }
39
+
40
+ .btn-search {
41
+ top: 0;
42
+ }
43
+
44
+ .btn-search i {
45
+ margin-top: 18px;
46
+ }
47
+
48
+ [data-bs-theme="dark"] .form-control-search {
49
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='m16.38 14.92-.66.05-.41-.41c2.44-2.81 2.28-7.1-.5-9.7S7.8 2.4 5.17 4.94a6.988 6.988 0 0 0-.08 9.98c2.61 2.61 6.77 2.72 9.52.34l.41.41-.05.65 3.89 3.89a.996.996 0 1 0 1.41-1.41l-3.88-3.88Zm-2.81-1.41a5.016 5.016 0 0 1-7.08 0c-1.95-1.95-1.95-5.13 0-7.08s5.13-1.95 7.08 0 1.95 5.13 0 7.08Z'/%3E%3C/svg%3E") !important;
50
+ }
51
+
52
+ [data-bs-theme="dark"] .btn-search img {
53
+ filter: invert(1);
54
+ }
@@ -3,3 +3,7 @@ html[data-bs-theme="dark"] {
3
3
  filter: invert(1);
4
4
  }
5
5
  }
6
+
7
+ .navbar-site-title {
8
+ margin-top: 12px;
9
+ }
@@ -0,0 +1,34 @@
1
+ main table {
2
+ width: 100%;
3
+ margin-bottom: 1rem;
4
+ border: 1px solid rgba(133, 133, 133, 0.1);
5
+ vertical-align: top;
6
+
7
+ // border-color: var(--bs-table-border-color);
8
+ }
9
+
10
+ main table thead th {
11
+ vertical-align: middle;
12
+ line-height: 1.25;
13
+ border-bottom-width: 1px;
14
+ }
15
+
16
+ main table thead tr {
17
+ background-color: rgba(133, 133, 133, 0.1);
18
+ }
19
+
20
+ main table td {
21
+ font-size: 0.875rem;
22
+ vertical-align: middle;
23
+ }
24
+
25
+ .table-bordered > :not(caption) > * > * {
26
+ border-width: 0 var(--bs-border-width);
27
+ }
28
+
29
+ table > :not(caption) > * > * {
30
+ padding: 0.25rem 1rem;
31
+ background-color: var(--bs-table-bg);
32
+ border-bottom-width: var(--bs-border-width);
33
+ box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
34
+ }
@@ -1,5 +1,5 @@
1
1
  .feedback {
2
- border-color: #90939f !important;
2
+ border-color: #90939f;
3
3
  }
4
4
 
5
5
  .btn-feedback {
@@ -17,7 +17,7 @@
17
17
 
18
18
  {{ partial "header" . }}
19
19
 
20
- <main class="container mx-auto mt-5" style="max-width: 1090px;">
20
+ <main class="container mx-auto mt-5" id="main">
21
21
  <div class="row">
22
22
  <div class="col-12 col-xl-9">
23
23
  {{ if .Params.blog }}
@@ -12,7 +12,7 @@
12
12
  }
13
13
  </script>
14
14
 
15
- <!-- https://github.com/twbs/bootstrap/blob/v5.3.0/site/layouts/partials/docs-sidebar.html -->
15
+ <!-- https://github.com/twbs/bootstrap/blob/v5.3.2/site/layouts/partials/docs-sidebar.html -->
16
16
  <div class="">
17
17
  {{- $url := split .Permalink "/" -}}
18
18
  {{- $page_slug := index $url (sub (len $url) 2) -}}
@@ -16,7 +16,7 @@
16
16
 
17
17
  <div>
18
18
  {{- with .Site.Params.GitHubRepo -}}
19
- <a href="{{- . -}}" class="btn btn-lg btn-outline-secondary bg-transparent btn-icon-only border-0 mx-1"
19
+ <a href="{{- . -}}" class="btn btn-lg btn-outline-secondary text-body bg-transparent btn-icon-only border-0 mx-1"
20
20
  target="_blank" rel="noopener" data-bs-toggle="tooltip" title="GitHub">
21
21
  {{ partial "icons/brands/github.svg" (dict "class" "mt-2" "width" "22" "height" "22") }}
22
22
  </a>
@@ -25,4 +25,4 @@
25
25
  {{ partial "btn-theme-toggle" . }}
26
26
  </div>
27
27
 
28
- </div>
28
+ </div>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{- . -}}"{{ end }}{{ with .height }} height="{{- . -}}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} fill="currentColor" viewBox="0 0 24 24">
2
+ <path d="M17.12 8.12a.996.996 0 0 1 1.41 0l3.18 3.18c.39.39.39 1.02 0 1.41l-3.18 3.18c-.38.38-1.02.38-1.41-.01a.996.996 0 0 1 0-1.41S19.59 12 19.59 12l-2.47-2.47a.996.996 0 0 1 0-1.41Zm-10.24 0a.996.996 0 0 0-1.41 0L2.29 11.3a.996.996 0 0 0 0 1.41s3.18 3.18 3.18 3.18c.38.38 1.02.38 1.41-.01a.996.996 0 0 0 0-1.41S4.41 12 4.41 12l2.47-2.47a.996.996 0 0 0 0-1.41Zm3.07 10.64 5.92-12.69c.23-.5.02-1.1-.48-1.33-.5-.23-1.1-.02-1.33.48L8.14 17.91c-.23.5-.02 1.1.48 1.33.14.06.28.09.42.09.38 0 .74-.21.91-.58Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{- . -}}"{{ end }}{{ with .height }} height="{{- . -}}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} fill="currentColor" viewBox="0 0 24 24">
2
+ <path d="M17.12 8.12a.996.996 0 0 1 1.41 0l3.18 3.18c.39.39.39 1.02 0 1.41l-3.18 3.18c-.38.38-1.02.38-1.41-.01a.996.996 0 0 1 0-1.41S19.59 12 19.59 12l-2.47-2.47a.996.996 0 0 1 0-1.41Zm-10.24 0a.996.996 0 0 0-1.41 0L2.29 11.3a.996.996 0 0 0 0 1.41s3.18 3.18 3.18 3.18c.38.38 1.02.38 1.41-.01a.996.996 0 0 0 0-1.41S4.41 12 4.41 12l2.47-2.47a.996.996 0 0 0 0-1.41Zm3.07 10.64 5.92-12.69c.23-.5.02-1.1-.48-1.33-.5-.23-1.1-.02-1.33.48L8.14 17.91c-.23.5-.02 1.1.48 1.33.14.06.28.09.42.09.38 0 .74-.21.91-.58Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{- . -}}"{{ end }}{{ with .height }} height="{{- . -}}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} fill="currentColor" viewBox="0 0 24 24">
2
+ <path d="M4 18h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1Zm0-5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1ZM3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{- . -}}"{{ end }}{{ with .height }} height="{{- . -}}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} fill="currentColor" viewBox="0 0 24 24">
2
+ <path d="M14.41 14.14c-.1-.87-.3-1.73-.62-2.54a4.03 4.03 0 0 1-4.18-.76c-.83.86-1.57 1.81-2.22 2.81 1.91 1.56 5.05 1.97 7.02.49M9.63 9.53c.59-.55 1.23-1.06 1.9-1.51a6.19 6.19 0 0 0-2.1-1.27c-.56.87-.48 2.01.2 2.79m2.59-2.02c.46-.34.95-.61 1.48-.82a3.16 3.16 0 0 0-3.56-.59c.77.34 1.48.82 2.09 1.41m-6.26-.97c-1.34 1.9-.71 4.67.84 6.41a19.84 19.84 0 0 1 2.26-2.84c-.86-1-1.03-2.42-.4-3.59-.89-.22-1.82-.21-2.7.02m2.7-.02 5.49 3.71c.66-.84.67-2.02.03-2.87-.5.2-.96.48-1.38.81.53.63.99 1.32 1.35 2.06M9.23 5.67c.59-.42 1.29-.65 2.01-.67-1.48-.25-3-.08-4.39.5.8-.09 1.61-.03 2.38.17m4.27 5.09c-.36-.76-.82-1.46-1.36-2.09-.68.45-1.32.96-1.92 1.51.9.79 2.17 1.02 3.28.58m1.95-2.11c.13.92-.23 1.84-.94 2.45.29.74.51 1.5.64 2.28a4.69 4.69 0 0 0 .3-4.73m-.17 5.91c.02.57 0 1.15-.08 1.72a6.823 6.823 0 0 0 1.42-4.75c-.1 1.13-.57 2.19-1.34 3.03m5.75-2.54-3.97-2.3c.47 1.5.46 3.1-.02 4.6l3.99-2.3ZM6.99 14.51c-.58.95-1.01 1.99-1.26 3.08a6.803 6.803 0 0 0 8.38-.15c.27-.7.4-1.45.38-2.2a6.941 6.941 0 0 1-7.5-.73m-.62-.72a6.651 6.651 0 0 1-1.73-6.18 6.787 6.787 0 0 0 .4 9.21c.31-1.07.76-2.09 1.34-3.03M8.19 4.3 4.24 2.03v4.55a7.563 7.563 0 0 1 3.95-2.27ZM4.24 22.01l3.98-2.3a7.597 7.597 0 0 1-3.98-2.28v4.58Z"/>
3
+ </svg>
@@ -10,7 +10,7 @@
10
10
 
11
11
  <!-- Compiles and minifies the sites Sass files from /assets/css/ -->
12
12
  {{- $sassOptions := (dict "enableSourceMap" true) -}}
13
- {{ $styles := resources.Get "styles/styles.scss" | toCSS $sassOptions | postCSS | minify }}
13
+ {{ $styles := resources.Get "css/modus-docs.scss" | toCSS $sassOptions | postCSS | minify }}
14
14
  <link rel="stylesheet" href="{{ $styles.RelPermalink }}?v{{ hugo.Version }}">
15
15
 
16
16
  <!-- Load jQuery from CDN with fallback -->
@@ -3,15 +3,14 @@
3
3
  <div>
4
4
  <button class="btn btn-lg btn-primary btn-icon-only bg-transparent d-inline-block border-0" type="button"
5
5
  aria-label="Menu" data-bs-target="#sidebar" data-bs-toggle="collapse">
6
- <i class="modus-icons menu-btn notranslate mt-1 text-white" aria-hidden="true">menu</i>
6
+ {{ partial "icons/modus-solid/menu.svg" (dict "class" "menu-btn text-white" "width" "24" "height" "24") }}
7
7
  </button>
8
8
  <a class="navbar-brand text-primary" href="/">
9
- <img src="https://modus-bootstrap.trimble.com/img/trimble-logo-rev.svg" width="107" height="25"
10
- class="img-fluid d-none d-sm-inline-block" alt="home" />
11
- <img src="https://modus-bootstrap.trimble.com/img/trimble-icon-rev.svg"
12
- class="d-inline-block d-sm-none px-1 mt-1" height="25" width="25" alt="home" />
9
+ {{ partial "logos/trimble.svg" (dict "class" "img-fluid d-none d-sm-inline-block text-white" "width" "117" "height" "28") }}
10
+ {{ partial "icons/modus-solid/trimble-logo.svg" (dict "class" "d-inline-block d-sm-none text-white" "width" "32" "height" "32") }}
11
+
13
12
  {{- if .Site.Params.Title -}}
14
- <div class="float-end text-white h2 d-none d-md-inline-block" style="margin-top: 12px;">
13
+ <div class="float-end text-white h2 d-none d-md-inline-block navbar-site-title">
15
14
  {{- .Site.Title -}}
16
15
  </div>
17
16
  {{- end -}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trimble-oss/modus-docs-hugo-theme",
3
- "version": "1.0.0-alpha7",
3
+ "version": "1.0.0-alpha9",
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": {
@@ -15,27 +15,27 @@
15
15
  "scripts": {
16
16
  "build": "npx hugo",
17
17
  "lint": "npm run lint-css && npm run lint-html && npm run lint-js",
18
- "lint-css": "stylelint \"assets/styles/*.*\" --fix",
18
+ "lint-css": "stylelint \"assets/css/*.*\" --fix",
19
19
  "lint-html": "htmlhint \"build/**/index.html\"",
20
20
  "lint-js": "eslint assets/js/*.js --fix",
21
21
  "lint-links": "npx linkinator ./",
22
22
  "lint-markdown": "npx markdownlint-cli content/**/*.md --fix",
23
23
  "lint-spellcheck": "npx cspell \"content/**/*.md\" --no-progress",
24
- "prettier": "prettier --write \"**/*.{json,js,md,svg}\"",
24
+ "prettier": "prettier --write \"**/*.{json,js,md,svg,yml}\"",
25
25
  "serve": "hugo serve --port 4000 --disableFastRender --navigateToChanged",
26
26
  "test": "npm run lint-css && npm run lint-html && npm run lint-js"
27
27
  },
28
28
  "dependencies": {
29
- "@trimble-oss/modus-bootstrap": "2.0.0-alpha1",
30
- "@trimble-oss/modus-icons": "1.4.0"
29
+ "@trimble-oss/modus-bootstrap": "2.0.0-alpha3",
30
+ "@trimble-oss/modus-icons": "1.5.1"
31
31
  },
32
32
  "devDependencies": {
33
33
  "autoprefixer": "10.4.16",
34
- "eslint": "8.49.0",
34
+ "eslint": "8.50.0",
35
35
  "eslint-config-prettier": "9.0.0",
36
36
  "htmlhint": "1.1.4",
37
37
  "hugo-bin": "0.114.2",
38
- "postcss": "8.4.30",
38
+ "postcss": "8.4.31",
39
39
  "postcss-cli": "10.1.0",
40
40
  "prettier": "3.0.3",
41
41
  "stylelint": "15.10.3",
@@ -1,53 +0,0 @@
1
- .search-container {
2
- width: 40px;
3
- left: -12px;
4
- }
5
-
6
- .form-control-search {
7
- background-image: url("https://cdn.jsdelivr.net/npm/@trimble-oss/modus-icons@1.3.1/dist/modus-solid/svg/search.svg");
8
- background-position: 5px center;
9
- background-repeat: no-repeat;
10
- border-left: 0;
11
- border-right: 0;
12
- padding: 0;
13
- width: 0 !important;
14
- z-index: 1210;
15
- transition: all 0.2s;
16
- left: auto;
17
- top: 10px;
18
- right: 5px;
19
- }
20
-
21
- .form-control-search:focus {
22
- width: 363px !important;
23
- max-width: calc(100vw - 200px);
24
- text-indent: 18px;
25
- padding: 0 4px 4px 16px;
26
- visibility: visible;
27
- }
28
-
29
- .form-control-search:focus + .btn-search {
30
- transition: all 1s;
31
- background-color: transparent;
32
- pointer-events: none !important;
33
- }
34
-
35
- .form-control-search:focus + .btn-search img {
36
- opacity: 0;
37
- }
38
-
39
- .btn-search {
40
- top: 0;
41
- }
42
-
43
- .btn-search i {
44
- margin-top: 18px;
45
- }
46
-
47
- [data-bs-theme="dark"] .form-control-search {
48
- background-image: url("/img/icons/search-white.svg") !important;
49
- }
50
-
51
- [data-bs-theme="dark"] .btn-search img {
52
- filter: invert(1);
53
- }
@@ -1,5 +0,0 @@
1
- main table {
2
- width: 100%;
3
- margin-bottom: 1rem;
4
- vertical-align: top;
5
- }
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{- . -}}"{{ end }}{{ with .height }} height="{{- . -}}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 216 51"><path d="M74.862 16.979h8.883v4.241h.112c1.114-3.519 5.137-4.913 8.714-4.913v9.157a10.7 10.7 0 00-3.688-.781c-3.015 0-3.966.781-4.973 2.178V45.01h-9.048zm20.089 0h9.05V45.01h-9.05zm12.11 0h9.051v3.74h.111a9.424 9.424 0 017.99-4.412c2.737 0 5.472 1.728 5.64 4.412h.109a9.426 9.426 0 017.99-4.412c3.627 0 6.309 1.957 6.309 5.973v22.73h-9.048V25.184c0-1.5-.5-2.508-2.177-2.508a2.847 2.847 0 00-2.346 1.17l-.507.667v20.5h-9.045V25.184c0-1.5-.5-2.508-2.177-2.508a2.871 2.871 0 00-2.352 1.17l-.5.667v20.5h-9.051zm40.24-11.731h9.053v13.345h.116a8.332 8.332 0 015.467-2.29c6.263 0 9.608 6.254 9.608 14.348 0 6.42-2.677 14.689-10.272 14.689-3.522 0-5.812-1.673-7.6-4.358l-1.681 4.024h-4.693zm9.053 30.771c-.163 2.342 1.233 3.63 2.96 3.63 2.512 0 2.848-2.518 2.848-7.708v-2.12c0-5.584 0-8.491-2.788-8.491a4.035 4.035 0 00-2.515 1.122l-.5.495zm17.55-30.771h9.05V45.01h-9.05zm20.455 26.909c0 2.463.5 6.65 4.078 6.65a4.791 4.791 0 004.576-3.857l6.088 2.23a11.546 11.546 0 01-11.226 7.658c-8.659 0-12.567-6.982-12.567-14.739 0-7.934 4.134-14.634 12.454-14.634 8.716 0 11.731 7.485 11.731 14.8v1.9zm6.755-5.356c-.054-2.624-.276-5.642-3.407-5.642-2.567 0-3.348 3.018-3.348 5.642zM94.926 5.073H104v8.068h-9.074z" fill="currentColor"/><path d="M50.771 5.099h28.043v7.708H69.82v32.054H59.764V12.807h-8.993zM32.572 35.038a14.593 14.593 0 01-.516 1.739q-.087.235-.178.46c-.382.378-.654.608-.732.672a17.178 17.178 0 01-11.7 4.237l-3.877 2.1a19.8 19.8 0 0010.09-.413 19.374 19.374 0 007.124-3.96 19.727 19.727 0 004.64-5.911 22.025 22.025 0 00.9-2.035zM18.983 7.682c.136-.006.279-.008.42-.01.258-.008.514-.006.771 0a9.081 9.081 0 00-1.312.416l3.463 1.876a9.827 9.827 0 017.28 3.067c-.42.04-.857.1-1.3.171l5.862 3.176c-.013-.064-.02-.131-.034-.2a2.792 2.792 0 01.623.514l3.9 2.11c-.048-.148-.087-.293-.137-.442a22.183 22.183 0 00-1.436-3.283 17.847 17.847 0 00-2.3-3.184 21.85 21.85 0 00-2.438-2.314c-.031-.025-.167-.137-.34-.272a20.665 20.665 0 00-10.549-4.143c-.116-.008-.221-.01-.333-.016a17.973 17.973 0 00-3.865.105l-.229.038c-.551.078-1.03.167-1.417.257-.35.08-.676.164-.986.248l3.607 1.954c.25-.023.498-.057.75-.068zM3.798 31.338a18.109 18.109 0 01-1.038-3.762 20.006 20.006 0 01-.2-3.162 11.364 11.364 0 01.139-1.745 17.522 17.522 0 011.225-4.46v-5.135a18.81 18.81 0 00-1.729 2.777 20.059 20.059 0 00-2.023 6.408 13.835 13.835 0 00-.171 2.183 21.623 21.623 0 00.217 3.43 20.207 20.207 0 001.445 4.979 20.861 20.861 0 001.8 3.235 1.18 1.18 0 00.2.279c.084.12.178.239.266.358V31.03a5.798 5.798 0 00-.131.308zm29.425-9.291a7.784 7.784 0 01-.85 1.122 26.517 26.517 0 012.2 5.283c.2-.262.391-.527.564-.809a9.438 9.438 0 00.734-1.476 9.654 9.654 0 00.469-1.58 10.134 10.134 0 00.2-1.656 10.868 10.868 0 00-.071-1.711 11.487 11.487 0 00-.541-2.417l-.046-.129a7.027 7.027 0 00-1-1.8l-.136-.18-.589-.319a7.821 7.821 0 01-.934 5.672zM15.071 8.393a16.38 16.38 0 012.028.624 8.79 8.79 0 011.76-.925l-.626-.339a27.477 27.477 0 00-3.162.64zm23.251 23.534l12.279-6.648-11.952-6.471a19.532 19.532 0 01-.327 13.119zM21.431 10.035a7.462 7.462 0 00-1.413.338 28.8 28.8 0 015 3.611 24.159 24.159 0 013.281-.781L22.32 9.965a8.042 8.042 0 00-.889.07z" fill="currentColor"/><path d="M27.232 35.217A20.478 20.478 0 018.983 27.68a14.378 14.378 0 00-3.082 5.513 4.6 4.6 0 00-.1 1.766c.275.381.576.766.928 1.184a17.231 17.231 0 008.264 5.321 17.41 17.41 0 004.46.679l13.123-7.108a9.066 9.066 0 00.166-1.652 15.324 15.324 0 01-5.51 1.834zM9.329 23.5a40.33 40.33 0 015.27-4.321 9.895 9.895 0 01-.348-.853 8.029 8.029 0 01.6-6.952c.075-.123.163-.232.243-.349a9.319 9.319 0 00-3.894-.384 9.608 9.608 0 00-3.266 7.322 11.841 11.841 0 00.693 3.918 13.957 13.957 0 00.702 1.619zm7.337-6.019c.035.1.08.189.117.284a40.837 40.837 0 015.47-2.772 24.243 24.243 0 00-4.679-3 5.142 5.142 0 00-.538.715 5.52 5.52 0 00-.37 4.778zm9.979 5.898a6.872 6.872 0 002.384-.779 32.135 32.135 0 00-4.634-5.707c-.306.112-.612.228-.922.355a36.858 36.858 0 00-5.365 2.723 9.725 9.725 0 008.537 3.408zM9.665 7.888a19.768 19.768 0 014.961-2.095l-10.7-5.8v13.081a19.816 19.816 0 015.739-5.186zm21.373 12.827a5.516 5.516 0 00.372-4.779c-.05-.147-.115-.289-.176-.432a15.972 15.972 0 00-4.075.537 35 35 0 013.804 4.782c.02-.037.053-.07.075-.108z" fill="currentColor"/><path d="M26.883 32.685a12.352 12.352 0 005.551-2.151 22.653 22.653 0 00-2.122-5.718 9.443 9.443 0 01-3.309 1.1 12.4 12.4 0 01-11.026-4.541 38.391 38.391 0 00-5.249 4.39 17.78 17.78 0 0016.155 6.92zm-19.4-7.217a16.386 16.386 0 01-1.27-2.741 13.6 13.6 0 01-.47-7.809 16.158 16.158 0 00-1.26 2.085c-.216.427-.393.823-.556 1.2V31.03a20.35 20.35 0 013.556-5.562zm28.557 5.247c-.263.3-.544.583-.833.855q.052.48.077.945a18.343 18.343 0 00.756-1.8zM4.763 37.793c-.309-.369-.58-.718-.84-1.066v13.828l11.649-6.31a23.43 23.43 0 01-1.293-.321 19.865 19.865 0 01-9.516-6.131zM39.471 42.2a3.131 3.131 0 113.14 3.066 3.095 3.095 0 01-3.14-3.066zm.6 0a2.538 2.538 0 102.544-2.433 2.482 2.482 0 00-2.548 2.433zm4.107 1.719h-.6l-1.005-1.574h-.611v1.574h-.519v-3.412h1.53a1.719 1.719 0 01.854.165.841.841 0 01.386.732c0 .677-.478.926-1.1.941zm-1.648-2c.492 0 1.168.087 1.168-.526 0-.44-.386-.5-.827-.5h-.907v1.03zm166.893.281a3.131 3.131 0 113.14 3.066 3.095 3.095 0 01-3.14-3.066zm.6 0a2.538 2.538 0 102.544-2.433 2.482 2.482 0 00-2.548 2.433zm4.107 1.719h-.6l-1-1.574h-.611v1.574h-.518v-3.412h1.531a1.719 1.719 0 01.854.165.841.841 0 01.386.732c0 .677-.478.926-1.1.941zm-1.648-2c.492 0 1.168.087 1.168-.526 0-.44-.387-.5-.827-.5h-.907v1.03z" fill="currentColor"/></svg>
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes