@itcase/storybook-config 1.1.101 → 1.1.102

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,6 +39,10 @@
39
39
  justify-content: center;
40
40
  align-items: flex-start;
41
41
  &-full {
42
+ min-height: 100vh;
43
+ display: flex;
44
+ justify-content: center;
45
+ align-items: flex-start;
42
46
  & > div {
43
47
  display: flex;
44
48
  min-width: 100vh;
@@ -51,6 +55,10 @@
51
55
  justify-content: flex-end;
52
56
  align-items: center;
53
57
  &-full {
58
+ min-height: 100vh;
59
+ display: flex;
60
+ justify-content: flex-end;
61
+ align-items: center;
54
62
  & > div {
55
63
  display: flex;
56
64
  min-height: 100vh;
@@ -63,6 +71,10 @@
63
71
  justify-content: center;
64
72
  align-items: flex-end;
65
73
  &-full {
74
+ min-height: 100vh;
75
+ display: flex;
76
+ justify-content: center;
77
+ align-items: flex-end;
66
78
  & > div {
67
79
  display: flex;
68
80
  min-width: 100vh;
@@ -75,6 +87,10 @@
75
87
  justify-content: flex-start;
76
88
  align-items: center;
77
89
  &-full {
90
+ min-height: 100vh;
91
+ display: flex;
92
+ justify-content: flex-start;
93
+ align-items: center;
78
94
  & > div {
79
95
  display: flex;
80
96
  min-height: 100vh;
@@ -91,6 +107,14 @@
91
107
  width: auto;
92
108
  }
93
109
  &-full {
110
+ min-height: 100vh;
111
+ display: flex;
112
+ justify-content: center;
113
+ align-items: center;
114
+ & > div[class*='group width_fill'],
115
+ & > div[class*='group width_fill'] {
116
+ width: auto;
117
+ }
94
118
  & > div {
95
119
  display: flex;
96
120
  min-height: 100vh;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/storybook-config",
3
- "version": "1.1.101",
3
+ "version": "1.1.102",
4
4
  "author": "ITCase",
5
5
  "description": "Storybook configuration package",
6
6
  "engines": {