Skip to content

Commit a3cd616

Browse files
chore(components): remove Snippet from launchpad (#1807)
1 parent 2d8a9f2 commit a3cd616

File tree

7 files changed

+6
-382
lines changed

7 files changed

+6
-382
lines changed

.changeset/great-plums-shout.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@launchpad-ui/components": patch
3+
---
4+
5+
remove snippet from the components

packages/components/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,14 @@
3434
"@launchpad-ui/icons": "workspace:~",
3535
"@launchpad-ui/tokens": "workspace:~",
3636
"@react-aria/live-announcer": "3.4.4",
37-
"class-variance-authority": "0.7.0",
38-
"prism-themes": "1.9.0"
37+
"class-variance-authority": "0.7.0"
3938
},
4039
"devDependencies": {
4140
"@react-aria/focus": "3.21.2",
4241
"@react-aria/interactions": "3.25.6",
4342
"@react-aria/utils": "3.31.0",
4443
"@react-stately/utils": "3.10.8",
4544
"@react-types/shared": "3.32.1",
46-
"@types/prismjs": "1.26.5",
4745
"copyfiles": "2.4.1",
4846
"react": "19.2.0",
4947
"react-aria": "3.44.0",
@@ -58,7 +56,6 @@
5856
"@react-aria/utils": "3.31.0",
5957
"@react-stately/utils": "3.10.8",
6058
"@react-types/shared": "3.32.1",
61-
"prismjs": "1.30.0",
6259
"react": "19.2.0",
6360
"react-aria": "3.44.0",
6461
"react-aria-components": "1.13.0",

packages/components/src/Snippet.tsx

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

packages/components/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ export type { SearchFieldProps } from './SearchField';
6565
export type { ListBoxSectionProps, MenuSectionProps } from './Section';
6666
export type { SelectProps, SelectValueProps } from './Select';
6767
export type { SeparatorProps } from './Separator';
68-
export type { SnippetLang } from './Snippet';
6968
export type { SwitchProps } from './Switch';
7069
export type {
7170
CellProps,
@@ -269,7 +268,6 @@ export {
269268
selectValueStyles,
270269
} from './Select';
271270
export { Separator, SeparatorContext, separatorStyles } from './Separator';
272-
export { Snippet } from './Snippet';
273271
export { Switch, SwitchContext, switchStyles } from './Switch';
274272
export {
275273
Cell,

packages/components/src/styles/Snippet.module.css

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

0 commit comments

Comments
 (0)