reactive-bulma 4.0.30 → 4.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE +21 -21
- package/README.md +250 -252
- package/dist/assets/style.css +1 -0
- package/dist/{esm/types/components → components}/atoms/Block/index.d.ts +1 -1
- package/dist/components/atoms/Block/index.js +18 -0
- package/dist/components/atoms/Block/index.stories.d.ts +8 -0
- package/dist/components/atoms/Block/index.test.d.ts +0 -0
- package/dist/{esm/types/components → components}/atoms/Box/index.d.ts +1 -1
- package/dist/components/atoms/Box/index.js +18 -0
- package/dist/components/atoms/Box/index.stories.d.ts +8 -0
- package/dist/components/atoms/Box/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/atoms/BreadcrumbItem/index.d.ts +1 -1
- package/dist/components/atoms/BreadcrumbItem/index.js +44 -0
- package/dist/components/atoms/BreadcrumbItem/index.stories.d.ts +6 -0
- package/dist/components/atoms/BreadcrumbItem/index.test.d.ts +0 -0
- package/dist/{esm/types/components → components}/atoms/Button/index.d.ts +1 -1
- package/dist/components/atoms/Button/index.js +49 -0
- package/dist/components/atoms/Button/index.stories.d.ts +14 -0
- package/dist/components/atoms/Button/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/atoms/Checkbox/index.d.ts +1 -1
- package/dist/components/atoms/Checkbox/index.js +49 -0
- package/dist/components/atoms/Checkbox/index.stories.d.ts +9 -0
- package/dist/components/atoms/Checkbox/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/atoms/Column/index.d.ts +1 -1
- package/dist/components/atoms/Column/index.js +31 -0
- package/dist/components/atoms/Column/index.stories.d.ts +8 -0
- package/dist/components/atoms/Column/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/atoms/Delete/index.d.ts +1 -1
- package/dist/components/atoms/Delete/index.js +26 -0
- package/dist/components/atoms/Delete/index.stories.d.ts +6 -0
- package/dist/components/atoms/Delete/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/atoms/DropdownItem/index.d.ts +1 -1
- package/dist/components/atoms/DropdownItem/index.js +37 -0
- package/dist/components/atoms/DropdownItem/index.stories.d.ts +5 -0
- package/dist/components/atoms/DropdownItem/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/atoms/DropdownTrigger/index.d.ts +1 -1
- package/dist/components/atoms/DropdownTrigger/index.js +53 -0
- package/dist/components/atoms/DropdownTrigger/index.stories.d.ts +5 -0
- package/dist/components/atoms/DropdownTrigger/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/atoms/File/index.d.ts +1 -1
- package/dist/components/atoms/File/index.js +73 -0
- package/dist/components/atoms/File/index.stories.d.ts +13 -0
- package/dist/components/atoms/File/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/atoms/Icon/index.d.ts +1 -1
- package/dist/components/atoms/Icon/index.js +88 -0
- package/dist/components/atoms/Icon/index.stories.d.ts +12 -0
- package/dist/components/atoms/Icon/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/atoms/Image/index.d.ts +1 -1
- package/dist/components/atoms/Image/index.js +44 -0
- package/dist/components/atoms/Image/index.stories.d.ts +8 -0
- package/dist/components/atoms/Image/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/atoms/Input/index.d.ts +1 -1
- package/dist/components/atoms/Input/index.js +50 -0
- package/dist/components/atoms/Input/index.stories.d.ts +15 -0
- package/dist/components/atoms/Input/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/atoms/LevelHeader/index.d.ts +1 -1
- package/dist/components/atoms/LevelHeader/index.js +26 -0
- package/dist/components/atoms/LevelHeader/index.stories.d.ts +6 -0
- package/dist/components/atoms/LevelHeader/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/atoms/MenuItem/index.d.ts +1 -1
- package/dist/components/atoms/MenuItem/index.js +30 -0
- package/dist/components/atoms/MenuItem/index.stories.d.ts +6 -0
- package/dist/components/atoms/MenuItem/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/atoms/NavBarItem/index.d.ts +1 -1
- package/dist/components/atoms/NavBarItem/index.js +30 -0
- package/dist/components/atoms/NavBarItem/index.stories.d.ts +5 -0
- package/dist/components/atoms/NavBarItem/index.test.d.ts +0 -0
- package/dist/{esm/types/components → components}/atoms/PaginationItem/index.d.ts +1 -1
- package/dist/components/atoms/PaginationItem/index.js +37 -0
- package/dist/components/atoms/PaginationItem/index.stories.d.ts +8 -0
- package/dist/components/atoms/PaginationItem/index.test.d.ts +0 -0
- package/dist/{esm/types/components → components}/atoms/ProgressBar/index.d.ts +1 -1
- package/dist/components/atoms/ProgressBar/index.js +36 -0
- package/dist/components/atoms/ProgressBar/index.stories.d.ts +10 -0
- package/dist/components/atoms/ProgressBar/index.test.d.ts +0 -0
- package/dist/{esm/types/components → components}/atoms/RadioButton/index.d.ts +1 -1
- package/dist/components/atoms/RadioButton/index.js +71 -0
- package/dist/components/atoms/RadioButton/index.stories.d.ts +8 -0
- package/dist/components/atoms/RadioButton/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/atoms/Select/index.d.ts +1 -1
- package/dist/components/atoms/Select/index.js +64 -0
- package/dist/components/atoms/Select/index.stories.d.ts +9 -0
- package/dist/components/atoms/Select/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/atoms/TabItem/index.d.ts +1 -1
- package/dist/components/atoms/TabItem/index.js +44 -0
- package/dist/components/atoms/TabItem/index.stories.d.ts +6 -0
- package/dist/components/atoms/TabItem/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/atoms/TableCell/index.d.ts +1 -1
- package/dist/components/atoms/TableCell/index.js +24 -0
- package/dist/components/atoms/TableCell/index.stories.d.ts +5 -0
- package/dist/components/atoms/TableCell/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/atoms/TableHeadCell/index.d.ts +1 -1
- package/dist/components/atoms/TableHeadCell/index.js +24 -0
- package/dist/components/atoms/TableHeadCell/index.stories.d.ts +5 -0
- package/dist/components/atoms/TableHeadCell/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/atoms/Tag/index.d.ts +1 -1
- package/dist/components/atoms/Tag/index.js +87 -0
- package/dist/components/atoms/Tag/index.stories.d.ts +13 -0
- package/dist/components/atoms/Tag/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/atoms/TextArea/index.d.ts +1 -1
- package/dist/components/atoms/TextArea/index.js +60 -0
- package/dist/components/atoms/TextArea/index.stories.d.ts +14 -0
- package/dist/components/atoms/TextArea/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/atoms/Tile/index.d.ts +1 -1
- package/dist/components/atoms/Tile/index.js +46 -0
- package/dist/components/atoms/Tile/index.stories.d.ts +9 -0
- package/dist/components/atoms/Tile/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/atoms/Title/index.d.ts +1 -1
- package/dist/components/atoms/Title/index.js +25 -0
- package/dist/components/atoms/Title/index.stories.d.ts +10 -0
- package/dist/components/atoms/Title/index.test.d.ts +0 -0
- package/dist/components/atoms/index.js +56 -0
- package/dist/{esm/types/components → components}/molecules/Breadcrumbs/index.d.ts +1 -1
- package/dist/components/molecules/Breadcrumbs/index.js +63 -0
- package/dist/components/molecules/Breadcrumbs/index.stories.d.ts +8 -0
- package/dist/components/molecules/Breadcrumbs/index.test.d.ts +0 -0
- package/dist/{esm/types/components → components}/molecules/ButtonGroup/index.d.ts +1 -1
- package/dist/components/molecules/ButtonGroup/index.js +58 -0
- package/dist/components/molecules/ButtonGroup/index.stories.d.ts +8 -0
- package/dist/components/molecules/ButtonGroup/index.test.d.ts +0 -0
- package/dist/{esm/types/components → components}/molecules/ColumnGroup/index.d.ts +1 -1
- package/dist/components/molecules/ColumnGroup/index.js +55 -0
- package/dist/components/molecules/ColumnGroup/index.stories.d.ts +10 -0
- package/dist/components/molecules/ColumnGroup/index.test.d.ts +0 -0
- package/dist/{esm/types/components → components}/molecules/Dropdown/index.d.ts +1 -1
- package/dist/components/molecules/Dropdown/index.js +72 -0
- package/dist/components/molecules/Dropdown/index.stories.d.ts +6 -0
- package/dist/components/molecules/Dropdown/index.test.d.ts +0 -0
- package/dist/{esm/types/components → components}/molecules/Footer/index.d.ts +1 -1
- package/dist/components/molecules/Footer/index.js +51 -0
- package/dist/components/molecules/Footer/index.stories.d.ts +8 -0
- package/dist/components/molecules/Footer/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/molecules/InputControl/index.d.ts +1 -1
- package/dist/components/molecules/InputControl/index.js +59 -0
- package/dist/components/molecules/InputControl/index.stories.d.ts +11 -0
- package/dist/components/molecules/InputControl/index.test.d.ts +0 -0
- package/dist/{esm/types/components → components}/molecules/LevelItem/index.d.ts +1 -1
- package/dist/components/molecules/LevelItem/index.js +40 -0
- package/dist/components/molecules/LevelItem/index.stories.d.ts +7 -0
- package/dist/components/molecules/LevelItem/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/molecules/Media/index.d.ts +1 -1
- package/dist/components/molecules/Media/index.js +35 -0
- package/dist/components/molecules/Media/index.stories.d.ts +10 -0
- package/dist/components/molecules/Media/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/molecules/Menu/index.d.ts +1 -1
- package/dist/components/molecules/Menu/index.js +41 -0
- package/dist/components/molecules/Menu/index.stories.d.ts +6 -0
- package/dist/components/molecules/Menu/index.test.d.ts +0 -0
- package/dist/{esm/types/components → components}/molecules/MenuList/index.d.ts +1 -1
- package/dist/components/molecules/MenuList/index.js +39 -0
- package/dist/components/molecules/MenuList/index.stories.d.ts +6 -0
- package/dist/components/molecules/MenuList/index.test.d.ts +0 -0
- package/dist/{esm/types/components → components}/molecules/Message/index.d.ts +1 -1
- package/dist/components/molecules/Message/index.js +47 -0
- package/dist/components/molecules/Message/index.stories.d.ts +9 -0
- package/dist/components/molecules/Message/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/molecules/Modal/index.d.ts +1 -1
- package/dist/components/molecules/Modal/index.js +61 -0
- package/dist/components/molecules/Modal/index.stories.d.ts +7 -0
- package/dist/components/molecules/Modal/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/molecules/NavBarBrand/index.d.ts +1 -1
- package/dist/components/molecules/NavBarBrand/index.js +48 -0
- package/dist/components/molecules/NavBarBrand/index.stories.d.ts +7 -0
- package/dist/components/molecules/NavBarBrand/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/molecules/NavBarDropdown/index.d.ts +1 -1
- package/dist/components/molecules/NavBarDropdown/index.js +85 -0
- package/dist/components/molecules/NavBarDropdown/index.stories.d.ts +10 -0
- package/dist/components/molecules/NavBarDropdown/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/molecules/Notification/index.d.ts +1 -1
- package/dist/components/molecules/Notification/index.js +37 -0
- package/dist/components/molecules/Notification/index.stories.d.ts +8 -0
- package/dist/components/molecules/Notification/index.test.d.ts +0 -0
- package/dist/{esm/types/components → components}/molecules/Pagination/index.d.ts +1 -1
- package/dist/components/molecules/Pagination/index.js +109 -0
- package/dist/components/molecules/Pagination/index.stories.d.ts +12 -0
- package/dist/components/molecules/Pagination/index.test.d.ts +0 -0
- package/dist/{esm/types/components → components}/molecules/PanelBlock/index.d.ts +1 -1
- package/dist/components/molecules/PanelBlock/index.js +60 -0
- package/dist/components/molecules/PanelBlock/index.stories.d.ts +8 -0
- package/dist/components/molecules/PanelBlock/index.test.d.ts +0 -0
- package/dist/{esm/types/components → components}/molecules/PanelTabs/index.d.ts +1 -1
- package/dist/components/molecules/PanelTabs/index.js +32 -0
- package/dist/components/molecules/PanelTabs/index.stories.d.ts +7 -0
- package/dist/components/molecules/PanelTabs/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/molecules/Section/index.d.ts +1 -1
- package/dist/components/molecules/Section/index.js +23 -0
- package/dist/components/molecules/Section/index.stories.d.ts +8 -0
- package/dist/components/molecules/Section/index.test.d.ts +0 -0
- package/dist/{esm/types/components → components}/molecules/TableRow/index.d.ts +1 -1
- package/dist/components/molecules/TableRow/index.js +41 -0
- package/dist/components/molecules/TableRow/index.stories.d.ts +7 -0
- package/dist/components/molecules/TableRow/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/molecules/Tabs/index.d.ts +1 -1
- package/dist/components/molecules/Tabs/index.js +44 -0
- package/dist/components/molecules/Tabs/index.stories.d.ts +13 -0
- package/dist/components/molecules/Tabs/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/molecules/TileBox/index.d.ts +1 -1
- package/dist/components/molecules/TileBox/index.js +51 -0
- package/dist/components/molecules/TileBox/index.stories.d.ts +8 -0
- package/dist/components/molecules/TileBox/index.test.d.ts +0 -0
- package/dist/components/molecules/index.js +46 -0
- package/dist/{cjs/types/components → components}/organisms/Card/index.d.ts +1 -1
- package/dist/components/organisms/Card/index.js +87 -0
- package/dist/components/organisms/Card/index.stories.d.ts +8 -0
- package/dist/components/organisms/Card/index.test.d.ts +0 -0
- package/dist/{esm/types/components → components}/organisms/FormField/index.d.ts +1 -1
- package/dist/components/organisms/FormField/index.js +76 -0
- package/dist/components/organisms/FormField/index.stories.d.ts +11 -0
- package/dist/components/organisms/FormField/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/organisms/Hero/index.d.ts +1 -1
- package/dist/components/organisms/Hero/index.js +37 -0
- package/dist/components/organisms/Hero/index.stories.d.ts +12 -0
- package/dist/components/organisms/Hero/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/organisms/Level/index.d.ts +1 -1
- package/dist/components/organisms/Level/index.js +42 -0
- package/dist/components/organisms/Level/index.stories.d.ts +9 -0
- package/dist/components/organisms/Level/index.test.d.ts +0 -0
- package/dist/{esm/types/components → components}/organisms/NavBar/index.d.ts +1 -1
- package/dist/components/organisms/NavBar/index.js +83 -0
- package/dist/components/organisms/NavBar/index.stories.d.ts +11 -0
- package/dist/components/organisms/NavBar/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/organisms/Panel/index.d.ts +1 -1
- package/dist/components/organisms/Panel/index.js +39 -0
- package/dist/components/organisms/Panel/index.stories.d.ts +11 -0
- package/dist/components/organisms/Panel/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/organisms/Table/index.d.ts +1 -1
- package/dist/components/organisms/Table/index.js +65 -0
- package/dist/components/organisms/Table/index.stories.d.ts +15 -0
- package/dist/components/organisms/Table/index.test.d.ts +0 -0
- package/dist/{cjs/types/components → components}/organisms/TileGroup/index.d.ts +1 -1
- package/dist/components/organisms/TileGroup/index.js +55 -0
- package/dist/components/organisms/TileGroup/index.stories.d.ts +8 -0
- package/dist/components/organisms/TileGroup/index.test.d.ts +0 -0
- package/dist/components/organisms/index.js +18 -0
- package/dist/functions/generators.js +12 -0
- package/dist/{cjs/types/functions → functions}/jest.d.ts +2 -2
- package/dist/functions/parsers.js +19 -0
- package/dist/index.d.ts +3 -805
- package/dist/index.js +116 -0
- package/dist/{cjs/types/interfaces → interfaces}/atomProps.d.ts +1 -1
- package/dist/interfaces/atomProps.js +1 -0
- package/dist/interfaces/commonProps.js +1 -0
- package/dist/interfaces/functionProps.js +1 -0
- package/dist/interfaces/moleculeProps.js +1 -0
- package/dist/interfaces/organismProps.js +1 -0
- package/dist/{cjs/types/types → types}/domTypes.d.ts +1 -1
- package/dist/types/domTypes.js +4 -0
- package/dist/types/styleTypes.js +1 -0
- package/package.json +49 -36
- package/dist/cjs/index.js +0 -4089
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/types/components/atoms/Block/index.d.ts +0 -4
- package/dist/cjs/types/components/atoms/Box/index.d.ts +0 -4
- package/dist/cjs/types/components/atoms/Button/index.d.ts +0 -4
- package/dist/cjs/types/components/atoms/PaginationItem/index.d.ts +0 -4
- package/dist/cjs/types/components/atoms/ProgressBar/index.d.ts +0 -4
- package/dist/cjs/types/components/atoms/RadioButton/index.d.ts +0 -4
- package/dist/cjs/types/components/molecules/Breadcrumbs/index.d.ts +0 -4
- package/dist/cjs/types/components/molecules/ButtonGroup/index.d.ts +0 -4
- package/dist/cjs/types/components/molecules/ColumnGroup/index.d.ts +0 -4
- package/dist/cjs/types/components/molecules/Dropdown/index.d.ts +0 -4
- package/dist/cjs/types/components/molecules/Footer/index.d.ts +0 -4
- package/dist/cjs/types/components/molecules/LevelItem/index.d.ts +0 -4
- package/dist/cjs/types/components/molecules/MenuList/index.d.ts +0 -4
- package/dist/cjs/types/components/molecules/Message/index.d.ts +0 -4
- package/dist/cjs/types/components/molecules/Pagination/index.d.ts +0 -4
- package/dist/cjs/types/components/molecules/PanelBlock/index.d.ts +0 -4
- package/dist/cjs/types/components/molecules/PanelTabs/index.d.ts +0 -4
- package/dist/cjs/types/components/molecules/TableRow/index.d.ts +0 -4
- package/dist/cjs/types/components/organisms/FormField/index.d.ts +0 -4
- package/dist/cjs/types/components/organisms/NavBar/index.d.ts +0 -4
- package/dist/cjs/types/index.d.ts +0 -5
- package/dist/esm/index.js +0 -4031
- package/dist/esm/index.js.map +0 -1
- package/dist/esm/types/components/atoms/BreadcrumbItem/index.d.ts +0 -4
- package/dist/esm/types/components/atoms/Checkbox/index.d.ts +0 -4
- package/dist/esm/types/components/atoms/Column/index.d.ts +0 -4
- package/dist/esm/types/components/atoms/Delete/index.d.ts +0 -4
- package/dist/esm/types/components/atoms/DropdownItem/index.d.ts +0 -4
- package/dist/esm/types/components/atoms/DropdownTrigger/index.d.ts +0 -4
- package/dist/esm/types/components/atoms/File/index.d.ts +0 -4
- package/dist/esm/types/components/atoms/Icon/index.d.ts +0 -4
- package/dist/esm/types/components/atoms/Image/index.d.ts +0 -4
- package/dist/esm/types/components/atoms/Input/index.d.ts +0 -4
- package/dist/esm/types/components/atoms/LevelHeader/index.d.ts +0 -4
- package/dist/esm/types/components/atoms/MenuItem/index.d.ts +0 -4
- package/dist/esm/types/components/atoms/NavBarItem/index.d.ts +0 -4
- package/dist/esm/types/components/atoms/Select/index.d.ts +0 -4
- package/dist/esm/types/components/atoms/TabItem/index.d.ts +0 -4
- package/dist/esm/types/components/atoms/TableCell/index.d.ts +0 -4
- package/dist/esm/types/components/atoms/TableHeadCell/index.d.ts +0 -4
- package/dist/esm/types/components/atoms/Tag/index.d.ts +0 -4
- package/dist/esm/types/components/atoms/TextArea/index.d.ts +0 -4
- package/dist/esm/types/components/atoms/Tile/index.d.ts +0 -4
- package/dist/esm/types/components/atoms/Title/index.d.ts +0 -4
- package/dist/esm/types/components/atoms/index.d.ts +0 -27
- package/dist/esm/types/components/molecules/InputControl/index.d.ts +0 -4
- package/dist/esm/types/components/molecules/Media/index.d.ts +0 -4
- package/dist/esm/types/components/molecules/Menu/index.d.ts +0 -4
- package/dist/esm/types/components/molecules/Modal/index.d.ts +0 -4
- package/dist/esm/types/components/molecules/NavBarBrand/index.d.ts +0 -4
- package/dist/esm/types/components/molecules/NavBarDropdown/index.d.ts +0 -4
- package/dist/esm/types/components/molecules/Notification/index.d.ts +0 -4
- package/dist/esm/types/components/molecules/Section/index.d.ts +0 -4
- package/dist/esm/types/components/molecules/Tabs/index.d.ts +0 -4
- package/dist/esm/types/components/molecules/TileBox/index.d.ts +0 -4
- package/dist/esm/types/components/molecules/index.d.ts +0 -22
- package/dist/esm/types/components/organisms/Card/index.d.ts +0 -4
- package/dist/esm/types/components/organisms/Hero/index.d.ts +0 -4
- package/dist/esm/types/components/organisms/Level/index.d.ts +0 -4
- package/dist/esm/types/components/organisms/Panel/index.d.ts +0 -4
- package/dist/esm/types/components/organisms/Table/index.d.ts +0 -4
- package/dist/esm/types/components/organisms/TileGroup/index.d.ts +0 -4
- package/dist/esm/types/components/organisms/index.d.ts +0 -8
- package/dist/esm/types/functions/generators.d.ts +0 -4
- package/dist/esm/types/functions/jest.d.ts +0 -2
- package/dist/esm/types/functions/parsers.d.ts +0 -14
- package/dist/esm/types/functions/tests/generators.test.d.ts +0 -1
- package/dist/esm/types/functions/tests/parsers.test.d.ts +0 -1
- package/dist/esm/types/index.d.ts +0 -5
- package/dist/esm/types/interfaces/atomProps.d.ts +0 -305
- package/dist/esm/types/interfaces/commonProps.d.ts +0 -25
- package/dist/esm/types/interfaces/functionProps.d.ts +0 -16
- package/dist/esm/types/interfaces/moleculeProps.d.ts +0 -231
- package/dist/esm/types/interfaces/organismProps.d.ts +0 -112
- package/dist/esm/types/types/domTypes.d.ts +0 -16
- package/dist/esm/types/types/styleTypes.d.ts +0 -19
- /package/dist/{cjs/types/components → components}/atoms/index.d.ts +0 -0
- /package/dist/{cjs/types/components → components}/molecules/index.d.ts +0 -0
- /package/dist/{cjs/types/components → components}/organisms/index.d.ts +0 -0
- /package/dist/{cjs/types/functions → functions}/generators.d.ts +0 -0
- /package/dist/{cjs/types/functions → functions}/parsers.d.ts +0 -0
- /package/dist/{cjs/types/functions → functions}/tests/generators.test.d.ts +0 -0
- /package/dist/{cjs/types/functions → functions}/tests/parsers.test.d.ts +0 -0
- /package/dist/{cjs/types/interfaces → interfaces}/commonProps.d.ts +0 -0
- /package/dist/{cjs/types/interfaces → interfaces}/functionProps.d.ts +0 -0
- /package/dist/{cjs/types/interfaces → interfaces}/moleculeProps.d.ts +0 -0
- /package/dist/{cjs/types/interfaces → interfaces}/organismProps.d.ts +0 -0
- /package/dist/{cjs/types/types → types}/styleTypes.d.ts +0 -0
@@ -1,25 +0,0 @@
|
|
1
|
-
export interface ContainerProps {
|
2
|
-
/** `Attribute` *For container case*. ID used to locate the element in unit test suites (like Jest) */
|
3
|
-
containerTestId?: string;
|
4
|
-
/** `Attribute` *For container case*. Custom CSS classes, applicable for specific scenarios */
|
5
|
-
containerCssClasses?: string;
|
6
|
-
/** `Attribute` *For container case*. Custom styling applicable for specific scenarios */
|
7
|
-
containerStyle?: React.CSSProperties;
|
8
|
-
}
|
9
|
-
export interface ElementProps {
|
10
|
-
/** `Attribute` ID used to locate the element in unit test suites (like Jest) */
|
11
|
-
testId?: string;
|
12
|
-
/** `Attribute` Custom CSS classes, applicable for specific scenarios */
|
13
|
-
cssClasses?: string;
|
14
|
-
/** `Attribute` Custom styling applicable for specific scenarios */
|
15
|
-
style?: React.CSSProperties;
|
16
|
-
}
|
17
|
-
export interface ComposedElementProps extends ElementProps, ContainerProps {
|
18
|
-
}
|
19
|
-
export interface ClickeableProps {
|
20
|
-
/** `Function` Click function, alone does not nothing, but can be reused for other components */
|
21
|
-
onClick?: () => void;
|
22
|
-
}
|
23
|
-
export interface GenericObjectProps {
|
24
|
-
[key: string]: string | number | boolean | object;
|
25
|
-
}
|
@@ -1,16 +0,0 @@
|
|
1
|
-
import { GenericObjectProps } from './commonProps';
|
2
|
-
interface RegExpRule {
|
3
|
-
regExp?: RegExp;
|
4
|
-
replacer?: string;
|
5
|
-
}
|
6
|
-
export interface ParseTestIdProps {
|
7
|
-
tag: string;
|
8
|
-
parsedClasses: string;
|
9
|
-
rules?: RegExpRule[];
|
10
|
-
separator?: string;
|
11
|
-
}
|
12
|
-
export interface CreateObjArrayProps {
|
13
|
-
numberOfItems?: number;
|
14
|
-
externalParser?: (i: number) => GenericObjectProps;
|
15
|
-
}
|
16
|
-
export {};
|
@@ -1,231 +0,0 @@
|
|
1
|
-
import { ClickeableProps, ComposedElementProps, ElementProps } from './commonProps';
|
2
|
-
import { BreadcrumbItemProps, ButtonProps, ColumnProps, DeleteProps, DropdownItemProps, IconProps, ImageProps, InputProps, MenuItemProps, NavBarItemProps, PaginationItemProps, TabItemProps, TableCellProps, TableHeadCellProps, TileProps } from './atomProps';
|
3
|
-
import { BasicColorType, RightCenteredAlignType, BreadcrumbSeparatorType, ColumnGapType, SizeWithoutNormalType, TabsFormatType, MediumAndLargeSizeType, RightLeftAlignType } from '../types/styleTypes';
|
4
|
-
import { ChildrenType, SingleChildType, PanelBlockItemType } from '../types/domTypes';
|
5
|
-
export interface ButtonGroupProps extends ElementProps {
|
6
|
-
/** `Atribute` `Required` Array of `Button` objects that will be shown */
|
7
|
-
buttonList: ButtonProps[];
|
8
|
-
/** `Styling` Will group the list of buttonList in a single line */
|
9
|
-
isAttached?: boolean;
|
10
|
-
/** `Styling` Sets group position on the container */
|
11
|
-
position?: 'left' | 'centered' | 'right';
|
12
|
-
}
|
13
|
-
export interface ColumnGroupProps extends ElementProps {
|
14
|
-
/** `Atribute` `Required` Array of `Column` objects that will be shown */
|
15
|
-
listOfColumns: ColumnProps[];
|
16
|
-
/** `Styling` Will adjust column structure display layout in case you want to work on mobiles */
|
17
|
-
isMobileLayout?: boolean;
|
18
|
-
/** `Styling` Will reorder column display in multiple lines each time exceeds viewport width */
|
19
|
-
isMultiline?: boolean;
|
20
|
-
/** `Styling` Will center the list of columns vertically */
|
21
|
-
isVerticallyCentered?: boolean;
|
22
|
-
/** `Styling` Will center the list of columns horizontally */
|
23
|
-
isHorizontallyCentered?: boolean;
|
24
|
-
/** `Styling` Will adjust the space between the columns. In case to set null, it will remove those gaps */
|
25
|
-
gap?: ColumnGapType | null;
|
26
|
-
}
|
27
|
-
export interface NotificationProps extends ElementProps {
|
28
|
-
/** `Attribute` Reffers to the component or array of components that will be shown inside the column */
|
29
|
-
children?: ChildrenType;
|
30
|
-
/** `Atribute` Includes a `Delete` config object that will be shown */
|
31
|
-
deleteButton?: DeleteProps;
|
32
|
-
/** `Styling` Color based on bulma's color tokens */
|
33
|
-
color?: BasicColorType;
|
34
|
-
/** `Styling` Will adjust the selected color with a ligther style */
|
35
|
-
isLightColor?: boolean;
|
36
|
-
}
|
37
|
-
export interface BreadcrumbsProps extends ComposedElementProps {
|
38
|
-
/** `Atribute` `Required` Array of `BreadcrumbItems` objects that will be shown */
|
39
|
-
items: BreadcrumbItemProps[];
|
40
|
-
/** `Styling` Will adjust element position on screen */
|
41
|
-
alignment?: RightCenteredAlignType | null;
|
42
|
-
/** `Styling` Will adjust element position on screen */
|
43
|
-
separator?: BreadcrumbSeparatorType | null;
|
44
|
-
/** `Styling` Set breadcrumb's size on bulma's size tokens */
|
45
|
-
size?: SizeWithoutNormalType;
|
46
|
-
}
|
47
|
-
export interface DropdownProps extends ElementProps {
|
48
|
-
/** `Atribute` `Required` Sets the name will be shown on the dropdown input */
|
49
|
-
inputText: string;
|
50
|
-
/** `Attribute` Sets a relationship between dropdown trigger's button and dropdown's menu to toggle display */
|
51
|
-
dropdownPointer?: string;
|
52
|
-
/** `Atribute` `Required` Array of `DropdownItem` objects that will be shown on its menu */
|
53
|
-
listOfItems: DropdownItemProps[];
|
54
|
-
}
|
55
|
-
export interface MessageProps extends ElementProps {
|
56
|
-
/** `Atribute` Sets the header's text that will be shown on message's darker zone */
|
57
|
-
headerText?: string;
|
58
|
-
/** `Atribute` `Required` Sets the body's text that will be shown on message's lighter zone */
|
59
|
-
bodyText: string;
|
60
|
-
/** `Atribute` Includes a `Delete` config object that will be shown */
|
61
|
-
deleteButton?: DeleteProps;
|
62
|
-
/** `Styling` Color based on bulma's color tokens */
|
63
|
-
color?: BasicColorType;
|
64
|
-
/** `Styling` Set button's size on bulma's size tokens */
|
65
|
-
size?: SizeWithoutNormalType;
|
66
|
-
}
|
67
|
-
interface MenuSubListProps {
|
68
|
-
subListTitle: MenuItemProps;
|
69
|
-
subItems: MenuItemProps[];
|
70
|
-
}
|
71
|
-
type MenuListItemType = MenuItemProps | MenuSubListProps;
|
72
|
-
export interface MenuListProps extends ElementProps {
|
73
|
-
/** `Attribute` `Required` List of menu items that can be used as single ones or in a list/sublist format */
|
74
|
-
itemList: Array<MenuListItemType>;
|
75
|
-
}
|
76
|
-
interface MenuSectionProps {
|
77
|
-
/** `Attribute` `Required` Label that will be show at the beginning of each section */
|
78
|
-
label: string;
|
79
|
-
/** `Attribute` `Required` List of menu items that can be used as single ones or in a list/sublist format */
|
80
|
-
itemList: Array<MenuListItemType>;
|
81
|
-
}
|
82
|
-
export interface MenuProps extends ElementProps {
|
83
|
-
/** `Attribute` `Required` List of sections that can be single or second level MenuItems */
|
84
|
-
menuSections: MenuSectionProps[];
|
85
|
-
}
|
86
|
-
export interface PaginationNavigationButtonProps extends ClickeableProps {
|
87
|
-
/** `Attribute` `Required` Text that will be shown on the button */
|
88
|
-
text: string;
|
89
|
-
/** `Attribute` Will disable the button */
|
90
|
-
isDisabled?: boolean;
|
91
|
-
/** `Attribute` Custom CSS classes, applicable for specific scenarios */
|
92
|
-
cssClasses?: string;
|
93
|
-
}
|
94
|
-
export interface PaginationProps extends ComposedElementProps {
|
95
|
-
/** `Attribute` `Required` List of sections that can be single or second level MenuItems */
|
96
|
-
pages: PaginationItemProps[];
|
97
|
-
/** `Attribute` Adds a couple of ellipsis between the first and last item */
|
98
|
-
hasEllipsis?: boolean;
|
99
|
-
/** `Attribute` Number of items that will be hidden if `hasEllipsis` is `true` */
|
100
|
-
ellipsisItems?: number;
|
101
|
-
/** `Attribute` Toogle `Previous` and `Next page` buttons next to the selectable pages */
|
102
|
-
showPreviousPageButton?: PaginationNavigationButtonProps | null;
|
103
|
-
/** `Attribute` Toogle `Previous` and `Next page` buttons next to the selectable pages */
|
104
|
-
showNextPageButton?: PaginationNavigationButtonProps | null;
|
105
|
-
/** `Styling` Will add round borders to each page's shape */
|
106
|
-
isRounded?: boolean;
|
107
|
-
/** `Styling` Set button's size on bulma's size tokens */
|
108
|
-
size?: SizeWithoutNormalType;
|
109
|
-
/** `Styling` Will adjust the pages position on screen */
|
110
|
-
alignment?: RightCenteredAlignType | null;
|
111
|
-
}
|
112
|
-
export interface ModalProps extends ComposedElementProps {
|
113
|
-
/** `Attribute` Reffers to the component or array of components that will be shown inside the column */
|
114
|
-
children?: ChildrenType | null;
|
115
|
-
/** `Function` Custom function related to the modal's close button to inject custom code if needed */
|
116
|
-
onCloseClick?: () => void;
|
117
|
-
}
|
118
|
-
export interface TabsProps extends ElementProps {
|
119
|
-
/** `Attribute` `Required` List of tabs that will be shown in order */
|
120
|
-
tabs: TabItemProps[];
|
121
|
-
/** `Styling` Will adjust the tabs position on screen */
|
122
|
-
alignment?: RightCenteredAlignType;
|
123
|
-
/** `Styling` Set tab's size on bulma's size tokens */
|
124
|
-
size?: SizeWithoutNormalType;
|
125
|
-
/** `Styling` Set tab's size on bulma's size tokens */
|
126
|
-
format?: TabsFormatType;
|
127
|
-
/** `Styling` Will add round tabs borders. Only visible if `format` is set to `is-toggle` */
|
128
|
-
isRounded?: boolean;
|
129
|
-
/** `Styling` The whole container will occupy its parent container width */
|
130
|
-
isFullWidth?: boolean;
|
131
|
-
}
|
132
|
-
export interface InputControlProps extends ElementProps {
|
133
|
-
/** `Attribute` `Required` control's input configuration which will be wrapped */
|
134
|
-
inputConfig: InputProps;
|
135
|
-
/** `Attribute` `Icon` configuration that will be shown in Input's left side */
|
136
|
-
leftIcon?: IconProps;
|
137
|
-
/** `Attribute` `Icon` configuration that will be shown in Input's right side */
|
138
|
-
rightIcon?: IconProps;
|
139
|
-
/** `Styling` Set control and its input size on bulma's size tokens */
|
140
|
-
size?: SizeWithoutNormalType;
|
141
|
-
/** `Styling` Will add an animated spinner on input's right side */
|
142
|
-
isLoading?: boolean;
|
143
|
-
/** `Styling` Used for `FormField` styling purpose only. Will strech the input and its container in full-width */
|
144
|
-
isExpanded?: boolean;
|
145
|
-
}
|
146
|
-
export interface PanelBlockItemProps {
|
147
|
-
/** `Attribute` `Required` Indicates to component's parser which type of component will be rendered based on its option */
|
148
|
-
type: PanelBlockItemType;
|
149
|
-
/** `Attribute` `Required` The component properties that will configure that specific instance */
|
150
|
-
props: InputControlProps | IconProps | ButtonProps;
|
151
|
-
}
|
152
|
-
export interface PanelBlockProps extends ComposedElementProps, ClickeableProps {
|
153
|
-
/** `Attribute` `Required` Configuration object with a type and a set of props based on the available components that could be rendered in each `PanelBlock` */
|
154
|
-
config: PanelBlockItemProps;
|
155
|
-
/** `Attribute` Usable when config's U is `icon` only. It will display a text next to mentioned icon (for user purposes) */
|
156
|
-
blockText?: string;
|
157
|
-
/** `Styling` Used for `PanelBlock` styling purpose only. Will mark its rendered component as the one selected among its group */
|
158
|
-
isActive?: boolean;
|
159
|
-
}
|
160
|
-
export interface PanelTabItem extends ClickeableProps {
|
161
|
-
/** `Attribute` `Required` Will show the text to the user in shape of tab */
|
162
|
-
text: string;
|
163
|
-
/** `Styling` Used for `PanelTab` styling purpose only. Will mark its rendered component as the one selected among its group */
|
164
|
-
isActive?: boolean;
|
165
|
-
}
|
166
|
-
export interface PanelTabsProps extends ElementProps {
|
167
|
-
/** `Attribute` `Required` A list of configuration objects that will render a set of tabs */
|
168
|
-
tabList: PanelTabItem[];
|
169
|
-
}
|
170
|
-
export interface LevelItemProps extends ElementProps {
|
171
|
-
/** `Attribute` `Required` Reffers to the component or string content that will be shown inside the level */
|
172
|
-
content: SingleChildType;
|
173
|
-
/** `Styling` Centers item's content horizontally */
|
174
|
-
isCentered?: boolean;
|
175
|
-
}
|
176
|
-
export interface TileBoxProps extends TileProps {
|
177
|
-
}
|
178
|
-
export interface FooterProps extends ComposedElementProps {
|
179
|
-
/** `Attribute` `Required` Reffers to the component, list of components or string content that will be shown inside the footer */
|
180
|
-
content: ChildrenType;
|
181
|
-
/** `Styling` Centers footer¿s content horizontally */
|
182
|
-
isContentCentered?: boolean;
|
183
|
-
}
|
184
|
-
export interface MediaProps extends ElementProps {
|
185
|
-
/** `Attribute` Reffers to the component or string content that will be shown inside the component's left side */
|
186
|
-
leftContent?: SingleChildType;
|
187
|
-
/** `Attribute` Reffers to the component or string content that will be shown inside the component's center */
|
188
|
-
centerContent?: SingleChildType;
|
189
|
-
/** `Attribute` Reffers to the component or string content that will be shown inside the component's right side */
|
190
|
-
rightContent?: SingleChildType;
|
191
|
-
}
|
192
|
-
export interface SectionProps extends ElementProps {
|
193
|
-
/** `Attribute` `Required` Reffers to the component or string content that will be shown inside the section */
|
194
|
-
content: SingleChildType;
|
195
|
-
/** `Styling` Set button's size on bulma's size tokens */
|
196
|
-
size?: MediumAndLargeSizeType;
|
197
|
-
}
|
198
|
-
export interface NavBarDropdownProps extends ComposedElementProps {
|
199
|
-
/** `Attribute` `Required` It will show the presentation text to be clicked or hovered in order to display its menu */
|
200
|
-
text: string;
|
201
|
-
/** `Attribute` `Required` A list of configuration objects that will render in dropdown's menu. Those can be items or dividers */
|
202
|
-
items: Array<NavBarItemProps | 'divider'>;
|
203
|
-
/** `Styling` Used for `NavBar` styling purpose only. Will set the dropdown on a specific position based on the proveded value */
|
204
|
-
position?: RightLeftAlignType;
|
205
|
-
/** `Styling` Used to display dropdown's menu when user clicks on its text */
|
206
|
-
isActive?: boolean;
|
207
|
-
/** `Styling` Similar to `isActive`, but will display when user hovers its pointer on its text */
|
208
|
-
isHoverable?: boolean;
|
209
|
-
/** `Styling` Sets dropdown's menu on top of the text instead default styling */
|
210
|
-
hasDropdownUp?: boolean;
|
211
|
-
/** `Styling` Sets dropdown's menu design like a box, also adds some animation when its diplayed */
|
212
|
-
hasBoxedMenu?: boolean;
|
213
|
-
}
|
214
|
-
interface BrandConfigProps extends Omit<NavBarItemProps, 'children'> {
|
215
|
-
children: ImageProps;
|
216
|
-
}
|
217
|
-
export interface NavBarBrandProps extends ElementProps {
|
218
|
-
/** `Attribute` `Required` Configuration object to inject a `NavBarItem` with a Image configuration as its children */
|
219
|
-
brandConfig: BrandConfigProps;
|
220
|
-
/** `Styling` It sets brand's burger button as active (changing looks from a burger to a cross) */
|
221
|
-
isBurgerActive?: boolean;
|
222
|
-
}
|
223
|
-
export interface TableRowProps extends ElementProps, ClickeableProps {
|
224
|
-
/** `Attribute` Configuration object to inject a `TableHeaderCell` as row's head */
|
225
|
-
headCell?: TableHeadCellProps;
|
226
|
-
/** `Attribute` `Required` List of `TableCell` that will be rendered on the table */
|
227
|
-
listOfCells: TableCellProps[];
|
228
|
-
/** `Styling` Used for `Table` styling purpose only. Will set row's background color to indicate it has been selected by the user */
|
229
|
-
isSelected?: boolean;
|
230
|
-
}
|
231
|
-
export {};
|
@@ -1,112 +0,0 @@
|
|
1
|
-
import { ClickeableProps, ElementProps } from './commonProps';
|
2
|
-
import { InputControlProps, LevelItemProps, NavBarBrandProps, NavBarDropdownProps, PanelBlockProps, PanelTabsProps, TableRowProps } from './moleculeProps';
|
3
|
-
import { ImageProps, NavBarItemProps, TableHeadCellProps, TileProps } from './atomProps';
|
4
|
-
import { BasicColorType, SizeWithHeightType } from '../types/styleTypes';
|
5
|
-
import { ChildrenType, NavBarFixedPositionType } from '../types/domTypes';
|
6
|
-
export interface FormFieldHelperProps {
|
7
|
-
text?: string;
|
8
|
-
color?: BasicColorType;
|
9
|
-
}
|
10
|
-
export interface FormFieldProps extends ElementProps {
|
11
|
-
/** `Attribute` `Required` Single or multiple `InputControlProps` config objects which will be wrapped around the `FormField` */
|
12
|
-
inputControlConfig: InputControlProps | InputControlProps[];
|
13
|
-
/** `Attribute` Sets a custom text before the wrapped input to indicate its usage */
|
14
|
-
labelText?: string;
|
15
|
-
/** `Attribute` Adds a helper text below the wrapped paragraph to provide context information */
|
16
|
-
helperConfig?: FormFieldHelperProps;
|
17
|
-
/** `Styling` Will adjust field's sections (label, input/s and helper) in horizontal position */
|
18
|
-
isHorizontal?: boolean;
|
19
|
-
/** `Styling` Will group the list of inputs in a same wrapper (useful for several inputs with same usage, as a complex address) */
|
20
|
-
isGrouped?: boolean;
|
21
|
-
}
|
22
|
-
export interface PanelProps extends ElementProps {
|
23
|
-
/** `Attribute` `Required` Will display Panel's header text */
|
24
|
-
headerText: string;
|
25
|
-
/** `Attribute` A configuration object that will render a set of tabs based on `PanelTab` component */
|
26
|
-
panelTabs?: PanelTabsProps;
|
27
|
-
/** `Attribute` `Required` A list of configuration objects that will render a list of block with different components, based on `PanelBlockList` component */
|
28
|
-
blockList: PanelBlockProps[];
|
29
|
-
/** `Styling` Color based on bulma's text color tokens */
|
30
|
-
color?: BasicColorType;
|
31
|
-
}
|
32
|
-
export interface LevelProps extends ElementProps {
|
33
|
-
/** `Attribute` A list of `LevelItem` configurations that will br displayed in Level's left side */
|
34
|
-
leftSide?: LevelItemProps[];
|
35
|
-
/** `Attribute` A list of `LevelItem` configurations that will br displayed in Level's center */
|
36
|
-
centerSide?: LevelItemProps[];
|
37
|
-
/** `Attribute` A list of `LevelItem` configurations that will br displayed in Level's right side */
|
38
|
-
rightSide?: LevelItemProps[];
|
39
|
-
/** `Styling` Will adjust the navigator on horizontal on mobile as well */
|
40
|
-
isMobile?: boolean;
|
41
|
-
}
|
42
|
-
export interface HeroProps extends ElementProps {
|
43
|
-
/** `Attribute` Designated section for hero's header, it will be visible only if container's `size` is setted to `is-fullheight` */
|
44
|
-
header?: ChildrenType;
|
45
|
-
/** `Attribute` `Required` Designated section for hero's body */
|
46
|
-
body: ChildrenType;
|
47
|
-
/** `Attribute` Designated section for hero's footer, it will be visible only if container's `size` is setted to `is-fullheight` */
|
48
|
-
footer?: ChildrenType;
|
49
|
-
/** `Styling` Set hero's size */
|
50
|
-
size?: SizeWithHeightType;
|
51
|
-
/** `Styling` Color based on bulma's text color tokens */
|
52
|
-
color?: BasicColorType;
|
53
|
-
}
|
54
|
-
export interface TileGroupProps extends ElementProps, Pick<TileProps, 'context' | 'isVertical' | 'size'> {
|
55
|
-
/** `Attribute` `Required` A list of `Title` configurations that will be displayed in a grid mode on the screen */
|
56
|
-
groupConfig: TileProps[];
|
57
|
-
}
|
58
|
-
export interface NavBarMenuProps {
|
59
|
-
itemList: Array<NavBarItemProps | NavBarDropdownProps>;
|
60
|
-
showInMobile?: boolean;
|
61
|
-
}
|
62
|
-
export interface NavBarProps extends ElementProps {
|
63
|
-
/** `Attribute` Configuration object for navbar's left section, it needs of a `NavBarBrand` object to be displayed at NavBar's start */
|
64
|
-
brandConfig?: NavBarBrandProps;
|
65
|
-
/** `Attribute` Configuration object for navbar's left section, it needs of a list of `NavBarItem` or `NavBarDropdown` objects to be displayed */
|
66
|
-
itemsAtStart?: NavBarMenuProps;
|
67
|
-
/** `Attribute` Configuration object for navbar's right section, it needs of a list of `NavBarItem` or `NavBarDropdown` objects to be displayed */
|
68
|
-
itemsAtEnd?: NavBarMenuProps;
|
69
|
-
/** `Styling` Sets navbar's position at screen's top or bottom */
|
70
|
-
fixedPosition?: NavBarFixedPositionType;
|
71
|
-
/** `Styling` Color based on bulma's text color tokens */
|
72
|
-
color?: BasicColorType;
|
73
|
-
/** `Styling` Sets navbar's color as transparent */
|
74
|
-
isTransparent?: boolean;
|
75
|
-
/** `Styling` Adds a small padding around the navbar */
|
76
|
-
isSpaced?: boolean;
|
77
|
-
/** `Styling` Adds a small shadow on navbar's bottom */
|
78
|
-
hasShadow?: boolean;
|
79
|
-
}
|
80
|
-
export interface CardFooterProps extends ClickeableProps {
|
81
|
-
text: string;
|
82
|
-
}
|
83
|
-
export interface CardProps extends ElementProps {
|
84
|
-
/** `Attribute` It will shot a text on card's top, just a paragraph */
|
85
|
-
headerText?: string;
|
86
|
-
/** `Attribute` A single configuration object that will render an `Image` component */
|
87
|
-
image?: ImageProps;
|
88
|
-
/** `Attribute` `Required` Deisgnated section where you can include a string, a single or list of components (each one separated in its own `content` section) */
|
89
|
-
content: ChildrenType;
|
90
|
-
/** `Attribute` A list of footer links that will be rendered on card's bottom, below its content */
|
91
|
-
footerLinks?: CardFooterProps[];
|
92
|
-
}
|
93
|
-
export interface TableProps extends ElementProps {
|
94
|
-
/** `Attribute` `Required` Configuration object that will display table's head */
|
95
|
-
head: TableHeadCellProps[];
|
96
|
-
/** `Attribute` `Required` Configuration object that will display table's body */
|
97
|
-
body: TableRowProps[];
|
98
|
-
/** `Attribute` Configuration object that will display table's foot */
|
99
|
-
foot?: TableHeadCellProps[];
|
100
|
-
/** `Styling` It will add a Bordered styling to the table. It can be combined with other mentioned styling properties. */
|
101
|
-
isBordered?: boolean;
|
102
|
-
/** `Styling` It will add a Striped styling to the table. It can be combined with other mentioned styling properties. */
|
103
|
-
isStriped?: boolean;
|
104
|
-
/** `Styling` It will add a Narrow styling to the table. It can be combined with other mentioned styling properties. */
|
105
|
-
isNarrow?: boolean;
|
106
|
-
/** `Styling` It will add a Hoverable styling to the table. It can be combined with other mentioned styling properties. */
|
107
|
-
isHoverable?: boolean;
|
108
|
-
/** `Styling` It will add a Fullwidth styling to the table. It can be combined with other mentioned styling properties. */
|
109
|
-
isFullwidth?: boolean;
|
110
|
-
/** `Styling` Will create a container around the table in order to make it scrollable */
|
111
|
-
isContained?: boolean;
|
112
|
-
}
|
@@ -1,16 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
export type ButtonType = 'submit' | 'reset' | 'button';
|
3
|
-
export type InputType = 'text' | 'password' | 'email' | 'tel';
|
4
|
-
export type DropdownItemType = 'item' | 'link' | 'divider';
|
5
|
-
export type PanelBlockItemType = 'icon' | 'control' | 'button';
|
6
|
-
export type ChildrenType = string | React.ReactElement | React.ReactElement[];
|
7
|
-
export type SingleChildType = Exclude<ChildrenType, React.ReactElement[]>;
|
8
|
-
export declare enum IconSizeEnum {
|
9
|
-
'is-small' = 24,
|
10
|
-
'is-medium' = 36,
|
11
|
-
'is-large' = 48
|
12
|
-
}
|
13
|
-
export type TileContextType = 'is-child' | 'is-parent' | 'is-ancestor';
|
14
|
-
export type HeroContentType = 'head' | 'body' | 'foot';
|
15
|
-
export type MediaSectionType = 'left' | 'content' | 'right';
|
16
|
-
export type NavBarFixedPositionType = 'top' | 'bottom';
|
@@ -1,19 +0,0 @@
|
|
1
|
-
export type CommonSizeType = 'is-1' | 'is-2' | 'is-3' | 'is-4' | 'is-5' | 'is-6' | 'is-7' | 'is-8' | 'is-9' | 'is-10' | 'is-11' | 'is-12';
|
2
|
-
export type AbstractSizeType = 'is-three-quarters' | 'is-two-thirds' | 'is-half' | 'is-one-third' | 'is-one-quarter' | 'is-full' | 'is-four-fifths' | 'is-three-fifths' | 'is-two-fifths' | 'is-one-fifth';
|
3
|
-
export type ColumnSizeType = CommonSizeType | AbstractSizeType;
|
4
|
-
export type ColumnOffsetType = 'is-offset-1' | 'is-offset-2' | 'is-offset-3' | 'is-offset-4' | 'is-offset-5' | 'is-offset-6' | 'is-offset-7' | 'is-offset-8' | 'is-offset-9' | 'is-offset-10' | 'is-offset-11' | 'is-offset-12';
|
5
|
-
export type TitleSizeType = 'is-1' | 'is-2' | 'is-3' | 'is-4' | 'is-5' | 'is-6';
|
6
|
-
export type BasicColorType = 'is-white' | 'is-light' | 'is-dark' | 'is-black' | 'is-text' | 'is-ghost' | 'is-primary' | 'is-link' | 'is-info' | 'is-success' | 'is-warning' | 'is-danger';
|
7
|
-
export type TextColorType = 'has-text-white' | 'has-text-black' | 'has-text-light' | 'has-text-dark' | 'has-text-primary' | 'has-text-link' | 'has-text-info' | 'has-text-success' | 'has-text-warning' | 'has-text-danger';
|
8
|
-
export type FixedImageSizeType = 'is-16x16' | 'is-24x24' | 'is-32x32' | 'is-48x48' | 'is-64x64' | 'is-96x96' | 'is-128x128' | 'is-square' | 'is-1by1' | 'is-5by4' | 'is-4by3' | 'is-3by2' | 'is-5by3' | 'is-16by9' | 'is-2by1' | 'is-3by1' | 'is-4by5' | 'is-3by4' | 'is-2by3' | 'is-3by5' | 'is-9by16' | 'is-1by2' | 'is-1by3';
|
9
|
-
export type ElementSizeType = 'is-small' | 'is-normal' | 'is-medium' | 'is-large';
|
10
|
-
export type SizeWithoutNormalType = Exclude<ElementSizeType, 'is-normal'>;
|
11
|
-
export type SizeWithHeightType = SizeWithoutNormalType | 'is-halfheight' | 'is-fullheight';
|
12
|
-
export type MediumAndLargeSizeType = Exclude<SizeWithoutNormalType, 'is-small'>;
|
13
|
-
export type IconColorModeType = 'light' | 'dark';
|
14
|
-
export type ColumnGapType = 'is-0' | 'is-1' | 'is-2' | 'is-3' | 'is-4' | 'is-5' | 'is-6' | 'is-7' | 'is-8';
|
15
|
-
export type ElementAlignType = 'is-centered' | 'is-right' | 'is-left';
|
16
|
-
export type RightCenteredAlignType = Exclude<ElementAlignType, 'is-left'>;
|
17
|
-
export type RightLeftAlignType = Exclude<ElementAlignType, 'is-centered'>;
|
18
|
-
export type BreadcrumbSeparatorType = 'has-arrow-separator' | 'has-bullet-separator' | 'has-dot-separator' | 'has-succeeds-separator';
|
19
|
-
export type TabsFormatType = 'is-boxed' | 'is-toggle';
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|