Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
zaunders committed Sep 26, 2024
1 parent 8204d55 commit 16e8d06
Show file tree
Hide file tree
Showing 11 changed files with 683 additions and 0 deletions.
Binary file added dist/assets/bear_circular-8c96f776.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions dist/assets/card-3478fc1e.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
var i=Object.defineProperty;var l=(r,o,t)=>o in r?i(r,o,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[o]=t;var e=(r,o,t)=>(l(r,typeof o!="symbol"?o+"":o,t),t);import{s as a,x as d,i as s}from"./lit-element-e618a7a4.js";class n extends a{render(){return d`
<slot name="title"></slot>
<slot></slot>
<slot name="cta"></slot>
`}}e(n,"styles",[s`
:host {
margin-bottom: 5rem;
padding: 3rem 1rem;
border: 1px solid #9fa3ae;
border-radius: 20px;
background-color: #ffffff;
text-align: center;
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
min-width: 20ch;
}
`]);export{n as RocketCard};
18 changes: 18 additions & 0 deletions dist/assets/columns-59a19001.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
var i=Object.defineProperty;var n=(t,e,o)=>e in t?i(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o;var r=(t,e,o)=>(n(t,typeof e!="symbol"?e+"":e,o),o);import{s as l,i as s,x as a}from"./lit-element-e618a7a4.js";class c extends l{render(){return a` <slot id="content"></slot> `}}r(c,"styles",[s`
#content {
display: flex;
gap: var(--space-m, 2rem);
flex-direction: column;
flex-wrap: wrap;
}
::slotted(*) {
flex: 1;
height: auto;
}
@media (min-width: 600px) {
#content {
flex-direction: row;
}
}
`]);export{c as RocketColumns};
29 changes: 29 additions & 0 deletions dist/assets/content-area-368b6216.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
var i=Object.defineProperty;var o=(e,t,n)=>t in e?i(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var a=(e,t,n)=>(o(e,typeof t!="symbol"?t+"":t,n),n);import{s as r,x as d,i as c}from"./lit-element-e618a7a4.js";class s extends r{render(){return d`
<div id="rocket-content-area">
<slot></slot>
</div>
`}}a(s,"styles",[c`
:host {
display: block;
padding: var(--rocket-content-area-padding, 0);
}
:host([no-padding]) {
padding: 0;
}
/** rocket-content-area */
#rocket-content-area {
padding: 0 20px;
display: block;
justify-content: space-between;
align-items: center;
}
@media screen and (min-width: 1024px) {
#rocket-content-area {
max-width: 1200px;
margin: 0 auto;
position: relative;
}
}
`]);export{s as RocketContentArea};
Binary file added dist/assets/guillem_circular-90e21812.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions dist/assets/header-scroll-menu-480b608e.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
var r=Object.defineProperty;var a=(t,e,n)=>e in t?r(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n;var i=(t,e,n)=>(a(t,typeof e!="symbol"?e+"":e,n),n);import{s as o,x as d,i as s}from"./lit-element-e618a7a4.js";import{RocketContentArea as c}from"./content-area-368b6216.js";customElements.get("rocket-content-area")||customElements.define("rocket-content-area",c);class h extends o{render(){return d`
<div class="header-inner">
<rocket-content-area no-padding>
<div class="header-logo"></div>
<nav class="header-navigation">
<slot id="content"></slot>
</nav>
</rocket-content-area>
</div>
`}}i(h,"styles",[s`
:host {
display: flex;
align-items: center;
position: sticky;
height: 100px;
top: -50px; /* height - .header-inner height => 100-50 = 50 */
z-index: 100;
}
.header-inner {
height: 50px;
position: sticky;
top: 0;
width: 100%;
padding-right: var(--rocket-header-scroll-menu-padding-right, 0);
text-align: var(--rocket-header-scroll-menu-text-align, center);
}
::slotted(a) {
text-decoration: none;
padding: 0.25rem;
line-height: 50px;
}
@media screen and (min-width: 1024px) {
::slotted(a) {
padding: 0.75rem;
}
}
`]);export{h as RocketHeaderScrollMenu};
1 change: 1 addition & 0 deletions dist/assets/index-307de1b2.css

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

73 changes: 73 additions & 0 deletions dist/assets/index-e7890ab6.js

Large diffs are not rendered by default.

Loading

0 comments on commit 16e8d06

Please sign in to comment.