@hortiview/default-components 0.0.11935 → 0.0.11937
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,4 +1,4 @@
|
|
|
1
1
|
import { HealthCheckFailedProps } from '@hortiview/shared-components';
|
|
2
2
|
|
|
3
3
|
export type PlatformHealthCheckProps = Omit<HealthCheckFailedProps, 'title' | 'subtitle' | 'type'>;
|
|
4
|
-
export declare const PlatformHealthCheck: ({
|
|
4
|
+
export declare const PlatformHealthCheck: ({ isOutlined }: PlatformHealthCheckProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,12 +3,12 @@ import "../../i18n-DIprVS_u.js";
|
|
|
3
3
|
import { N as e } from "../../HealthCheckFailed-j1XFU5px.js";
|
|
4
4
|
import { I as a } from "../../InternationalizationWrapper-BtWuzVFG.js";
|
|
5
5
|
import { u as i } from "../../useTranslation-Bh0VR1ML.js";
|
|
6
|
-
const f = ({
|
|
6
|
+
const f = ({ isOutlined: o }) => {
|
|
7
7
|
const { t } = i();
|
|
8
8
|
return /* @__PURE__ */ r(a, { children: /* @__PURE__ */ r(
|
|
9
9
|
e,
|
|
10
10
|
{
|
|
11
|
-
|
|
11
|
+
isOutlined: o,
|
|
12
12
|
title: t("healthCheck.platform"),
|
|
13
13
|
subtitle: t("healthCheck.platformSubtitle"),
|
|
14
14
|
type: "platform"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hortiview/default-components",
|
|
3
3
|
"description": "This is a component library that should be used in the HortiView platform and its modules. The components provided here have default translation strings.",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.11937",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/main.js",
|
|
7
7
|
"types": "dist/main.d.ts",
|