Skip to content

Commit

Permalink
Deploy docs for version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas-Krahn committed Jan 16, 2025
1 parent c50ad85 commit 16b975b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions 1.0/color-settings-and-dark-mode.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h2 id="introduction">Introduction</h2>
class="cell"
><code class="lang-typescript"><span class="hljs-keyword">import</span> {BLUE0} <span
class="hljs-keyword">from</span> <span
class="hljs-string">"@iavofficial/frontend-framework/constants"</span>;
class="hljs-string">"@work-test/frontend-framework/constants"</span>;
</code></pre>
<h1 id="overwrite-default-colors">Overwrite default colors</h1>
<h2 id="css">CSS</h2>
Expand Down Expand Up @@ -375,7 +375,7 @@ <h2 id="implement-dark-mode-using-the-colorsettings-context">
<span class="hljs-keyword">import</span> { ColorSettingsContext } <span class="hljs-keyword">from</span> <span
class="hljs-string">'disa-framework/colorSettingsContext'</span>;
<span class="hljs-keyword">import</span> <span
class="hljs-string">'@iavofficial/frontend-framework/globalColors.css'</span>;
class="hljs-string">'@work-test/frontend-framework/globalColors.css'</span>;

<span class="hljs-keyword">export</span> <span class="hljs-keyword">const</span> ExampleComponent = <span
class="hljs-function"><span class="hljs-params">()</span> =&gt;</span> {
Expand Down
6 changes: 3 additions & 3 deletions 1.0/content-area.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ <h3>The ContentLayout component</h3>
<pre class="cell"><code class="lang-typescript"><span
class="hljs-keyword">import</span> { CellPaddings, ContentCell } <span
class="hljs-keyword">from</span> <span
class="hljs-string">'@iavofficial/frontend-framework/contentCell'</span>;
class="hljs-string">'@work-test/frontend-framework/contentCell'</span>;
<span class="hljs-keyword">import</span> { ContentLayout, LayoutBehaviour } <span class="hljs-keyword">from</span> <span
class="hljs-string">'@iavofficial/frontend-framework/contentLayout'</span>;
class="hljs-string">'@work-test/frontend-framework/contentLayout'</span>;

<span class="hljs-keyword">export</span> <span class="hljs-keyword">const</span> ExampleComponent = <span
class="hljs-function"><span class="hljs-params">()</span> =&gt;</span> {
Expand Down Expand Up @@ -380,7 +380,7 @@ <h2 id="contentcell">ContentCell</h2>
class="cell"
><code class="lang-typescript"><span class="hljs-keyword">import</span> { ContentCell } <span
class="hljs-keyword">from</span> <span
class="hljs-string">'@iavofficial/frontend-framework/contentCell'</span>;
class="hljs-string">'@work-test/frontend-framework/contentCell'</span>;
<span class="hljs-keyword">import</span> React <span class="hljs-keyword">from</span> <span
class="hljs-string">'react'</span>;

Expand Down
2 changes: 1 addition & 1 deletion 1.0/information.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h2 id="imports">Imports</h2>
</p>
<pre class="cell"><code><span
class="pl-k">import</span> { <span class="pl-v">UILayer</span> } <span class="pl-k">from</span> <span
class="pl-s">"@iavofficial/frontend-framework/uiLayer";</span></code></pre>
class="pl-s">"@work-test/frontend-framework/uiLayer";</span></code></pre>

<h2 id="support-for-class-and-function-based-components">
Support for class and function based components
Expand Down
6 changes: 3 additions & 3 deletions 1.0/installation-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1 id="installation-guide">Installation Guide</h1>
<h3 id="npm-install">npm install</h3>
<pre
class="cell"
><code>npm install @iavofficial/frontend-framework</code></pre>
><code>npm install @work-test/frontend-framework</code></pre>

<h2 id="add-the-framework-to-a-new-react-application">
Add the framework to a new React application
Expand All @@ -51,8 +51,8 @@ <h2 id="add-the-framework-to-a-new-react-application">

<h3 id="codesnippet-app-tsx">Codesnippet App.tsx</h3>
<pre class="cell">
<code><span class="pl-k">import</span> { GlobalDataLayer } <span class="pl-k">from</span> <span class="pl-s">'@iavofficial/frontend-framework/globalDataLayer';</span>
<span class="pl-k">import</span> { UILayer } <span class="pl-k">from</span> <span class="pl-s">'@iavofficial/frontend-framework/uiLayer';</span>
<code><span class="pl-k">import</span> { GlobalDataLayer } <span class="pl-k">from</span> <span class="pl-s">'@work-test/frontend-framework/globalDataLayer';</span>
<span class="pl-k">import</span> { UILayer } <span class="pl-k">from</span> <span class="pl-s">'@work-test/frontend-framework/uiLayer';</span>

<span class="pl-k">const</span> App: React.FC = () => {
<span class="pl-k">return</span> (
Expand Down

0 comments on commit 16b975b

Please sign in to comment.