mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-06 03:49:56 +08:00
refactor(editor): extract common components (#9282)
This commit is contained in:
@@ -39,9 +39,11 @@
|
||||
"./peek": "./src/peek/index.ts",
|
||||
"./portal": "./src/portal/index.ts",
|
||||
"./hover": "./src/hover/index.ts",
|
||||
"./icon-button": "./src/icon-button/index.ts",
|
||||
"./toolbar": "./src/toolbar/index.ts",
|
||||
"./toast": "./src/toast/index.ts",
|
||||
"./rich-text": "./src/rich-text/index.ts",
|
||||
"./smooth-corner": "./src/smooth-corner/index.ts",
|
||||
"./caption": "./src/caption/index.ts",
|
||||
"./context-menu": "./src/context-menu/index.ts",
|
||||
"./date-picker": "./src/date-picker/index.ts",
|
||||
@@ -49,6 +51,7 @@
|
||||
"./filterable-list": "./src/filterable-list/index.ts",
|
||||
"./virtual-keyboard": "./src/virtual-keyboard/index.ts",
|
||||
"./toggle-button": "./src/toggle-button/index.ts",
|
||||
"./toggle-switch": "./src/toggle-switch/index.ts",
|
||||
"./notification": "./src/notification/index.ts",
|
||||
"./block-zero-width": "./src/block-zero-width/index.ts",
|
||||
"./block-selection": "./src/block-selection/index.ts"
|
||||
|
||||
Reference in New Issue
Block a user