@ltht-react/type-summary 1.3.111 → 1.3.112
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/README.md +15 -15
- package/lib/atoms/date-summary.js +1 -1
- package/lib/atoms/date-summary.js.map +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
# Summary
|
|
2
|
-
|
|
3
|
-
<!-- STORY -->
|
|
4
|
-
|
|
5
|
-
### Import
|
|
6
|
-
|
|
7
|
-
```js
|
|
8
|
-
import Summary from '@ltht-react/type-summary'
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
### Usage
|
|
12
|
-
|
|
13
|
-
```jsx
|
|
14
|
-
<Summary />
|
|
15
|
-
```
|
|
1
|
+
# Summary
|
|
2
|
+
|
|
3
|
+
<!-- STORY -->
|
|
4
|
+
|
|
5
|
+
### Import
|
|
6
|
+
|
|
7
|
+
```js
|
|
8
|
+
import Summary from '@ltht-react/type-summary'
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
### Usage
|
|
12
|
+
|
|
13
|
+
```jsx
|
|
14
|
+
<Summary />
|
|
15
|
+
```
|
|
@@ -33,7 +33,7 @@ var jsx_runtime_1 = require("react/jsx-runtime");
|
|
|
33
33
|
var styled_1 = __importDefault(require("@emotion/styled"));
|
|
34
34
|
var styles_1 = require("@ltht-react/styles");
|
|
35
35
|
var utils_1 = require("@ltht-react/utils");
|
|
36
|
-
var StyledDateSummary = styled_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n color: ", ";\n text-decoration: ", ";\n"], ["\n color: ", ";\n text-decoration: ", ";\n"])), styles_1.TEXT_COLOURS.PRIMARY, function (_a) {
|
|
36
|
+
var StyledDateSummary = styled_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n color: ", ";\n text-decoration: ", ";\n display: inline-block;\n"], ["\n color: ", ";\n text-decoration: ", ";\n display: inline-block;\n"])), styles_1.TEXT_COLOURS.PRIMARY, function (_a) {
|
|
37
37
|
var enteredInError = _a.enteredInError;
|
|
38
38
|
return (enteredInError ? 'line-through' : 'none');
|
|
39
39
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date-summary.js","sourceRoot":"","sources":["../../src/atoms/date-summary.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,2DAAoC;AAEpC,6CAAiD;AAEjD,2CAAuD;AAEvD,IAAM,iBAAiB,GAAG,gBAAM,CAAC,GAAG,
|
|
1
|
+
{"version":3,"file":"date-summary.js","sourceRoot":"","sources":["../../src/atoms/date-summary.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,2DAAoC;AAEpC,6CAAiD;AAEjD,2CAAuD;AAEvD,IAAM,iBAAiB,GAAG,gBAAM,CAAC,GAAG,2IAAoB,aAC7C,EAAoB,wBACV,EAAkE,+BAEtF,KAHU,qBAAY,CAAC,OAAO,EACV,UAAC,EAAkB;QAAhB,cAAc,oBAAA;IAAO,OAAA,CAAC,cAAc,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,MAAM,CAAC;AAA1C,CAA0C,CAEtF,CAAA;AAED,IAAM,WAAW,GAAc,UAAC,EAAqC;IAAnC,IAAA,QAAQ,cAAA,EAAE,cAAc,oBAAA,EAAK,IAAI,cAAnC,8BAAqC,CAAF;IAAO,OAAA,CACxE,kBAAC,iBAAiB,aAAC,cAAc,EAAE,cAAc,IAAM,IAAI,cACxD,2BAAmB,CAAC,QAAQ,CAAC,YACZ,CACrB,CAAA;CAAA,CAAA;AAWD,kBAAe,WAAW,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ltht-react/type-summary",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.112",
|
|
4
4
|
"description": "ltht-react clinical Summary component.",
|
|
5
5
|
"author": "LTHT",
|
|
6
6
|
"homepage": "",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@emotion/react": "^11.0.0",
|
|
29
29
|
"@emotion/styled": "^11.0.0",
|
|
30
|
-
"@ltht-react/card": "^1.3.
|
|
31
|
-
"@ltht-react/icon": "^1.3.
|
|
32
|
-
"@ltht-react/list": "^1.3.
|
|
33
|
-
"@ltht-react/styles": "^1.3.
|
|
34
|
-
"@ltht-react/types": "^1.0.
|
|
35
|
-
"@ltht-react/utils": "^1.1.
|
|
30
|
+
"@ltht-react/card": "^1.3.112",
|
|
31
|
+
"@ltht-react/icon": "^1.3.112",
|
|
32
|
+
"@ltht-react/list": "^1.3.110",
|
|
33
|
+
"@ltht-react/styles": "^1.3.104",
|
|
34
|
+
"@ltht-react/types": "^1.0.108",
|
|
35
|
+
"@ltht-react/utils": "^1.1.110",
|
|
36
36
|
"react": "^17.0.0"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "5a2d7e535cd283bb6ecbbaa3adc582f2d3aad2da"
|
|
39
39
|
}
|