@hortiview/shared-components 0.0.7620 → 0.0.7689
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/dist/alertBanner.module-BPiKN0gh.js +11 -0
- package/dist/assets/alertBanner.css +1 -1
- package/dist/components/AlertBanner/AlertBanner.d.ts +1 -1
- package/dist/components/AlertBanner/AlertBanner.js +1 -1
- package/dist/components/Filter/Filter.js +1 -1
- package/dist/components/GenericTable/GenericTable.js +1 -1
- package/package.json +1 -1
- package/dist/alertBanner.module-HneYdVzN.js +0 -10
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import "./assets/alertBanner.css";
|
|
2
|
+
const s = "_messageContainer_1seos_1", n = "_info_1seos_9", e = "_danger_1seos_14", o = "_success_1seos_19", _ = "_warning_1seos_24", c = {
|
|
3
|
+
messageContainer: s,
|
|
4
|
+
info: n,
|
|
5
|
+
danger: e,
|
|
6
|
+
success: o,
|
|
7
|
+
warning: _
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
c as s
|
|
11
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._messageContainer_1seos_1{border-radius:.25rem;padding:.5rem 1rem;width:-moz-available;width:-webkit-fill-available;width:stretch}._info_1seos_9{border:1px solid var(--lmnt-theme-on-secondary-stroke);background:var(--lmnt-theme-secondary-50)}._danger_1seos_14{border:1px solid var(--lmnt-theme-on-danger-stroke);background:var(--lmnt-theme-danger-50)}._success_1seos_19{border:1px solid var(--lmnt-theme-on-success-stroke);background:var(--lmnt-theme-success-50)}._warning_1seos_24{border:1px solid var(--lmnt-utility-orange-surface);background:#f6a6491a}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as r, Fragment as l, jsxs as c } from "react/jsx-runtime";
|
|
2
2
|
import { Group as m, TypoBody as p } from "@element/react-components";
|
|
3
3
|
import { u as d } from "../../useBreakpoints-BNeVhjjZ.js";
|
|
4
|
-
import { s as o } from "../../alertBanner.module-
|
|
4
|
+
import { s as o } from "../../alertBanner.module-BPiKN0gh.js";
|
|
5
5
|
const h = ({
|
|
6
6
|
text: e,
|
|
7
7
|
color: i = "info",
|
|
@@ -3,7 +3,7 @@ import { Group as y, Modal as T, Button as h, Select as W, Switch as j, IconButt
|
|
|
3
3
|
import { useState as v } from "react";
|
|
4
4
|
import { s as c } from "../../genericTable.module-Dk3yy2S3.js";
|
|
5
5
|
import { u as A } from "../../useBreakpoints-BNeVhjjZ.js";
|
|
6
|
-
import "../../alertBanner.module-
|
|
6
|
+
import "../../alertBanner.module-BPiKN0gh.js";
|
|
7
7
|
import { I as H } from "../../Iconify-CY9lZjFd.js";
|
|
8
8
|
import "../../react-tooltip.min-BzHiZW8k.js";
|
|
9
9
|
import "../../basicHeading.module-BYb8xvuk.js";
|
|
@@ -3,7 +3,7 @@ import { Elevation as D, Table as G, TableTopBar as u, Group as l, Padding as W,
|
|
|
3
3
|
import { Fragment as j } from "react";
|
|
4
4
|
import { a as e } from "../../genericTable.module-Dk3yy2S3.js";
|
|
5
5
|
import { u as x } from "../../useBreakpoints-BNeVhjjZ.js";
|
|
6
|
-
import "../../alertBanner.module-
|
|
6
|
+
import "../../alertBanner.module-BPiKN0gh.js";
|
|
7
7
|
import "../../iconify.module-C89oaw5b.js";
|
|
8
8
|
import "../../isArray-Ca4KR8TK.js";
|
|
9
9
|
import "../../react-tooltip.min-BzHiZW8k.js";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hortiview/shared-components",
|
|
3
3
|
"description": "This is a shared component library. It should used in the HortiView platform and its modules.",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.7689",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": "https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared",
|
|
7
7
|
"author": "Falk Menge <falk.menge.ext@bayer.com>",
|