Skip to content

Commit 5571cd6

Browse files
committed
Move Product family of cards from Experiments to Seed Realm
1 parent ca6ead0 commit 5571cd6

35 files changed

+8
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/experiments-realm/ProductWithVideo/03b3e910-a7ea-4881-b2cc-a1bb738530d9.json packages/seed-realm/ProductWithVideo/03b3e910-a7ea-4881-b2cc-a1bb738530d9.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"data": {
33
"type": "card",
44
"attributes": {
5-
"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",
5+
"videoUrl": "https://v.etsystatic.com/video/upload/ac_none,du_15,q_auto:good/m_s_igd099.mp4",
66
"images": [
77
"https://i.etsystatic.com/8595526/r/il/b3b96c/3064849416/il_1588xN.3064849416_r41c.jpg",
88
"https://i.etsystatic.com/8595526/r/il/19a557/3064848658/il_1588xN.3064848658_m2t5.jpg",

packages/experiments-realm/ProductWithVideoAndRatings/03b3e910-a7ea-4881-b2cc-a1bb738530d9.json packages/seed-realm/ProductWithVideoAndRatings/03b3e910-a7ea-4881-b2cc-a1bb738530d9.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"data": {
33
"type": "card",
44
"attributes": {
5-
"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",
5+
"videoUrl": "https://v.etsystatic.com/video/upload/ac_none,du_15,q_auto:good/m_s_igd099.mp4",
66
"images": [
77
"https://i.etsystatic.com/8595526/r/il/b3b96c/3064849416/il_1588xN.3064849416_r41c.jpg",
88
"https://i.etsystatic.com/8595526/r/il/19a557/3064848658/il_1588xN.3064848658_m2t5.jpg",

packages/experiments-realm/VideoProduct/9d37cb15-f63a-4eb1-ba1b-f209a12fe1c8.json packages/seed-realm/VideoProduct/9d37cb15-f63a-4eb1-ba1b-f209a12fe1c8.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"data": {
33
"type": "card",
44
"attributes": {
5-
"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",
5+
"videoUrl": "https://v.etsystatic.com/video/upload/ac_none,du_15,q_auto:good/m_s_igd099.mp4",
66
"images": [
77
"https://i.etsystatic.com/8595526/r/il/b3b96c/3064849416/il_1588xN.3064849416_r41c.jpg",
88
"https://i.etsystatic.com/8595526/r/il/19a557/3064848658/il_1588xN.3064848658_m2t5.jpg",
File renamed without changes.

packages/experiments-realm/product.gts packages/seed-realm/product.gts

+5
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ export class ProductImages extends GlimmerComponent<ProductImagesSignature> {
143143
overflow-y: visible;
144144
padding-top: var(--boxel-sp-xs);
145145
}
146+
.thumbnails button {
147+
border: none;
148+
padding: 0;
149+
background: transparent;
150+
}
146151
.thumbnails img {
147152
width: 50px;
148153
height: 50px;
File renamed without changes.

0 commit comments

Comments
 (0)