@quintoandar-tokko/button 1.2.375 → 1.2.376
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/lib/index.js +1 -3
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -210,8 +210,7 @@ var ButtonIcon = exports.ButtonIcon = function ButtonIcon(_ref2) {
|
|
|
210
210
|
color: '#798B97',
|
|
211
211
|
fontSize: '12px',
|
|
212
212
|
transform: isExpanded ? 'rotate(-180deg)' : 'rotate(0deg)',
|
|
213
|
-
transition: 'all 0.5s'
|
|
214
|
-
paddingTop: '4px'
|
|
213
|
+
transition: 'all 0.5s'
|
|
215
214
|
}
|
|
216
215
|
}), isCollapsible && setExpand !== undefined && /*#__PURE__*/_react["default"].createElement("span", {
|
|
217
216
|
className: "icon-dropdown",
|
|
@@ -228,7 +227,6 @@ var ButtonIcon = exports.ButtonIcon = function ButtonIcon(_ref2) {
|
|
|
228
227
|
fontSize: '12px',
|
|
229
228
|
transform: isExpanded ? 'rotate(-180deg)' : 'rotate(0deg)',
|
|
230
229
|
transition: 'all 0.5s',
|
|
231
|
-
paddingTop: '4px',
|
|
232
230
|
paddingLeft: '1px',
|
|
233
231
|
paddingRight: '1px'
|
|
234
232
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quintoandar-tokko/button",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.376",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"module": "src/index.js",
|
|
6
6
|
"files": [
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"publishConfig": {
|
|
21
21
|
"access": "public"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "1ee2614a808ef42f668ca39f3461895cb0fa715c"
|
|
24
24
|
}
|