@pisell/materials 6.11.60 → 6.11.65

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.
@@ -562,6 +562,7 @@ function PisellFloorMapLayoutInner(props, ref) {
562
562
  }, [isFloorMapView, mode, setSelectedId]);
563
563
  return /*#__PURE__*/React.createElement("div", {
564
564
  ref: containerRef,
565
+ "data-appearance-mode": appearanceMode,
565
566
  className: classNames(PREFIX, className, _defineProperty(_defineProperty(_defineProperty({}, "".concat(PREFIX, "-floor-map-view"), isFloorMapView), "".concat(PREFIX, "-mode-edit"), isFloorMapView && mode === 'edit'), "".concat(PREFIX, "--pseudo-fullscreen"), isFullscreen)),
566
567
  style: _objectSpread(_objectSpread(_objectSpread({
567
568
  display: 'flex',
@@ -531,6 +531,7 @@ function PisellFloorMapLayoutInner(props, ref) {
531
531
  "div",
532
532
  {
533
533
  ref: containerRef,
534
+ "data-appearance-mode": appearanceMode,
534
535
  className: (0, import_classnames.default)(import_floorMapLayoutConstants.FLOOR_MAP_LAYOUT_CLASS_PREFIX, className, {
535
536
  [`${import_floorMapLayoutConstants.FLOOR_MAP_LAYOUT_CLASS_PREFIX}-floor-map-view`]: isFloorMapView,
536
537
  [`${import_floorMapLayoutConstants.FLOOR_MAP_LAYOUT_CLASS_PREFIX}-mode-edit`]: isFloorMapView && mode === "edit",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "6.11.60",
3
+ "version": "6.11.65",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",