Skip to content

Commit

Permalink
Update ttui to version 1.7.4 (#664)
Browse files Browse the repository at this point in the history
* Fix device list grid on mobile

* Update ttui to version 1.7.4
  • Loading branch information
mjamescompton committed Sep 5, 2023
1 parent dfe9388 commit 844d631
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/layouts/partials/device-list.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ul class="device-list" >
<div class="grid">
{{- range .devices }}
<div class="item-6 item-xs-12">
<div class="item-6 sm:item-12">
<li class="device-list__item">
<h2>{{.Params.Name}}</h2>
<p class="device-list__description">{{.Params.Description | truncate 100}}</p>
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "webpack"
},
"dependencies": {
"@tti/design": "https://ttui.thethingsindustries.com/release/ttui-1.6.0.tar.gz",
"@tti/design": "https://ttui.thethingsindustries.com/release/ttui-1.7.4.tar.gz",
"axios": "^0.21.1",
"brace": "^0.11.1",
"classnames": "^2.2.6",
Expand Down
4 changes: 2 additions & 2 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -999,9 +999,9 @@
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz#323d72dd25103d0c4fbdce89dadf574a787b1f9b"
integrity sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==

"@tti/design@https://ttui.thethingsindustries.com/release/ttui-1.6.0.tar.gz":
"@tti/design@https://ttui.thethingsindustries.com/release/ttui-1.7.4.tar.gz":
version "0.0.0"
resolved "https://ttui.thethingsindustries.com/release/ttui-1.6.0.tar.gz#7a7312981a44a586863dcbd3f4988298b5a16715"
resolved "https://ttui.thethingsindustries.com/release/ttui-1.7.4.tar.gz#03bddf2d0cc548d977ba7b4a2fb7c6876bd3b939"

"@types/glob@^7.1.1":
version "7.2.0"
Expand Down

0 comments on commit 844d631

Please sign in to comment.