@storybook/react-native-ui 10.0.0-rc.1 → 10.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-native-ui",
3
- "version": "10.0.0-rc.1",
3
+ "version": "10.0.0",
4
4
  "description": "ui components for react native storybook",
5
5
  "keywords": [
6
6
  "react",
@@ -58,9 +58,9 @@
58
58
  "typescript": "~5.9.2"
59
59
  },
60
60
  "dependencies": {
61
- "@storybook/react": "10.0.0-rc.1",
62
- "@storybook/react-native-theming": "^10.0.0-rc.1",
63
- "@storybook/react-native-ui-common": "^10.0.0-rc.1",
61
+ "@storybook/react": "^10.0.0",
62
+ "@storybook/react-native-theming": "^10.0.0",
63
+ "@storybook/react-native-ui-common": "^10.0.0",
64
64
  "es-toolkit": "^1.38.0",
65
65
  "fuse.js": "^7.0.0",
66
66
  "memoizerific": "^1.11.3",
@@ -75,7 +75,7 @@
75
75
  "react-native-reanimated": ">=3",
76
76
  "react-native-safe-area-context": "*",
77
77
  "react-native-svg": ">=14",
78
- "storybook": ">=10 || 10.0.0-beta.0 || ^10"
78
+ "storybook": ">=10 || ^10"
79
79
  },
80
80
  "engines": {
81
81
  "node": ">=20.0.0"
@@ -83,5 +83,5 @@
83
83
  "publishConfig": {
84
84
  "access": "public"
85
85
  },
86
- "gitHead": "b1b99bb72fa5713564390e65d556f1ec47c8c7b3"
86
+ "gitHead": "f2af5e230aac4cd858f2d73909868ae4952eb1c1"
87
87
  }
@@ -32,6 +32,8 @@ export const Default: Story = {
32
32
  refId: 'storybook_internal',
33
33
  path: ['NestingExample', 'Message', 'bubble'],
34
34
  status: null,
35
+ subtype: 'story',
36
+ exportName: 'First',
35
37
  },
36
38
  refIndex: 46,
37
39
  matches: [
@@ -88,6 +90,8 @@ export const Default: Story = {
88
90
  refId: 'storybook_internal',
89
91
  path: ['NestingExample', 'Message', 'bubble'],
90
92
  status: null,
93
+ subtype: 'story',
94
+ exportName: 'First',
91
95
  },
92
96
  matches: [
93
97
  {
@@ -111,6 +111,8 @@ export const SingleStoryComponents: Story = {
111
111
  parent: 'single',
112
112
  renderLabel: () => <Text>🔥 Single</Text>,
113
113
  importPath: './single.stories.js',
114
+ subtype: 'story',
115
+ exportName: 'Single',
114
116
  },
115
117
  },
116
118
  ...Object.keys(index).reduce((acc, key) => {