reactive-bulma 2.17.0 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. package/dist/cjs/index.js +139 -3
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/types/components/atoms/NavBarItem/index.d.ts +4 -0
  4. package/dist/cjs/types/components/atoms/index.d.ts +1 -0
  5. package/dist/cjs/types/components/molecules/NavBarBrand/index.d.ts +4 -0
  6. package/dist/cjs/types/components/molecules/NavBarDropdown/index.d.ts +4 -0
  7. package/dist/cjs/types/components/molecules/Section/index.d.ts +4 -0
  8. package/dist/cjs/types/components/molecules/index.d.ts +3 -0
  9. package/dist/cjs/types/components/organisms/NavBar/index.d.ts +4 -0
  10. package/dist/cjs/types/components/organisms/index.d.ts +1 -0
  11. package/dist/cjs/types/interfaces/atomProps.d.ts +7 -1
  12. package/dist/cjs/types/interfaces/moleculeProps.d.ts +34 -3
  13. package/dist/cjs/types/interfaces/organismProps.d.ts +27 -5
  14. package/dist/cjs/types/types/domTypes.d.ts +2 -0
  15. package/dist/cjs/types/types/styleTypes.d.ts +2 -0
  16. package/dist/esm/index.js +135 -4
  17. package/dist/esm/index.js.map +1 -1
  18. package/dist/esm/types/components/atoms/NavBarItem/index.d.ts +4 -0
  19. package/dist/esm/types/components/atoms/index.d.ts +1 -0
  20. package/dist/esm/types/components/molecules/NavBarBrand/index.d.ts +4 -0
  21. package/dist/esm/types/components/molecules/NavBarDropdown/index.d.ts +4 -0
  22. package/dist/esm/types/components/molecules/Section/index.d.ts +4 -0
  23. package/dist/esm/types/components/molecules/index.d.ts +3 -0
  24. package/dist/esm/types/components/organisms/NavBar/index.d.ts +4 -0
  25. package/dist/esm/types/components/organisms/index.d.ts +1 -0
  26. package/dist/esm/types/interfaces/atomProps.d.ts +7 -1
  27. package/dist/esm/types/interfaces/moleculeProps.d.ts +34 -3
  28. package/dist/esm/types/interfaces/organismProps.d.ts +27 -5
  29. package/dist/esm/types/types/domTypes.d.ts +2 -0
  30. package/dist/esm/types/types/styleTypes.d.ts +2 -0
  31. package/dist/index.d.ts +75 -3
  32. package/package.json +6 -6
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { NavBarItemProps } from '../../../interfaces/atomProps';
3
+ declare const NavBarItem: React.FC<NavBarItemProps>;
4
+ export default NavBarItem;
@@ -22,3 +22,4 @@ export { default as PaginationItem } from './PaginationItem';
22
22
  export { default as TabItem } from './TabItem';
23
23
  export { default as LevelHeader } from './LevelHeader';
24
24
  export { default as Tile } from './Tile';
25
+ export { default as NavBarItem } from './NavBarItem';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { NavBarBrandProps } from '../../../interfaces/moleculeProps';
3
+ declare const NavBarBrand: React.FC<NavBarBrandProps>;
4
+ export default NavBarBrand;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { NavBarDropdownProps } from '../../../interfaces/moleculeProps';
3
+ declare const NavBarDropdown: React.FC<NavBarDropdownProps>;
4
+ export default NavBarDropdown;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SectionProps } from '../../../interfaces/moleculeProps';
3
+ declare const Section: React.FC<SectionProps>;
4
+ export default Section;
@@ -16,3 +16,6 @@ export { default as LevelItem } from '../molecules/LevelItem';
16
16
  export { default as TileBox } from './TileBox';
17
17
  export { default as Footer } from './Footer';
18
18
  export { default as Media } from './Media';
19
+ export { default as Section } from './Section';
20
+ export { default as NavBarBrand } from './NavBarBrand';
21
+ export { default as NavBarDropdown } from './NavBarDropdown';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { NavBarProps } from '../../../interfaces/organismProps';
3
+ declare const NavBar: React.FC<NavBarProps>;
4
+ export default NavBar;
@@ -3,3 +3,4 @@ export { default as Panel } from './Panel';
3
3
  export { default as Level } from './Level';
4
4
  export { default as Hero } from './Hero';
5
5
  export { default as TileGroup } from './TileGroup';
6
+ export { default as NavBar } from './NavBar';
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { ElementProps, ComposedElementProps, ClickeableProps } from './commonProps';
3
3
  import { BasicColorType, ColumnOffsetType, ColumnSizeType, FixedImageSizeType, IconColorModeType, ElementSizeType, SizeWithoutNormalType, TextColorType, TitleSizeType, RightLeftAlignType, CommonSizeType } from '../types/styleTypes';
4
- import { DropdownItemType, InputType, ChildrenType, TileContextType } from '../types/domTypes';
4
+ import { DropdownItemType, InputType, ChildrenType, TileContextType, SingleChildType } from '../types/domTypes';
5
5
  export interface ColumnProps extends ElementProps, React.ComponentPropsWithoutRef<'section'> {
6
6
  /** `Attribute` Reffers to the component or array of components that will be shown inside the column */
7
7
  children?: ChildrenType;
@@ -289,3 +289,9 @@ export interface TileProps extends ElementProps {
289
289
  /** `Styling` Used for hierarchy level as ancestor or parent. It selects its children in a vertical format (like a column) */
290
290
  isVertical?: boolean;
291
291
  }
292
+ export interface NavBarItemProps extends ElementProps, ClickeableProps {
293
+ /** `Attribute` `Required` Reffers to the component or string that will be shown inside the item */
294
+ children: SingleChildType;
295
+ /** `Styling` Used for `NavBarDropdown` styling purpose only. Will mark the item as the one selected among its group */
296
+ isActive?: boolean;
297
+ }
@@ -1,6 +1,6 @@
1
1
  import { ClickeableProps, ComposedElementProps, ElementProps } from './commonProps';
2
- import { BreadcrumbItemProps, ButtonProps, ColumnProps, DeleteProps, DropdownItemProps, IconProps, InputProps, MenuItemProps, PaginationItemProps, TabItemProps, TileProps } from './atomProps';
3
- import { BasicColorType, RightCenteredAlignType, BreadcrumbSeparatorType, ColumnGapType, SizeWithoutNormalType, TabsFormatType } from '../types/styleTypes';
2
+ import { BreadcrumbItemProps, ButtonProps, ColumnProps, DeleteProps, DropdownItemProps, IconProps, ImageProps, InputProps, MenuItemProps, NavBarItemProps, PaginationItemProps, TabItemProps, TileProps } from './atomProps';
3
+ import { BasicColorType, RightCenteredAlignType, BreadcrumbSeparatorType, ColumnGapType, SizeWithoutNormalType, TabsFormatType, MediumAndLargeSizeType, RightLeftAlignType } from '../types/styleTypes';
4
4
  import { ChildrenType, SingleChildType, PanelBlockItemType } from '../types/domTypes';
5
5
  export interface ButtonGroupProps extends ElementProps {
6
6
  /** `Atribute` `Required` Array of `Button` objects that will be shown */
@@ -41,7 +41,7 @@ export interface BreadcrumbsProps extends ComposedElementProps {
41
41
  alignment?: RightCenteredAlignType | null;
42
42
  /** `Styling` Will adjust element position on screen */
43
43
  separator?: BreadcrumbSeparatorType | null;
44
- /** `Styling` Set button's size on bulma's size tokens */
44
+ /** `Styling` Set breadcrumb's size on bulma's size tokens */
45
45
  size?: SizeWithoutNormalType;
46
46
  }
47
47
  export interface DropdownProps extends ElementProps {
@@ -189,4 +189,35 @@ export interface MediaProps extends ElementProps {
189
189
  /** `Attribute` Reffers to the component or string content that will be shown inside the component's right side */
190
190
  rightContent?: SingleChildType;
191
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
+ }
192
223
  export {};
@@ -1,8 +1,8 @@
1
1
  import { ElementProps } from './commonProps';
2
- import { InputControlProps, LevelItemProps, PanelBlockProps, PanelTabsProps } from './moleculeProps';
3
- import { BasicColorType, SizeWithoutNormalType } from '../types/styleTypes';
4
- import { ChildrenType } from '../types/domTypes';
5
- import { TileProps } from './atomProps';
2
+ import { InputControlProps, LevelItemProps, NavBarBrandProps, NavBarDropdownProps, PanelBlockProps, PanelTabsProps } from './moleculeProps';
3
+ import { BasicColorType, SizeWithHeightType } from '../types/styleTypes';
4
+ import { ChildrenType, NavBarFixedPositionType } from '../types/domTypes';
5
+ import { NavBarItemProps, TileProps } from './atomProps';
6
6
  export interface FormFieldHelperProps {
7
7
  text?: string;
8
8
  color?: BasicColorType;
@@ -47,7 +47,7 @@ export interface HeroProps extends ElementProps {
47
47
  /** `Attribute` Designated section for hero's footer, it will be visible only if container's `size` is setted to `is-fullheight` */
48
48
  footer?: ChildrenType;
49
49
  /** `Styling` Set hero's size */
50
- size?: SizeWithoutNormalType | 'is-halfheight' | 'is-fullheight';
50
+ size?: SizeWithHeightType;
51
51
  /** `Styling` Color based on bulma's text color tokens */
52
52
  color?: BasicColorType;
53
53
  }
@@ -55,3 +55,25 @@ export interface TileGroupProps extends ElementProps, Pick<TileProps, 'context'
55
55
  /** `Attribute` `Required` A list of `Title` configurations that will be displayed in a grid mode on the screen */
56
56
  groupConfig: TileProps[];
57
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
+ }
@@ -11,4 +11,6 @@ export declare enum IconSizeEnum {
11
11
  'is-large' = 48
12
12
  }
13
13
  export type TileContextType = 'is-child' | 'is-parent' | 'is-ancestor';
14
+ export type HeroContentType = 'head' | 'body' | 'foot';
14
15
  export type MediaSectionType = 'left' | 'content' | 'right';
16
+ export type NavBarFixedPositionType = 'top' | 'bottom';
@@ -8,6 +8,8 @@ export type TextColorType = 'has-text-white' | 'has-text-black' | 'has-text-ligh
8
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
9
  export type ElementSizeType = 'is-small' | 'is-normal' | 'is-medium' | 'is-large';
10
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'>;
11
13
  export type IconColorModeType = 'light' | 'dark';
12
14
  export type ColumnGapType = 'is-0' | 'is-1' | 'is-2' | 'is-3' | 'is-4' | 'is-5' | 'is-6' | 'is-7' | 'is-8';
13
15
  export type ElementAlignType = 'is-centered' | 'is-right' | 'is-left';
package/dist/index.d.ts CHANGED
@@ -34,6 +34,8 @@ type TextColorType = 'has-text-white' | 'has-text-black' | 'has-text-light' | 'h
34
34
  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';
35
35
  type ElementSizeType = 'is-small' | 'is-normal' | 'is-medium' | 'is-large';
36
36
  type SizeWithoutNormalType = Exclude<ElementSizeType, 'is-normal'>;
37
+ type SizeWithHeightType = SizeWithoutNormalType | 'is-halfheight' | 'is-fullheight';
38
+ type MediumAndLargeSizeType = Exclude<SizeWithoutNormalType, 'is-small'>;
37
39
  type IconColorModeType = 'light' | 'dark';
38
40
  type ColumnGapType = 'is-0' | 'is-1' | 'is-2' | 'is-3' | 'is-4' | 'is-5' | 'is-6' | 'is-7' | 'is-8';
39
41
  type ElementAlignType = 'is-centered' | 'is-right' | 'is-left';
@@ -48,6 +50,7 @@ type PanelBlockItemType = 'icon' | 'control' | 'button';
48
50
  type ChildrenType = string | React$1.ReactElement | React$1.ReactElement[];
49
51
  type SingleChildType = Exclude<ChildrenType, React$1.ReactElement[]>;
50
52
  type TileContextType = 'is-child' | 'is-parent' | 'is-ancestor';
53
+ type NavBarFixedPositionType = 'top' | 'bottom';
51
54
 
52
55
  interface ColumnProps extends ElementProps, React$1.ComponentPropsWithoutRef<'section'> {
53
56
  /** `Attribute` Reffers to the component or array of components that will be shown inside the column */
@@ -336,6 +339,12 @@ interface TileProps extends ElementProps {
336
339
  /** `Styling` Used for hierarchy level as ancestor or parent. It selects its children in a vertical format (like a column) */
337
340
  isVertical?: boolean;
338
341
  }
342
+ interface NavBarItemProps extends ElementProps, ClickeableProps {
343
+ /** `Attribute` `Required` Reffers to the component or string that will be shown inside the item */
344
+ children: SingleChildType;
345
+ /** `Styling` Used for `NavBarDropdown` styling purpose only. Will mark the item as the one selected among its group */
346
+ isActive?: boolean;
347
+ }
339
348
 
340
349
  declare const Button: React$1.FC<ButtonProps>;
341
350
 
@@ -385,6 +394,8 @@ declare const LevelHeader: React$1.FC<LevelHeaderProps>;
385
394
 
386
395
  declare const Tile: React$1.FC<TileProps>;
387
396
 
397
+ declare const NavBarItem: React$1.FC<NavBarItemProps>;
398
+
388
399
  interface ButtonGroupProps extends ElementProps {
389
400
  /** `Atribute` `Required` Array of `Button` objects that will be shown */
390
401
  buttonList: ButtonProps[];
@@ -424,7 +435,7 @@ interface BreadcrumbsProps extends ComposedElementProps {
424
435
  alignment?: RightCenteredAlignType | null;
425
436
  /** `Styling` Will adjust element position on screen */
426
437
  separator?: BreadcrumbSeparatorType | null;
427
- /** `Styling` Set button's size on bulma's size tokens */
438
+ /** `Styling` Set breadcrumb's size on bulma's size tokens */
428
439
  size?: SizeWithoutNormalType;
429
440
  }
430
441
  interface DropdownProps extends ElementProps {
@@ -572,6 +583,37 @@ interface MediaProps extends ElementProps {
572
583
  /** `Attribute` Reffers to the component or string content that will be shown inside the component's right side */
573
584
  rightContent?: SingleChildType;
574
585
  }
586
+ interface SectionProps extends ElementProps {
587
+ /** `Attribute` `Required` Reffers to the component or string content that will be shown inside the section */
588
+ content: SingleChildType;
589
+ /** `Styling` Set button's size on bulma's size tokens */
590
+ size?: MediumAndLargeSizeType;
591
+ }
592
+ interface NavBarDropdownProps extends ComposedElementProps {
593
+ /** `Attribute` `Required` It will show the presentation text to be clicked or hovered in order to display its menu */
594
+ text: string;
595
+ /** `Attribute` `Required` A list of configuration objects that will render in dropdown's menu. Those can be items or dividers */
596
+ items: Array<NavBarItemProps | 'divider'>;
597
+ /** `Styling` Used for `NavBar` styling purpose only. Will set the dropdown on a specific position based on the proveded value */
598
+ position?: RightLeftAlignType;
599
+ /** `Styling` Used to display dropdown's menu when user clicks on its text */
600
+ isActive?: boolean;
601
+ /** `Styling` Similar to `isActive`, but will display when user hovers its pointer on its text */
602
+ isHoverable?: boolean;
603
+ /** `Styling` Sets dropdown's menu on top of the text instead default styling */
604
+ hasDropdownUp?: boolean;
605
+ /** `Styling` Sets dropdown's menu design like a box, also adds some animation when its diplayed */
606
+ hasBoxedMenu?: boolean;
607
+ }
608
+ interface BrandConfigProps extends Omit<NavBarItemProps, 'children'> {
609
+ children: ImageProps;
610
+ }
611
+ interface NavBarBrandProps extends ElementProps {
612
+ /** `Attribute` `Required` Configuration object to inject a NavBarItem with a Image configuration as its children */
613
+ brandConfig: BrandConfigProps;
614
+ /** `Styling` It sets brand's burger button as active (changing looks from a burger to a cross) */
615
+ isBurgerActive?: boolean;
616
+ }
575
617
 
576
618
  declare const ButtonGroup: React$1.FC<ButtonGroupProps>;
577
619
 
@@ -609,6 +651,12 @@ declare const Footer: React$1.FC<FooterProps>;
609
651
 
610
652
  declare const Media: React$1.FC<MediaProps>;
611
653
 
654
+ declare const Section: React$1.FC<SectionProps>;
655
+
656
+ declare const NavBarBrand: React$1.FC<NavBarBrandProps>;
657
+
658
+ declare const NavBarDropdown: React$1.FC<NavBarDropdownProps>;
659
+
612
660
  interface FormFieldHelperProps {
613
661
  text?: string;
614
662
  color?: BasicColorType;
@@ -653,7 +701,7 @@ interface HeroProps extends ElementProps {
653
701
  /** `Attribute` Designated section for hero's footer, it will be visible only if container's `size` is setted to `is-fullheight` */
654
702
  footer?: ChildrenType;
655
703
  /** `Styling` Set hero's size */
656
- size?: SizeWithoutNormalType | 'is-halfheight' | 'is-fullheight';
704
+ size?: SizeWithHeightType;
657
705
  /** `Styling` Color based on bulma's text color tokens */
658
706
  color?: BasicColorType;
659
707
  }
@@ -661,6 +709,28 @@ interface TileGroupProps extends ElementProps, Pick<TileProps, 'context' | 'isVe
661
709
  /** `Attribute` `Required` A list of `Title` configurations that will be displayed in a grid mode on the screen */
662
710
  groupConfig: TileProps[];
663
711
  }
712
+ interface NavBarMenuProps {
713
+ itemList: Array<NavBarItemProps | NavBarDropdownProps>;
714
+ showInMobile?: boolean;
715
+ }
716
+ interface NavBarProps extends ElementProps {
717
+ /** `Attribute` Configuration object for navbar's left section, it needs of a `NavBarBrand` object to be displayed at NavBar's start */
718
+ brandConfig?: NavBarBrandProps;
719
+ /** `Attribute` Configuration object for navbar's left section, it needs of a list of `NavBarItem` or `NavBarDropdown` objects to be displayed */
720
+ itemsAtStart?: NavBarMenuProps;
721
+ /** `Attribute` Configuration object for navbar's right section, it needs of a list of `NavBarItem` or `NavBarDropdown` objects to be displayed */
722
+ itemsAtEnd?: NavBarMenuProps;
723
+ /** `Styling` Sets navbar's position at screen's top or bottom */
724
+ fixedPosition?: NavBarFixedPositionType;
725
+ /** `Styling` Color based on bulma's text color tokens */
726
+ color?: BasicColorType;
727
+ /** `Styling` Sets navbar's color as transparent */
728
+ isTransparent?: boolean;
729
+ /** `Styling` Adds a small padding around the navbar */
730
+ isSpaced?: boolean;
731
+ /** `Styling` Adds a small shadow on navbar's bottom */
732
+ hasShadow?: boolean;
733
+ }
664
734
 
665
735
  declare const FormField: React$1.FC<FormFieldProps>;
666
736
 
@@ -672,4 +742,6 @@ declare const Hero: React$1.FC<HeroProps>;
672
742
 
673
743
  declare const TileGroup: React$1.FC<TileGroupProps>;
674
744
 
675
- export { Block, Box, BreadcrumbItem, Breadcrumbs, Button, ButtonGroup, CheckBox as Checkbox, Column, ColumnGroup, Delete, Dropdown, DropdownItem, DropdownTrigger, File, Footer, FormField, Hero, Icon, Image, Input, InputControl, Level, LevelHeader, LevelItem, Media, Menu, MenuItem, MenuList, Message, Modal, Notification, Pagination, PaginationItem, Panel, PanelBlock, PanelTabs, ProgressBar, RadioButton, Select, TabItem, Tabs, Tag, TextArea, Tile, TileBox, TileGroup, Title };
745
+ declare const NavBar: React$1.FC<NavBarProps>;
746
+
747
+ export { Block, Box, BreadcrumbItem, Breadcrumbs, Button, ButtonGroup, CheckBox as Checkbox, Column, ColumnGroup, Delete, Dropdown, DropdownItem, DropdownTrigger, File, Footer, FormField, Hero, Icon, Image, Input, InputControl, Level, LevelHeader, LevelItem, Media, Menu, MenuItem, MenuList, Message, Modal, NavBar, NavBarBrand, NavBarDropdown, NavBarItem, Notification, Pagination, PaginationItem, Panel, PanelBlock, PanelTabs, ProgressBar, RadioButton, Section, Select, TabItem, Tabs, Tag, TextArea, Tile, TileBox, TileGroup, Title };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactive-bulma",
3
- "version": "2.17.0",
3
+ "version": "3.1.0",
4
4
  "description": "A component library based on React, Bulma, Typescript and Rollup",
5
5
  "keywords": [
6
6
  "typescript",
@@ -52,8 +52,8 @@
52
52
  "update:doctor": "npm run lint && npm run test && npm run build"
53
53
  },
54
54
  "devDependencies": {
55
- "@babel/core": "^7.23.7",
56
- "@babel/preset-env": "^7.23.8",
55
+ "@babel/core": "^7.23.9",
56
+ "@babel/preset-env": "^7.23.9",
57
57
  "@babel/preset-react": "^7.23.3",
58
58
  "@babel/preset-typescript": "^7.23.3",
59
59
  "@mdi/font": "^7.4.47",
@@ -76,7 +76,7 @@
76
76
  "@storybook/react": "^7.6.10",
77
77
  "@storybook/react-webpack5": "^7.6.10",
78
78
  "@storybook/testing-library": "^0.2.2",
79
- "@testing-library/jest-dom": "^6.2.1",
79
+ "@testing-library/jest-dom": "^6.3.0",
80
80
  "@testing-library/react": "^14.1.2",
81
81
  "@testing-library/user-event": "^14.5.2",
82
82
  "@types/jest": "^29.5.11",
@@ -89,12 +89,12 @@
89
89
  "eslint": "^8.56.0",
90
90
  "eslint-config-prettier": "^9.1.0",
91
91
  "eslint-plugin-react": "^7.33.2",
92
- "husky": "^8.0.3",
92
+ "husky": "^9.0.6",
93
93
  "hygen": "^6.2.11",
94
94
  "jest": "^29.7.0",
95
95
  "jest-environment-jsdom": "^29.7.0",
96
96
  "lint-staged": "^15.2.0",
97
- "npm-check-updates": "^16.14.12",
97
+ "npm-check-updates": "^16.14.13",
98
98
  "postcss": "^8.4.33",
99
99
  "prettier": "^3.2.4",
100
100
  "react": "^18.2.0",