@neurodyn/react-room-viewer 0.0.9 → 0.0.10
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/index.js +10 -30
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2245,10 +2245,6 @@ var __webpack_modules__ = {
|
|
|
2245
2245
|
background-color: var(--v-button-dark);
|
|
2246
2246
|
}
|
|
2247
2247
|
|
|
2248
|
-
.bg-button-light {
|
|
2249
|
-
background-color: var(--v-button-light);
|
|
2250
|
-
}
|
|
2251
|
-
|
|
2252
2248
|
.bg-button-white {
|
|
2253
2249
|
background-color: var(--v-button-white);
|
|
2254
2250
|
}
|
|
@@ -3741,14 +3737,6 @@ var __webpack_modules__ = {
|
|
|
3741
3737
|
background-color: var(--v-borders-dark);
|
|
3742
3738
|
}
|
|
3743
3739
|
|
|
3744
|
-
.hover\\:bg-button-dark-hover:hover {
|
|
3745
|
-
background-color: var(--v-button-dark-hover);
|
|
3746
|
-
}
|
|
3747
|
-
|
|
3748
|
-
.hover\\:bg-button-light-hover:hover {
|
|
3749
|
-
background-color: var(--v-button-light-hover);
|
|
3750
|
-
}
|
|
3751
|
-
|
|
3752
3740
|
.hover\\:bg-button-white:hover {
|
|
3753
3741
|
background-color: var(--v-button-white);
|
|
3754
3742
|
}
|
|
@@ -3985,14 +3973,6 @@ var __webpack_modules__ = {
|
|
|
3985
3973
|
background-color: var(--v-backgrounds-base-3);
|
|
3986
3974
|
}
|
|
3987
3975
|
|
|
3988
|
-
.active\\:bg-button-dark-pressed:active {
|
|
3989
|
-
background-color: var(--v-button-dark-pressed);
|
|
3990
|
-
}
|
|
3991
|
-
|
|
3992
|
-
.active\\:bg-button-light-pressed:active {
|
|
3993
|
-
background-color: var(--v-button-light-pressed);
|
|
3994
|
-
}
|
|
3995
|
-
|
|
3996
3976
|
.active\\:bg-button-outline-pressed:active {
|
|
3997
3977
|
background-color: var(--v-button-outline-pressed);
|
|
3998
3978
|
}
|
|
@@ -11610,7 +11590,7 @@ function FloorSceneChrome({ actions, canShowAr, companyName, hasActiveError, mat
|
|
|
11610
11590
|
children: [
|
|
11611
11591
|
/*#__PURE__*/ jsxs(Button, {
|
|
11612
11592
|
type: "button",
|
|
11613
|
-
variant: "
|
|
11593
|
+
variant: "secondary",
|
|
11614
11594
|
"aria-label": t('floor.scene.share'),
|
|
11615
11595
|
disabled: !canShare || isSharing,
|
|
11616
11596
|
onClick: handleShare,
|
|
@@ -11627,7 +11607,7 @@ function FloorSceneChrome({ actions, canShowAr, companyName, hasActiveError, mat
|
|
|
11627
11607
|
}),
|
|
11628
11608
|
/*#__PURE__*/ jsxs(Button, {
|
|
11629
11609
|
type: "button",
|
|
11630
|
-
variant: "
|
|
11610
|
+
variant: "secondary",
|
|
11631
11611
|
"aria-label": t('floor.scene.download'),
|
|
11632
11612
|
disabled: isDownloading,
|
|
11633
11613
|
onClick: handleDownload,
|
|
@@ -11646,7 +11626,7 @@ function FloorSceneChrome({ actions, canShowAr, companyName, hasActiveError, mat
|
|
|
11646
11626
|
asChild: true,
|
|
11647
11627
|
children: /*#__PURE__*/ jsxs(Button, {
|
|
11648
11628
|
type: "button",
|
|
11649
|
-
variant: "
|
|
11629
|
+
variant: "secondary",
|
|
11650
11630
|
"aria-label": t('close'),
|
|
11651
11631
|
className: "size-10 rounded-full px-0 lg:h-9 lg:w-auto lg:rounded-xl lg:px-3.5",
|
|
11652
11632
|
children: [
|
|
@@ -11723,7 +11703,7 @@ function FloorSceneChrome({ actions, canShowAr, companyName, hasActiveError, mat
|
|
|
11723
11703
|
]
|
|
11724
11704
|
}),
|
|
11725
11705
|
canShowAr && /*#__PURE__*/ jsxs("div", {
|
|
11726
|
-
className: "pointer-events-auto flex h-24 w-[280px] items-center gap-4 overflow-hidden rounded-2xl bg-
|
|
11706
|
+
className: "pointer-events-auto flex h-24 w-[280px] items-center gap-4 overflow-hidden rounded-2xl bg-background-containers p-4 text-text-dark shadow-[var(--shadow-login)]",
|
|
11727
11707
|
"data-testid": "floor-ar-card",
|
|
11728
11708
|
children: [
|
|
11729
11709
|
/*#__PURE__*/ jsx_runtime_jsx("img", {
|
|
@@ -11738,10 +11718,10 @@ function FloorSceneChrome({ actions, canShowAr, companyName, hasActiveError, mat
|
|
|
11738
11718
|
buttonLabel: t('floor.scene.tryAtHome'),
|
|
11739
11719
|
buttonVariant: "secondary",
|
|
11740
11720
|
buttonSize: "sm",
|
|
11741
|
-
buttonClassName: "w-fit
|
|
11721
|
+
buttonClassName: "w-fit"
|
|
11742
11722
|
}),
|
|
11743
11723
|
/*#__PURE__*/ jsx_runtime_jsx("div", {
|
|
11744
|
-
className: "typo-base-12 truncate font-medium text-text-
|
|
11724
|
+
className: "typo-base-12 truncate font-medium text-text-light",
|
|
11745
11725
|
children: t('floor.scene.tryAtHomeBody')
|
|
11746
11726
|
})
|
|
11747
11727
|
]
|
|
@@ -11815,9 +11795,9 @@ function FloorSceneChrome({ actions, canShowAr, companyName, hasActiveError, mat
|
|
|
11815
11795
|
buttonLeadingIcon: /*#__PURE__*/ jsx_runtime_jsx(Vizbl, {
|
|
11816
11796
|
className: "size-5"
|
|
11817
11797
|
}),
|
|
11818
|
-
buttonVariant: "
|
|
11798
|
+
buttonVariant: "secondary",
|
|
11819
11799
|
buttonSize: "default",
|
|
11820
|
-
buttonClassName: "h-9 w-full rounded-xl
|
|
11800
|
+
buttonClassName: "h-9 w-full rounded-xl"
|
|
11821
11801
|
})
|
|
11822
11802
|
]
|
|
11823
11803
|
})
|
|
@@ -11888,9 +11868,9 @@ function FloorSceneChrome({ actions, canShowAr, companyName, hasActiveError, mat
|
|
|
11888
11868
|
buttonLeadingIcon: /*#__PURE__*/ jsx_runtime_jsx(Vizbl, {
|
|
11889
11869
|
className: "size-6"
|
|
11890
11870
|
}),
|
|
11891
|
-
buttonVariant: "
|
|
11871
|
+
buttonVariant: "secondary",
|
|
11892
11872
|
buttonSize: "lg",
|
|
11893
|
-
buttonClassName: "h-11 w-full rounded-xl
|
|
11873
|
+
buttonClassName: "h-11 w-full rounded-xl"
|
|
11894
11874
|
})
|
|
11895
11875
|
]
|
|
11896
11876
|
})
|