rc-dialog
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -114,3 +114,4 @@ /** @jsx React.DOM */ | ||
align: { | ||
points: ['cc', 'cc'] | ||
points: ['tc', 'tc'], | ||
offset: [0, 100] | ||
}, | ||
@@ -117,0 +118,0 @@ closable: true, |
{ | ||
"name": "rc-dialog", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "dialog ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -84,4 +84,4 @@ # rc-dialog | ||
node: // defaults to window, | ||
points: // defaults to ['cc','cc'], | ||
offset: // | ||
points: ['tc', 'tc'], | ||
offset: [0, 100] | ||
} | ||
@@ -88,0 +88,0 @@ ``` |
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
20627
445