reactive-bulma 4.1.1 → 4.1.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
|
|
1
1
|
import { default as React } from 'react';
|
2
|
-
import {
|
3
|
-
declare const TileBox: React.FC<
|
2
|
+
import { TileProps } from '../../../interfaces/atomProps';
|
3
|
+
declare const TileBox: React.FC<TileProps>;
|
4
4
|
export default TileBox;
|
@@ -1,8 +1,9 @@
|
|
1
1
|
import { Meta } from '@storybook/react';
|
2
2
|
import { default as TileBox } from '.';
|
3
|
+
import { TileProps } from '../../../interfaces/atomProps';
|
3
4
|
declare const _default: Meta<typeof TileBox>;
|
4
5
|
export default _default;
|
5
|
-
export declare const BasicExample: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer,
|
6
|
-
export declare const HalfSize: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer,
|
7
|
-
export declare const Colored: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer,
|
8
|
-
export declare const WithImage: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer,
|
6
|
+
export declare const BasicExample: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, TileProps>;
|
7
|
+
export declare const HalfSize: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, TileProps>;
|
8
|
+
export declare const Colored: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, TileProps>;
|
9
|
+
export declare const WithImage: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, TileProps>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ClickeableProps, ComposedElementProps, ElementProps } from './commonProps';
|
2
|
-
import { BreadcrumbItemProps, ButtonProps, ColumnProps, DeleteProps, DropdownItemProps, IconProps, ImageProps, InputProps, MenuItemProps, NavBarItemProps, PaginationItemProps, TabItemProps, TableCellProps, TableHeadCellProps
|
2
|
+
import { BreadcrumbItemProps, ButtonProps, ColumnProps, DeleteProps, DropdownItemProps, IconProps, ImageProps, InputProps, MenuItemProps, NavBarItemProps, PaginationItemProps, TabItemProps, TableCellProps, TableHeadCellProps } from './atomProps';
|
3
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 {
|
@@ -173,8 +173,6 @@ export interface LevelItemProps extends ElementProps {
|
|
173
173
|
/** `Styling` Centers item's content horizontally */
|
174
174
|
isCentered?: boolean;
|
175
175
|
}
|
176
|
-
export interface TileBoxProps extends TileProps {
|
177
|
-
}
|
178
176
|
export interface FooterProps extends ComposedElementProps {
|
179
177
|
/** `Attribute` `Required` Reffers to the component, list of components or string content that will be shown inside the footer */
|
180
178
|
content: ChildrenType;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "reactive-bulma",
|
3
|
-
"version": "4.1.
|
3
|
+
"version": "4.1.3",
|
4
4
|
"type": "module",
|
5
5
|
"description": "A component library based on React, Bulma, Typescript and Rollup",
|
6
6
|
"keywords": [
|
@@ -71,26 +71,25 @@
|
|
71
71
|
"@semantic-release/github": "^11.0.1",
|
72
72
|
"@semantic-release/npm": "^12.0.1",
|
73
73
|
"@semantic-release/release-notes-generator": "^14.0.1",
|
74
|
-
"@storybook/addon-essentials": "^8.4.
|
75
|
-
"@storybook/addon-interactions": "^8.4.
|
76
|
-
"@storybook/addon-links": "^8.4.
|
77
|
-
"@storybook/addon-onboarding": "^8.4.
|
78
|
-
"@storybook/blocks": "^8.4.
|
79
|
-
"@storybook/react": "^8.4.
|
80
|
-
"@storybook/react-vite": "^8.4.
|
81
|
-
"@storybook/test": "^8.4.
|
74
|
+
"@storybook/addon-essentials": "^8.4.5",
|
75
|
+
"@storybook/addon-interactions": "^8.4.5",
|
76
|
+
"@storybook/addon-links": "^8.4.5",
|
77
|
+
"@storybook/addon-onboarding": "^8.4.5",
|
78
|
+
"@storybook/blocks": "^8.4.5",
|
79
|
+
"@storybook/react": "^8.4.5",
|
80
|
+
"@storybook/react-vite": "^8.4.5",
|
81
|
+
"@storybook/test": "^8.4.5",
|
82
82
|
"@testing-library/jest-dom": "^6.6.3",
|
83
83
|
"@testing-library/react": "^16.0.1",
|
84
84
|
"@testing-library/user-event": "^14.5.2",
|
85
85
|
"@types/css-modules": "^1.0.5",
|
86
86
|
"@types/jest": "^29.5.14",
|
87
|
-
"@types/node": "^22.9.
|
87
|
+
"@types/node": "^22.9.3",
|
88
88
|
"@types/react": "^18.3.12",
|
89
89
|
"@types/react-dom": "^18.3.1",
|
90
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
91
|
-
"@typescript-eslint/parser": "^8.
|
90
|
+
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
91
|
+
"@typescript-eslint/parser": "^8.15.0",
|
92
92
|
"@vitejs/plugin-react": "^4.3.3",
|
93
|
-
"ajv": "^8.17.1",
|
94
93
|
"babel-jest": "^29.7.0",
|
95
94
|
"babel-loader": "^9.2.1",
|
96
95
|
"bulma": "^0.9.4",
|
@@ -99,7 +98,7 @@
|
|
99
98
|
"eslint-plugin-react": "^7.37.2",
|
100
99
|
"eslint-plugin-react-hooks": "^5.0.0",
|
101
100
|
"eslint-plugin-react-refresh": "^0.4.14",
|
102
|
-
"eslint-plugin-storybook": "^0.11.
|
101
|
+
"eslint-plugin-storybook": "^0.11.1",
|
103
102
|
"glob": "^11.0.0",
|
104
103
|
"globals": "^15.12.0",
|
105
104
|
"husky": "^9.1.7",
|
@@ -112,10 +111,10 @@
|
|
112
111
|
"react": "^18.3.1",
|
113
112
|
"react-dom": "^18.3.1",
|
114
113
|
"semantic-release": "^24.2.0",
|
115
|
-
"storybook": "^8.4.
|
114
|
+
"storybook": "^8.4.5",
|
116
115
|
"tslib": "^2.8.1",
|
117
|
-
"typescript": "~5.
|
118
|
-
"typescript-eslint": "^8.
|
116
|
+
"typescript": "~5.7.2",
|
117
|
+
"typescript-eslint": "^8.15.0",
|
119
118
|
"vite": "^5.4.11",
|
120
119
|
"vite-plugin-dts": "^4.3.0"
|
121
120
|
},
|