reactive-bulma 1.8.0 → 1.9.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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",