@storybook/react-native 8.5.4-alpha.0 → 8.5.5-alpha.0
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/dist/index.js +1 -0
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -813,6 +813,7 @@ var StoryView = () => {
|
|
|
813
813
|
{
|
|
814
814
|
style: containerStyle,
|
|
815
815
|
testID: id,
|
|
816
|
+
accessibilityLabel: id,
|
|
816
817
|
onStartShouldSetResponder: dismissOnStartResponder,
|
|
817
818
|
children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(ErrorBoundary, { onError, children: StoryComponent && /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(StoryComponent, { ...context }) })
|
|
818
819
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/react-native",
|
|
3
|
-
"version": "8.5.
|
|
3
|
+
"version": "8.5.5-alpha.0",
|
|
4
4
|
"description": "A better way to develop React Native Components for your app",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"@storybook/csf": "^0.1.13",
|
|
50
50
|
"@storybook/global": "^5.0.0",
|
|
51
51
|
"@storybook/react": "^8.5.1",
|
|
52
|
-
"@storybook/react-native-theming": "^8.5.
|
|
53
|
-
"@storybook/react-native-ui": "^8.5.
|
|
52
|
+
"@storybook/react-native-theming": "^8.5.5-alpha.0",
|
|
53
|
+
"@storybook/react-native-ui": "^8.5.5-alpha.0",
|
|
54
54
|
"commander": "^8.2.0",
|
|
55
55
|
"dedent": "^1.5.1",
|
|
56
56
|
"deepmerge": "^4.3.0",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"publishConfig": {
|
|
89
89
|
"access": "public"
|
|
90
90
|
},
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "12b8f50f5f9ff080c3f3aae926970037d01709e3"
|
|
92
92
|
}
|