Skip to content

Commit

Permalink
Move Product family of cards from Experiments to Seed Realm
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Dec 23, 2024
1 parent ca6ead0 commit acab25d
Show file tree
Hide file tree
Showing 37 changed files with 12 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"data": {
"type": "card",
"attributes": {
"videoUrl": "https://v.etsystatic.com/video/upload/s--nMgoUlxI--/ac_none,c_crop,du_15,h_960,q_auto:good,w_720,x_0,y_0/IMG_2082_dnw70f",
"videoUrl": "https://v.etsystatic.com/video/upload/ac_none,du_15,q_auto:good/m_s_igd099.mp4",
"images": [
"https://i.etsystatic.com/8595526/r/il/b3b96c/3064849416/il_1588xN.3064849416_r41c.jpg",
"https://i.etsystatic.com/8595526/r/il/19a557/3064848658/il_1588xN.3064848658_m2t5.jpg",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"data": {
"type": "card",
"attributes": {
"videoUrl": "https://v.etsystatic.com/video/upload/s--nMgoUlxI--/ac_none,c_crop,du_15,h_960,q_auto:good,w_720,x_0,y_0/IMG_2082_dnw70f",
"videoUrl": "https://v.etsystatic.com/video/upload/ac_none,du_15,q_auto:good/m_s_igd099.mp4",
"images": [
"https://i.etsystatic.com/8595526/r/il/b3b96c/3064849416/il_1588xN.3064849416_r41c.jpg",
"https://i.etsystatic.com/8595526/r/il/19a557/3064848658/il_1588xN.3064848658_m2t5.jpg",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"data": {
"type": "card",
"attributes": {
"videoUrl": "https://v.etsystatic.com/video/upload/s--nMgoUlxI--/ac_none,c_crop,du_15,h_960,q_auto:good,w_720,x_0,y_0/IMG_2082_dnw70f",
"videoUrl": "https://v.etsystatic.com/video/upload/ac_none,du_15,q_auto:good/m_s_igd099.mp4",
"images": [
"https://i.etsystatic.com/8595526/r/il/b3b96c/3064849416/il_1588xN.3064849416_r41c.jpg",
"https://i.etsystatic.com/8595526/r/il/19a557/3064848658/il_1588xN.3064848658_m2t5.jpg",
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions packages/seed-realm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@cardstack/boxel-icons": "workspace:*",
"@cardstack/boxel-ui": "workspace:*",
"@cardstack/runtime-common": "workspace:*",
"@types/lodash": "^4.14.182",
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@ export class ProductImages extends GlimmerComponent<ProductImagesSignature> {
overflow-y: visible;
padding-top: var(--boxel-sp-xs);
}
.thumbnails button {
border: none;
padding: 0;
background: transparent;
}
.thumbnails img {
width: 50px;
height: 50px;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit acab25d

Please sign in to comment.