@react-pakistan/util-functions 1.7.13 → 1.7.17
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/package.json +13 -13
- package/storybook/theme.js +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-pakistan/util-functions",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.17",
|
|
4
4
|
"description": "A library of all util functions",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -45,24 +45,24 @@
|
|
|
45
45
|
"@microsoft/tsdoc": "^0.13.2"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@react-pakistan/eslint-config-shared": "^1.2.
|
|
49
|
-
"@types/jest": "^27.0.
|
|
50
|
-
"@types/node": "^16.
|
|
51
|
-
"@types/react-redux": "^7.1.
|
|
52
|
-
"@types/styled-components": "^5.1.
|
|
48
|
+
"@react-pakistan/eslint-config-shared": "^1.2.48",
|
|
49
|
+
"@types/jest": "^27.0.2",
|
|
50
|
+
"@types/node": "^16.11.0",
|
|
51
|
+
"@types/react-redux": "^7.1.19",
|
|
52
|
+
"@types/styled-components": "^5.1.15",
|
|
53
53
|
"babel-eslint": "^10.1.0",
|
|
54
|
-
"eslint": "^
|
|
54
|
+
"eslint": "^8.0.1",
|
|
55
55
|
"husky": "^7.0.2",
|
|
56
|
-
"jest": "^27.
|
|
57
|
-
"lint-staged": "^11.
|
|
56
|
+
"jest": "^27.2.5",
|
|
57
|
+
"lint-staged": "^11.2.3",
|
|
58
58
|
"react-redux": "^7.2.5",
|
|
59
59
|
"rimraf": "^3.0.2",
|
|
60
|
-
"ts-jest": "^27.0.
|
|
61
|
-
"ts-loader": "^9.2.
|
|
62
|
-
"typescript": "^4.4.
|
|
60
|
+
"ts-jest": "^27.0.6",
|
|
61
|
+
"ts-loader": "^9.2.6",
|
|
62
|
+
"typescript": "^4.4.4"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
|
-
"@types/react-redux": "^7.1.
|
|
65
|
+
"@types/react-redux": "^7.1.19",
|
|
66
66
|
"react-redux": "^7.2.5",
|
|
67
67
|
"redux": "^4.1.1"
|
|
68
68
|
}
|
package/storybook/theme.js
CHANGED
|
@@ -18,7 +18,7 @@ exports.theme = {
|
|
|
18
18
|
fontSize: '1.74rem',
|
|
19
19
|
fontWeight: 700,
|
|
20
20
|
letterSpacing: '1px',
|
|
21
|
-
lineHeight: '1.
|
|
21
|
+
lineHeight: '1.84rem',
|
|
22
22
|
textAlign: 'left',
|
|
23
23
|
textTransform: 'uppercase',
|
|
24
24
|
},
|
|
@@ -27,7 +27,7 @@ exports.theme = {
|
|
|
27
27
|
fontSize: '1.51rem',
|
|
28
28
|
fontWeight: 700,
|
|
29
29
|
letterSpacing: '1px',
|
|
30
|
-
lineHeight: '1.
|
|
30
|
+
lineHeight: '1.61rem',
|
|
31
31
|
textAlign: 'left',
|
|
32
32
|
textTransform: 'uppercase',
|
|
33
33
|
},
|
|
@@ -36,7 +36,7 @@ exports.theme = {
|
|
|
36
36
|
fontSize: '1.32rem',
|
|
37
37
|
fontWeight: 700,
|
|
38
38
|
letterSpacing: '1px',
|
|
39
|
-
lineHeight: '1.
|
|
39
|
+
lineHeight: '1.42rem',
|
|
40
40
|
textAlign: 'left',
|
|
41
41
|
textTransform: 'uppercase',
|
|
42
42
|
},
|
|
@@ -45,7 +45,7 @@ exports.theme = {
|
|
|
45
45
|
fontSize: '1.14rem',
|
|
46
46
|
fontWeight: 700,
|
|
47
47
|
letterSpacing: '1px',
|
|
48
|
-
lineHeight: '1.
|
|
48
|
+
lineHeight: '1.24rem',
|
|
49
49
|
textAlign: 'left',
|
|
50
50
|
textTransform: 'uppercase',
|
|
51
51
|
},
|
|
@@ -72,7 +72,7 @@ exports.theme = {
|
|
|
72
72
|
fontSize: '1.74rem',
|
|
73
73
|
fontWeight: 400,
|
|
74
74
|
letterSpacing: 'normal',
|
|
75
|
-
lineHeight: '1.
|
|
75
|
+
lineHeight: '1.84rem',
|
|
76
76
|
textAlign: 'left',
|
|
77
77
|
textTransform: 'none',
|
|
78
78
|
},
|
|
@@ -81,7 +81,7 @@ exports.theme = {
|
|
|
81
81
|
fontSize: '1.51rem',
|
|
82
82
|
fontWeight: 400,
|
|
83
83
|
letterSpacing: 'normal',
|
|
84
|
-
lineHeight: '1.
|
|
84
|
+
lineHeight: '1.61rem',
|
|
85
85
|
textAlign: 'left',
|
|
86
86
|
textTransform: 'none',
|
|
87
87
|
},
|
|
@@ -90,7 +90,7 @@ exports.theme = {
|
|
|
90
90
|
fontSize: '1.32rem',
|
|
91
91
|
fontWeight: 400,
|
|
92
92
|
letterSpacing: 'normal',
|
|
93
|
-
lineHeight: '1.
|
|
93
|
+
lineHeight: '1.42rem',
|
|
94
94
|
textAlign: 'left',
|
|
95
95
|
textTransform: 'none',
|
|
96
96
|
},
|
|
@@ -99,7 +99,7 @@ exports.theme = {
|
|
|
99
99
|
fontSize: '1.14rem',
|
|
100
100
|
fontWeight: 400,
|
|
101
101
|
letterSpacing: 'normal',
|
|
102
|
-
lineHeight: '1.
|
|
102
|
+
lineHeight: '1.24rem',
|
|
103
103
|
textAlign: 'left',
|
|
104
104
|
textTransform: 'none',
|
|
105
105
|
},
|