* add first version of text editor * add new editor to email body * fix line height * remove not needed styles * allow adding html tags + small refactoring * fix error when input is empty * styling of add variable dropdown * fix bg on focus * small design fixes * improve design * show error message for no input * text editor only for email body * remove test button * code clean up * code clean up * code clean up * fix that added variables weren't saved * fix import * first version of editor * connect reminder body of form with new editor * add pencile for link-editor * remove TreeViewPlugin * clean up css file * code clean up * add text indent for list * improve editor design * fix style * slow resizing of editor * fix that new data was removed when leaving tab * dont allow italic and bold at same time * code clean up * fix type error * code clean up * code clean up * remove text if changed from SMS to email or other way around * add add variable dropdown * show error message if email body is empty * add white-space pre-wrap * fix import * prettier * fix add variable dropdown for mobile * move dependencies to correct package.json file * remove html-to-text Co-authored-by: CarinaWolli <wollencarina@gmail.com>
13 lines
271 B
JSON
13 lines
271 B
JSON
{
|
|
"name": "@calcom/features",
|
|
"sideEffects": false,
|
|
"description": "Cal.com's main collocation of features",
|
|
"authors": "Cal.com, Inc.",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"dependencies": {
|
|
"@lexical/react": "^0.5.0",
|
|
"lexical": "^0.5.0"
|
|
}
|
|
}
|