@itcase/storybook-config 1.2.44 → 1.2.46

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.
@@ -5,6 +5,7 @@
5
5
  .sb-main-centered {
6
6
  & #storybook-root {
7
7
  min-height: 100%;
8
+ max-height: none !important;
8
9
  position: relative;
9
10
  flex-direction: column;
10
11
  align-items: center;
@@ -34,17 +35,14 @@
34
35
 
35
36
  .sb-layout {
36
37
  &-relative {
37
- position: relative;
38
38
  min-height: 100vh;
39
+ position: relative;
39
40
  display: flex;
40
41
  justify-content: center;
41
- align-items: center;
42
+ align-items: center;
42
43
  & > div {
43
44
  position: relative;
44
- left: auto !important;
45
- top: auto !important;
46
- right: auto !important;
47
- bottom: auto !important;
45
+ inset: auto auto auto auto !important;
48
46
  }
49
47
  }
50
48
  &-top {
@@ -53,8 +51,8 @@
53
51
  justify-content: center;
54
52
  align-items: flex-start;
55
53
  &-full {
56
- min-height: 100vh;
57
54
  min-width: 100vw;
55
+ min-height: 100vh;
58
56
  display: flex;
59
57
  justify-content: center;
60
58
  align-items: flex-start;
@@ -102,7 +100,6 @@
102
100
  display: flex;
103
101
  justify-content: center;
104
102
  align-items: center;
105
- & > div[class*='group width_fill'],
106
103
  & > div[class*='group width_fill'] {
107
104
  width: auto;
108
105
  }
@@ -112,7 +109,6 @@
112
109
  display: flex;
113
110
  justify-content: center;
114
111
  align-items: center;
115
- & > div[class*='group width_fill'],
116
112
  & > div[class*='group width_fill'] {
117
113
  width: auto;
118
114
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/storybook-config",
3
- "version": "1.2.44",
3
+ "version": "1.2.46",
4
4
  "author": "ITCase",
5
5
  "description": "Storybook configuration package",
6
6
  "engines": {
@@ -83,7 +83,7 @@
83
83
  },
84
84
  "dependencies": {
85
85
  "@gorhom/bottom-sheet": "^5.2.8",
86
- "@itcase/config": "^1.6.51",
86
+ "@itcase/config": "^1.6.52",
87
87
  "@itcase/storybook-addon-auth": "^1.0.5",
88
88
  "@react-native-async-storage/async-storage": "^3.0.1",
89
89
  "@react-native-community/datetimepicker": "^8.6.0",
@@ -140,7 +140,7 @@
140
140
  "@commitlint/cli": "^20.4.3",
141
141
  "@commitlint/config-conventional": "^20.4.3",
142
142
  "@itcase/common": "^1.2.41",
143
- "@itcase/lint": "^1.1.97",
143
+ "@itcase/lint": "^1.1.98",
144
144
  "@itcase/ui": "^1.9.67",
145
145
  "@react-native-community/cli": "20.1.2",
146
146
  "@react-native-community/cli-platform-android": "20.1.2",
@@ -149,8 +149,8 @@
149
149
  "@react-native/eslint-config": "0.84.1",
150
150
  "@react-native/metro-config": "0.84.1",
151
151
  "@react-native/typescript-config": "0.84.1",
152
- "@rollup/plugin-babel": "^6.1.0",
153
- "@rollup/plugin-commonjs": "^29.0.0",
152
+ "@rollup/plugin-babel": "^7.0.0",
153
+ "@rollup/plugin-commonjs": "^29.0.1",
154
154
  "@rollup/plugin-json": "^6.1.0",
155
155
  "@rollup/plugin-node-resolve": "^16.0.3",
156
156
  "@storybook/addon-docs": "^10.2.15",
@@ -159,7 +159,7 @@
159
159
  "react-docgen": "^8.0.2",
160
160
  "react-docgen-typescript": "^2.4.0",
161
161
  "babel-plugin-transform-inline-environment-variables": "^0.4.4",
162
- "conventional-changelog-conventionalcommits": "^9.2.0",
162
+ "conventional-changelog-conventionalcommits": "^9.3.0",
163
163
  "eslint": "9.39.2",
164
164
  "glob": "^13.0.6",
165
165
  "husky": "^9.1.7",