podo-ui 0.2.1 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/global.scss +1 -0
- package/next.ts +3 -2
- package/package.json +1 -2
- package/react/atom/editor-view.module.scss +203 -0
- package/react/atom/editor-view.tsx +9 -4
- package/react/atom/editor.module.scss +1171 -102
- package/react/atom/editor.tsx +3273 -125
- package/react.ts +1 -1
- /package/react/{atom → molecule}/pagination.module.scss +0 -0
- /package/react/{atom → molecule}/pagination.tsx +0 -0
package/react.ts
CHANGED
|
@@ -2,7 +2,7 @@ import Input from './react/atom/input';
|
|
|
2
2
|
import Textarea from './react/atom/textarea';
|
|
3
3
|
import Editor from './react/atom/editor';
|
|
4
4
|
import EditorView from './react/atom/editor-view';
|
|
5
|
-
import Pagination from './react/
|
|
5
|
+
import Pagination from './react/molecule/pagination';
|
|
6
6
|
import Field from './react/molecule/field';
|
|
7
7
|
const Form = {
|
|
8
8
|
Input,
|
|
File without changes
|
|
File without changes
|