Skip to content

Commit

Permalink
try to fix ts file zips corrupting
Browse files Browse the repository at this point in the history
  • Loading branch information
wkelly17 committed Feb 6, 2025
1 parent 8b4325a commit 2feb684
Show file tree
Hide file tree
Showing 5 changed files with 561 additions and 570 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@wordpress/base-styles": "^5.15.0",
"@wordpress/block-library": "^9.15.1",
"astro": "^5.1.2",
"client-zip": "1.6.2",
"client-zip": "^1.6.3",
"htmlrewriter": "^0.0.12",
"intl-tel-input": "^25.2.1",
"linkedom": "^0.18.6",
Expand Down
18 changes: 13 additions & 5 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions src/components/ResourceSingle/ResourceWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ export function ResourceWrapper(props: ContentListingProps) {
tsFiles={props.tsFiles}
>
<div class="h-full grid items-stretch grid-rows-[max-content_1fr] overflow-hidden md:(gap-x-30 gap-y-4 justify-center grid-cols-[max-content_85ch] items-start justify-between grid-rows-[100%] )">
<div class="h-max md:(h-full flex flex-col gap-4 overflow-y-scroll)">
<div class="h-max md:(h-full flex flex-col gap-4 overflow-y-auto)">
<SearchBar classes="hidden md:block pie-4" />
<AvailableResources classes={""} tsFiles={props.tsFiles} />
</div>
<div
class="h-full overflow-y-scroll md:(flex flex-col gap-2 overflow-y-auto)"
class="h-full overflow-y-auto md:(flex flex-col gap-2 overflow-y-auto)"
data-name="rightCol"
data-js="rightCol"
>
Expand Down
Loading

0 comments on commit 2feb684

Please sign in to comment.