@itcase/storybook-config 1.1.106 → 1.1.107

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.
@@ -45,10 +45,6 @@
45
45
  justify-content: center;
46
46
  align-items: flex-start;
47
47
  }
48
- & > div {
49
- display: flex;
50
- min-width: 100vh;
51
- }
52
48
  }
53
49
  &-right {
54
50
  min-height: 100vh;
@@ -61,10 +57,6 @@
61
57
  justify-content: flex-end;
62
58
  align-items: center;
63
59
  }
64
- & > div {
65
- display: flex;
66
- min-height: 100vh;
67
- }
68
60
  }
69
61
  &-bottom {
70
62
  min-height: 100vh;
@@ -78,10 +70,6 @@
78
70
  justify-content: center;
79
71
  align-items: flex-end;
80
72
  }
81
- & > div {
82
- display: flex;
83
- min-width: 100vh;
84
- }
85
73
  }
86
74
  &-left {
87
75
  min-height: 100vh;
@@ -94,10 +82,6 @@
94
82
  justify-content: flex-start;
95
83
  align-items: center;
96
84
  }
97
- & > div {
98
- display: flex;
99
- min-height: 100vh;
100
- }
101
85
  }
102
86
  &-center {
103
87
  min-height: 100vh;
@@ -119,10 +103,6 @@
119
103
  width: auto;
120
104
  }
121
105
  }
122
- & > div {
123
- display: flex;
124
- min-height: 100vh;
125
- }
126
106
  }
127
107
  }
128
108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/storybook-config",
3
- "version": "1.1.106",
3
+ "version": "1.1.107",
4
4
  "author": "ITCase",
5
5
  "description": "Storybook configuration package",
6
6
  "engines": {