Socket
Socket
Sign inDemoInstall

@ltht-react/appointment-summary

Package Overview
Dependencies
97
Maintainers
5
Versions
312
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.29 to 0.1.30

lib/organisms/appointment-summary.d.ts

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.1.30](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/appointment-summary@0.1.29...@ltht-react/appointment-summary@0.1.30) (2020-10-29)
**Note:** Version bump only for package @ltht-react/appointment-summary
## [0.1.29](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/appointment-summary@0.1.28...@ltht-react/appointment-summary@0.1.29) (2020-09-10)

@@ -8,0 +16,0 @@

0

lib/atoms/appointment-description.d.ts

@@ -0,0 +0,0 @@ /** @jsx jsx */

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /** @jsx jsx */

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /** @jsx jsx */

@@ -0,0 +0,0 @@ "use strict";

8

lib/index.d.ts

@@ -1,8 +0,2 @@

import React from 'react';
import { Encounter } from '@ltht-react/types';
declare const AppointmentSummary: React.FC<Props>;
interface Props {
encounters: Encounter[] | undefined;
clickHandler?(appointment: Encounter): void;
}
import AppointmentSummary from './organisms/appointment-summary';
export default AppointmentSummary;

@@ -6,11 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
var react_1 = __importDefault(require("react"));
var list_1 = require("@ltht-react/list");
var appointment_summary_item_1 = __importDefault(require("./organisms/appointment-summary-item"));
var AppointmentSummary = function (_a) {
var _b = _a.encounters, encounters = _b === void 0 ? [] : _b, clickHandler = _a.clickHandler;
return (react_1.default.createElement(react_1.default.Fragment, null, encounters.map(function (encounter) { return (react_1.default.createElement(list_1.ListItem, { key: encounter.id },
react_1.default.createElement(appointment_summary_item_1.default, { encounter: encounter, clickHandler: clickHandler }))); })));
};
exports.default = AppointmentSummary;
var appointment_summary_1 = __importDefault(require("./organisms/appointment-summary"));
exports.default = appointment_summary_1.default;
//# sourceMappingURL=index.js.map

@@ -0,0 +0,0 @@ /** @jsx jsx */

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /** @jsx jsx */

@@ -0,0 +0,0 @@ "use strict";

{
"name": "@ltht-react/appointment-summary",
"version": "0.1.29",
"version": "0.1.30",
"description": "ltht-react clinical AppointmentSummary component.",

@@ -26,11 +26,11 @@ "author": "LTHT",

"@emotion/styled": "^10.0.27",
"@ltht-react/list": "^0.1.24",
"@ltht-react/styles": "^0.1.18",
"@ltht-react/summary": "^0.0.22",
"@ltht-react/types": "^0.0.25",
"@ltht-react/utils": "^0.1.18",
"@ltht-react/list": "^0.1.25",
"@ltht-react/styles": "^0.1.19",
"@ltht-react/summary": "^0.0.23",
"@ltht-react/types": "^0.0.26",
"@ltht-react/utils": "^0.1.19",
"emotion": "^10.0.27",
"react": "^16.12.0"
},
"gitHead": "6f88b301f18fa5b39cf5f6c6126812b5f134f4d1"
"gitHead": "635882c57fc2790aabb610028b1dbc30dbc1dc54"
}

@@ -0,0 +0,0 @@ # Appointment Summary

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc