@realsee/dnalogel 3.49.3 → 3.49.4

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 CHANGED
@@ -1,4 +1,7 @@
1
1
  # CHANGELOG
2
+ ## 3.49.4
3
+ - chore(Sculpt): 修改 `theme` 属性访问权限
4
+
2
5
  ## 3.49.3
3
6
  - fix(PanoTagPlugin): 修复插件hide的情况下,在页面resize后可见状态错误的问题。
4
7
 
@@ -110,9 +110,9 @@ export declare class Sculpt extends Subscribe<Event> {
110
110
  })[];
111
111
  };
112
112
  group: IObject3D;
113
+ theme: Theme;
113
114
  get items(): BuiltInItem[];
114
115
  private five;
115
- private theme;
116
116
  private creatingItem;
117
117
  constructor(five: Five, theme?: Theme);
118
118
  /**