File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,25 +58,12 @@ export const embeddedBorderWidth = {
5858 banner : 1 ,
5959} ;
6060
61- export const embeddedMediaImageBorderColors = {
62- notification : '#E0DEDF' ,
63- card : '#E0DEDF' ,
64- banner : '#E0DEDF' ,
65- } ;
66-
67- export const embeddedMediaImageBackgroundColors = {
68- notification : '#F5F4F4' ,
69- card : '#F5F4F4' ,
70- banner : '#F5F4F4' ,
71- } ;
72-
7361export const embeddedStyles = {
7462 backgroundColor : embeddedBackgroundColors ,
7563 bodyText : embeddedBodyTextColors ,
7664 borderColor : embeddedBorderColors ,
7765 borderCornerRadius : embeddedBorderRadius ,
7866 borderWidth : embeddedBorderWidth ,
79- mediaImageBorder : embeddedMediaImageBorderColors ,
8067 primaryBtnBackgroundColor : embeddedPrimaryBtnBackgroundColors ,
8168 primaryBtnTextColor : embeddedPrimaryBtnTextColors ,
8269 secondaryBtnBackground : embeddedSecondaryBtnBackgroundColors ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import {
1111 embeddedSecondaryBtnTextColors ,
1212 embeddedTitleTextColors ,
1313 embeddedBodyTextColors ,
14- } from './embeddedViewDefaults' ;
14+ } from '../../constants /embeddedViewDefaults' ;
1515
1616describe ( 'getStyles' , ( ) => {
1717 describe ( 'default styles by view type (no config)' , ( ) => {
Original file line number Diff line number Diff line change 11import type { IterableEmbeddedViewConfig } from '../../types/IterableEmbeddedViewConfig' ;
2- import { embeddedStyles } from './embeddedViewDefaults' ;
2+ import { embeddedStyles } from '../../constants /embeddedViewDefaults' ;
33import { IterableEmbeddedViewType } from '../../enums' ;
44
55/**
You can’t perform that action at this time.
0 commit comments