@vitus-labs/rocketstories 1.4.2 → 1.4.3-alpha.3
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/lib/index.js +1 -1
- package/package.json +7 -6
package/lib/index.js
CHANGED
|
@@ -628,7 +628,7 @@ var Heading_default = element_default.attrs({
|
|
|
628
628
|
* Empty placeholder component displayed when a requested dimension
|
|
629
629
|
* has no values or the story cannot be rendered.
|
|
630
630
|
*/
|
|
631
|
-
const Wrapper = config.styled
|
|
631
|
+
const Wrapper = config.styled("div")`
|
|
632
632
|
display: flex;
|
|
633
633
|
font-size: 32px;
|
|
634
634
|
`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitus-labs/rocketstories",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.3-alpha.3+16703b4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Vit Bokisch <vit@bokisch.cz>",
|
|
6
6
|
"maintainers": [
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"type": "module",
|
|
10
10
|
"sideEffects": false,
|
|
11
11
|
"exports": {
|
|
12
|
+
"source": "./src/index.ts",
|
|
12
13
|
"import": "./lib/index.js",
|
|
13
14
|
"types": "./lib/index.d.ts"
|
|
14
15
|
},
|
|
@@ -69,15 +70,15 @@
|
|
|
69
70
|
"react": ">= 19"
|
|
70
71
|
},
|
|
71
72
|
"dependencies": {
|
|
72
|
-
"@vitus-labs/elements": "1.4.
|
|
73
|
+
"@vitus-labs/elements": "1.4.3-alpha.3+16703b4"
|
|
73
74
|
},
|
|
74
75
|
"devDependencies": {
|
|
75
|
-
"@vitus-labs/core": "1.4.
|
|
76
|
-
"@vitus-labs/rocketstyle": "1.4.
|
|
76
|
+
"@vitus-labs/core": "1.4.3-alpha.3+16703b4",
|
|
77
|
+
"@vitus-labs/rocketstyle": "1.4.3-alpha.3+16703b4",
|
|
77
78
|
"@vitus-labs/tools-rolldown": "^1.6.0",
|
|
78
79
|
"@vitus-labs/tools-storybook": "^1.6.0",
|
|
79
80
|
"@vitus-labs/tools-typescript": "^1.6.0",
|
|
80
|
-
"@vitus-labs/unistyle": "1.4.
|
|
81
|
+
"@vitus-labs/unistyle": "1.4.3-alpha.3+16703b4"
|
|
81
82
|
},
|
|
82
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "16703b4c8dc0525bd504c531aeb082bf593579cc"
|
|
83
84
|
}
|