Skip to content

Commit

Permalink
Deploying to gh-pages from @ a28b9d2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
N1XUS committed Jan 25, 2024
1 parent 851d30d commit 46328e6
Show file tree
Hide file tree
Showing 236 changed files with 3,023 additions and 4,055 deletions.

Large diffs are not rendered by default.

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

56 changes: 0 additions & 56 deletions assets/IntroductionPage-cb70fb6b.js

This file was deleted.

56 changes: 56 additions & 0 deletions assets/IntroductionPage-d80f739e.js

Large diffs are not rendered by default.

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

Binary file not shown.
Binary file removed assets/SAP-icons-TNT-1930f3e0.woff
Binary file not shown.
Binary file added assets/SAP-icons-TNT-278e9628.woff2
Binary file not shown.
Binary file removed assets/SAP-icons-TNT-3f4cd443.woff2
Binary file not shown.
Binary file removed assets/SAP-icons-TNT-4a53c271.woff2
Binary file not shown.
Binary file not shown.
Binary file added assets/SAP-icons-TNT-6626b233.woff
Binary file not shown.
Binary file added assets/SAP-icons-TNT-6bda6279.woff2
Binary file not shown.
Binary file not shown.

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

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,33 @@
const t={title:"Border Radius",parameters:{description:`
const a=`<style>
div.demo {
display: flex;
height: 4rem;
width: 8rem;
background: #69ADF8;
}
</style>
<h3>Element</h3>
<div class="demo sap-border-radius-element"></div>
<br>
<h3>Button</h3>
<div class="demo sap-border-radius-button"></div>
<br>
<h3>Field</h3>
<div class="demo sap-border-radius-field"></div>
<br>
<h3>Group</h3>
<div class="demo sap-border-radius-group"></div>
<br>
<h3>Popover</h3>
<div class="demo sap-border-radius-popover"></div>
<br>
<h3>Tile</h3>
<div class="demo sap-border-radius-tile"></div>
<br>
<h3>None</h3>
<div class="demo sap-border-radius-none"></div>
`,s={title:"Border Radius",parameters:{description:`
<table style="width: 100%; border-collapse: collapse; margin-top: 1rem;">
<thead>
<tr>
Expand Down Expand Up @@ -54,55 +83,4 @@ Example: <br>
<code>@include sap-border-radius(1rem 0.5rem)</code><br>
<code>@include sap-border-radius(1rem 0.5rem 0.25rem)</code><br>
<code>@include sap-border-radius(1rem 0.5rem 0.25rem 0.25rem)</code><br>
`}},a=`
<style>
div.demo {
display: flex;
height: 4rem;
width: 8rem;
background: #69ADF8;
}
</style>
`,r=()=>`${a}
<h3>Element</h3>
<div class="demo sap-border-radius-element"></div>
<br>
<h3>Button</h3>
<div class="demo sap-border-radius-button"></div>
<br>
<h3>Field</h3>
<div class="demo sap-border-radius-field"></div>
<br>
<h3>Group</h3>
<div class="demo sap-border-radius-group"></div>
<br>
<h3>Popover</h3>
<div class="demo sap-border-radius-popover"></div>
<br>
<h3>Tile</h3>
<div class="demo sap-border-radius-tile"></div>
<br>
<h3>None</h3>
<div class="demo sap-border-radius-none"></div>
`;r.storyName="Border Radius Types";var d,e,s;r.parameters={...r.parameters,docs:{...(d=r.parameters)==null?void 0:d.docs,source:{originalSource:`() => \`\${localStyles}
<h3>Element</h3>
<div class="demo sap-border-radius-element"></div>
<br>
<h3>Button</h3>
<div class="demo sap-border-radius-button"></div>
<br>
<h3>Field</h3>
<div class="demo sap-border-radius-field"></div>
<br>
<h3>Group</h3>
<div class="demo sap-border-radius-group"></div>
<br>
<h3>Popover</h3>
<div class="demo sap-border-radius-popover"></div>
<br>
<h3>Tile</h3>
<div class="demo sap-border-radius-tile"></div>
<br>
<h3>None</h3>
<div class="demo sap-border-radius-none"></div>
\``,...(s=(e=r.parameters)==null?void 0:e.docs)==null?void 0:s.source}}};const i=["BorderRadius"];export{r as BorderRadius,i as __namedExportsOrder,t as default};
`}},r=()=>a;r.storyName="Border Radius Types";var d,e,t;r.parameters={...r.parameters,docs:{...(d=r.parameters)==null?void 0:d.docs,source:{originalSource:"() => borderRadiusExampleHtml",...(t=(e=r.parameters)==null?void 0:e.docs)==null?void 0:t.source}}};const i=["BorderRadius"];export{r as BorderRadius,i as __namedExportsOrder,s as default};
62 changes: 0 additions & 62 deletions assets/border.stories-8091bf62.js

This file was deleted.

32 changes: 32 additions & 0 deletions assets/border.stories-c6ac4612.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
const n=`<div>
1. All
<pre>@include sap-border(0.125rem, solid, #000);</pre>
<br>
2. Top Border
<pre>@include sap-border(0.125rem, solid, #000, top);</pre>
<br>
3. Bottom Border
<pre>@include sap-border(0.125rem, solid, #000, bottom);</pre>
<br>
4. Left Border
<pre>@include sap-border(0.125rem, solid, #000, left);</pre>
<br>
6. Right Border
<pre>@include sap-border(0.125rem, solid, #000, right);</pre>
<br>
7. Top and Bottom Border (y)
<pre>@include sap-border(0.125rem, solid, #000, y);</pre>
<br>
8. Left and Right Border (x)
<pre>@include sap-border(0.125rem, solid, #000, x);</pre>
<br>
</div>`,t={title:"Border",parameters:{description:`
`}},e=()=>n;e.storyName="Mixin sap-border";e.parameters={docs:{description:{story:"The <code>sap-border</code> helper mixin allows you to specify the width, style, and color of an element's border. This is achieved by providing values to the <code>sap-border</code> parameters: <code>$width</code>, <code>$style</code>, <code>$color</code>, and <code>$pos</code>.<br><br> The <code>$pos</code> value can be one of the following: <code>all | top | bottom | left | right | x | y</code>. The default value is <code>all</code>, which will apply borders on all sides. <code>x</code> will set borders on left and right of the element, and <code>y</code> on top and bottom of the element."}}};var r,o,d;e.parameters={...e.parameters,docs:{...(r=e.parameters)==null?void 0:r.docs,source:{originalSource:"() => borderExampleHtml",...(d=(o=e.parameters)==null?void 0:o.docs)==null?void 0:d.source}}};const s=["Border"];export{e as Border,s as __namedExportsOrder,t as default};
Loading

0 comments on commit 46328e6

Please sign in to comment.