reactive-bulma 1.8.0 → 1.9.0

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.
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { BlockProps } from '../../../interfaces/atomProps';
3
+ declare const Block: React.FC<BlockProps>;
4
+ export default Block;
@@ -27,3 +27,6 @@ export interface ProgressBarProps extends React.ComponentPropsWithoutRef<'progre
27
27
  size?: sizeType;
28
28
  isLoading?: boolean;
29
29
  }
30
+ export interface BlockProps extends React.ComponentPropsWithoutRef<'section'> {
31
+ testId?: string;
32
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { BlockProps } from '../../../interfaces/atomProps';
3
+ declare const Block: React.FC<BlockProps>;
4
+ export default Block;
@@ -27,3 +27,6 @@ export interface ProgressBarProps extends React.ComponentPropsWithoutRef<'progre
27
27
  size?: sizeType;
28
28
  isLoading?: boolean;
29
29
  }
30
+ export interface BlockProps extends React.ComponentPropsWithoutRef<'section'> {
31
+ testId?: string;
32
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactive-bulma",
3
- "version": "1.8.0",
3
+ "version": "1.9.0",
4
4
  "description": "A typescript-react-based component library based on bulma",
5
5
  "keywords": [
6
6
  "typescript",