oa-componentbook 0.18.295 → 0.18.296

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.
@@ -343,7 +343,7 @@
343
343
  min-height: auto !important;
344
344
  }
345
345
 
346
- .topHeader {
346
+ .oa-pincodeLocation .topHeader {
347
347
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.14);
348
348
  display: flex;
349
349
  align-items: center;
@@ -354,11 +354,11 @@
354
354
  z-index: 9;
355
355
  background: var(--color-primary-background);
356
356
  }
357
- .topHeader .container {
357
+ .oa-pincodeLocation .topHeader .container {
358
358
  width: 100%;
359
359
  }
360
360
 
361
- .topHeader img {
361
+ .oa-pincodeLocation .topHeader img {
362
362
  width: 122px;
363
363
  }
364
364
 
@@ -371,7 +371,7 @@
371
371
  padding-bottom: 12px;
372
372
  }
373
373
 
374
- .topHeader {
374
+ .oa-pincodeLocation .topHeader {
375
375
  position: fixed;
376
376
  top: 0;
377
377
  }
@@ -48,13 +48,15 @@ function PincodeBaseLocation(_ref) {
48
48
  showHeader
49
49
  } = _ref;
50
50
  return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, showHeader && /*#__PURE__*/_react.default.createElement("div", {
51
+ className: "oa-pincodeLocation"
52
+ }, /*#__PURE__*/_react.default.createElement("div", {
51
53
  className: "topHeader"
52
54
  }, /*#__PURE__*/_react.default.createElement("div", {
53
55
  className: "container"
54
56
  }, /*#__PURE__*/_react.default.createElement("img", {
55
57
  src: _oneassistLogo.default,
56
58
  alt: "Logo"
57
- }))), /*#__PURE__*/_react.default.createElement("div", {
59
+ })))), /*#__PURE__*/_react.default.createElement("div", {
58
60
  className: "mapComponent"
59
61
  }, /*#__PURE__*/_react.default.createElement("div", {
60
62
  className: "locationSecBox"
@@ -343,7 +343,7 @@
343
343
  min-height: auto !important;
344
344
  }
345
345
 
346
- .topHeader {
346
+ .oa-pincodeLocation .topHeader {
347
347
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.14);
348
348
  display: flex;
349
349
  align-items: center;
@@ -354,11 +354,11 @@
354
354
  z-index: 9;
355
355
  background: var(--color-primary-background);
356
356
  }
357
- .topHeader .container {
357
+ .oa-pincodeLocation .topHeader .container {
358
358
  width: 100%;
359
359
  }
360
360
 
361
- .topHeader img {
361
+ .oa-pincodeLocation .topHeader img {
362
362
  width: 122px;
363
363
  }
364
364
 
@@ -371,7 +371,7 @@
371
371
  padding-bottom: 12px;
372
372
  }
373
373
 
374
- .topHeader {
374
+ .oa-pincodeLocation .topHeader {
375
375
  position: fixed;
376
376
  top: 0;
377
377
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oa-componentbook",
3
- "version": "0.18.295",
3
+ "version": "0.18.296",
4
4
  "private": false,
5
5
  "description": "Reusable components",
6
6
  "main": "build/index.js",