Comparing version 0.0.2 to 0.0.3
@@ -5,3 +5,8 @@ # Change Log | ||
<a name="0.0.3"></a> | ||
## [0.0.3](https://github.com/rylnd/ringside/compare/v0.0.2...v0.0.3) (2017-12-04) | ||
<a name="0.0.2"></a> | ||
## 0.0.2 (2017-12-04) |
@@ -29,3 +29,3 @@ import { DOMRect, RectProps } from './types'; | ||
} | ||
interface Ringside { | ||
export interface RingsideInterface { | ||
top(): PositionedSide; | ||
@@ -36,3 +36,3 @@ right(): PositionedSide; | ||
} | ||
declare class Ringside implements Ringside { | ||
declare class Ringside implements RingsideInterface { | ||
readonly innerBounds: DOMRect; | ||
@@ -50,2 +50,6 @@ readonly outerBounds: DOMRect; | ||
constructor(innerBounds: DOMRect, outerBounds: DOMRect, height: number, width: number); | ||
top(): PositionedSide; | ||
bottom(): PositionedSide; | ||
right(): PositionedSide; | ||
left(): PositionedSide; | ||
private lanes(); | ||
@@ -52,0 +56,0 @@ private positions(orientation); |
{ | ||
"name": "ringside", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Positions a rectangle between inner and outer bounds", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
15720
100
0