Skip to content

Commit

Permalink
remove yarn lock
Browse files Browse the repository at this point in the history
  • Loading branch information
m-Ryan committed Jun 14, 2024
1 parent 60b732f commit 1425516
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 8,435 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {

import { CustomBlocksType } from '../constants';
import React from 'react';
import { getContentEditableClassName } from 'easy-email-editor';

const { Column, Section, Wrapper, Text, Button, Image, Group } = components;

Expand Down Expand Up @@ -87,7 +86,6 @@ export const ProductRecommendation = createCustomBlock<IProductRecommendation>({

return (
<Wrapper
// add class name when testing preview
css-class={mode === 'testing' ? getPreviewClassName(idx, data.type) : ''}
padding='20px 0px 20px 0px'
border='none'
Expand All @@ -108,10 +106,6 @@ export const ProductRecommendation = createCustomBlock<IProductRecommendation>({
align='center'
font-weight='bold'
color={attributes['title-color']}
css-class={getContentEditableClassName(
BasicType.TEXT,
`${idx}.data.value.title`,
).join(' ')}
>
{title}
</Text>
Expand Down
118 changes: 0 additions & 118 deletions demo/src/pages/Editor/components/useCollection/index.tsx

This file was deleted.

Loading

0 comments on commit 1425516

Please sign in to comment.