Skip to content

Commit af1fb98

Browse files
committed
2 parents 5d46ad5 + ba0da7b commit af1fb98

File tree

199 files changed

+4726
-3505
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+4726
-3505
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
import React from 'react';
2+
import { Icon, Stack, Text } from '@codesandbox/components';
3+
4+
export const CloudBetaBadge: React.FC<{ hideIcon?: boolean }> = ({
5+
hideIcon,
6+
}) => (
7+
<Stack
8+
css={{
9+
alignItems: 'center',
10+
padding: hideIcon ? '3px 10px' : '6px 10px',
11+
background: '#2e2e2e',
12+
borderRadius: '999px',
13+
}}
14+
gap={2}
15+
>
16+
{!hideIcon && <Icon size={12} name="cloud" />}
17+
<Text size={1}>Beta</Text>
18+
</Stack>
19+
);

packages/app/src/app/components/CreateNewSandbox/CreateSandbox/Create/Create.tsx

Lines changed: 0 additions & 66 deletions
This file was deleted.

packages/app/src/app/components/CreateNewSandbox/CreateSandbox/Create/PersonalTemplates/FilteredTemplates.tsx

Lines changed: 0 additions & 53 deletions
This file was deleted.

packages/app/src/app/components/CreateNewSandbox/CreateSandbox/Create/PersonalTemplates/PersonalTemplates.tsx

Lines changed: 0 additions & 124 deletions
This file was deleted.

packages/app/src/app/components/CreateNewSandbox/CreateSandbox/Create/PersonalTemplates/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/app/src/app/components/CreateNewSandbox/CreateSandbox/Create/elements.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/app/src/app/components/CreateNewSandbox/CreateSandbox/Create/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)