@bigbinary/neeto-integrations-frontend 2.10.1 → 2.10.2

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/index.js CHANGED
@@ -11,7 +11,6 @@ import { useMutationWithInvalidation, withTitle, withT, useStateWithDependency }
11
11
  import { DEFAULT_STALE_TIME } from '@bigbinary/neeto-commons-frontend/constants';
12
12
  import { useQuery } from 'react-query';
13
13
  import axios from 'axios';
14
- import { isPresent as isPresent$1 } from '@bigbinary/neeto-commons-frontend/pure';
15
14
  import { getQueryParams } from '@bigbinary/neeto-commons-frontend/utils';
16
15
  import { GoogleCalendar as GoogleCalendar$1, Google } from '@bigbinary/neeto-icons/misc';
17
16
  import { Button, Typography, Callout, Modal as Modal$1 } from '@bigbinary/neetoui';
@@ -477,7 +476,7 @@ var GoogleCalendar = function GoogleCalendar(_ref) {
477
476
  setSteps = _useState2[1];
478
477
  var _getQueryParams = getQueryParams(),
479
478
  status = _getQueryParams.status;
480
- var activeTab = isPresent$1(status) ? STEPS.finish : STEPS.connect;
479
+ var activeTab = isPresent(status) ? STEPS.finish : STEPS.connect;
481
480
  useEffect(function () {
482
481
  setSteps(function () {
483
482
  var stepsClone = _toConsumableArray(steps);
@@ -497,15 +496,15 @@ var GoogleCalendar = function GoogleCalendar(_ref) {
497
496
  isOpen: true,
498
497
  onClose: handleClose
499
498
  }, activeTab === STEPS.connect && /*#__PURE__*/React__default.createElement("div", {
500
- className: "mx-auto w-full max-w-2xl"
499
+ className: "w-full max-w-2xl mx-auto"
501
500
  }, /*#__PURE__*/React__default.createElement(GoogleCalendar$1, {
502
501
  size: 42
503
502
  }), /*#__PURE__*/React__default.createElement(Typography, {
504
- className: "neeto-ui-text-gray-800 mb-3 mt-6",
503
+ className: "mt-6 mb-3 neeto-ui-text-gray-800",
505
504
  style: "h2",
506
505
  weight: "semibold"
507
506
  }, t("neetoIntegrations.google.connect.title")), /*#__PURE__*/React__default.createElement("div", {
508
- className: "flex w-full flex-col items-start pt-2"
507
+ className: "flex flex-col items-start w-full pt-2"
509
508
  }, /*#__PURE__*/React__default.createElement(Callout, {
510
509
  className: "block leading-5"
511
510
  }, /*#__PURE__*/React__default.createElement(Trans, {
@@ -517,7 +516,7 @@ var GoogleCalendar = function GoogleCalendar(_ref) {
517
516
  selectCheckbox: t("neetoIntegrations.google.connect.selectCheckbox")
518
517
  }
519
518
  })), permissionImage && /*#__PURE__*/React__default.createElement("div", {
520
- className: "neeto-ui-border-gray-300 my-4 border"
519
+ className: "my-4 border neeto-ui-border-gray-300"
521
520
  }, /*#__PURE__*/React__default.createElement("img", {
522
521
  src: permissionImage
523
522
  }))), /*#__PURE__*/React__default.createElement(Button, {