Skip to content

Commit

Permalink
fix: type errors (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbrink authored Feb 22, 2024
1 parent 7b40c46 commit 4781a38
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 377 deletions.
9 changes: 7 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,15 @@
"customizations": {
"vscode": {
"extensions": [
"bmewburn.vscode-intelephense-client",
"github.vscode-pull-request-github",
"GitHub.copilot",
"ritwickdey.LiveServer"
]
"ritwickdey.LiveServer",
"eamodio.gitlens"
],
"settings": {
"intelephense.environment.phpVersion": "8.3.0"
}
},
"codespaces": {
"repositories": {
Expand Down
13 changes: 7 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions views/layout/doc.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,14 @@
{{$example['description']['subHeading']}}
@endtypography

@typography([
"variant" => "caption",
"element" => "p"
])
{{$example['description']['text']}}
@endtypography
@if(isset($example['description']['description']) && !empty($example['description']['description']))
@typography([
"variant" => "body",
"element" => "p"
])
{{$example['description']['description']}}
@endtypography
@endif
</div>

<div class="u-padding--4 u-color__bg--lightest" style="border: 2px dashed var(--color-code-button,var(--color-default-darker,#3d3d3d)); border-bottom: none;">
Expand Down
13 changes: 0 additions & 13 deletions views/pages/components/organisms/grid.blade.php

This file was deleted.

93 changes: 0 additions & 93 deletions views/pages/components/usage/grid/container.blade.php

This file was deleted.

22 changes: 0 additions & 22 deletions views/pages/components/usage/grid/grid.json

This file was deleted.

74 changes: 0 additions & 74 deletions views/pages/components/usage/grid/gutter.blade.php

This file was deleted.

93 changes: 0 additions & 93 deletions views/pages/components/usage/grid/item.blade.php

This file was deleted.

Loading

0 comments on commit 4781a38

Please sign in to comment.