@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.
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 24C5.38053 24 0 18.6143 0 12C0 5.38054 5.38053 1.90735e-06 12 1.90735e-06C18.6143 1.90735e-06 24 5.38054 24 12C24 18.6143 18.6143 24 12 24ZM16.3488 10.7852L11.3855 7.25251C11.1263 7.0701 10.8238 6.97889 10.5214 6.97889C10.291 6.97889 10.0557 7.03172 9.83976 7.14202C9.34054 7.40118 9.02857 7.91006 9.02857 8.46694L9.02877 15.5323C9.02877 16.0892 9.34076 16.5979 9.83996 16.8572C10.3344 17.1116 10.9296 17.0732 11.3857 16.7467L16.349 13.214C16.7426 12.9356 16.9778 12.4795 16.9778 11.9996C16.9776 11.5197 16.7426 11.0636 16.3489 10.7852L16.3488 10.7852Z" fill="white"/>
3
+ </svg>
package/dist/index.js CHANGED
@@ -12,7 +12,7 @@ var redux = require('redux');
12
12
  var thunk = _interopDefault(require('redux-thunk'));
13
13
 
14
14
  function _extends() {
15
- _extends = Object.assign ? Object.assign.bind() : function (target) {
15
+ _extends = Object.assign || function (target) {
16
16
  for (var i = 1; i < arguments.length; i++) {
17
17
  var source = arguments[i];
18
18
 
@@ -25,6 +25,7 @@ function _extends() {
25
25
 
26
26
  return target;
27
27
  };
28
+
28
29
  return _extends.apply(this, arguments);
29
30
  }
30
31
 
@@ -36,10 +37,11 @@ function _inheritsLoose(subClass, superClass) {
36
37
  }
37
38
 
38
39
  function _setPrototypeOf(o, p) {
39
- _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
40
+ _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
40
41
  o.__proto__ = p;
41
42
  return o;
42
43
  };
44
+
43
45
  return _setPrototypeOf(o, p);
44
46
  }
45
47
 
@@ -5953,6 +5955,8 @@ var EmployeeApp = function EmployeeApp(_ref) {
5953
5955
  var Home = function Home() {
5954
5956
  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;
5955
5957
 
5958
+ console.log("welcome to core module");
5959
+
5956
5960
  var _useTranslation = reactI18next.useTranslation(),
5957
5961
  t = _useTranslation.t;
5958
5962