terra-popup
Advanced tools
Comparing version 6.36.0 to 6.37.0
@@ -7,2 +7,8 @@ Changelog | ||
6.37.0 - (July 14, 2020) | ||
------------------ | ||
### Changed | ||
* Minor file changes to comply with eslint rules | ||
* Replace some empty text with aria-label to comply with eslint | ||
6.36.0 - (June 16, 2020) | ||
@@ -9,0 +15,0 @@ ------------------ |
@@ -128,4 +128,5 @@ "use strict"; | ||
onClick: this.handleButtonClick, | ||
ref: this.setButtonNode | ||
}, '')), /*#__PURE__*/_react.default.createElement("p", null, "Choose Target Attachment:"), /*#__PURE__*/_react.default.createElement("button", { | ||
ref: this.setButtonNode, | ||
"aria-label": "alignment-button" | ||
})), /*#__PURE__*/_react.default.createElement("p", null, "Choose Target Attachment:"), /*#__PURE__*/_react.default.createElement("button", { | ||
type: "button", | ||
@@ -132,0 +133,0 @@ id: "attach-Top", |
{ | ||
"name": "terra-popup", | ||
"main": "lib/Popup.js", | ||
"version": "6.36.0", | ||
"version": "6.37.0", | ||
"description": "The Terra Popup is higher order component that launches terra-hookshot positioned content with the ability to display a dynamic arrow.", | ||
@@ -36,9 +36,9 @@ "repository": { | ||
"terra-content-container": "^3.0.0", | ||
"terra-hookshot": "^5.27.0", | ||
"terra-hookshot": "^5.28.0", | ||
"terra-mixins": "^1.0.0", | ||
"terra-theme-context": "^1.0.0" | ||
"terra-theme-context": "^1.3.0" | ||
}, | ||
"devDependencies": { | ||
"terra-disclosure-manager": "^4.33.0", | ||
"terra-modal-manager": "^6.36.0" | ||
"terra-disclosure-manager": "^4.34.0", | ||
"terra-modal-manager": "^6.37.0" | ||
}, | ||
@@ -58,3 +58,3 @@ "scripts": { | ||
}, | ||
"gitHead": "4880772b8b92bb05f99ef3f3084a8d1e4c389bdc" | ||
"gitHead": "5bd4eb1dc37d7d30d88d557db7851c011776bd5c" | ||
} |
@@ -78,5 +78,4 @@ import React from 'react'; | ||
ref={this.setButtonNode} | ||
> | ||
{''} | ||
</button> | ||
aria-label="alignment-button" | ||
/> | ||
</div> | ||
@@ -83,0 +82,0 @@ <p>Choose Target Attachment:</p> |
@@ -0,1 +1,2 @@ | ||
/* eslint-disable react/jsx-curly-brace-presence */ | ||
import React from 'react'; | ||
@@ -2,0 +3,0 @@ import classNames from 'classnames/bind'; |
@@ -0,1 +1,2 @@ | ||
/* eslint-disable react/jsx-curly-brace-presence */ | ||
import React from 'react'; | ||
@@ -2,0 +3,0 @@ import classNames from 'classnames/bind'; |
@@ -0,1 +1,2 @@ | ||
/* eslint-disable react/jsx-curly-brace-presence */ | ||
import React from 'react'; | ||
@@ -2,0 +3,0 @@ import classNames from 'classnames/bind'; |
@@ -0,1 +1,2 @@ | ||
/* eslint-disable react/jsx-curly-brace-presence */ | ||
import React from 'react'; | ||
@@ -2,0 +3,0 @@ import classNames from 'classnames/bind'; |
@@ -0,1 +1,2 @@ | ||
/* eslint-disable react/jsx-curly-brace-presence */ | ||
import React from 'react'; | ||
@@ -2,0 +3,0 @@ import classNames from 'classnames/bind'; |
@@ -0,1 +1,2 @@ | ||
/* eslint-disable react/jsx-curly-brace-presence */ | ||
import React from 'react'; | ||
@@ -2,0 +3,0 @@ import classNames from 'classnames/bind'; |
388514
7779
Updatedterra-hookshot@^5.28.0
Updatedterra-theme-context@^1.3.0