reactive-bulma 1.11.0 → 1.12.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 { BoxProps } from '../../../interfaces/atomProps';
3
+ declare const Box: React.FC<BoxProps>;
4
+ export default Box;
@@ -51,4 +51,6 @@ export interface ImageProps extends BasicProps, React.ComponentPropsWithoutRef<'
51
51
  fixedSize?: fixedImageSizeType;
52
52
  isRounded?: boolean;
53
53
  }
54
+ export interface BoxProps extends BasicProps, React.ComponentPropsWithoutRef<'section'> {
55
+ }
54
56
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactive-bulma",
3
- "version": "1.11.0",
3
+ "version": "1.12.0",
4
4
  "description": "A typescript-react-based component library based on bulma",
5
5
  "keywords": [
6
6
  "typescript",
@@ -31,7 +31,7 @@
31
31
  ],
32
32
  "types": "dist/index.d.ts",
33
33
  "scripts": {
34
- "start": "start-storybook -p 6006",
34
+ "start": "storybook dev",
35
35
  "test": "jest --watchAll=false --verbose",
36
36
  "test:ci": "npm test -- --coverage",
37
37
  "lint": "eslint src/**/*.tsx",
@@ -40,57 +40,60 @@
40
40
  "setup": "npm i && husky install",
41
41
  "prepare": "npm run build",
42
42
  "build": "rollup -c --bundleConfigAsCjs",
43
- "build:storybook": "build-storybook",
43
+ "build:storybook": "storybook build",
44
44
  "semantic-release": "semantic-release"
45
45
  },
46
46
  "devDependencies": {
47
- "@babel/core": "^7.20.12",
48
- "@babel/preset-env": "^7.20.2",
47
+ "@babel/core": "^7.21.4",
48
+ "@babel/preset-env": "^7.21.4",
49
49
  "@babel/preset-react": "^7.18.6",
50
- "@babel/preset-typescript": "^7.18.6",
51
- "@rollup/plugin-commonjs": "^24.0.0",
50
+ "@babel/preset-typescript": "^7.21.4",
51
+ "@rollup/plugin-commonjs": "^24.1.0",
52
52
  "@rollup/plugin-node-resolve": "^15.0.1",
53
- "@rollup/plugin-typescript": "^10.0.1",
53
+ "@rollup/plugin-typescript": "^11.1.0",
54
54
  "@semantic-release/changelog": "^6.0.2",
55
55
  "@semantic-release/commit-analyzer": "^9.0.2",
56
56
  "@semantic-release/exec": "^6.0.3",
57
57
  "@semantic-release/git": "^10.0.1",
58
58
  "@semantic-release/github": "^8.0.7",
59
- "@semantic-release/npm": "^9.0.2",
60
- "@semantic-release/release-notes-generator": "^10.0.3",
61
- "@storybook/addon-actions": "^6.5.15",
62
- "@storybook/addon-essentials": "^6.5.15",
63
- "@storybook/addon-interactions": "^6.5.15",
64
- "@storybook/addon-links": "^6.5.15",
65
- "@storybook/builder-webpack5": "^6.5.15",
66
- "@storybook/manager-webpack5": "^6.5.15",
67
- "@storybook/react": "^6.5.15",
68
- "@storybook/testing-library": "^0.0.13",
59
+ "@semantic-release/npm": "^10.0.3",
60
+ "@semantic-release/release-notes-generator": "^11.0.1",
61
+ "@storybook/addon-actions": "^7.0.8",
62
+ "@storybook/addon-essentials": "^7.0.8",
63
+ "@storybook/addon-interactions": "^7.0.8",
64
+ "@storybook/addon-links": "^7.0.8",
65
+ "@storybook/addon-mdx-gfm": "^7.0.8",
66
+ "@storybook/cli": "^7.0.8",
67
+ "@storybook/react": "^7.0.8",
68
+ "@storybook/react-webpack5": "^7.0.8",
69
+ "@storybook/testing-library": "^0.1.0",
69
70
  "@testing-library/jest-dom": "^5.16.5",
70
- "@testing-library/react": "^13.4.0",
71
- "@types/jest": "^29.4.0",
72
- "@types/react": "^18.0.26",
73
- "@typescript-eslint/eslint-plugin": "^5.50.0",
74
- "@typescript-eslint/parser": "^5.50.0",
75
- "babel-jest": "^29.4.1",
76
- "babel-loader": "^8.3.0",
71
+ "@testing-library/react": "^14.0.0",
72
+ "@types/jest": "^29.5.1",
73
+ "@types/react": "^18.2.2",
74
+ "@typescript-eslint/eslint-plugin": "^5.59.2",
75
+ "@typescript-eslint/parser": "^5.59.2",
76
+ "babel-jest": "^29.5.0",
77
+ "babel-loader": "^9.1.2",
77
78
  "bulma": "^0.9.4",
78
- "eslint": "^8.33.0",
79
- "eslint-config-prettier": "^8.6.0",
79
+ "eslint": "^8.39.0",
80
+ "eslint-config-prettier": "^8.8.0",
80
81
  "eslint-plugin-react": "^7.32.2",
81
- "husky": "^8.0.0",
82
- "jest": "^29.4.1",
83
- "jest-environment-jsdom": "^29.4.1",
84
- "lint-staged": "^13.1.0",
85
- "prettier": "^2.8.3",
82
+ "husky": "^8.0.3",
83
+ "jest": "^29.5.0",
84
+ "jest-environment-jsdom": "^29.5.0",
85
+ "lint-staged": "^13.2.2",
86
+ "postcss": "^8.4.23",
87
+ "prettier": "^2.8.8",
86
88
  "react": "^18.2.0",
87
89
  "react-dom": "^18.2.0",
88
- "rollup": "^3.9.1",
89
- "rollup-plugin-dts": "^5.1.0",
90
+ "rollup": "^3.21.4",
91
+ "rollup-plugin-dts": "^5.3.0",
90
92
  "rollup-plugin-postcss": "^4.0.2",
91
- "semantic-release": "^20.1.0",
92
- "tslib": "^2.4.1",
93
- "typescript": "^4.9.4"
93
+ "semantic-release": "^21.0.2",
94
+ "storybook": "^7.0.8",
95
+ "tslib": "^2.5.0",
96
+ "typescript": "^5.0.4"
94
97
  },
95
98
  "lint-staged": {
96
99
  "src/**/*.(ts|tsx)": [