feat(scaleable): add scaleable props to each component (#531)

* feat(scaleable): add scaleable props to each component

* chore(scaleable): update the exported type

* feat: apply scaleable to components

chore: remove with-default

test: improve testcase for scaleable

chore: resolve test warning

ci: upgrade nodejs to latest lts

docs: fix type error in document site

* docs: update documents to be compatible with scaleable

chore: fix build errors

* chore: remove all size-related attributes

docs: improve guide document

* docs: add scaleable documentation

test: update snapshots

chore: remove unused

* feat: add scaleable to grid components

* docs: improve docs

* test: update snapshots

* fix(grid): fix basic component props
This commit is contained in:
witt
2021-06-23 10:53:30 +08:00
committed by GitHub
parent 2a45693fdf
commit d4a1e02430
383 changed files with 16145 additions and 16837 deletions

View File

@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Tree should mount correctly 1`] = `
<TreeFile
<GeistTreeFile
className=""
level={0}
name="package.json"
@@ -10,7 +10,7 @@ exports[`Tree should mount correctly 1`] = `
`;
exports[`Tree should mount correctly 2`] = `
<TreeFolder
<GeistTreeFolder
className=""
level={0}
name="components"