Skip to content

Commit

Permalink
deploy: 214e5c0
Browse files Browse the repository at this point in the history
  • Loading branch information
prnk28 committed Dec 6, 2024
1 parent e13bcb0 commit 3eaebfa
Show file tree
Hide file tree
Showing 446 changed files with 3,694 additions and 3,657 deletions.
10 changes: 5 additions & 5 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html lang="en" data-layout="default" data-shoelace-version="0.0.9">
<html lang="en" data-layout="default" data-shoelace-version="0.0.10">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand All @@ -16,12 +16,12 @@

<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="shoelace_style" />
<meta name="twitter:image" content="https://shoelace.style/assets/images/og-image.png" />
<meta name="twitter:image" content="https://ui.onsonr.dev/assets/images/og-image.png" />

<meta property="og:url" content="https://shoelace.style/404.html" />
<meta property="og:url" content="https://ui.onsonr.dev/404.html" />
<meta property="og:title" content="Page Not Found" />
<meta property="og:description" content="The page you were looking for couldn't be found." />
<meta property="og:image" content="https://shoelace.style/assets/images/og-image.png" />
<meta property="og:image" content="https://ui.onsonr.dev/assets/images/og-image.png" />

<link rel="stylesheet" href="/dist/themes/light.css" />
<link rel="stylesheet" href="/dist/themes/dark.css" />
Expand Down Expand Up @@ -118,7 +118,7 @@
<a href="/">
<img src="/assets/images/wordmark.svg" alt="Shoelace" />
</a>
<div class="sidebar-version">0.0.9</div>
<div class="sidebar-version">0.0.10</div>
</header>

<div class="sidebar-buttons">
Expand Down
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

41 changes: 35 additions & 6 deletions assets/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/twitter-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 35 additions & 6 deletions assets/images/wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/search.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions components/alert/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html lang="en" data-layout="component" data-shoelace-version="0.0.9">
<html lang="en" data-layout="component" data-shoelace-version="0.0.10">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand All @@ -19,15 +19,15 @@

<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="shoelace_style" />
<meta name="twitter:image" content="https://shoelace.style/assets/images/og-image.png" />
<meta name="twitter:image" content="https://ui.onsonr.dev/assets/images/og-image.png" />

<meta property="og:url" content="https://shoelace.style/components/alert/" />
<meta property="og:url" content="https://ui.onsonr.dev/components/alert/" />
<meta property="og:title" content="Alert" />
<meta
property="og:description"
content="Alerts are used to display important messages inline or as toast notifications."
/>
<meta property="og:image" content="https://shoelace.style/assets/images/og-image.png" />
<meta property="og:image" content="https://ui.onsonr.dev/assets/images/og-image.png" />

<link rel="stylesheet" href="/dist/themes/light.css" />
<link rel="stylesheet" href="/dist/themes/dark.css" />
Expand Down Expand Up @@ -124,7 +124,7 @@
<a href="/">
<img src="/assets/images/wordmark.svg" alt="Shoelace" />
</a>
<div class="sidebar-version">0.0.9</div>
<div class="sidebar-version">0.0.10</div>
</header>

<div class="sidebar-buttons">
Expand Down Expand Up @@ -1571,7 +1571,7 @@ <h2 id="importing" class="anchor-heading">
>
using a script tag:
</p>
<pre><code class="language-html" id="code-block-163"><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>script</span> <span class="token attr-name">type</span><span class="token attr-value"><span class="token punctuation attr-equals">=</span><span class="token punctuation">"</span>module<span class="token punctuation">"</span></span> <span class="token attr-name">src</span><span class="token attr-value"><span class="token punctuation attr-equals">=</span><span class="token punctuation">"</span>https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@0.0.9/cdn/components/alert/alert.js<span class="token punctuation">"</span></span><span class="token punctuation">&gt;</span></span><span class="token script"></span><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>script</span><span class="token punctuation">&gt;</span></span></code><sl-copy-button class="copy-code-button" from="code-block-163"></sl-copy-button></pre>
<pre><code class="language-html" id="code-block-163"><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>script</span> <span class="token attr-name">type</span><span class="token attr-value"><span class="token punctuation attr-equals">=</span><span class="token punctuation">"</span>module<span class="token punctuation">"</span></span> <span class="token attr-name">src</span><span class="token attr-value"><span class="token punctuation attr-equals">=</span><span class="token punctuation">"</span>https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@0.0.10/cdn/components/alert/alert.js<span class="token punctuation">"</span></span><span class="token punctuation">&gt;</span></span><span class="token script"></span><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>script</span><span class="token punctuation">&gt;</span></span></code><sl-copy-button class="copy-code-button" from="code-block-163"></sl-copy-button></pre>
</sl-tab-panel>

<sl-tab-panel name="import">
Expand All @@ -1586,7 +1586,7 @@ <h2 id="importing" class="anchor-heading">
>
using a JavaScript import:
</p>
<pre><code class="language-js" id="code-block-164"><span class="token keyword">import</span> <span class="token string">'https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@0.0.9/cdn/components/alert/alert.js'</span><span class="token punctuation">;</span></code><sl-copy-button class="copy-code-button" from="code-block-164"></sl-copy-button></pre>
<pre><code class="language-js" id="code-block-164"><span class="token keyword">import</span> <span class="token string">'https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@0.0.10/cdn/components/alert/alert.js'</span><span class="token punctuation">;</span></code><sl-copy-button class="copy-code-button" from="code-block-164"></sl-copy-button></pre>
</sl-tab-panel>

<sl-tab-panel name="bundler">
Expand Down
14 changes: 7 additions & 7 deletions components/animated-image/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html lang="en" data-layout="component" data-shoelace-version="0.0.9">
<html lang="en" data-layout="component" data-shoelace-version="0.0.10">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand All @@ -19,15 +19,15 @@

<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="shoelace_style" />
<meta name="twitter:image" content="https://shoelace.style/assets/images/og-image.png" />
<meta name="twitter:image" content="https://ui.onsonr.dev/assets/images/og-image.png" />

<meta property="og:url" content="https://shoelace.style/components/animated-image/" />
<meta property="og:url" content="https://ui.onsonr.dev/components/animated-image/" />
<meta property="og:title" content="Animated Image" />
<meta
property="og:description"
content="A component for displaying animated GIFs and WEBPs that play and pause on interaction."
/>
<meta property="og:image" content="https://shoelace.style/assets/images/og-image.png" />
<meta property="og:image" content="https://ui.onsonr.dev/assets/images/og-image.png" />

<link rel="stylesheet" href="/dist/themes/light.css" />
<link rel="stylesheet" href="/dist/themes/dark.css" />
Expand Down Expand Up @@ -124,7 +124,7 @@
<a href="/">
<img src="/assets/images/wordmark.svg" alt="Shoelace" />
</a>
<div class="sidebar-version">0.0.9</div>
<div class="sidebar-version">0.0.10</div>
</header>

<div class="sidebar-buttons">
Expand Down Expand Up @@ -934,7 +934,7 @@ <h2 id="importing" class="anchor-heading">
>
using a script tag:
</p>
<pre><code class="language-html" id="code-block-175"><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>script</span> <span class="token attr-name">type</span><span class="token attr-value"><span class="token punctuation attr-equals">=</span><span class="token punctuation">"</span>module<span class="token punctuation">"</span></span> <span class="token attr-name">src</span><span class="token attr-value"><span class="token punctuation attr-equals">=</span><span class="token punctuation">"</span>https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@0.0.9/cdn/components/animated-image/animated-image.js<span class="token punctuation">"</span></span><span class="token punctuation">&gt;</span></span><span class="token script"></span><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>script</span><span class="token punctuation">&gt;</span></span></code><sl-copy-button class="copy-code-button" from="code-block-175"></sl-copy-button></pre>
<pre><code class="language-html" id="code-block-175"><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>script</span> <span class="token attr-name">type</span><span class="token attr-value"><span class="token punctuation attr-equals">=</span><span class="token punctuation">"</span>module<span class="token punctuation">"</span></span> <span class="token attr-name">src</span><span class="token attr-value"><span class="token punctuation attr-equals">=</span><span class="token punctuation">"</span>https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@0.0.10/cdn/components/animated-image/animated-image.js<span class="token punctuation">"</span></span><span class="token punctuation">&gt;</span></span><span class="token script"></span><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>script</span><span class="token punctuation">&gt;</span></span></code><sl-copy-button class="copy-code-button" from="code-block-175"></sl-copy-button></pre>
</sl-tab-panel>

<sl-tab-panel name="import">
Expand All @@ -949,7 +949,7 @@ <h2 id="importing" class="anchor-heading">
>
using a JavaScript import:
</p>
<pre><code class="language-js" id="code-block-176"><span class="token keyword">import</span> <span class="token string">'https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@0.0.9/cdn/components/animated-image/animated-image.js'</span><span class="token punctuation">;</span></code><sl-copy-button class="copy-code-button" from="code-block-176"></sl-copy-button></pre>
<pre><code class="language-js" id="code-block-176"><span class="token keyword">import</span> <span class="token string">'https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@0.0.10/cdn/components/animated-image/animated-image.js'</span><span class="token punctuation">;</span></code><sl-copy-button class="copy-code-button" from="code-block-176"></sl-copy-button></pre>
</sl-tab-panel>

<sl-tab-panel name="bundler">
Expand Down
Loading

0 comments on commit 3eaebfa

Please sign in to comment.