@storybook/core-common 6.5.9 → 6.5.10
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/core-common",
|
|
3
|
-
"version": "6.5.
|
|
3
|
+
"version": "6.5.10",
|
|
4
4
|
"description": "Storybook framework-agnostic API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@babel/preset-react": "^7.12.10",
|
|
63
63
|
"@babel/preset-typescript": "^7.12.7",
|
|
64
64
|
"@babel/register": "^7.12.1",
|
|
65
|
-
"@storybook/node-logger": "6.5.
|
|
65
|
+
"@storybook/node-logger": "6.5.10",
|
|
66
66
|
"@storybook/semver": "^7.3.2",
|
|
67
67
|
"@types/node": "^14.0.10 || ^16.0.0",
|
|
68
68
|
"@types/pretty-hrtime": "^1.0.0",
|
|
@@ -111,6 +111,6 @@
|
|
|
111
111
|
"publishConfig": {
|
|
112
112
|
"access": "public"
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "893881ff6f87272c0ab0f21776ef8fef990d0c36",
|
|
115
115
|
"sbmodern": "dist/modern/index.js"
|
|
116
116
|
}
|
|
@@ -237,8 +237,8 @@
|
|
|
237
237
|
.sb-argstableBlock td:nth-of-type(3) {
|
|
238
238
|
width: 15%;
|
|
239
239
|
}
|
|
240
|
-
.sb-argstableBlock th:
|
|
241
|
-
.sb-argstableBlock td:
|
|
240
|
+
.sb-argstableBlock th:last-of-type,
|
|
241
|
+
.sb-argstableBlock td:last-of-type {
|
|
242
242
|
width: 25%;
|
|
243
243
|
padding-right: 20px;
|
|
244
244
|
}
|