UNPKG

react-cimpress-comment

Version:

Visualizes comment(s) for a particular platform resource

80 lines (50 loc) 3.23 kB
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.CommentIndicator = exports.CommentChat = exports.CommentsDrawerLink = exports.Comments = undefined; var _Comments3 = require('./Comments'); var _Comments4 = _interopRequireDefault(_Comments3); var _CommentsDrawerLink3 = require('./CommentsDrawerLink'); var _CommentsDrawerLink4 = _interopRequireDefault(_CommentsDrawerLink3); var _CommentChat3 = require('./CommentChat'); var _CommentChat4 = _interopRequireDefault(_CommentChat3); var _CommentIndicator3 = require('./CommentIndicator'); var _CommentIndicator4 = _interopRequireDefault(_CommentIndicator3); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } var Comments = exports.Comments = function (_Comments2) { _inherits(Comments, _Comments2); function Comments() { _classCallCheck(this, Comments); return _possibleConstructorReturn(this, (Comments.__proto__ || Object.getPrototypeOf(Comments)).apply(this, arguments)); } return Comments; }(_Comments4.default); var CommentsDrawerLink = exports.CommentsDrawerLink = function (_CommentsDrawerLink2) { _inherits(CommentsDrawerLink, _CommentsDrawerLink2); function CommentsDrawerLink() { _classCallCheck(this, CommentsDrawerLink); return _possibleConstructorReturn(this, (CommentsDrawerLink.__proto__ || Object.getPrototypeOf(CommentsDrawerLink)).apply(this, arguments)); } return CommentsDrawerLink; }(_CommentsDrawerLink4.default); var CommentChat = exports.CommentChat = function (_CommentChat2) { _inherits(CommentChat, _CommentChat2); function CommentChat() { _classCallCheck(this, CommentChat); return _possibleConstructorReturn(this, (CommentChat.__proto__ || Object.getPrototypeOf(CommentChat)).apply(this, arguments)); } return CommentChat; }(_CommentChat4.default); var CommentIndicator = exports.CommentIndicator = function (_CommentIndicator2) { _inherits(CommentIndicator, _CommentIndicator2); function CommentIndicator() { _classCallCheck(this, CommentIndicator); return _possibleConstructorReturn(this, (CommentIndicator.__proto__ || Object.getPrototypeOf(CommentIndicator)).apply(this, arguments)); } return CommentIndicator; }(_CommentIndicator4.default); exports.default = CommentsDrawerLink;