fix: replace action sheet with custom implementation

This commit is contained in:
thecodrr
2022-06-20 10:52:20 +05:00
parent cf91855fae
commit 9e405670ca
73 changed files with 612 additions and 850 deletions

View File

@@ -32,31 +32,22 @@
"@tiptap/react": "^2.0.0-beta.109",
"@tiptap/starter-kit": "^2.0.0-beta.185",
"detect-indent": "^7.0.0",
"detect-indentation": "^5.20.0",
"emotion-theming": "^10.0.19",
"esm-loader": "^0.1.0",
"highlight.js": "^11.5.1",
"lowlight": "^2.6.1",
"prism-themes": "^1.9.0",
"prismjs": "^1.28.0",
"prosemirror-tables": "^1.1.1",
"prosemirror-utils": "^0.9.6",
"prosemirror-utils": "github:atlassian/prosemirror-utils",
"prosemirror-view": "^1.24.1",
"re-resizable": "^6.9.9",
"react-color": "^2.19.3",
"react-colorful": "^5.5.1",
"react-modal": "^3.14.4",
"react-modal-sheet": "github:thecodrr/react-action-sheet",
"react-spring-bottom-sheet": "^3.4.0",
"react-toggle": "^4.1.2",
"reactjs-popup": "^2.0.5",
"rebass": "^4.0.7",
"redent": "^4.0.0",
"refractor": "^4.7.0",
"shortid": "^2.2.16",
"strip-indent": "^4.0.0",
"tinycolor2": "^1.4.2",
"tippy.js": "^6.3.7",
"zustand": "^3.7.2"
},
"devDependencies": {