@itcase/storybook-config 1.1.104 → 1.1.106

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.
@@ -39,14 +39,15 @@
39
39
  justify-content: center;
40
40
  align-items: flex-start;
41
41
  &-full {
42
+ min-height: 100vh;
42
43
  min-width: 100vw;
43
44
  display: flex;
44
45
  justify-content: center;
45
46
  align-items: flex-start;
46
- & > div {
47
- display: flex;
48
- min-width: 100vh;
49
- }
47
+ }
48
+ & > div {
49
+ display: flex;
50
+ min-width: 100vh;
50
51
  }
51
52
  }
52
53
  &-right {
@@ -59,10 +60,10 @@
59
60
  display: flex;
60
61
  justify-content: flex-end;
61
62
  align-items: center;
62
- & > div {
63
- display: flex;
64
- min-height: 100vh;
65
- }
63
+ }
64
+ & > div {
65
+ display: flex;
66
+ min-height: 100vh;
66
67
  }
67
68
  }
68
69
  &-bottom {
@@ -73,12 +74,13 @@
73
74
  &-full {
74
75
  min-width: 100vw;
75
76
  display: flex;
77
+ min-height: 100vh;
76
78
  justify-content: center;
77
79
  align-items: flex-end;
78
- & > div {
79
- display: flex;
80
- min-width: 100vh;
81
- }
80
+ }
81
+ & > div {
82
+ display: flex;
83
+ min-width: 100vh;
82
84
  }
83
85
  }
84
86
  &-left {
@@ -91,10 +93,10 @@
91
93
  display: flex;
92
94
  justify-content: flex-start;
93
95
  align-items: center;
94
- & > div {
95
- display: flex;
96
- min-height: 100vh;
97
- }
96
+ }
97
+ & > div {
98
+ display: flex;
99
+ min-height: 100vh;
98
100
  }
99
101
  }
100
102
  &-center {
@@ -116,10 +118,10 @@
116
118
  & > div[class*='group width_fill'] {
117
119
  width: auto;
118
120
  }
119
- & > div {
120
- display: flex;
121
- min-height: 100vh;
122
- }
121
+ }
122
+ & > div {
123
+ display: flex;
124
+ min-height: 100vh;
123
125
  }
124
126
  }
125
127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/storybook-config",
3
- "version": "1.1.104",
3
+ "version": "1.1.106",
4
4
  "author": "ITCase",
5
5
  "description": "Storybook configuration package",
6
6
  "engines": {