@itcase/storybook-config 1.1.103 → 1.1.105

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