@itcase/storybook-config 1.1.72 → 1.1.73

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.
@@ -8,20 +8,6 @@ const VIEWPORTS = {
8
8
  height: '100%',
9
9
  },
10
10
  },
11
- formLarge: {
12
- name: 'Form Large',
13
- styles: {
14
- width: '800px',
15
- height: '800px',
16
- },
17
- },
18
- formSmall: {
19
- name: 'Form Small',
20
- styles: {
21
- width: '360px',
22
- height: '800px',
23
- },
24
- },
25
11
  mobile: {
26
12
  name: 'Mobile',
27
13
  styles: {
@@ -29,13 +15,6 @@ const VIEWPORTS = {
29
15
  height: '667px',
30
16
  },
31
17
  },
32
- standalone: {
33
- name: 'Standalone',
34
- styles: {
35
- width: '480px',
36
- height: '640px',
37
- },
38
- },
39
18
  ...INITIAL_VIEWPORTS,
40
19
  ...MINIMAL_VIEWPORTS,
41
20
  }
@@ -8,20 +8,6 @@ const VIEWPORTS = {
8
8
  height: '100%',
9
9
  },
10
10
  },
11
- formLarge: {
12
- name: 'Form Large',
13
- styles: {
14
- width: '800px',
15
- height: '800px',
16
- },
17
- },
18
- formSmall: {
19
- name: 'Form Small',
20
- styles: {
21
- width: '360px',
22
- height: '800px',
23
- },
24
- },
25
11
  mobile: {
26
12
  name: 'Mobile',
27
13
  styles: {
@@ -29,13 +15,6 @@ const VIEWPORTS = {
29
15
  height: '667px',
30
16
  },
31
17
  },
32
- standalone: {
33
- name: 'Standalone',
34
- styles: {
35
- width: '480px',
36
- height: '640px',
37
- },
38
- },
39
18
  ...INITIAL_VIEWPORTS,
40
19
  ...MINIMAL_VIEWPORTS,
41
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/storybook-config",
3
- "version": "1.1.72",
3
+ "version": "1.1.73",
4
4
  "author": "ITCase",
5
5
  "description": "Code style linter configuration presets",
6
6
  "engines": {