RubyGems
npm
Organizations
Log in
Sign up
npm
reactive-bulma
Versions diffs
1.8.0 → 1.9.0
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.
Files changed (5)
hide
show
package/dist/cjs/types/components/atoms/Block/index.d.ts
+4
-0
package/dist/cjs/types/interfaces/atomProps.d.ts
+3
-0
package/dist/esm/types/components/atoms/Block/index.d.ts
+4
-0
package/dist/esm/types/interfaces/atomProps.d.ts
+3
-0
package/package.json
+1
-1
package/dist/cjs/types/components/atoms/Block/index.d.ts
ADDED
Viewed
@@ -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;
package/dist/cjs/types/interfaces/atomProps.d.ts
CHANGED
Viewed
@@ -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/dist/esm/types/components/atoms/Block/index.d.ts
ADDED
Viewed
@@ -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;
package/dist/esm/types/interfaces/atomProps.d.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -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",