@egovernments/digit-ui-module-core 1.5.5-alpha.2 → 1.5.5-alpha.3
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/dist/VideoImg~ipjHeRBC.svg +3 -0
- package/dist/index.js +6 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +6 -2
- package/dist/index.modern.js.map +1 -1
- package/dist/pdfImg~kLubavEF.svg +3 -0
- package/package.json +28 -28
package/dist/index.modern.js
CHANGED
|
@@ -9,7 +9,7 @@ import { compose, applyMiddleware, createStore, combineReducers } from 'redux';
|
|
|
9
9
|
import thunk from 'redux-thunk';
|
|
10
10
|
|
|
11
11
|
function _extends() {
|
|
12
|
-
_extends = Object.assign
|
|
12
|
+
_extends = Object.assign || function (target) {
|
|
13
13
|
for (var i = 1; i < arguments.length; i++) {
|
|
14
14
|
var source = arguments[i];
|
|
15
15
|
|
|
@@ -22,6 +22,7 @@ function _extends() {
|
|
|
22
22
|
|
|
23
23
|
return target;
|
|
24
24
|
};
|
|
25
|
+
|
|
25
26
|
return _extends.apply(this, arguments);
|
|
26
27
|
}
|
|
27
28
|
|
|
@@ -33,10 +34,11 @@ function _inheritsLoose(subClass, superClass) {
|
|
|
33
34
|
}
|
|
34
35
|
|
|
35
36
|
function _setPrototypeOf(o, p) {
|
|
36
|
-
_setPrototypeOf = Object.setPrototypeOf
|
|
37
|
+
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
|
|
37
38
|
o.__proto__ = p;
|
|
38
39
|
return o;
|
|
39
40
|
};
|
|
41
|
+
|
|
40
42
|
return _setPrototypeOf(o, p);
|
|
41
43
|
}
|
|
42
44
|
|
|
@@ -5950,6 +5952,8 @@ var EmployeeApp = function EmployeeApp(_ref) {
|
|
|
5950
5952
|
var Home = function Home() {
|
|
5951
5953
|
var _citizenServicesObj$s, _citizenServicesObj$p, _citizenServicesObj$p2, _citizenServicesObj$p5, _citizenServicesObj$p6, _citizenServicesObj$p9, _citizenServicesObj$p10, _citizenServicesObj$p13, _citizenServicesObj$p14, _infoAndUpdatesObj$si, _infoAndUpdatesObj$pr, _infoAndUpdatesObj$pr2, _infoAndUpdatesObj$pr5, _infoAndUpdatesObj$pr6, _infoAndUpdatesObj$pr9, _infoAndUpdatesObj$pr10, _infoAndUpdatesObj$pr13, _infoAndUpdatesObj$pr14, _whatsNewSectionObj$s2;
|
|
5952
5954
|
|
|
5955
|
+
console.log("welcome to core module");
|
|
5956
|
+
|
|
5953
5957
|
var _useTranslation = useTranslation(),
|
|
5954
5958
|
t = _useTranslation.t;
|
|
5955
5959
|
|