@omnipad/core 0.2.0-alpha.2 → 0.2.0-alpha.3

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.d.mts CHANGED
@@ -1414,7 +1414,7 @@ declare abstract class BaseEntity<TConfig, TState> implements ICoreEntity, ISpat
1414
1414
  /**
1415
1415
  * Called when triggering interactions, this subclass fetches the latest boundaries in real time.
1416
1416
  */
1417
- protected getRect(): DOMRect | null;
1417
+ getRect(): DOMRect | null;
1418
1418
  updateConfig(newConfig: Partial<TConfig>): void;
1419
1419
  getState(): Readonly<TState>;
1420
1420
  getConfig(): Readonly<TConfig>;
package/dist/index.d.ts CHANGED
@@ -1414,7 +1414,7 @@ declare abstract class BaseEntity<TConfig, TState> implements ICoreEntity, ISpat
1414
1414
  /**
1415
1415
  * Called when triggering interactions, this subclass fetches the latest boundaries in real time.
1416
1416
  */
1417
- protected getRect(): DOMRect | null;
1417
+ getRect(): DOMRect | null;
1418
1418
  updateConfig(newConfig: Partial<TConfig>): void;
1419
1419
  getState(): Readonly<TState>;
1420
1420
  getConfig(): Readonly<TConfig>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omnipad/core",
3
- "version": "0.2.0-alpha.2",
3
+ "version": "0.2.0-alpha.3",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",