@xyo-network/react-shared 2.47.35 → 2.47.36
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/cjs/lib/networkComponents.js +2 -2
- package/dist/cjs/lib/networkComponents.js.map +1 -1
- package/dist/docs.json +245 -245
- package/dist/esm/lib/networkComponents.js +2 -2
- package/dist/esm/lib/networkComponents.js.map +1 -1
- package/package.json +2 -2
- package/src/lib/networkComponents.tsx +2 -2
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import BubbleChartRoundedIcon from '@mui/icons-material/BubbleChartRounded';
|
|
3
|
+
import CallMergeRoundedIcon from '@mui/icons-material/CallMergeRounded';
|
|
3
4
|
import CloudRoundedIcon from '@mui/icons-material/CloudRounded';
|
|
4
5
|
import GridViewRoundedIcon from '@mui/icons-material/GridViewRounded';
|
|
5
|
-
import VisibilityRoundedIcon from '@mui/icons-material/VisibilityRounded';
|
|
6
6
|
import { XyoLogo } from './xyo';
|
|
7
7
|
export const networkComponents = [
|
|
8
8
|
{ icon: (props) => _jsx(BubbleChartRoundedIcon, { ...props }), name: 'Sentinel', slug: 'sentinel' },
|
|
9
9
|
{ icon: (props) => _jsx(CloudRoundedIcon, { ...props }), name: 'Bridge', slug: 'bridge' },
|
|
10
10
|
{ icon: (props) => _jsx(GridViewRoundedIcon, { ...props }), name: 'Archivist', slug: 'archivist' },
|
|
11
|
-
{ icon: (props) => _jsx(
|
|
11
|
+
{ icon: (props) => _jsx(CallMergeRoundedIcon, { ...props }), name: 'Diviner', slug: 'diviner' },
|
|
12
12
|
{ icon: (props) => _jsx(XyoLogo, { ...props }), name: 'Node', slug: 'node' },
|
|
13
13
|
];
|
|
14
14
|
export const findNetworkComponentIndex = (slug) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"networkComponents.js","sourceRoot":"","sources":["../../../src/lib/networkComponents.tsx"],"names":[],"mappings":";AAAA,OAAO,sBAAsB,MAAM,wCAAwC,CAAA;AAC3E,OAAO,
|
|
1
|
+
{"version":3,"file":"networkComponents.js","sourceRoot":"","sources":["../../../src/lib/networkComponents.tsx"],"names":[],"mappings":";AAAA,OAAO,sBAAsB,MAAM,wCAAwC,CAAA;AAC3E,OAAO,oBAAoB,MAAM,sCAAsC,CAAA;AACvE,OAAO,gBAAgB,MAAM,kCAAkC,CAAA;AAC/D,OAAO,mBAAmB,MAAM,qCAAqC,CAAA;AAIrE,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAA;AAU/B,MAAM,CAAC,MAAM,iBAAiB,GAA8B;IAC1D,EAAE,IAAI,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAC,sBAAsB,OAAK,KAAK,GAAI,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,UAAU,EAAE;IAC9F,EAAE,IAAI,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAC,gBAAgB,OAAK,KAAK,GAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE;IACpF,EAAE,IAAI,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAC,mBAAmB,OAAK,KAAK,GAAI,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,WAAW,EAAE;IAC7F,EAAE,IAAI,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAC,oBAAoB,OAAK,KAAK,GAAI,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE;IAC1F,EAAE,IAAI,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAC,OAAO,OAAK,KAAK,GAAI,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE;CACxE,CAAA;AAED,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,IAAY,EAAE,EAAE;IACxD,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,CAAA;AAClE,CAAC,CAAA;AAED,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,IAAY,EAAE,EAAE;IACnD,OAAO,iBAAiB,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,CAAA;AAC7D,CAAC,CAAA"}
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@xylabs/react-flexbox": "^2.16.14",
|
|
17
17
|
"@xylabs/react-link": "^2.16.14",
|
|
18
18
|
"@xylabs/react-shared": "^2.16.14",
|
|
19
|
-
"@xyo-network/react-event": "^2.47.
|
|
19
|
+
"@xyo-network/react-event": "^2.47.36"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@storybook/react": "^6.5.16",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
},
|
|
79
79
|
"sideEffects": false,
|
|
80
80
|
"types": "dist/types/index.d.ts",
|
|
81
|
-
"version": "2.47.
|
|
81
|
+
"version": "2.47.36"
|
|
82
82
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import BubbleChartRoundedIcon from '@mui/icons-material/BubbleChartRounded'
|
|
2
|
+
import CallMergeRoundedIcon from '@mui/icons-material/CallMergeRounded'
|
|
2
3
|
import CloudRoundedIcon from '@mui/icons-material/CloudRounded'
|
|
3
4
|
import GridViewRoundedIcon from '@mui/icons-material/GridViewRounded'
|
|
4
|
-
import VisibilityRoundedIcon from '@mui/icons-material/VisibilityRounded'
|
|
5
5
|
import { SvgIconProps } from '@mui/material'
|
|
6
6
|
import { ReactElement } from 'react'
|
|
7
7
|
|
|
@@ -19,7 +19,7 @@ export const networkComponents: NetworkComponentDetails[] = [
|
|
|
19
19
|
{ icon: (props) => <BubbleChartRoundedIcon {...props} />, name: 'Sentinel', slug: 'sentinel' },
|
|
20
20
|
{ icon: (props) => <CloudRoundedIcon {...props} />, name: 'Bridge', slug: 'bridge' },
|
|
21
21
|
{ icon: (props) => <GridViewRoundedIcon {...props} />, name: 'Archivist', slug: 'archivist' },
|
|
22
|
-
{ icon: (props) => <
|
|
22
|
+
{ icon: (props) => <CallMergeRoundedIcon {...props} />, name: 'Diviner', slug: 'diviner' },
|
|
23
23
|
{ icon: (props) => <XyoLogo {...props} />, name: 'Node', slug: 'node' },
|
|
24
24
|
]
|
|
25
25
|
|