@xyo-network/react-typedoc 2.25.59 → 2.25.60

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
@@ -15,8 +15,8 @@
15
15
  "@mui/icons-material": "^5.8.3",
16
16
  "@mui/lab": "^5.0.0-alpha.85",
17
17
  "@mui/material": "^5.8.3",
18
- "@xylabs/react-button": "^2.12.23",
19
- "@xylabs/react-flexbox": "^2.12.23",
18
+ "@xylabs/react-button": "^2.12.24",
19
+ "@xylabs/react-flexbox": "^2.12.24",
20
20
  "@xylabs/sdk-js": "^2.5.7",
21
21
  "@xyo-network/core": "^2.20.45",
22
22
  "luxon": "^2.4.0",
@@ -84,6 +84,6 @@
84
84
  },
85
85
  "sideEffects": false,
86
86
  "types": "dist/esm/index.d.ts",
87
- "version": "2.25.59",
87
+ "version": "2.25.60",
88
88
  "packageManager": "yarn@3.1.1"
89
89
  }
@@ -25,15 +25,12 @@ const Template: ComponentStory<typeof ProjectTwoPanelReflectionViewer> = ({ refl
25
25
  )
26
26
  }
27
27
 
28
- const Default = Template.bind({})
29
- Default.args = {}
30
-
31
28
  const Client = Template.bind({})
32
29
  Client.args = {
33
30
  reflection: clientDocs as unknown as ProjectReflection,
34
31
  }
35
32
 
36
- export { Client, Default }
33
+ export { Client }
37
34
 
38
35
  // eslint-disable-next-line import/no-default-export
39
36
  export default StorybookEntry