@sb1/ffe-buttons-react 14.0.7 → 14.0.11
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/ExpandButton.js +1 -1
- package/package.json +5 -4
package/lib/ExpandButton.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sb1/ffe-buttons-react",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.11",
|
|
4
4
|
"description": "React implementation of ffe-buttons",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ffe"
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|
|
24
24
|
"build": "ffe-buildtool babel",
|
|
25
|
+
"watch": "ffe-buildtool babel-watch",
|
|
25
26
|
"lint": "eslint src",
|
|
26
27
|
"test": "jest",
|
|
27
28
|
"test:watch": "jest --watch"
|
|
@@ -30,12 +31,12 @@
|
|
|
30
31
|
"setupTestFrameworkScriptFile": "../../test-setup.js"
|
|
31
32
|
},
|
|
32
33
|
"dependencies": {
|
|
33
|
-
"@sb1/ffe-icons-react": "^7.2.
|
|
34
|
+
"@sb1/ffe-icons-react": "^7.2.22",
|
|
34
35
|
"classnames": "^2.3.1",
|
|
35
36
|
"prop-types": "^15.7.2"
|
|
36
37
|
},
|
|
37
38
|
"devDependencies": {
|
|
38
|
-
"@sb1/ffe-buildtool": "^0.1
|
|
39
|
+
"@sb1/ffe-buildtool": "^0.3.1",
|
|
39
40
|
"enzyme": "^3.7.0",
|
|
40
41
|
"enzyme-adapter-react-16": "^1.7.0",
|
|
41
42
|
"eslint": "^5.9.0",
|
|
@@ -51,5 +52,5 @@
|
|
|
51
52
|
"publishConfig": {
|
|
52
53
|
"access": "public"
|
|
53
54
|
},
|
|
54
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "d50bd2b6e03fe28b26c658d2630ed862d1484f08"
|
|
55
56
|
}
|