@dxos/react-ui-geo 0.8.2-main.5ca3450 → 0.8.2-main.600d381
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": "@dxos/react-ui-geo",
|
|
3
|
-
"version": "0.8.2-main.
|
|
3
|
+
"version": "0.8.2-main.600d381",
|
|
4
4
|
"description": "Geo components.",
|
|
5
5
|
"homepage": "https://github.com/dxos",
|
|
6
6
|
"bugs": "https://github.com/dxos/issues",
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"topojson-client": "^3.1.0",
|
|
46
46
|
"topojson-simplify": "^3.0.3",
|
|
47
47
|
"versor": "^0.2.0",
|
|
48
|
-
"@dxos/async": "0.8.2-main.
|
|
49
|
-
"@dxos/
|
|
50
|
-
"@dxos/
|
|
51
|
-
"@dxos/node-std": "0.8.2-main.
|
|
52
|
-
"@dxos/util": "0.8.2-main.
|
|
48
|
+
"@dxos/async": "0.8.2-main.600d381",
|
|
49
|
+
"@dxos/log": "0.8.2-main.600d381",
|
|
50
|
+
"@dxos/debug": "0.8.2-main.600d381",
|
|
51
|
+
"@dxos/node-std": "0.8.2-main.600d381",
|
|
52
|
+
"@dxos/util": "0.8.2-main.600d381"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@react-three/drei": "^9.99.0",
|
|
@@ -69,15 +69,15 @@
|
|
|
69
69
|
"react": "~18.2.0",
|
|
70
70
|
"react-dom": "~18.2.0",
|
|
71
71
|
"three": "0.165.0",
|
|
72
|
-
"@dxos/react-ui": "0.8.2-main.
|
|
73
|
-
"@dxos/
|
|
74
|
-
"@dxos/
|
|
72
|
+
"@dxos/react-ui-theme": "0.8.2-main.600d381",
|
|
73
|
+
"@dxos/storybook-utils": "0.8.2-main.600d381",
|
|
74
|
+
"@dxos/react-ui": "0.8.2-main.600d381"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"react": "~18.2.0",
|
|
78
78
|
"react-dom": "~18.2.0",
|
|
79
|
-
"@dxos/react-ui": "0.8.2-main.
|
|
80
|
-
"@dxos/react-ui-theme": "0.8.2-main.
|
|
79
|
+
"@dxos/react-ui": "0.8.2-main.600d381",
|
|
80
|
+
"@dxos/react-ui-theme": "0.8.2-main.600d381"
|
|
81
81
|
},
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public"
|
|
@@ -222,7 +222,7 @@ const initialRotation: Vector = [0, -40, 0];
|
|
|
222
222
|
const meta: Meta = {
|
|
223
223
|
title: 'ui/react-ui-geo/Globe',
|
|
224
224
|
component: Globe.Root,
|
|
225
|
-
decorators: [withTheme, withLayout({ fullscreen: true, classNames: 'bg-[#000]'
|
|
225
|
+
decorators: [withTheme, withLayout({ fullscreen: true, classNames: 'bg-[#000]' })],
|
|
226
226
|
};
|
|
227
227
|
|
|
228
228
|
export default meta;
|
|
@@ -29,7 +29,7 @@ const DefaultStory = ({ markers = [] }: { markers?: MapMarker[] }) => {
|
|
|
29
29
|
const meta: Meta<typeof DefaultStory> = {
|
|
30
30
|
title: 'ui/react-ui-geo/Map',
|
|
31
31
|
render: DefaultStory,
|
|
32
|
-
decorators: [withTheme, withLayout({ fullscreen: true
|
|
32
|
+
decorators: [withTheme, withLayout({ fullscreen: true })],
|
|
33
33
|
};
|
|
34
34
|
|
|
35
35
|
export default meta;
|