Skip to content

Commit 9760cfd

Browse files
authored
Merge pull request #229 from trimble-oss/dev/coliff/docs-update
Docs Updates
2 parents 9856591 + 548d3d0 commit 9760cfd

8 files changed

Lines changed: 37 additions & 257 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"clipboard": "^2.0.11",
7373
"cross-env": "^10.1.0",
7474
"eslint": "8.57.1",
75-
"eslint-config-xo": "0.49.0",
75+
"eslint-config-xo": "0.45.0",
7676
"eslint-plugin-html": "^8.1.3",
7777
"eslint-plugin-import": "^2.32.0",
7878
"eslint-plugin-markdown": "^5.1.0",

site/assets/scss/_navbar-search.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
z-index: 1210;
1212
width: 0 !important;
1313
padding: 0;
14-
background-image: url("https://cdn.jsdelivr.net/npm/@trimble-oss/modus-icons@1.3.1/dist/modus-solid/svg/search.svg");
14+
background-image: url("https://cdn.jsdelivr.net/npm/@trimble-oss/modus-icons@1.7.1/dist/modus-solid/svg/search.svg");
1515
background-repeat: no-repeat;
1616
background-position: 5px center;
1717
border-right: 0;

site/content/docs/v2/components/chips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To use a small chip, just add the class `.chip-sm`
8787

8888
<button class="chip chip-sm chip-outline chip-input" type="button">
8989
<div class="chip-thumbnail">
90-
<img src="/img/headshot.png" alt="">
90+
<img src="/img/headshot.png" alt=""/>
9191
</div>
9292
<div class="chip-text">Jane</div>
9393
<div class="chip-delete-right">

0 commit comments

Comments
 (0)