react-three-map 0.7.1 → 0.8.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/CHANGELOG.md +15 -0
- package/README.md +42 -4
- package/dist/cjs/main.js +369 -173
- package/dist/es/main.mjs +6 -2
- package/dist/es/main.mjs.map +1 -1
- package/dist/es/main10.mjs +33 -20
- package/dist/es/main10.mjs.map +1 -1
- package/dist/es/main11.mjs +11 -19
- package/dist/es/main11.mjs.map +1 -1
- package/dist/es/main12.mjs +20 -77
- package/dist/es/main12.mjs.map +1 -1
- package/dist/es/main13.mjs +30 -9
- package/dist/es/main13.mjs.map +1 -1
- package/dist/es/main14.mjs +22 -67
- package/dist/es/main14.mjs.map +1 -1
- package/dist/es/main15.mjs +98 -0
- package/dist/es/main15.mjs.map +1 -0
- package/dist/es/main16.mjs +66 -0
- package/dist/es/main16.mjs.map +1 -0
- package/dist/es/main17.mjs +23 -0
- package/dist/es/main17.mjs.map +1 -0
- package/dist/es/main18.mjs +27 -0
- package/dist/es/main18.mjs.map +1 -0
- package/dist/es/main19.mjs +19 -0
- package/dist/es/main19.mjs.map +1 -0
- package/dist/es/main2.mjs.map +1 -1
- package/dist/es/main20.mjs +72 -0
- package/dist/es/main20.mjs.map +1 -0
- package/dist/es/main3.mjs +43 -50
- package/dist/es/main3.mjs.map +1 -1
- package/dist/es/main4.mjs +50 -24
- package/dist/es/main4.mjs.map +1 -1
- package/dist/es/main5.mjs +19 -3
- package/dist/es/main5.mjs.map +1 -1
- package/dist/es/main6.mjs +14 -33
- package/dist/es/main6.mjs.map +1 -1
- package/dist/es/main7.mjs +18 -7
- package/dist/es/main7.mjs.map +1 -1
- package/dist/es/main8.mjs +26 -21
- package/dist/es/main8.mjs.map +1 -1
- package/dist/es/main9.mjs +9 -15
- package/dist/es/main9.mjs.map +1 -1
- package/dist/maplibre/cjs/main.js +369 -173
- package/dist/maplibre/es/main.mjs +6 -2
- package/dist/maplibre/es/main.mjs.map +1 -1
- package/dist/maplibre/es/main10.mjs +33 -20
- package/dist/maplibre/es/main10.mjs.map +1 -1
- package/dist/maplibre/es/main11.mjs +11 -19
- package/dist/maplibre/es/main11.mjs.map +1 -1
- package/dist/maplibre/es/main12.mjs +20 -77
- package/dist/maplibre/es/main12.mjs.map +1 -1
- package/dist/maplibre/es/main13.mjs +30 -9
- package/dist/maplibre/es/main13.mjs.map +1 -1
- package/dist/maplibre/es/main14.mjs +22 -67
- package/dist/maplibre/es/main14.mjs.map +1 -1
- package/dist/maplibre/es/main15.mjs +98 -0
- package/dist/maplibre/es/main15.mjs.map +1 -0
- package/dist/maplibre/es/main16.mjs +66 -0
- package/dist/maplibre/es/main16.mjs.map +1 -0
- package/dist/maplibre/es/main17.mjs +23 -0
- package/dist/maplibre/es/main17.mjs.map +1 -0
- package/dist/maplibre/es/main18.mjs +27 -0
- package/dist/maplibre/es/main18.mjs.map +1 -0
- package/dist/maplibre/es/main19.mjs +19 -0
- package/dist/maplibre/es/main19.mjs.map +1 -0
- package/dist/maplibre/es/main2.mjs.map +1 -1
- package/dist/maplibre/es/main20.mjs +72 -0
- package/dist/maplibre/es/main20.mjs.map +1 -0
- package/dist/maplibre/es/main3.mjs +43 -50
- package/dist/maplibre/es/main3.mjs.map +1 -1
- package/dist/maplibre/es/main4.mjs +50 -24
- package/dist/maplibre/es/main4.mjs.map +1 -1
- package/dist/maplibre/es/main5.mjs +19 -3
- package/dist/maplibre/es/main5.mjs.map +1 -1
- package/dist/maplibre/es/main6.mjs +14 -33
- package/dist/maplibre/es/main6.mjs.map +1 -1
- package/dist/maplibre/es/main7.mjs +18 -7
- package/dist/maplibre/es/main7.mjs.map +1 -1
- package/dist/maplibre/es/main8.mjs +26 -21
- package/dist/maplibre/es/main8.mjs.map +1 -1
- package/dist/maplibre/es/main9.mjs +9 -15
- package/dist/maplibre/es/main9.mjs.map +1 -1
- package/dist/maplibre/types/api/canvas-props.d.ts +4 -4
- package/dist/maplibre/types/api/coords-to-vector-3.d.ts +4 -0
- package/dist/maplibre/types/api/coords.d.ts +5 -0
- package/dist/maplibre/types/api/index.d.ts +5 -0
- package/dist/maplibre/types/api/near-coordinates.d.ts +3 -0
- package/dist/maplibre/types/api/use-map.d.ts +1 -1
- package/dist/maplibre/types/core/canvas-in-layer/use-canvas-in-layer.d.ts +11 -0
- package/dist/maplibre/types/core/canvas-in-layer/use-render.d.ts +12 -0
- package/dist/maplibre/types/core/canvas-in-layer/use-root.d.ts +7 -0
- package/dist/maplibre/types/core/canvas-overlay/canvas-portal.d.ts +11 -0
- package/dist/maplibre/types/core/canvas-overlay/init-canvas-fc.d.ts +12 -0
- package/dist/maplibre/types/core/canvas-overlay/init-r3m.d.ts +10 -0
- package/dist/maplibre/types/core/canvas-overlay/render.d.ts +1 -0
- package/dist/maplibre/types/core/canvas-overlay/sync-camera-fc.d.ts +13 -0
- package/dist/maplibre/types/core/coords-to-matrix.d.ts +2 -4
- package/dist/maplibre/types/core/events.d.ts +4 -0
- package/dist/maplibre/types/core/generic-map.d.ts +2 -0
- package/dist/maplibre/types/core/use-coords-to-matrix.d.ts +5 -0
- package/dist/maplibre/types/core/use-coords.d.ts +7 -5
- package/dist/maplibre/types/core/use-r3m.d.ts +22 -0
- package/dist/maplibre/types/{maplibre → mapbox}/canvas.d.ts +1 -1
- package/dist/maplibre/types/maplibre.index.d.ts +3 -4
- package/dist/types/api/canvas-props.d.ts +4 -4
- package/dist/types/api/coords-to-vector-3.d.ts +4 -0
- package/dist/types/api/coords.d.ts +5 -0
- package/dist/types/api/index.d.ts +5 -0
- package/dist/types/api/near-coordinates.d.ts +3 -0
- package/dist/types/api/use-map.d.ts +1 -1
- package/dist/types/core/canvas-in-layer/use-canvas-in-layer.d.ts +11 -0
- package/dist/types/core/canvas-in-layer/use-render.d.ts +12 -0
- package/dist/types/core/canvas-in-layer/use-root.d.ts +7 -0
- package/dist/types/core/canvas-overlay/canvas-portal.d.ts +11 -0
- package/dist/types/core/canvas-overlay/init-canvas-fc.d.ts +12 -0
- package/dist/types/core/canvas-overlay/init-r3m.d.ts +10 -0
- package/dist/types/core/canvas-overlay/render.d.ts +1 -0
- package/dist/types/core/canvas-overlay/sync-camera-fc.d.ts +13 -0
- package/dist/types/core/coords-to-matrix.d.ts +2 -4
- package/dist/types/core/events.d.ts +4 -0
- package/dist/types/core/generic-map.d.ts +2 -0
- package/dist/types/core/use-coords-to-matrix.d.ts +5 -0
- package/dist/types/core/use-coords.d.ts +7 -5
- package/dist/types/core/use-r3m.d.ts +22 -0
- package/dist/types/mapbox.index.d.ts +2 -3
- package/package.json +12 -9
- package/stories/package.json +12 -5
- package/stories/yarn.lock +128 -135
- package/dist/maplibre/types/core/create-events.d.ts +0 -3
- package/dist/maplibre/types/core/store.d.ts +0 -12
- package/dist/maplibre/types/core/use-canvas.d.ts +0 -11
- package/dist/maplibre/types/core/use-create-root.d.ts +0 -13
- package/dist/maplibre/types/core/use-on-add.d.ts +0 -10
- package/dist/maplibre/types/core/use-render.d.ts +0 -4
- package/dist/types/core/create-events.d.ts +0 -3
- package/dist/types/core/store.d.ts +0 -12
- package/dist/types/core/use-canvas.d.ts +0 -11
- package/dist/types/core/use-create-root.d.ts +0 -13
- package/dist/types/core/use-on-add.d.ts +0 -10
- package/dist/types/core/use-render.d.ts +0 -4
package/stories/yarn.lock
CHANGED
|
@@ -214,33 +214,6 @@
|
|
|
214
214
|
"@babel/helper-validator-identifier" "^7.22.5"
|
|
215
215
|
to-fast-properties "^2.0.0"
|
|
216
216
|
|
|
217
|
-
"@chevrotain/cst-dts-gen@10.5.0":
|
|
218
|
-
version "10.5.0"
|
|
219
|
-
resolved "https://registry.yarnpkg.com/@chevrotain/cst-dts-gen/-/cst-dts-gen-10.5.0.tgz#922ebd8cc59d97241bb01b1b17561a5c1ae0124e"
|
|
220
|
-
integrity sha512-lhmC/FyqQ2o7pGK4Om+hzuDrm9rhFYIJ/AXoQBeongmn870Xeb0L6oGEiuR8nohFNL5sMaQEJWCxr1oIVIVXrw==
|
|
221
|
-
dependencies:
|
|
222
|
-
"@chevrotain/gast" "10.5.0"
|
|
223
|
-
"@chevrotain/types" "10.5.0"
|
|
224
|
-
lodash "4.17.21"
|
|
225
|
-
|
|
226
|
-
"@chevrotain/gast@10.5.0":
|
|
227
|
-
version "10.5.0"
|
|
228
|
-
resolved "https://registry.yarnpkg.com/@chevrotain/gast/-/gast-10.5.0.tgz#e4e614bc46d17a8892742f38e56cd33f1f3ad162"
|
|
229
|
-
integrity sha512-pXdMJ9XeDAbgOWKuD1Fldz4ieCs6+nLNmyVhe2gZVqoO7v8HXuHYs5OV2EzUtbuai37TlOAQHrTDvxMnvMJz3A==
|
|
230
|
-
dependencies:
|
|
231
|
-
"@chevrotain/types" "10.5.0"
|
|
232
|
-
lodash "4.17.21"
|
|
233
|
-
|
|
234
|
-
"@chevrotain/types@10.5.0":
|
|
235
|
-
version "10.5.0"
|
|
236
|
-
resolved "https://registry.yarnpkg.com/@chevrotain/types/-/types-10.5.0.tgz#52a97d74a8cfbc197f054636d93ecd8912d33d21"
|
|
237
|
-
integrity sha512-f1MAia0x/pAVPWH/T73BJVyO2XU5tI4/iE7cnxb7tqdNTNhQI3Uq3XkqcoteTmD4t1aM0LbHCJOhgIDn07kl2A==
|
|
238
|
-
|
|
239
|
-
"@chevrotain/utils@10.5.0":
|
|
240
|
-
version "10.5.0"
|
|
241
|
-
resolved "https://registry.yarnpkg.com/@chevrotain/utils/-/utils-10.5.0.tgz#0ee36f65b49b447fbac71b9e5af5c5c6c98ac057"
|
|
242
|
-
integrity sha512-hBzuU5+JjB2cqNZyszkDHZgOSrUUT8V3dhgRl8Q9Gp6dAj/H5+KILGjbhDpc3Iy9qmqlm/akuOI2ut9VUtzJxQ==
|
|
243
|
-
|
|
244
217
|
"@cush/relative@^1.0.0":
|
|
245
218
|
version "1.0.0"
|
|
246
219
|
resolved "https://registry.yarnpkg.com/@cush/relative/-/relative-1.0.0.tgz#8cd1769bf9bde3bb27dac356b1bc94af40f6cc16"
|
|
@@ -548,10 +521,10 @@
|
|
|
548
521
|
"@types/mdx" "^2.0.0"
|
|
549
522
|
"@types/react" ">=16"
|
|
550
523
|
|
|
551
|
-
"@mediapipe/tasks-vision@0.10.
|
|
552
|
-
version "0.10.
|
|
553
|
-
resolved "https://registry.yarnpkg.com/@mediapipe/tasks-vision/-/tasks-vision-0.10.
|
|
554
|
-
integrity sha512-
|
|
524
|
+
"@mediapipe/tasks-vision@0.10.8":
|
|
525
|
+
version "0.10.8"
|
|
526
|
+
resolved "https://registry.yarnpkg.com/@mediapipe/tasks-vision/-/tasks-vision-0.10.8.tgz#a78e137018a19933b7a1d0e887d553d4ab833d10"
|
|
527
|
+
integrity sha512-Rp7ll8BHrKB3wXaRFKhrltwZl1CiXGdibPxuWXvqGnKTnv8fqa/nvftYNuSbf+pbJWKYCXdBtYTITdAUTGGh0Q==
|
|
555
528
|
|
|
556
529
|
"@nodelib/fs.scandir@2.1.5":
|
|
557
530
|
version "2.1.5"
|
|
@@ -799,40 +772,46 @@
|
|
|
799
772
|
resolved "https://registry.yarnpkg.com/@react-spring/types/-/types-9.6.1.tgz#913d3a68c5cbc1124fdb18eff919432f7b6abdde"
|
|
800
773
|
integrity sha512-POu8Mk0hIU3lRXB3bGIGe4VHIwwDsQyoD1F394OK7STTiX9w4dG3cTLljjYswkQN+hDSHRrj4O36kuVa7KPU8Q==
|
|
801
774
|
|
|
802
|
-
"@react-three/drei@^9.
|
|
803
|
-
version "9.
|
|
804
|
-
resolved "https://registry.yarnpkg.com/@react-three/drei/-/drei-9.
|
|
805
|
-
integrity sha512-
|
|
775
|
+
"@react-three/drei@^9.92.3":
|
|
776
|
+
version "9.92.3"
|
|
777
|
+
resolved "https://registry.yarnpkg.com/@react-three/drei/-/drei-9.92.3.tgz#a5966780544cfe6b5297ade7f8f32f7c9f32719c"
|
|
778
|
+
integrity sha512-Ci4JeidQO12rqXm3GQjZmEXILVCxptqMssMa97qeVFJUdIY1AXrufWdRlIVePYoQ9dRDRsn6gn5F/wWfA5SJUQ==
|
|
806
779
|
dependencies:
|
|
807
780
|
"@babel/runtime" "^7.11.2"
|
|
808
|
-
"@mediapipe/tasks-vision" "0.10.
|
|
781
|
+
"@mediapipe/tasks-vision" "0.10.8"
|
|
809
782
|
"@react-spring/three" "~9.6.1"
|
|
810
783
|
"@use-gesture/react" "^10.2.24"
|
|
811
784
|
camera-controls "^2.4.2"
|
|
785
|
+
cross-env "^7.0.3"
|
|
812
786
|
detect-gpu "^5.0.28"
|
|
813
787
|
glsl-noise "^0.0.0"
|
|
814
788
|
lodash.clamp "^4.0.3"
|
|
815
789
|
lodash.omit "^4.5.0"
|
|
816
790
|
lodash.pick "^4.4.0"
|
|
817
|
-
maath "^0.
|
|
791
|
+
maath "^0.9.0"
|
|
818
792
|
meshline "^3.1.6"
|
|
819
793
|
react-composer "^5.0.3"
|
|
820
794
|
react-merge-refs "^1.1.0"
|
|
795
|
+
stats-gl "^2.0.0"
|
|
821
796
|
stats.js "^0.17.0"
|
|
822
797
|
suspend-react "^0.1.3"
|
|
823
|
-
three-mesh-bvh "^0.6.
|
|
824
|
-
three-stdlib "^2.
|
|
798
|
+
three-mesh-bvh "^0.6.7"
|
|
799
|
+
three-stdlib "^2.28.0"
|
|
825
800
|
troika-three-text "^0.47.2"
|
|
826
801
|
utility-types "^3.10.0"
|
|
802
|
+
uuid "^9.0.1"
|
|
827
803
|
zustand "^3.5.13"
|
|
828
804
|
|
|
829
|
-
"@react-three/fiber@^8.
|
|
830
|
-
version "8.
|
|
831
|
-
resolved "https://registry.yarnpkg.com/@react-three/fiber/-/fiber-8.
|
|
832
|
-
integrity sha512-
|
|
805
|
+
"@react-three/fiber@^8.15.12":
|
|
806
|
+
version "8.15.12"
|
|
807
|
+
resolved "https://registry.yarnpkg.com/@react-three/fiber/-/fiber-8.15.12.tgz#0bc08730eec32e53373482fbb518d116d3aa3df3"
|
|
808
|
+
integrity sha512-yg0CyXVHIdSbNjM/GAgDrGJnKLTsfTlaR5FoJGEh9IgVKptOoudnFZhBt/Cau4rzx2X6eLmB1+aWOm1dEHSUpg==
|
|
833
809
|
dependencies:
|
|
834
810
|
"@babel/runtime" "^7.17.8"
|
|
835
811
|
"@types/react-reconciler" "^0.26.7"
|
|
812
|
+
"@types/webxr" "*"
|
|
813
|
+
base64-js "^1.5.1"
|
|
814
|
+
buffer "^6.0.3"
|
|
836
815
|
its-fine "^1.0.6"
|
|
837
816
|
react-reconciler "^0.27.0"
|
|
838
817
|
react-use-measure "^2.1.1"
|
|
@@ -840,6 +819,17 @@
|
|
|
840
819
|
suspend-react "^0.1.3"
|
|
841
820
|
zustand "^3.7.1"
|
|
842
821
|
|
|
822
|
+
"@react-three/postprocessing@^2.15.11":
|
|
823
|
+
version "2.15.11"
|
|
824
|
+
resolved "https://registry.yarnpkg.com/@react-three/postprocessing/-/postprocessing-2.15.11.tgz#d07069eabe5da67c31f56ca7f4fbef71dcca817b"
|
|
825
|
+
integrity sha512-XQJxhk/hsbzUCLagd8V4pg28iy+UMkYeFFL7BOdlSM1TgAorNzMim+Wu5zI6fbAaGMpmwk7PCbOZN5YPgD0BRQ==
|
|
826
|
+
dependencies:
|
|
827
|
+
buffer "^6.0.3"
|
|
828
|
+
maath "^0.6.0"
|
|
829
|
+
n8ao "^1.6.6"
|
|
830
|
+
postprocessing "^6.32.1"
|
|
831
|
+
three-stdlib "^2.23.4"
|
|
832
|
+
|
|
843
833
|
"@stitches/react@^1.2.8":
|
|
844
834
|
version "1.2.8"
|
|
845
835
|
resolved "https://registry.yarnpkg.com/@stitches/react/-/react-1.2.8.tgz#954f8008be8d9c65c4e58efa0937f32388ce3a38"
|
|
@@ -911,11 +901,6 @@
|
|
|
911
901
|
"@swc/core-win32-ia32-msvc" "1.3.69"
|
|
912
902
|
"@swc/core-win32-x64-msvc" "1.3.69"
|
|
913
903
|
|
|
914
|
-
"@tweenjs/tween.js@~18.6.4":
|
|
915
|
-
version "18.6.4"
|
|
916
|
-
resolved "https://registry.yarnpkg.com/@tweenjs/tween.js/-/tween.js-18.6.4.tgz#40a3d0a93647124872dec8e0fd1bd5926695b6ca"
|
|
917
|
-
integrity sha512-lB9lMjuqjtuJrx7/kOkqQBtllspPIN+96OvTCeJ2j5FEzinoAXTdAMFnDAQT1KVPRlnYfBrqxtqP66vDM40xxQ==
|
|
918
|
-
|
|
919
904
|
"@types/acorn@^4.0.0":
|
|
920
905
|
version "4.0.6"
|
|
921
906
|
resolved "https://registry.yarnpkg.com/@types/acorn/-/acorn-4.0.6.tgz#d61ca5480300ac41a7d973dd5b84d0a591154a22"
|
|
@@ -959,6 +944,11 @@
|
|
|
959
944
|
dependencies:
|
|
960
945
|
"@types/unist" "^2"
|
|
961
946
|
|
|
947
|
+
"@types/luxon@^3.3.7":
|
|
948
|
+
version "3.3.7"
|
|
949
|
+
resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-3.3.7.tgz#043d413b6492a012de47503907bdf3ec4f827933"
|
|
950
|
+
integrity sha512-gKc9P2d4g5uYwmy4s/MO/yOVPmvHyvzka1YH6i5dM03UrFofHSmgc0D0ymbDRStFWHusk6cwwF6nhLm/ckBbbQ==
|
|
951
|
+
|
|
962
952
|
"@types/mapbox-gl@>=1.0.0":
|
|
963
953
|
version "2.7.11"
|
|
964
954
|
resolved "https://registry.yarnpkg.com/@types/mapbox-gl/-/mapbox-gl-2.7.11.tgz#c9b9ed2ed24970aeef947609fdfcfcf826a3aa49"
|
|
@@ -1062,18 +1052,26 @@
|
|
|
1062
1052
|
resolved "https://registry.yarnpkg.com/@types/stats.js/-/stats.js-0.17.0.tgz#0ed81d48e03b590c24da85540c1d952077a9fe20"
|
|
1063
1053
|
integrity sha512-9w+a7bR8PeB0dCT/HBULU2fMqf6BAzvKbxFboYhmDtDkKPiyXYbjoe2auwsXlEFI7CFNMF1dCv3dFH5Poy9R1w==
|
|
1064
1054
|
|
|
1065
|
-
"@types/
|
|
1066
|
-
version "
|
|
1067
|
-
resolved "https://registry.yarnpkg.com/@types/
|
|
1068
|
-
integrity sha512-
|
|
1055
|
+
"@types/suncalc@^1.9.2":
|
|
1056
|
+
version "1.9.2"
|
|
1057
|
+
resolved "https://registry.yarnpkg.com/@types/suncalc/-/suncalc-1.9.2.tgz#207810e705572c29c3f5519c29004d88a0c3b2b3"
|
|
1058
|
+
integrity sha512-ATAGBHHfA1TlE2tjfidLyTcysjoT2JHHEAmWRULh73SU9UTn++j5fqHEW16X6Y/2Li87jEQXzgu4R/OOdlDqzw==
|
|
1059
|
+
|
|
1060
|
+
"@types/three@^0.159.0":
|
|
1061
|
+
version "0.159.0"
|
|
1062
|
+
resolved "https://registry.yarnpkg.com/@types/three/-/three-0.159.0.tgz#e1c9d2a84543c2febee5244cc5cf7d657d13aa45"
|
|
1063
|
+
integrity sha512-2gybdh7HtX+rGUgslzK7QEJfzD2I0qrbUGzKk+dK0FDx49UHkNX0rqZVRzIgeFjBd1HzzhNNgwNoMacm3Wyc7w==
|
|
1069
1064
|
dependencies:
|
|
1070
|
-
"@tweenjs/tween.js" "~18.6.4"
|
|
1071
1065
|
"@types/stats.js" "*"
|
|
1072
1066
|
"@types/webxr" "*"
|
|
1073
|
-
fflate "~0.6.
|
|
1074
|
-
lil-gui "~0.17.0"
|
|
1067
|
+
fflate "~0.6.10"
|
|
1075
1068
|
meshoptimizer "~0.18.1"
|
|
1076
1069
|
|
|
1070
|
+
"@types/tz-lookup@^6.1.2":
|
|
1071
|
+
version "6.1.2"
|
|
1072
|
+
resolved "https://registry.yarnpkg.com/@types/tz-lookup/-/tz-lookup-6.1.2.tgz#6b33caac5ff4525ae9c32e3787118792f30a3d4e"
|
|
1073
|
+
integrity sha512-9y31Xf/8FHXrCHjvVjGZLcsayAa6ABNc8bZlk6MPOQLLlr41tICSqW3TRPRIx2nodbzdKs5N7ipHWBrUsWUiAA==
|
|
1074
|
+
|
|
1077
1075
|
"@types/unist@^2", "@types/unist@^2.0.0":
|
|
1078
1076
|
version "2.0.7"
|
|
1079
1077
|
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.7.tgz#5b06ad6894b236a1d2bd6b2f07850ca5c59cf4d6"
|
|
@@ -1224,6 +1222,11 @@ balanced-match@^1.0.0:
|
|
|
1224
1222
|
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
|
|
1225
1223
|
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
|
|
1226
1224
|
|
|
1225
|
+
base64-js@^1.3.1, base64-js@^1.5.1:
|
|
1226
|
+
version "1.5.1"
|
|
1227
|
+
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
|
|
1228
|
+
integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
|
|
1229
|
+
|
|
1227
1230
|
bidi-js@^1.0.2:
|
|
1228
1231
|
version "1.0.2"
|
|
1229
1232
|
resolved "https://registry.yarnpkg.com/bidi-js/-/bidi-js-1.0.2.tgz#1a497a762c2ddea377429d2649c9ce0f8a91527f"
|
|
@@ -1287,6 +1290,14 @@ browserslist@^4.21.9:
|
|
|
1287
1290
|
node-releases "^2.0.12"
|
|
1288
1291
|
update-browserslist-db "^1.0.11"
|
|
1289
1292
|
|
|
1293
|
+
buffer@^6.0.3:
|
|
1294
|
+
version "6.0.3"
|
|
1295
|
+
resolved "https://registry.yarnpkg.com/buffer/-/buffer-6.0.3.tgz#2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6"
|
|
1296
|
+
integrity sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==
|
|
1297
|
+
dependencies:
|
|
1298
|
+
base64-js "^1.3.1"
|
|
1299
|
+
ieee754 "^1.2.1"
|
|
1300
|
+
|
|
1290
1301
|
bundle-name@^3.0.0:
|
|
1291
1302
|
version "3.0.0"
|
|
1292
1303
|
resolved "https://registry.yarnpkg.com/bundle-name/-/bundle-name-3.0.0.tgz#ba59bcc9ac785fb67ccdbf104a2bf60c099f0e1a"
|
|
@@ -1371,18 +1382,6 @@ character-reference-invalid@^2.0.0:
|
|
|
1371
1382
|
resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz#85c66b041e43b47210faf401278abf808ac45cb9"
|
|
1372
1383
|
integrity sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==
|
|
1373
1384
|
|
|
1374
|
-
chevrotain@^10.1.2:
|
|
1375
|
-
version "10.5.0"
|
|
1376
|
-
resolved "https://registry.yarnpkg.com/chevrotain/-/chevrotain-10.5.0.tgz#9c1dc62ef0753bb562dbe521b5f72d041bad624e"
|
|
1377
|
-
integrity sha512-Pkv5rBY3+CsHOYfV5g/Vs5JY9WTHHDEKOlohI2XeygaZhUeqhAlldZ8Hz9cRmxu709bvS08YzxHdTPHhffc13A==
|
|
1378
|
-
dependencies:
|
|
1379
|
-
"@chevrotain/cst-dts-gen" "10.5.0"
|
|
1380
|
-
"@chevrotain/gast" "10.5.0"
|
|
1381
|
-
"@chevrotain/types" "10.5.0"
|
|
1382
|
-
"@chevrotain/utils" "10.5.0"
|
|
1383
|
-
lodash "4.17.21"
|
|
1384
|
-
regexp-to-ast "0.5.0"
|
|
1385
|
-
|
|
1386
1385
|
chokidar@^3.5.3:
|
|
1387
1386
|
version "3.5.3"
|
|
1388
1387
|
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
|
|
@@ -1480,7 +1479,14 @@ cookies@~0.8.0:
|
|
|
1480
1479
|
depd "~2.0.0"
|
|
1481
1480
|
keygrip "~1.1.0"
|
|
1482
1481
|
|
|
1483
|
-
cross-
|
|
1482
|
+
cross-env@^7.0.3:
|
|
1483
|
+
version "7.0.3"
|
|
1484
|
+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
|
|
1485
|
+
integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
|
|
1486
|
+
dependencies:
|
|
1487
|
+
cross-spawn "^7.0.1"
|
|
1488
|
+
|
|
1489
|
+
cross-spawn@^7.0.1, cross-spawn@^7.0.3:
|
|
1484
1490
|
version "7.0.3"
|
|
1485
1491
|
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
|
|
1486
1492
|
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
|
|
@@ -1796,7 +1802,7 @@ fastq@^1.6.0:
|
|
|
1796
1802
|
dependencies:
|
|
1797
1803
|
reusify "^1.0.4"
|
|
1798
1804
|
|
|
1799
|
-
fflate@^0.6.9, fflate@~0.6.
|
|
1805
|
+
fflate@^0.6.9, fflate@~0.6.10:
|
|
1800
1806
|
version "0.6.10"
|
|
1801
1807
|
resolved "https://registry.yarnpkg.com/fflate/-/fflate-0.6.10.tgz#5f40f9659205936a2d18abf88b2e7781662b6d43"
|
|
1802
1808
|
integrity sha512-IQrh3lEPM93wVCEczc9SaAOvkmcoQn/G8Bo1e8ZPlY3X3bnAxWaBdvTdvM1hP62iZp0BXWDy4vTAy4fF0+Dlpg==
|
|
@@ -2078,7 +2084,7 @@ human-signals@^4.3.0:
|
|
|
2078
2084
|
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-4.3.1.tgz#ab7f811e851fca97ffbd2c1fe9a958964de321b2"
|
|
2079
2085
|
integrity sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==
|
|
2080
2086
|
|
|
2081
|
-
ieee754@^1.1.12:
|
|
2087
|
+
ieee754@^1.1.12, ieee754@^1.2.1:
|
|
2082
2088
|
version "1.2.1"
|
|
2083
2089
|
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
|
|
2084
2090
|
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
|
|
@@ -2346,11 +2352,6 @@ koa@^2.14.2:
|
|
|
2346
2352
|
type-is "^1.6.16"
|
|
2347
2353
|
vary "^1.1.2"
|
|
2348
2354
|
|
|
2349
|
-
ktx-parse@^0.4.5:
|
|
2350
|
-
version "0.4.5"
|
|
2351
|
-
resolved "https://registry.yarnpkg.com/ktx-parse/-/ktx-parse-0.4.5.tgz#79905e22281a9d3e602b2ff522df1ee7d1813aa6"
|
|
2352
|
-
integrity sha512-MK3FOody4TXbFf8Yqv7EBbySw7aPvEcPX++Ipt6Sox+/YMFvR5xaTyhfNSk1AEmMy+RYIw81ctN4IMxCB8OAlg==
|
|
2353
|
-
|
|
2354
2355
|
leva@^0.9.35:
|
|
2355
2356
|
version "0.9.35"
|
|
2356
2357
|
resolved "https://registry.yarnpkg.com/leva/-/leva-0.9.35.tgz#0d44c0954ba28434b50636906e389c61dd2cbfd9"
|
|
@@ -2368,11 +2369,6 @@ leva@^0.9.35:
|
|
|
2368
2369
|
v8n "^1.3.3"
|
|
2369
2370
|
zustand "^3.6.9"
|
|
2370
2371
|
|
|
2371
|
-
lil-gui@~0.17.0:
|
|
2372
|
-
version "0.17.0"
|
|
2373
|
-
resolved "https://registry.yarnpkg.com/lil-gui/-/lil-gui-0.17.0.tgz#b41ae55d0023fcd9185f7395a218db0f58189663"
|
|
2374
|
-
integrity sha512-MVBHmgY+uEbmJNApAaPbtvNh1RCAeMnKym82SBjtp5rODTYKWtM+MXHCifLe2H2Ti1HuBGBtK/5SyG4ShQ3pUQ==
|
|
2375
|
-
|
|
2376
2372
|
lines-and-columns@^1.1.6:
|
|
2377
2373
|
version "1.2.4"
|
|
2378
2374
|
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
|
|
@@ -2398,11 +2394,6 @@ lodash.pick@^4.4.0:
|
|
|
2398
2394
|
resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3"
|
|
2399
2395
|
integrity sha512-hXt6Ul/5yWjfklSGvLQl8vM//l3FtyHZeuelpzK6mm99pNvN9yTDruNZPEJZD1oWrqo+izBmB7oUfWgcCX7s4Q==
|
|
2400
2396
|
|
|
2401
|
-
lodash@4.17.21:
|
|
2402
|
-
version "4.17.21"
|
|
2403
|
-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
|
|
2404
|
-
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
|
2405
|
-
|
|
2406
2397
|
longest-streak@^3.0.0:
|
|
2407
2398
|
version "3.1.0"
|
|
2408
2399
|
resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-3.1.0.tgz#62fa67cd958742a1574af9f39866364102d90cd4"
|
|
@@ -2422,11 +2413,21 @@ lru-cache@^5.1.1:
|
|
|
2422
2413
|
dependencies:
|
|
2423
2414
|
yallist "^3.0.2"
|
|
2424
2415
|
|
|
2416
|
+
luxon@^3.4.4:
|
|
2417
|
+
version "3.4.4"
|
|
2418
|
+
resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.4.4.tgz#cf20dc27dc532ba41a169c43fdcc0063601577af"
|
|
2419
|
+
integrity sha512-zobTr7akeGHnv7eBOXcRgMeCP6+uyYsczwmeRCauvpvaAltgNyTbLH/+VaEAPUeWBT+1GuNmz4wC/6jtQzbbVA==
|
|
2420
|
+
|
|
2425
2421
|
maath@^0.6.0:
|
|
2426
2422
|
version "0.6.0"
|
|
2427
2423
|
resolved "https://registry.yarnpkg.com/maath/-/maath-0.6.0.tgz#7841d0fb95bbb37d19b08b7c5458ef70190950d2"
|
|
2428
2424
|
integrity sha512-dSb2xQuP7vDnaYqfoKzlApeRcR2xtN8/f7WV/TMAkBC8552TwTLtOO0JTcSygkYMjNDPoo6V01jTw/aPi4JrMw==
|
|
2429
2425
|
|
|
2426
|
+
maath@^0.9.0:
|
|
2427
|
+
version "0.9.0"
|
|
2428
|
+
resolved "https://registry.yarnpkg.com/maath/-/maath-0.9.0.tgz#425a9600dfc5d0aecfa48029a2e3eea852531b06"
|
|
2429
|
+
integrity sha512-aAR8hoUqPxlsU8VOxkS9y37jhUzdUxM017NpCuxFU1Gk+nMaZASZxymZrV8LRSHzRk/watlbfyNKu6XPUhCFrQ==
|
|
2430
|
+
|
|
2430
2431
|
magic-string@^0.27.0:
|
|
2431
2432
|
version "0.27.0"
|
|
2432
2433
|
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.27.0.tgz#e4a3413b4bab6d98d2becffd48b4a257effdbbf3"
|
|
@@ -3143,11 +3144,6 @@ mixin-deep@^1.2.0:
|
|
|
3143
3144
|
for-in "^1.0.2"
|
|
3144
3145
|
is-extendable "^1.0.1"
|
|
3145
3146
|
|
|
3146
|
-
mmd-parser@^1.0.4:
|
|
3147
|
-
version "1.0.4"
|
|
3148
|
-
resolved "https://registry.yarnpkg.com/mmd-parser/-/mmd-parser-1.0.4.tgz#87cc05782cb5974ca854f0303fc5147bc9d690e7"
|
|
3149
|
-
integrity sha512-Qi0VCU46t2IwfGv5KF0+D/t9cizcDug7qnNoy9Ggk7aucp0tssV8IwTMkBlDbm+VqAf3cdQHTCARKSsuS2MYFg==
|
|
3150
|
-
|
|
3151
3147
|
mri@^1.1.0:
|
|
3152
3148
|
version "1.2.0"
|
|
3153
3149
|
resolved "https://registry.yarnpkg.com/mri/-/mri-1.2.0.tgz#6721480fec2a11a4889861115a48b6cbe7cc8f0b"
|
|
@@ -3172,6 +3168,11 @@ mz@^2.7.0:
|
|
|
3172
3168
|
object-assign "^4.0.1"
|
|
3173
3169
|
thenify-all "^1.0.0"
|
|
3174
3170
|
|
|
3171
|
+
n8ao@^1.6.6:
|
|
3172
|
+
version "1.7.0"
|
|
3173
|
+
resolved "https://registry.yarnpkg.com/n8ao/-/n8ao-1.7.0.tgz#43b42d66f3bb2333522d7fb8d8c6750ea5e8a32b"
|
|
3174
|
+
integrity sha512-0Ne+dnzlKByj4UR+OfPU04CanmbNPPtYcqJqWWcPw00CiMOLhkE23/gwoROLACKMRLuWsqhW2cMf5pYlywrIAQ==
|
|
3175
|
+
|
|
3175
3176
|
nanoid@^3.3.6:
|
|
3176
3177
|
version "3.3.6"
|
|
3177
3178
|
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
|
|
@@ -3254,14 +3255,6 @@ open@^9.1.0:
|
|
|
3254
3255
|
is-inside-container "^1.0.0"
|
|
3255
3256
|
is-wsl "^2.2.0"
|
|
3256
3257
|
|
|
3257
|
-
opentype.js@^1.3.3:
|
|
3258
|
-
version "1.3.4"
|
|
3259
|
-
resolved "https://registry.yarnpkg.com/opentype.js/-/opentype.js-1.3.4.tgz#1c0e72e46288473cc4a4c6a2dc60fd7fe6020d77"
|
|
3260
|
-
integrity sha512-d2JE9RP/6uagpQAVtJoF0pJJA/fgai89Cc50Yp0EJHk+eLp6QQ7gBoblsnubRULNY132I0J1QKMJ+JTbMqz4sw==
|
|
3261
|
-
dependencies:
|
|
3262
|
-
string.prototype.codepointat "^0.2.1"
|
|
3263
|
-
tiny-inflate "^1.0.3"
|
|
3264
|
-
|
|
3265
3258
|
parse-entities@^4.0.0:
|
|
3266
3259
|
version "4.0.1"
|
|
3267
3260
|
resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-4.0.1.tgz#4e2a01111fb1c986549b944af39eeda258fc9e4e"
|
|
@@ -3347,6 +3340,11 @@ postcss@^8.4.25:
|
|
|
3347
3340
|
picocolors "^1.0.0"
|
|
3348
3341
|
source-map-js "^1.0.2"
|
|
3349
3342
|
|
|
3343
|
+
postprocessing@^6.32.1:
|
|
3344
|
+
version "6.33.4"
|
|
3345
|
+
resolved "https://registry.yarnpkg.com/postprocessing/-/postprocessing-6.33.4.tgz#f4815071c486527c4d8fe6971c57880b73c7bd3b"
|
|
3346
|
+
integrity sha512-2gFymFsEEKVGGD9g/JDi8bNzFNc4PGQiVn3oMYTZd+ebc90gHFXI4eWircELHADxaQVYMlhHvhCpsnlJ1SLhQw==
|
|
3347
|
+
|
|
3350
3348
|
potpack@^1.0.1:
|
|
3351
3349
|
version "1.0.2"
|
|
3352
3350
|
resolved "https://registry.yarnpkg.com/potpack/-/potpack-1.0.2.tgz#23b99e64eb74f5741ffe7656b5b5c4ddce8dfc14"
|
|
@@ -3515,11 +3513,6 @@ regenerator-runtime@^0.13.11:
|
|
|
3515
3513
|
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
|
|
3516
3514
|
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
|
|
3517
3515
|
|
|
3518
|
-
regexp-to-ast@0.5.0:
|
|
3519
|
-
version "0.5.0"
|
|
3520
|
-
resolved "https://registry.yarnpkg.com/regexp-to-ast/-/regexp-to-ast-0.5.0.tgz#56c73856bee5e1fef7f73a00f1473452ab712a24"
|
|
3521
|
-
integrity sha512-tlbJqcMHnPKI9zSrystikWKwHkBqu2a/Sgw01h3zFjvYrMxEDYHzzoMZnUrbIfpTFEsoRnnviOXNCzFiSc54Qw==
|
|
3522
|
-
|
|
3523
3516
|
rehype-raw@^6.1.1:
|
|
3524
3517
|
version "6.1.1"
|
|
3525
3518
|
resolved "https://registry.yarnpkg.com/rehype-raw/-/rehype-raw-6.1.1.tgz#81bbef3793bd7abacc6bf8335879d1b6c868c9d4"
|
|
@@ -3731,6 +3724,11 @@ split-string@^3.0.1:
|
|
|
3731
3724
|
dependencies:
|
|
3732
3725
|
extend-shallow "^3.0.0"
|
|
3733
3726
|
|
|
3727
|
+
stats-gl@^2.0.0:
|
|
3728
|
+
version "2.0.1"
|
|
3729
|
+
resolved "https://registry.yarnpkg.com/stats-gl/-/stats-gl-2.0.1.tgz#4626a1575af00f0c5daba41ebc8f8e29a0a1998a"
|
|
3730
|
+
integrity sha512-EhFm1AxoSBK3MflkFawZ4jmOX1dWu0nBAtCpvGxGsondEvCpsohbpRpM8pi8UAcxG5eRsDsCiRcxdH20j3Rp9A==
|
|
3731
|
+
|
|
3734
3732
|
stats.js@^0.17.0:
|
|
3735
3733
|
version "0.17.0"
|
|
3736
3734
|
resolved "https://registry.yarnpkg.com/stats.js/-/stats.js-0.17.0.tgz#b1c3dc46d94498b578b7fd3985b81ace7131cc7d"
|
|
@@ -3759,11 +3757,6 @@ string-width@^5.0.1, string-width@^5.1.2:
|
|
|
3759
3757
|
emoji-regex "^9.2.2"
|
|
3760
3758
|
strip-ansi "^7.0.1"
|
|
3761
3759
|
|
|
3762
|
-
string.prototype.codepointat@^0.2.1:
|
|
3763
|
-
version "0.2.1"
|
|
3764
|
-
resolved "https://registry.yarnpkg.com/string.prototype.codepointat/-/string.prototype.codepointat-0.2.1.tgz#004ad44c8afc727527b108cd462b4d971cd469bc"
|
|
3765
|
-
integrity sha512-2cBVCj6I4IOvEnjgO/hWqXjqBGsY+zwPmHl12Srk9IXSZ56Jwwmy+66XO5Iut/oQVR7t5ihYdLB0GMa4alEUcg==
|
|
3766
|
-
|
|
3767
3760
|
stringify-entities@^4.0.0:
|
|
3768
3761
|
version "4.0.3"
|
|
3769
3762
|
resolved "https://registry.yarnpkg.com/stringify-entities/-/stringify-entities-4.0.3.tgz#cfabd7039d22ad30f3cc435b0ca2c1574fc88ef8"
|
|
@@ -3821,6 +3814,11 @@ sucrase@^3.20.3:
|
|
|
3821
3814
|
pirates "^4.0.1"
|
|
3822
3815
|
ts-interface-checker "^0.1.9"
|
|
3823
3816
|
|
|
3817
|
+
suncalc@^1.9.0:
|
|
3818
|
+
version "1.9.0"
|
|
3819
|
+
resolved "https://registry.yarnpkg.com/suncalc/-/suncalc-1.9.0.tgz#26212353fae61edb287c2d558fc4932ecf0e1532"
|
|
3820
|
+
integrity sha512-vMJ8Byp1uIPoj+wb9c1AdK4jpkSKVAywgHX0lqY7zt6+EWRRC3Z+0Ucfjy/0yxTVO1hwwchZe4uoFNqrIC24+A==
|
|
3821
|
+
|
|
3824
3822
|
supercluster@^8.0.0, supercluster@^8.0.1:
|
|
3825
3823
|
version "8.0.1"
|
|
3826
3824
|
resolved "https://registry.yarnpkg.com/supercluster/-/supercluster-8.0.1.tgz#9946ba123538e9e9ab15de472531f604e7372df5"
|
|
@@ -3859,37 +3857,27 @@ three-mesh-bvh@0.5.21:
|
|
|
3859
3857
|
resolved "https://registry.yarnpkg.com/three-mesh-bvh/-/three-mesh-bvh-0.5.21.tgz#e08f5f3052d624cce36d0975692949c02359832f"
|
|
3860
3858
|
integrity sha512-TGXPk7YwtlU5rgQJYA25OT6yAdBMeekfC4BTkGNtTWA5glb2rmEpjxvhZncRQSl73QZir2LFOQT0FjfzgG55xw==
|
|
3861
3859
|
|
|
3862
|
-
three-mesh-bvh@^0.6.
|
|
3863
|
-
version "0.6.
|
|
3864
|
-
resolved "https://registry.yarnpkg.com/three-mesh-bvh/-/three-mesh-bvh-0.6.
|
|
3865
|
-
integrity sha512-
|
|
3860
|
+
three-mesh-bvh@^0.6.7:
|
|
3861
|
+
version "0.6.8"
|
|
3862
|
+
resolved "https://registry.yarnpkg.com/three-mesh-bvh/-/three-mesh-bvh-0.6.8.tgz#f27d18ca75bdc59316dff0f561af8fb316621a54"
|
|
3863
|
+
integrity sha512-EGebF9DZx1S8+7OZYNNTT80GXJZVf+UYXD/HyTg/e2kR/ApofIFfUS4ZzIHNnUVIadpnLSzM4n96wX+l7GMbnQ==
|
|
3866
3864
|
|
|
3867
|
-
three-stdlib@^2.23.
|
|
3868
|
-
version "2.
|
|
3869
|
-
resolved "https://registry.yarnpkg.com/three-stdlib/-/three-stdlib-2.
|
|
3870
|
-
integrity sha512-
|
|
3865
|
+
three-stdlib@^2.23.4, three-stdlib@^2.28.0, three-stdlib@^2.28.7:
|
|
3866
|
+
version "2.28.7"
|
|
3867
|
+
resolved "https://registry.yarnpkg.com/three-stdlib/-/three-stdlib-2.28.7.tgz#677ad2ce4d57375f7582e5fd62eadfd07ef6059a"
|
|
3868
|
+
integrity sha512-E7NuztilCswBKnEoyqydvA7N4dy0cf/gLA0bKrrg6+Q6j4WtusGa/+t9oK2HVq47S1AHRH2CvFHpdIGNjPKo/A==
|
|
3871
3869
|
dependencies:
|
|
3872
3870
|
"@types/draco3d" "^1.4.0"
|
|
3873
3871
|
"@types/offscreencanvas" "^2019.6.4"
|
|
3874
3872
|
"@types/webxr" "^0.5.2"
|
|
3875
|
-
chevrotain "^10.1.2"
|
|
3876
3873
|
draco3d "^1.4.1"
|
|
3877
3874
|
fflate "^0.6.9"
|
|
3878
|
-
ktx-parse "^0.4.5"
|
|
3879
|
-
mmd-parser "^1.0.4"
|
|
3880
|
-
opentype.js "^1.3.3"
|
|
3881
3875
|
potpack "^1.0.1"
|
|
3882
|
-
zstddec "^0.0.2"
|
|
3883
3876
|
|
|
3884
|
-
three@^0.
|
|
3885
|
-
version "0.
|
|
3886
|
-
resolved "https://registry.yarnpkg.com/three/-/three-0.
|
|
3887
|
-
integrity sha512-
|
|
3888
|
-
|
|
3889
|
-
tiny-inflate@^1.0.3:
|
|
3890
|
-
version "1.0.3"
|
|
3891
|
-
resolved "https://registry.yarnpkg.com/tiny-inflate/-/tiny-inflate-1.0.3.tgz#122715494913a1805166aaf7c93467933eea26c4"
|
|
3892
|
-
integrity sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==
|
|
3877
|
+
three@^0.159.0:
|
|
3878
|
+
version "0.159.0"
|
|
3879
|
+
resolved "https://registry.yarnpkg.com/three/-/three-0.159.0.tgz#6576b1210805b14f0765bac41fd0e4ec18e43b2e"
|
|
3880
|
+
integrity sha512-eCmhlLGbBgucuo4VEA9IO3Qpc7dh8Bd4VKzr7WfW4+8hMcIfoAVi1ev0pJYN9PTTsCslbcKgBwr2wNZ1EvLInA==
|
|
3893
3881
|
|
|
3894
3882
|
tinyqueue@^2.0.3:
|
|
3895
3883
|
version "2.0.3"
|
|
@@ -4007,6 +3995,11 @@ typewise@^1.0.3:
|
|
|
4007
3995
|
dependencies:
|
|
4008
3996
|
typewise-core "^1.2.0"
|
|
4009
3997
|
|
|
3998
|
+
tz-lookup@^6.1.25:
|
|
3999
|
+
version "6.1.25"
|
|
4000
|
+
resolved "https://registry.yarnpkg.com/tz-lookup/-/tz-lookup-6.1.25.tgz#34d68a7e1ccfcb51f29a9893d2d48e4118d873cd"
|
|
4001
|
+
integrity sha512-fFewT9o1uDzsW1QnUU1ValqaihFnwiUiiHr1S79/fxOzKXYYvX+EHeRnpvQJ9B3Qg67wPXT6QF2Esc4pFOrvLg==
|
|
4002
|
+
|
|
4010
4003
|
unified@^10.0.0:
|
|
4011
4004
|
version "10.1.2"
|
|
4012
4005
|
resolved "https://registry.yarnpkg.com/unified/-/unified-10.1.2.tgz#b1d64e55dafe1f0b98bb6c719881103ecf6c86df"
|
|
@@ -4113,6 +4106,11 @@ utility-types@^3.10.0:
|
|
|
4113
4106
|
resolved "https://registry.yarnpkg.com/utility-types/-/utility-types-3.10.0.tgz#ea4148f9a741015f05ed74fd615e1d20e6bed82b"
|
|
4114
4107
|
integrity sha512-O11mqxmi7wMKCo6HKFt5AhO4BwY3VV68YU07tgxfz8zJTIxr4BpsezN49Ffwy9j3ZpwwJp4fkRwjRzq3uWE6Rg==
|
|
4115
4108
|
|
|
4109
|
+
uuid@^9.0.1:
|
|
4110
|
+
version "9.0.1"
|
|
4111
|
+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
|
|
4112
|
+
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
|
|
4113
|
+
|
|
4116
4114
|
uvu@^0.5.0:
|
|
4117
4115
|
version "0.5.6"
|
|
4118
4116
|
resolved "https://registry.yarnpkg.com/uvu/-/uvu-0.5.6.tgz#2754ca20bcb0bb59b64e9985e84d2e81058502df"
|
|
@@ -4279,11 +4277,6 @@ ylru@^1.2.0:
|
|
|
4279
4277
|
resolved "https://registry.yarnpkg.com/ylru/-/ylru-1.3.2.tgz#0de48017473275a4cbdfc83a1eaf67c01af8a785"
|
|
4280
4278
|
integrity sha512-RXRJzMiK6U2ye0BlGGZnmpwJDPgakn6aNQ0A7gHRbD4I0uvK4TW6UqkK1V0pp9jskjJBAXd3dRrbzWkqJ+6cxA==
|
|
4281
4279
|
|
|
4282
|
-
zstddec@^0.0.2:
|
|
4283
|
-
version "0.0.2"
|
|
4284
|
-
resolved "https://registry.yarnpkg.com/zstddec/-/zstddec-0.0.2.tgz#57e2f28dd1ff56b750e07d158a43f0611ad9eeb4"
|
|
4285
|
-
integrity sha512-DCo0oxvcvOTGP/f5FA6tz2Z6wF+FIcEApSTu0zV5sQgn9hoT5lZ9YRAKUraxt9oP7l4e8TnNdi8IZTCX6WCkwA==
|
|
4286
|
-
|
|
4287
4280
|
zustand@^3.5.13, zustand@^3.6.9, zustand@^3.7.1:
|
|
4288
4281
|
version "3.7.2"
|
|
4289
4282
|
resolved "https://registry.yarnpkg.com/zustand/-/zustand-3.7.2.tgz#7b44c4f4a5bfd7a8296a3957b13e1c346f42514d"
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ReconcilerRoot, RootState } from "@react-three/fiber";
|
|
2
|
-
import { Matrix4Tuple } from "three";
|
|
3
|
-
import { FromLngLat, MapInstance } from "./generic-map";
|
|
4
|
-
/** react-three-map store */
|
|
5
|
-
export interface R3mStore {
|
|
6
|
-
fromLngLat: FromLngLat;
|
|
7
|
-
map?: MapInstance;
|
|
8
|
-
mapCamMx?: Matrix4Tuple;
|
|
9
|
-
state?: RootState;
|
|
10
|
-
root?: ReconcilerRoot<HTMLCanvasElement>;
|
|
11
|
-
}
|
|
12
|
-
export declare const useR3M: () => R3mStore;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { CanvasProps } from "../api/canvas-props";
|
|
2
|
-
import { FromLngLat } from "./generic-map";
|
|
3
|
-
export interface useCanvasProps extends Omit<CanvasProps, 'id' | 'beforeId'> {
|
|
4
|
-
fromLngLat: FromLngLat;
|
|
5
|
-
}
|
|
6
|
-
export declare function useCanvas({ longitude, latitude, altitude, frameloop, fromLngLat, ...renderProps }: useCanvasProps): {
|
|
7
|
-
id: string;
|
|
8
|
-
onAdd: (map: import("./generic-map").MapInstance, gl: WebGLRenderingContext) => void;
|
|
9
|
-
onRemove: () => void;
|
|
10
|
-
render: (_gl: WebGL2RenderingContext, mapCamMx: number[]) => void;
|
|
11
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { RenderProps } from "@react-three/fiber";
|
|
2
|
-
import { PropsWithChildren } from "react";
|
|
3
|
-
import { FromLngLat } from "./generic-map";
|
|
4
|
-
export interface useCanvasProps extends Omit<RenderProps<HTMLCanvasElement>, 'frameloop'>, PropsWithChildren {
|
|
5
|
-
frameloop: 'always' | 'demand';
|
|
6
|
-
fromLngLat: FromLngLat;
|
|
7
|
-
}
|
|
8
|
-
export declare const useCreateRoot: ({ children, frameloop, fromLngLat, ...renderProps }: useCanvasProps) => {
|
|
9
|
-
id: string;
|
|
10
|
-
onAdd: (map: import("./generic-map").MapInstance, gl: WebGLRenderingContext) => void;
|
|
11
|
-
onRemove: () => void;
|
|
12
|
-
r3mRef: import("react").MutableRefObject<import("./store").R3mStore>;
|
|
13
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { RenderProps } from "@react-three/fiber";
|
|
3
|
-
import { FromLngLat, MapInstance } from "./generic-map";
|
|
4
|
-
import { R3mStore } from "./store";
|
|
5
|
-
export declare function useOnAdd(fromLngLat: FromLngLat, { frameloop, ...renderProps }: RenderProps<HTMLCanvasElement>): {
|
|
6
|
-
onAdd: (map: MapInstance, gl: WebGLRenderingContext) => void;
|
|
7
|
-
onRemove: () => void;
|
|
8
|
-
mounted: boolean;
|
|
9
|
-
r3mRef: import("react").MutableRefObject<R3mStore>;
|
|
10
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { MutableRefObject } from "react";
|
|
2
|
-
import { Matrix4Tuple } from "three";
|
|
3
|
-
import { R3mStore } from "./store";
|
|
4
|
-
export declare function useRender(origin: Matrix4Tuple, r3mRef: MutableRefObject<R3mStore>, frameloop: 'always' | 'demand'): (_gl: WebGL2RenderingContext, mapCamMx: number[]) => void;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ReconcilerRoot, RootState } from "@react-three/fiber";
|
|
2
|
-
import { Matrix4Tuple } from "three";
|
|
3
|
-
import { FromLngLat, MapInstance } from "./generic-map";
|
|
4
|
-
/** react-three-map store */
|
|
5
|
-
export interface R3mStore {
|
|
6
|
-
fromLngLat: FromLngLat;
|
|
7
|
-
map?: MapInstance;
|
|
8
|
-
mapCamMx?: Matrix4Tuple;
|
|
9
|
-
state?: RootState;
|
|
10
|
-
root?: ReconcilerRoot<HTMLCanvasElement>;
|
|
11
|
-
}
|
|
12
|
-
export declare const useR3M: () => R3mStore;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { CanvasProps } from "../api/canvas-props";
|
|
2
|
-
import { FromLngLat } from "./generic-map";
|
|
3
|
-
export interface useCanvasProps extends Omit<CanvasProps, 'id' | 'beforeId'> {
|
|
4
|
-
fromLngLat: FromLngLat;
|
|
5
|
-
}
|
|
6
|
-
export declare function useCanvas({ longitude, latitude, altitude, frameloop, fromLngLat, ...renderProps }: useCanvasProps): {
|
|
7
|
-
id: string;
|
|
8
|
-
onAdd: (map: import("./generic-map").MapInstance, gl: WebGLRenderingContext) => void;
|
|
9
|
-
onRemove: () => void;
|
|
10
|
-
render: (_gl: WebGL2RenderingContext, mapCamMx: number[]) => void;
|
|
11
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { RenderProps } from "@react-three/fiber";
|
|
2
|
-
import { PropsWithChildren } from "react";
|
|
3
|
-
import { FromLngLat } from "./generic-map";
|
|
4
|
-
export interface useCanvasProps extends Omit<RenderProps<HTMLCanvasElement>, 'frameloop'>, PropsWithChildren {
|
|
5
|
-
frameloop: 'always' | 'demand';
|
|
6
|
-
fromLngLat: FromLngLat;
|
|
7
|
-
}
|
|
8
|
-
export declare const useCreateRoot: ({ children, frameloop, fromLngLat, ...renderProps }: useCanvasProps) => {
|
|
9
|
-
id: string;
|
|
10
|
-
onAdd: (map: import("./generic-map").MapInstance, gl: WebGLRenderingContext) => void;
|
|
11
|
-
onRemove: () => void;
|
|
12
|
-
r3mRef: import("react").MutableRefObject<import("./store").R3mStore>;
|
|
13
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { RenderProps } from "@react-three/fiber";
|
|
3
|
-
import { FromLngLat, MapInstance } from "./generic-map";
|
|
4
|
-
import { R3mStore } from "./store";
|
|
5
|
-
export declare function useOnAdd(fromLngLat: FromLngLat, { frameloop, ...renderProps }: RenderProps<HTMLCanvasElement>): {
|
|
6
|
-
onAdd: (map: MapInstance, gl: WebGLRenderingContext) => void;
|
|
7
|
-
onRemove: () => void;
|
|
8
|
-
mounted: boolean;
|
|
9
|
-
r3mRef: import("react").MutableRefObject<R3mStore>;
|
|
10
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { MutableRefObject } from "react";
|
|
2
|
-
import { Matrix4Tuple } from "three";
|
|
3
|
-
import { R3mStore } from "./store";
|
|
4
|
-
export declare function useRender(origin: Matrix4Tuple, r3mRef: MutableRefObject<R3mStore>, frameloop: 'always' | 'demand'): (_gl: WebGL2RenderingContext, mapCamMx: number[]) => void;
|