-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'DES/enhancement/705-vl-refactor/typography' into DES/en…
…hancement/#705-vl-refactor # Conflicts: # app/pods/components/agenda/agenda-header/template.hbs
- Loading branch information
Showing
113 changed files
with
3,420 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,45 @@ | ||
{{!-- template-lint-disable --}} | ||
<ComponentPageIntro @title="Typography" /> | ||
|
||
<table class="br-type-sample-table"> | ||
{{#each model as |typeStyle|}} | ||
<tr> | ||
<TypeSample | ||
@title="{{typeStyle.name}}" | ||
@code='{{{typeStyle.code}}} | ||
'> | ||
{{{typeStyle.code}}} | ||
</TypeSample> | ||
</tr> | ||
{{/each}} | ||
</table> | ||
<div class="br-styleguide-sample"> | ||
<div class="auk-content"> | ||
<h3>Individual styling</h3> | ||
</div> | ||
|
||
<table class="br-type-sample-table"> | ||
{{#each model as |typeStyle|}} | ||
<tr> | ||
<TypeSample | ||
@title="{{typeStyle.name}}" | ||
@code='{{{typeStyle.code}}} | ||
'> | ||
{{{typeStyle.code}}} | ||
</TypeSample> | ||
</tr> | ||
{{/each}} | ||
</table> | ||
</div> | ||
|
||
<div class="br-styleguide-sample"> | ||
<div class="auk-content"> | ||
<h3>Content styling</h3> | ||
</div> | ||
|
||
<div class="br-styleguide-sample__sample"> | ||
<div class="auk-content"> | ||
<h1>A first level heading</h1> | ||
<h2>A second level heading</h2> | ||
<h3>A third level heading</h3> | ||
<h4>A fourth level heading</h4> | ||
<p>This is body text where we show a bit more content in a paragraph. It contains <strong>bold</strong> and <em>italic</em> text.</p> | ||
<p> | ||
<small>This is smaller body text where we show a bit more content in a paragraph. It contains <strong>bold</strong> and <em>italic</em> text.</small> | ||
</p> | ||
<ul> | ||
<li>Item 1</li> | ||
<li>Item 2</li> | ||
<li>Item 3</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
app/pods/components/agenda/agendaitem/agendaitem-decision/template.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
app/pods/components/web-components/vl-agendaitem-content-column/component.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import Component from '@ember/component'; | ||
|
||
export default Component.extend({ | ||
classNames: ['vl-typography'], | ||
classNames: ['auk-content'], | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{{!-- template-lint-disable --}} | ||
<h1 class="vlc-kitchensink-header">Kaleidos-icons</h1> | ||
<div class="vlc-kitchensink-sample"> | ||
<div class="vl-typography"> | ||
<div class="auk-content"> | ||
<Styleguide::ScriptIcons/> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/* ========================================================================== | ||
auk-accordion | ||
========================================================================== */ | ||
|
||
.auk-accordion__content { | ||
display: none; | ||
transition: max-height 0.3s cubiauk-bezier(0, 1.05, 0, 1), overflow 0s 0s; | ||
} | ||
|
||
.auk-accordion--is-active .auk-accordion__content { | ||
display: block; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/* ========================================================================== | ||
auk-alert-stack | ||
--- | ||
Create a global stack for alerts. You can add an element to the stack. | ||
========================================================================== */ | ||
|
||
.auk-alert-stack { | ||
position: fixed; | ||
right: 2.4rem; | ||
bottom: 2.4rem; | ||
display: flex; | ||
flex-direction: column-reverse; | ||
|
||
.auk-alert { | ||
min-width: 40rem; | ||
box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25); | ||
} | ||
} |
Oops, something went wrong.