Skip to content

Commit

Permalink
publish: Add Ubuntu 24.04 cozy-stack packages
Browse files Browse the repository at this point in the history
generated from commit b2d4b2f
  • Loading branch information
Travis CI User committed Jul 13, 2024
1 parent 960fe82 commit 7e68103
Show file tree
Hide file tree
Showing 9 changed files with 487 additions and 455 deletions.
31 changes: 31 additions & 0 deletions en/cozy-client/api/cozy-client/modules/models.paper/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3407,6 +3407,13 @@
isExpiringSoon
</a>

</li>

<li class="md-nav__item">
<a href="#isforeignpaper" title="isForeignPaper" class="md-nav__link">
isForeignPaper
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -3983,6 +3990,30 @@ <h3 id="isexpiringsoon">isExpiringSoon<a class="headerlink" href="#isexpiringsoo
<p><em>Defined in</em></p>
<p><a href="https://github.com/cozy/cozy-client/blob/master/packages/cozy-client/src/models/paper.js#L205">packages/cozy-client/src/models/paper.js:205</a></p>
<hr />
<h3 id="isforeignpaper">isForeignPaper<a class="headerlink" href="#isforeignpaper" title="Permanent link">&para;</a></h3>
<p><strong>isForeignPaper</strong>(<code>file</code>): <code>boolean</code></p>
<p><em>Parameters</em></p>
<table>
<thead>
<tr>
<th align="left">Name</th>
<th align="left">Type</th>
<th align="left">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left"><code>file</code></td>
<td align="left"><code>IOCozyFile</code></td>
<td align="left">io.cozy.files document</td>
</tr>
</tbody>
</table>
<p><em>Returns</em></p>
<p><code>boolean</code></p>
<p><em>Defined in</em></p>
<p><a href="https://github.com/cozy/cozy-client/blob/master/packages/cozy-client/src/models/paper.js#L501">packages/cozy-client/src/models/paper.js:501</a></p>
<hr />
<h3 id="makeexpirationdescription">makeExpirationDescription<a class="headerlink" href="#makeexpirationdescription" title="Permanent link">&para;</a></h3>
<p><strong>makeExpirationDescription</strong>(<code>expirationDate</code>, <code>options</code>): <code>string</code></p>
<p><em>Parameters</em></p>
Expand Down
2 changes: 1 addition & 1 deletion en/cozy-home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"cozy-sharing": "^15.0.0",
"cozy-stack-client": "^48.0.0",
"cozy-tsconfig": "1.2.0",
"cozy-ui": "110.8.1",
"cozy-ui": "110.8.2",
"date-fns": "2.28.0",
"es-abstract": "1.20.2",
"form-data": "2.5.1",
Expand Down
1 change: 1 addition & 0 deletions en/cozy-home/src/components/Sections/SectionDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const SectionDialog = (): JSX.Element | null => {
/>
}
onClose={handleGoBack}
fullWidth
/>
</CozyTheme>
)
Expand Down
1 change: 1 addition & 0 deletions en/cozy-home/src/cozy-ui.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ declare module 'cozy-ui/transpiled/react/CozyDialogs' {
size?: 'small' | 'medium' | 'large'
title?: ReactNode
fullScreen?: boolean
fullWidth?: boolean
}

const Dialog: (props: DialogProps) => JSX.Element
Expand Down
1 change: 0 additions & 1 deletion en/cozy-home/src/styles/lists.styl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
grid-auto-rows minmax(rem(91), auto)
grid-gap rem(10) 0
justify-content center
min-width 320px

&.detailed
grid-template-columns repeat(3, detailedAppTileWithGutter)
Expand Down
8 changes: 4 additions & 4 deletions en/cozy-home/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6240,10 +6240,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/cozy-tsconfig/-/cozy-tsconfig-1.2.0.tgz#17e61f960f139fae4d26cbac2254b9ab632b269e"
integrity sha512-TRHnY9goF3FzVlUbP7BcHxuN2XAA4AmppT4fHHZmTKaSwYTByVR1Al+riFMDbce94kJZ1wzl9WNLWQuqzGZ6Cw==

[email protected].1:
version "110.8.1"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-110.8.1.tgz#03c14552a0049ef54c75a955c4c20563870ce42e"
integrity sha512-TLndyKGIghJ0j22DTFHOf8LlLfL7dbW+H5f0HpCHK9iR/Y8vDoUQfp6nzQ+EA2Yei5EG0g8kE+9j1+fZKfANxg==
[email protected].2:
version "110.8.2"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-110.8.2.tgz#c45aad2ced7a401c68db2160d1b84ae3182ac522"
integrity sha512-ZhY6GwZ/hgW7kMFx0K3/eqwlkSa1SU+VJueho41WIABh4E7Ks/UBxLHBxSQi+DD0SB07CaaLyS5gASbecVAdew==
dependencies:
"@babel/runtime" "^7.3.4"
"@material-ui/core" "4.12.3"
Expand Down
2 changes: 1 addition & 1 deletion en/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 7e68103

Please sign in to comment.