@kbss-cvut/s-forms 0.4.2-alpha-e0aa03d.0 → 0.4.2-alpha-481efb8.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.
@@ -7,13 +7,11 @@ declare const _default: ComponentMeta<{
7
7
  iconClass: import("prop-types").Requireable<string>;
8
8
  overlayPlacement: import("prop-types").Requireable<string>;
9
9
  absolutePosition: import("prop-types").Requireable<boolean>;
10
- showOverlay: import("prop-types").Requireable<boolean>;
11
10
  };
12
11
  defaultProps: {
13
12
  iconClassContainer: string;
14
13
  iconClass: string;
15
14
  absolutePosition: boolean;
16
- showOverlay: boolean;
17
15
  };
18
16
  }>;
19
17
  export default _default;
@@ -25,12 +23,10 @@ export declare const Default: ComponentStory<{
25
23
  iconClass: import("prop-types").Requireable<string>;
26
24
  overlayPlacement: import("prop-types").Requireable<string>;
27
25
  absolutePosition: import("prop-types").Requireable<boolean>;
28
- showOverlay: import("prop-types").Requireable<boolean>;
29
26
  };
30
27
  defaultProps: {
31
28
  iconClassContainer: string;
32
29
  iconClass: string;
33
30
  absolutePosition: boolean;
34
- showOverlay: boolean;
35
31
  };
36
32
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kbss-cvut/s-forms",
3
- "version": "0.4.2-alpha-e0aa03d.0",
3
+ "version": "0.4.2-alpha-481efb8.0",
4
4
  "description": "Semantic forms generator and processor",
5
5
  "keywords": [
6
6
  "react",
@@ -58,7 +58,6 @@
58
58
  "prop-types": "^15.7.2",
59
59
  "react-bootstrap": "1.0.1",
60
60
  "react-datepicker": "^4.2.1",
61
- "react-image-zooom": "^1.0.4",
62
61
  "react-intl": "^5.24.6",
63
62
  "react-loader-spinner": "^5.1.0",
64
63
  "react-select": "^3.1.0",
@@ -90,7 +89,6 @@
90
89
  "chromatic": "^6.5.3",
91
90
  "css-loader": "^3.5.3",
92
91
  "enzyme": "^3.11.0",
93
- "husky": "^7.0.0",
94
92
  "jest": "^26.0.1",
95
93
  "prettier": "^2.5.1",
96
94
  "query-string": "^6.13.5",
@@ -99,11 +97,12 @@
99
97
  "standard-version": "^9.3.2",
100
98
  "style-loader": "^1.2.1",
101
99
  "typescript": "^4.5.5",
102
- "watchify": "^3.11.1"
100
+ "watchify": "^3.11.1",
101
+ "husky": "^7.0.0"
103
102
  },
104
103
  "scripts": {
105
104
  "test": "jest",
106
- "dev": "start-storybook -p 6006",
105
+ "dev": "start-storybook --no-manager-cache -p 6006",
107
106
  "build": "microbundle --jsx React.createElement",
108
107
  "build-storybook": "build-storybook",
109
108
  "chromatic": "npx chromatic",