@prosperitainova/mirage-ui 1.1.109 → 1.1.111

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ButtonProps } from "./Button";
3
2
  import { Story } from "@storybook/react";
4
3
  declare const ButtonStories: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { InputProps } from "./Input";
3
2
  import { Story } from "@storybook/react";
4
3
  declare const InputStories: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  type SpacerProps = {
3
2
  top?: number;
4
3
  bottom?: number;
package/package.json CHANGED
@@ -1,110 +1,110 @@
1
1
  {
2
- "name": "@prosperitainova/mirage-ui",
3
- "version": "1.1.109",
4
- "private": false,
5
- "license": "MIT",
6
- "publishConfig": {
7
- "access": "public"
8
- },
9
- "dependencies": {
10
- "@fortawesome/free-regular-svg-icons": "^6.2.2",
11
- "bootstrap": "^5.2.3",
12
- "formik": "^2.4.3",
13
- "hex-to-css-filter": "^5.4.0",
14
- "react-content-loader": "^6.2.1",
15
- "react-currency-input": "^1.3.6",
16
- "react-currency-input-field": "^3.6.11",
17
- "react-dropzone": "^14.2.3",
18
- "react-input-mask": "^2.0.4",
19
- "react-number-format": "^5.2.2",
20
- "react-select": "^5.7.0",
21
- "react-toastify": "^9.1.3",
22
- "reactstrap": "^9.2.0",
23
- "typescript": "^4.9.4"
24
- },
25
- "scripts": {
26
- "start": "react-scripts start",
27
- "build": "react-scripts build",
28
- "test": "react-scripts test",
29
- "eject": "react-scripts eject",
30
- "storybook": "start-storybook -p 6006 -s public",
31
- "build-storybook": "build-storybook -s public & node copy.js",
32
- "rollup": "rollup -c --bundleConfigAsCjs"
33
- },
34
- "eslintConfig": {
35
- "extends": [
36
- "react-app",
37
- "react-app/jest"
38
- ],
39
- "overrides": [
40
- {
41
- "files": [
42
- "**/*.stories.*"
2
+ "name": "@prosperitainova/mirage-ui",
3
+ "version": "1.1.111",
4
+ "private": false,
5
+ "license": "MIT",
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
9
+ "dependencies": {
10
+ "@fortawesome/free-regular-svg-icons": "^6.2.2",
11
+ "bootstrap": "^5.2.3",
12
+ "formik": "^2.4.3",
13
+ "hex-to-css-filter": "^5.4.0",
14
+ "react-content-loader": "^6.2.1",
15
+ "react-currency-input": "^1.3.6",
16
+ "react-currency-input-field": "^3.6.11",
17
+ "react-dropzone": "^14.2.3",
18
+ "react-input-mask": "^2.0.4",
19
+ "react-number-format": "^5.2.2",
20
+ "react-select": "^5.7.0",
21
+ "react-toastify": "^9.1.3",
22
+ "reactstrap": "^9.2.0",
23
+ "typescript": "^4.9.4"
24
+ },
25
+ "scripts": {
26
+ "start": "react-scripts start",
27
+ "build": "react-scripts build",
28
+ "test": "react-scripts test",
29
+ "eject": "react-scripts eject",
30
+ "storybook": "storybook dev -p 6006 -s public",
31
+ "build-storybook": "storybook build -s public & node copy.js",
32
+ "rollup": "rollup -c --bundleConfigAsCjs"
33
+ },
34
+ "eslintConfig": {
35
+ "extends": [
36
+ "react-app",
37
+ "react-app/jest"
38
+ ],
39
+ "overrides": [
40
+ {
41
+ "files": [
42
+ "**/*.stories.*"
43
+ ],
44
+ "rules": {
45
+ "import/no-anonymous-default-export": "off"
46
+ }
47
+ }
48
+ ]
49
+ },
50
+ "browserslist": {
51
+ "production": [
52
+ ">0.2%",
53
+ "not dead",
54
+ "not op_mini all"
43
55
  ],
44
- "rules": {
45
- "import/no-anonymous-default-export": "off"
46
- }
47
- }
48
- ]
49
- },
50
- "browserslist": {
51
- "production": [
52
- ">0.2%",
53
- "not dead",
54
- "not op_mini all"
56
+ "development": [
57
+ "last 1 chrome version",
58
+ "last 1 firefox version",
59
+ "last 1 safari version"
60
+ ]
61
+ },
62
+ "peerDependencies": {
63
+ "react": "^18.2.0",
64
+ "react-dom": "^18.2.0",
65
+ "react-scripts": "5.0.1",
66
+ "styled-components": "^5.3.6"
67
+ },
68
+ "devDependencies": {
69
+ "@rollup/plugin-babel": "^6.0.3",
70
+ "@rollup/plugin-commonjs": "^24.0.0",
71
+ "@rollup/plugin-node-resolve": "^15.0.1",
72
+ "@rollup/plugin-typescript": "^11.0.0",
73
+ "@rollup/plugin-url": "^8.0.1",
74
+ "@storybook/addon-actions": "^7.5.3",
75
+ "@storybook/addon-essentials": "^7.5.3",
76
+ "@storybook/addon-interactions": "^7.5.3",
77
+ "@storybook/addon-links": "^7.5.3",
78
+ "@storybook/node-logger": "^7.5.3",
79
+ "@storybook/preset-create-react-app": "^7.5.3",
80
+ "@storybook/react": "^7.5.3",
81
+ "@storybook/react-webpack5": "^7.5.3",
82
+ "@storybook/testing-library": "^0.2.2",
83
+ "@types/node": "^16.18.8",
84
+ "@types/react": "^18.0.26",
85
+ "@types/react-input-mask": "^3.0.2",
86
+ "@types/styled-components": "^5.1.26",
87
+ "babel-plugin-named-exports-order": "^0.0.2",
88
+ "postcss": "^8.4.21",
89
+ "postcss-assets": "^6.0.0",
90
+ "prop-types": "^15.8.1",
91
+ "react": "^18.2.0",
92
+ "react-dom": "^18.2.0",
93
+ "react-scripts": "^5.0.1",
94
+ "rollup": "^3.10.0",
95
+ "rollup-plugin-dts": "^5.1.1",
96
+ "rollup-plugin-peer-deps-external": "^2.2.4",
97
+ "rollup-plugin-postcss": "^4.0.2",
98
+ "rollup-plugin-terser": "^7.0.2",
99
+ "storybook": "^7.5.3",
100
+ "storybook-addon-styled-component-theme": "^2.0.0",
101
+ "styled-components": "^5.3.6",
102
+ "webpack": "^5.75.0"
103
+ },
104
+ "main": "dist/cjs/index.js",
105
+ "module": "dist/esm/index.js",
106
+ "files": [
107
+ "dist"
55
108
  ],
56
- "development": [
57
- "last 1 chrome version",
58
- "last 1 firefox version",
59
- "last 1 safari version"
60
- ]
61
- },
62
- "peerDependencies": {
63
- "react": "^18.2.0",
64
- "react-dom": "^18.2.0",
65
- "react-scripts": "5.0.1",
66
- "styled-components": "^5.3.6"
67
- },
68
- "devDependencies": {
69
- "@rollup/plugin-babel": "^6.0.3",
70
- "@rollup/plugin-commonjs": "^24.0.0",
71
- "@rollup/plugin-node-resolve": "^15.0.1",
72
- "@rollup/plugin-typescript": "^11.0.0",
73
- "@rollup/plugin-url": "^8.0.1",
74
- "@storybook/addon-actions": "^6.5.14",
75
- "@storybook/addon-essentials": "^6.5.14",
76
- "@storybook/addon-interactions": "^6.5.14",
77
- "@storybook/addon-links": "^6.5.14",
78
- "@storybook/builder-webpack5": "^6.5.14",
79
- "@storybook/manager-webpack5": "^6.5.14",
80
- "@storybook/node-logger": "^6.5.14",
81
- "@storybook/preset-create-react-app": "^4.1.2",
82
- "@storybook/react": "^6.5.14",
83
- "@storybook/testing-library": "^0.0.13",
84
- "@types/node": "^16.18.8",
85
- "@types/react": "^18.0.26",
86
- "@types/react-input-mask": "^3.0.2",
87
- "@types/styled-components": "^5.1.26",
88
- "babel-plugin-named-exports-order": "^0.0.2",
89
- "postcss": "^8.4.21",
90
- "postcss-assets": "^6.0.0",
91
- "prop-types": "^15.8.1",
92
- "react": "^18.2.0",
93
- "react-dom": "^18.2.0",
94
- "react-scripts": "^5.0.1",
95
- "rollup": "^3.10.0",
96
- "rollup-plugin-dts": "^5.1.1",
97
- "rollup-plugin-peer-deps-external": "^2.2.4",
98
- "rollup-plugin-postcss": "^4.0.2",
99
- "rollup-plugin-terser": "^7.0.2",
100
- "storybook-addon-styled-component-theme": "^2.0.0",
101
- "styled-components": "^5.3.6",
102
- "webpack": "^5.75.0"
103
- },
104
- "main": "dist/cjs/index.js",
105
- "module": "dist/esm/index.js",
106
- "files": [
107
- "dist"
108
- ],
109
- "types": "dist/index.d.ts"
110
- }
109
+ "types": "dist/index.d.ts"
110
+ }