Merge pull request #21894 from overleaf/jel-cms-element-icon

[web] Website redesign stickers - update value in CMS to improve usability of element

GitOrigin-RevId: 07f3b4229da3ed0ed5b8ec350f2db16b49aa52e9
This commit is contained in:
Jessica Lawshe 2024-11-19 10:00:28 -06:00 committed by Copybot
parent 17ea83937e
commit 0b9b7da0e9
20 changed files with 19 additions and 16 deletions

View file

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View file

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View file

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View file

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

View file

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View file

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View file

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View file

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View file

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View file

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View file

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -19,22 +19,25 @@ export type IconElementMaterial =
| 'workspace_premium'
export type IconElementSticker =
| 'arrow_sticker_grey'
| 'books_sticker_yellow'
| 'cog-pen_sticker_grey'
| 'collaborate_sticker_purple'
| 'collaborate_sticker_yellow'
| 'data_sticker_grey'
| 'formatting_sticker_green'
| 'house-tree_sticker_grey'
| 'hub_sticker_tangerine'
| 'lock_sticker_grey'
| 'overleaf_sticker_green'
| 'pen_sticker_purple'
| 'pen_sticker_tangerine'
| 'pi_sticker_tangerine'
| 'support_sticker_tangerine'
| 'support_sticker_yellow'
| 'sticker | arrow | grey | large'
| 'sticker | books | pink'
| 'sticker | books | yellow'
| 'sticker | cog-pen | grey'
| 'sticker | collaborate | purple'
| 'sticker | collaborate | yellow'
| 'sticker | data | grey'
| 'sticker | formatting | green'
| 'sticker | house-tree | grey | large'
| 'sticker | hub | tangerine'
| 'sticker | lock | grey | medium'
| 'sticker | lightning | yellow'
| 'sticker | overleaf | green | medium'
| 'sticker | pen | purple'
| 'sticker | pen | tangerine'
| 'sticker | pi | tangerine'
| 'sticker | rocket | yellow | medium'
| 'sticker | support | tangerine'
| 'sticker | support | yellow'
export type IconElement = IconElementMaterial | IconElementSticker
export type IconStyle = 'Green circle' | 'Large purple text' | 'Default'