primer-tooltips
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -0,1 +1,6 @@ | ||
# v0.4.0 | ||
* Updating to major new version - Jon Rohan [github/github@f0df999](https://github.com/github/github/commit/f0df999) | ||
* finding more left/right - Jon Rohan [github/github@c80b828](https://github.com/github/github/commit/c80b828) | ||
# v0.3.0 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"name": "primer-tooltips", | ||
@@ -4,0 +4,0 @@ "description": "Add tooltips built entirely in CSS to nearly any element.", |
@@ -64,24 +64,24 @@ # Primer CSS Tooltips | ||
```html | ||
<span class="tooltipped tooltipped-n border p-2 mb-2 mr-2 left" aria-label="This is the tooltip."> | ||
<span class="tooltipped tooltipped-n border p-2 mb-2 mr-2 float-left" aria-label="This is the tooltip."> | ||
Tooltip North | ||
</span> | ||
<span class="tooltipped tooltipped-ne border p-2 mb-2 mr-2 left" aria-label="This is the tooltip."> | ||
<span class="tooltipped tooltipped-ne border p-2 mb-2 mr-2 float-left" aria-label="This is the tooltip."> | ||
Tooltip North East | ||
</span> | ||
<span class="tooltipped tooltipped-e border p-2 mb-2 mr-2 left" aria-label="This is the tooltip."> | ||
<span class="tooltipped tooltipped-e border p-2 mb-2 mr-2 float-left" aria-label="This is the tooltip."> | ||
Tooltip East | ||
</span> | ||
<span class="tooltipped tooltipped-se border p-2 mb-2 mr-2 left" aria-label="This is the tooltip."> | ||
<span class="tooltipped tooltipped-se border p-2 mb-2 mr-2 float-left" aria-label="This is the tooltip."> | ||
Tooltip South East | ||
</span> | ||
<span class="tooltipped tooltipped-s border p-2 mb-2 mr-2 left" aria-label="This is the tooltip."> | ||
<span class="tooltipped tooltipped-s border p-2 mb-2 mr-2 float-left" aria-label="This is the tooltip."> | ||
Tooltip South | ||
</span> | ||
<span class="tooltipped tooltipped-sw border p-2 mb-2 mr-2 left" aria-label="This is the tooltip."> | ||
<span class="tooltipped tooltipped-sw border p-2 mb-2 mr-2 float-left" aria-label="This is the tooltip."> | ||
Tooltip South West | ||
</span> | ||
<span class="tooltipped tooltipped-w border p-2 mb-2 mr-2 left" aria-label="This is the tooltip."> | ||
<span class="tooltipped tooltipped-w border p-2 mb-2 mr-2 float-left" aria-label="This is the tooltip."> | ||
Tooltip West | ||
</span> | ||
<span class="tooltipped tooltipped-nw border p-2 mb-2 mr-2 left" aria-label="This is the tooltip."> | ||
<span class="tooltipped tooltipped-nw border p-2 mb-2 mr-2 float-left" aria-label="This is the tooltip."> | ||
Tooltip North West | ||
@@ -88,0 +88,0 @@ </span> |
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
18656