New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

terra-clinical-header

Package Overview
Dependencies
Maintainers
8
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-clinical-header - npm Package Compare versions

Comparing version 3.25.0 to 3.26.0

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Changelog

## 3.26.0 - (April 21, 2023)
* Changed
* Updated the component examples.
## 3.25.0 - (March 29, 2023)

@@ -7,0 +12,0 @@

6

lib/terra-dev-site/doc/example/ContentHeader.js

@@ -14,7 +14,7 @@ "use strict";

startContent: /*#__PURE__*/_react.default.createElement(_terraButton.default, {
text: "Button"
text: "Back"
}),
title: "Default Header",
title: "Patient Information",
endContent: /*#__PURE__*/_react.default.createElement(_terraButton.default, {
text: "Button"
text: "Prescription"
})

@@ -21,0 +21,0 @@ }));

@@ -12,3 +12,3 @@ "use strict";

return /*#__PURE__*/_react.default.createElement("div", null, /*#__PURE__*/_react.default.createElement(_terraClinicalHeader.default, {
title: "Lorem ipsum dolor sit amet, sea meis iisque petentium an. Vero copiosae eu eos. Usu ocurreret definiebas eu, vim esse duis habemus at, vix at alii ubique. Nobis meliore principes te cum. Ei quando eirmod oportere eum, ei nonumy eruditi eum. In qui odio euripidis, habeo mundi praesent vim et."
title: "This is a header with long text .This is an element provides a customizable header layout with a prominent title options for the elements.This component saves time and effort in designing a header from scratch and ensures consistency across a website's pages."
}));

@@ -15,0 +15,0 @@ };

@@ -14,10 +14,10 @@ "use strict";

startContent: /*#__PURE__*/_react.default.createElement(_terraButton.default, {
text: "Button"
text: "Back"
}),
title: "Lorem ipsum dolor sit amet, sea meis iisque petentium an. Vero copiosae eu eos. Usu ocurreret definiebas eu, vim esse duis habemus at, vix at alii ubique. Nobis meliore principes te cum. Ei quando eirmod oportere eum, ei nonumy eruditi eum. In qui odio euripidis, habeo mundi praesent vim et.",
title: "Patient Information for Individual Diagnosed with a Chronic Disease in the past or currently suffering: Comprehensive Medical History,Treatment Plan,and Prognosis Report",
endContent: /*#__PURE__*/_react.default.createElement(_terraButton.default, {
text: "Button"
text: "print"
})
}, /*#__PURE__*/_react.default.createElement(_terraButton.default, {
text: "Custom 1"
text: "Medical History"
})));

@@ -24,0 +24,0 @@ };

@@ -14,7 +14,7 @@ "use strict";

startContent: /*#__PURE__*/_react.default.createElement(_terraButton.default, {
text: "Button"
text: "Consult"
}),
title: "Default Subheader",
title: "Dr. Carl",
endContent: /*#__PURE__*/_react.default.createElement(_terraButton.default, {
text: "Button"
text: "Information"
}),

@@ -21,0 +21,0 @@ isSubheader: true

{
"name": "terra-clinical-header",
"main": "lib/Header.js",
"version": "3.25.0",
"version": "3.26.0",
"description": "A Header component that allows elements to be placed on the left and right ends of the header with a left aligned title in the center. ",

@@ -48,3 +48,3 @@ "repository": {

},
"gitHead": "afd20da19b6bc33e3af9fc58c052fbb742e0fba3"
"gitHead": "cdb0106ace63e3a008a03791c6d9c774ab262b95"
}

@@ -8,5 +8,5 @@ import React from 'react';

<Header
startContent={<Button text="Button" />}
title="Default Header"
endContent={<Button text="Button" />}
startContent={<Button text="Back" />}
title="Patient Information"
endContent={<Button text="Prescription" />}
/>

@@ -13,0 +13,0 @@ </div>

@@ -7,3 +7,3 @@ import React from 'react';

<Header
title="Lorem ipsum dolor sit amet, sea meis iisque petentium an. Vero copiosae eu eos. Usu ocurreret definiebas eu, vim esse duis habemus at, vix at alii ubique. Nobis meliore principes te cum. Ei quando eirmod oportere eum, ei nonumy eruditi eum. In qui odio euripidis, habeo mundi praesent vim et."
title="This is a header with long text .This is an element provides a customizable header layout with a prominent title options for the elements.This component saves time and effort in designing a header from scratch and ensures consistency across a website's pages."
/>

@@ -10,0 +10,0 @@ </div>

@@ -8,7 +8,7 @@ import React from 'react';

<Header
startContent={<Button text="Button" />}
title="Lorem ipsum dolor sit amet, sea meis iisque petentium an. Vero copiosae eu eos. Usu ocurreret definiebas eu, vim esse duis habemus at, vix at alii ubique. Nobis meliore principes te cum. Ei quando eirmod oportere eum, ei nonumy eruditi eum. In qui odio euripidis, habeo mundi praesent vim et."
endContent={<Button text="Button" />}
startContent={<Button text="Back" />}
title="Patient Information for Individual Diagnosed with a Chronic Disease in the past or currently suffering: Comprehensive Medical History,Treatment Plan,and Prognosis Report"
endContent={<Button text="print" />}
>
<Button text="Custom 1" />
<Button text="Medical History" />
</Header>

@@ -15,0 +15,0 @@ </div>

@@ -8,5 +8,5 @@ import React from 'react';

<Header
startContent={<Button text="Button" />}
title="Default Subheader"
endContent={<Button text="Button" />}
startContent={<Button text="Consult" />}
title="Dr. Carl"
endContent={<Button text="Information" />}
isSubheader

@@ -13,0 +13,0 @@ />

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc