@zohodesk/dot 1.0.0-temp-203.2 → 1.0.0-temp-203.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.
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import AttachmentViewer from '../components/Attachment/AttachmentViewer';
3
3
  import useDOTAttachmentViewerService from '@zohodesk/dotkit/es/react/service/hooks/useDOTAttachmentViewerService';
4
- import { hideAtachmentViewer } from '@zohodesk/dotkit/es/react/service/helpers/dotAttachmentServiceMethods';
4
+ import { hideAtachmentViewer } from '@zohodesk/dotkit/es/service/helpers/dotAttachmentServiceMethods';
5
5
  export const DOTAttachmentService = props => {
6
6
  const {
7
7
  attachment
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import ToastNotification from '../components/ToastNotification/ToastNotification';
3
3
  import useDOTToastNotificationService from '@zohodesk/dotkit/es/react/service/hooks/useDOTToastNotificationService';
4
- import { clearToastNotifications, hideToastNotification } from '@zohodesk/dotkit/es/react/service/helpers/dotToastNotificationsServiceMethods';
4
+ import { clearToastNotifications, hideToastNotification } from '@zohodesk/dotkit/es/service/helpers/dotToastNotificationsServiceMethods';
5
5
  export const DOTToastNotificationService = props => {
6
6
  const {
7
7
  notifications
@@ -11,7 +11,7 @@ var _AttachmentViewer = _interopRequireDefault(require("../components/Attachment
11
11
 
12
12
  var _useDOTAttachmentViewerService = _interopRequireDefault(require("@zohodesk/dotkit/es/react/service/hooks/useDOTAttachmentViewerService"));
13
13
 
14
- var _dotAttachmentServiceMethods = require("@zohodesk/dotkit/es/react/service/helpers/dotAttachmentServiceMethods");
14
+ var _dotAttachmentServiceMethods = require("@zohodesk/dotkit/es/service/helpers/dotAttachmentServiceMethods");
15
15
 
16
16
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
17
17
 
@@ -11,7 +11,7 @@ var _ToastNotification = _interopRequireDefault(require("../components/ToastNoti
11
11
 
12
12
  var _useDOTToastNotificationService = _interopRequireDefault(require("@zohodesk/dotkit/es/react/service/hooks/useDOTToastNotificationService"));
13
13
 
14
- var _dotToastNotificationsServiceMethods = require("@zohodesk/dotkit/es/react/service/helpers/dotToastNotificationsServiceMethods");
14
+ var _dotToastNotificationsServiceMethods = require("@zohodesk/dotkit/es/service/helpers/dotToastNotificationsServiceMethods");
15
15
 
16
16
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/dot",
3
- "version": "1.0.0-temp-203.2",
3
+ "version": "1.0.0-temp-203.3",
4
4
  "main": "lib/index",
5
5
  "module": "es/index.js",
6
6
  "private": false,
@@ -64,7 +64,7 @@
64
64
  "@zohodesk-private/react-prop-validator": "1.2.3",
65
65
  "@zohodesk/a11y": "2.2.6",
66
66
  "@zohodesk/components": "1.2.53",
67
- "@zohodesk/dotkit": "1.0.0-temp-0.2",
67
+ "@zohodesk/dotkit": "1.0.0-temp-0.3",
68
68
  "@zohodesk/hooks": "2.0.5",
69
69
  "@zohodesk/icons": "1.0.70",
70
70
  "@zohodesk/svg": "1.1.22",