Skip to content

Commit fa3fa67

Browse files
committed
Cosmetics
1 parent e8d22b7 commit fa3fa67

File tree

11 files changed

+67
-21
lines changed

11 files changed

+67
-21
lines changed

components/doc/backgroundposition/examplesdoc.js

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,43 @@ export function ExamplesDoc(props) {
2727
<div className="card">
2828
<div className="overflow-hidden">
2929
<div className="flex flex-wrap align-items-center justify-content-center">
30-
<div className="bg-left-top bg-no-repeat w-10rem h-10rem bg-primary border-round m-3" style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-blue.svg')", backgroundSize: '5rem' }}></div>
30+
<div
31+
className="bg-left-top bg-no-repeat w-10rem h-10rem bg-primary border-round m-3"
32+
style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-blue.svg')", backgroundSize: '5rem' }}
33+
></div>
3134
<div className="bg-top bg-no-repeat w-10rem h-10rem bg-primary border-round m-3" style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-blue.svg')", backgroundSize: '5rem' }}></div>
32-
<div className="bg-right-top bg-no-repeat w-10rem h-10rem bg-primary border-round m-3" style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-blue.svg')", backgroundSize: '5rem' }}></div>
35+
<div
36+
className="bg-right-top bg-no-repeat w-10rem h-10rem bg-primary border-round m-3"
37+
style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-blue.svg')", backgroundSize: '5rem' }}
38+
></div>
3339
</div>
3440
<div className="flex flex-wrap align-items-center justify-content-center">
35-
<div className="bg-left bg-no-repeat w-10rem h-10rem bg-primary border-round m-3" style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-blue.svg')", backgroundSize: '5rem' }}></div>
36-
<div className="bg-center bg-no-repeat w-10rem h-10rem bg-primary border-round m-3" style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-blue.svg')", backgroundSize: '5rem' }}></div>
37-
<div className="bg-right bg-no-repeat w-10rem h-10rem bg-primary border-round m-3" style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-blue.svg')", backgroundSize: '5rem' }}></div>
41+
<div
42+
className="bg-left bg-no-repeat w-10rem h-10rem bg-primary border-round m-3"
43+
style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-blue.svg')", backgroundSize: '5rem' }}
44+
></div>
45+
<div
46+
className="bg-center bg-no-repeat w-10rem h-10rem bg-primary border-round m-3"
47+
style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-blue.svg')", backgroundSize: '5rem' }}
48+
></div>
49+
<div
50+
className="bg-right bg-no-repeat w-10rem h-10rem bg-primary border-round m-3"
51+
style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-blue.svg')", backgroundSize: '5rem' }}
52+
></div>
3853
</div>
3954
<div className="flex flex-wrap align-items-center justify-content-center">
40-
<div className="bg-bottom bg-no-repeat w-10rem h-10rem bg-primary border-round m-3" style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-blue.svg')", backgroundSize: '5rem' }}></div>
41-
<div className="bg-left-bottom bg-no-repeat w-10rem h-10rem bg-primary border-round m-3" style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-blue.svg')", backgroundSize: '5rem' }}></div>
42-
<div className="bg-right-bottom bg-no-repeat w-10rem h-10rem bg-primary border-round m-3" style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-blue.svg')", backgroundSize: '5rem' }}></div>
55+
<div
56+
className="bg-bottom bg-no-repeat w-10rem h-10rem bg-primary border-round m-3"
57+
style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-blue.svg')", backgroundSize: '5rem' }}
58+
></div>
59+
<div
60+
className="bg-left-bottom bg-no-repeat w-10rem h-10rem bg-primary border-round m-3"
61+
style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-blue.svg')", backgroundSize: '5rem' }}
62+
></div>
63+
<div
64+
className="bg-right-bottom bg-no-repeat w-10rem h-10rem bg-primary border-round m-3"
65+
style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-blue.svg')", backgroundSize: '5rem' }}
66+
></div>
4367
</div>
4468
</div>
4569
</div>

components/doc/backgroundposition/responsivedoc.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ export function ResponsiveDoc(props) {
4444
</DocSectionText>
4545
<div className="card">
4646
<div className="overflow-hidden flex align-items-center justify-content-center">
47-
<div className="bg-top md:bg-bottom bg-no-repeat w-10rem h-10rem bg-primary border-round m-3" style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-yellow.svg')", backgroundSize: '5rem' }}></div>
47+
<div
48+
className="bg-top md:bg-bottom bg-no-repeat w-10rem h-10rem bg-primary border-round m-3"
49+
style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-yellow.svg')", backgroundSize: '5rem' }}
50+
></div>
4851
</div>
4952
</div>
5053
<DocSectionCode code={code} />

components/doc/backgroundrepeat/norepeatdoc.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ export function NoRepeatDoc(props) {
1414
</DocSectionText>
1515
<div className="card">
1616
<div className="overflow-hidden flex align-items-center justify-content-center">
17-
<div className="bg-no-repeat bg-primary-100 bg-center w-19rem h-19rem bg-primary border-2 border-primary-500 border-round" style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-yellow.svg')" }}></div>
17+
<div
18+
className="bg-no-repeat bg-primary-100 bg-center w-19rem h-19rem bg-primary border-2 border-primary-500 border-round"
19+
style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-yellow.svg')" }}
20+
></div>
1821
</div>
1922
</div>
2023
<DocSectionCode code={code} />

components/doc/backgroundrepeat/repeatdoc.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ export function RepeatDoc(props) {
1414
</DocSectionText>
1515
<div className="card">
1616
<div className="overflow-hidden">
17-
<div className="bg-repeat bg-primary-100 border-primary-500 border-2 border-round w-full" style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-blue.svg')", backgroundSize: '10rem', height: '30rem' }}></div>
17+
<div
18+
className="bg-repeat bg-primary-100 border-primary-500 border-2 border-round w-full"
19+
style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-blue.svg')", backgroundSize: '10rem', height: '30rem' }}
20+
></div>
1821
</div>
1922
</div>
2023
<DocSectionCode code={code} />

components/doc/backgroundrepeat/repeathorizontallydoc.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ export function RepeatHorizontallyDoc(props) {
1414
</DocSectionText>
1515
<div className="card">
1616
<div className="overflow-hidden">
17-
<div className="bg-repeat-x bg-primary-100 bg-center border-primary-500 border-2 border-round h-10rem w-full" style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-green.svg')", backgroundSize: '10rem' }}></div>
17+
<div
18+
className="bg-repeat-x bg-primary-100 bg-center border-primary-500 border-2 border-round h-10rem w-full"
19+
style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-green.svg')", backgroundSize: '10rem' }}
20+
></div>
1821
</div>
1922
</div>
2023
<DocSectionCode code={code} />

components/doc/backgroundrepeat/repeatrounddoc.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ export function RepeatRoundDoc(props) {
1414
</DocSectionText>
1515
<div className="card">
1616
<div className="overflow-hidden">
17-
<div className="bg-repeat-round bg-indigo-100 border-primary-500 border-round border-2 h-20rem w-full" style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-indigo.svg')", backgroundSize: '10rem' }}></div>
17+
<div
18+
className="bg-repeat-round bg-indigo-100 border-primary-500 border-round border-2 h-20rem w-full"
19+
style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-indigo.svg')", backgroundSize: '10rem' }}
20+
></div>
1821
</div>
1922
</div>
2023
<DocSectionCode code={code} />

components/doc/backgroundrepeat/repeatspacedoc.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ export function RepeatSpaceDoc(props) {
1414
</DocSectionText>
1515
<div className="card">
1616
<div className="overflow-hidden">
17-
<div className="bg-repeat-space bg-primary-100 bg-center border-primary-500 border-2 border-round h-12rem w-full" style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-orange.svg')", backgroundSize: '10rem' }}></div>
17+
<div
18+
className="bg-repeat-space bg-primary-100 bg-center border-primary-500 border-2 border-round h-12rem w-full"
19+
style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-orange.svg')", backgroundSize: '10rem' }}
20+
></div>
1821
</div>
1922
</div>
2023
<DocSectionCode code={code} />

components/doc/backgroundrepeat/repeatverticallydoc.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ export function RepeatVerticallyDoc(props) {
1414
</DocSectionText>
1515
<div className="card">
1616
<div className="flex justify-content-center overflow-hidden">
17-
<div className="bg-repeat-y bg-primary-100 bg-center h-20rem w-10rem border-primary-500 border-2 border-round" style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-purple.svg')", backgroundSize: '10rem' }}></div>
17+
<div
18+
className="bg-repeat-y bg-primary-100 bg-center h-20rem w-10rem border-primary-500 border-2 border-round"
19+
style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-purple.svg')", backgroundSize: '10rem' }}
20+
></div>
1821
</div>
1922
</div>
2023
<DocSectionCode code={code} />

components/doc/backgroundrepeat/responsivedoc.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ export function ResponsiveDoc(props) {
4444
</DocSectionText>
4545
<div className="card">
4646
<div className="flex align-items-center overflow-hidden">
47-
<div className="bg-repeat-round md:bg-repeat-space bg-cyan-100 border-primary-500 border-2 border-round h-21rem w-full" style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-cyan.svg')", backgroundSize: '10rem' }}></div>
47+
<div
48+
className="bg-repeat-round md:bg-repeat-space bg-cyan-100 border-primary-500 border-2 border-round h-21rem w-full"
49+
style={{ backgroundImage: "url('https://www.primefaces.org/cdn/primeflex/images/product-placeholder-cyan.svg')", backgroundSize: '10rem' }}
50+
></div>
4851
</div>
4952
</div>
5053
<DocSectionCode code={code} />

components/doc/theming/colorpalettedoc.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ export function ColorPaletteDoc(props) {
1818
</style>
1919
</Head>
2020
<DocSectionText {...props}>
21-
<p>
22-
Colors palette consists of 13 main colors where each color provides tints/shades from 50 to 900.
23-
</p>
21+
<p>Colors palette consists of 13 main colors where each color provides tints/shades from 50 to 900.</p>
2422
</DocSectionText>
2523
<div className="card theming-colors">
2624
<div className="flex flex-wrap">

0 commit comments

Comments
 (0)