Skip to content

Commit

Permalink
refactor: remove PatternLibrary (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
ragi96 authored Oct 10, 2024
1 parent fb37c56 commit 6bafe6c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .changeset/wet-feet-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@frontify/sidebar-settings": minor
"@frontify/app-bridge": minor
---

refactor(AssetChooserType): remove PatternLibrary as it is sunset
refactor(DocumentMode): remove PatternLibrary as it is sunset
1 change: 0 additions & 1 deletion packages/app-bridge/src/types/Document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export type DocumentLibraryMode =
| 'DOCUMENTLIBRARY'
| 'TEMPLATELIBRARY'
| 'TEXTLIBRARY'
| 'PATTERNLIBRARY'
| 'BRANDUPDATELIBRARY';

export type DocumentMode = Simplify<'DEFAULT' | DocumentLibraryMode>;
Expand Down
1 change: 0 additions & 1 deletion packages/app-bridge/src/types/Terrific.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export enum AssetChooserProjectType {
IconLibrary = 'IconLibrary',
DocumentLibrary = 'DocumentLibrary',
TemplateLibrary = 'TemplateLibrary',
PatternLibrary = 'PatternLibrary',
Styleguide = 'Styleguide',
Workspace = 'Workspace',
}
Expand Down
1 change: 0 additions & 1 deletion packages/sidebar-settings/src/blocks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export enum AssetChooserProjectType {
IconLibrary = 'IconLibrary',
DocumentLibrary = 'DocumentLibrary',
TemplateLibrary = 'TemplateLibrary',
PatternLibrary = 'PatternLibrary',
Styleguide = 'Styleguide',
Workspace = 'Workspace',
}
Expand Down

0 comments on commit 6bafe6c

Please sign in to comment.