@hortiview/shared-components 1.12.0 → 2.0.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## [2.0.0](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/compare/v1.12.0...v2.0.0) (2025-06-06)
2
+
3
+ ### ⚠ BREAKING CHANGES
4
+
5
+ * remove font call from main.ts but keep it for storybook
6
+
7
+ ### Features
8
+
9
+ * remove font call from main.ts but keep it for storybook ([a5999c7](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/commit/a5999c72ac274c4a23efd06d0e362f427e87f1c0))
10
+
1
11
  ## [1.12.0](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/compare/v1.11.0...v1.12.0) (2025-06-02)
2
12
 
3
13
  ### Features
@@ -1,11 +1,10 @@
1
1
  import { jsx as e, jsxs as b, Fragment as D } from "react/jsx-runtime";
2
2
  import { N as F } from "../../index.es-fnFnw2P1.js";
3
- import { B as h } from "../../index.es-CiqbARoC.js";
3
+ import { B as p } from "../../index.es-CiqbARoC.js";
4
4
  import { G as _ } from "../../index.es-DntoATwO.js";
5
5
  import { I as W } from "../../index.es-0lQcz8m1.js";
6
6
  import { S as j } from "../../index.es-8GOVkuo-.js";
7
7
  import { useState as v } from "react";
8
- import '../../assets/main.css';import '../../assets/Filter.css';/* empty css */
9
8
  import { Iconify as z } from "../Iconify/Iconify.js";
10
9
  import { u as k } from "../../useBreakpoints-MzTZ0tCT.js";
11
10
  import "../../react-tooltip.min-DSY6KDqS.js";
@@ -18,12 +17,12 @@ import "react-hook-form";
18
17
  import "../../get-DFv1gXfq.js";
19
18
  import "../../isArray-Dub1wGJM.js";
20
19
  import "../../isString-BW9UHONv.js";
21
- const K = "_filterButton_qtl7a_1", T = "_relativeParent_qtl7a_6", V = "_filterBadge_qtl7a_10", E = "_dense_qtl7a_17", u = {
20
+ import '../../assets/Filter.css';const K = "_filterButton_qtl7a_1", T = "_relativeParent_qtl7a_6", V = "_filterBadge_qtl7a_10", E = "_dense_qtl7a_17", u = {
22
21
  filterButton: K,
23
22
  relativeParent: T,
24
23
  filterBadge: V,
25
24
  dense: E
26
- }, ct = ({
25
+ }, mt = ({
27
26
  clearFilterText: m,
28
27
  closeCallback: s,
29
28
  currentFilter: i,
@@ -32,7 +31,7 @@ const K = "_filterButton_qtl7a_1", T = "_relativeParent_qtl7a_6", V = "_filterBa
32
31
  filterModalTitle: t,
33
32
  filters: f,
34
33
  modalCancelButtonText: g,
35
- modalConfirmButtonText: p,
34
+ modalConfirmButtonText: h,
36
35
  useModal: o = !0,
37
36
  selectAllLabel: r,
38
37
  "data-testid": w
@@ -68,9 +67,9 @@ const K = "_filterButton_qtl7a_1", T = "_relativeParent_qtl7a_6", V = "_filterBa
68
67
  onClose: x,
69
68
  title: t,
70
69
  modalSize: A ? "small" : "fullscreen",
71
- headerActions: /* @__PURE__ */ e(h, { "data-testid": "filter-clear-button", variant: "text", onClick: O, children: m }),
70
+ headerActions: /* @__PURE__ */ e(p, { "data-testid": "filter-clear-button", variant: "text", onClick: O, children: m }),
72
71
  dismissiveButton: /* @__PURE__ */ e(
73
- h,
72
+ p,
74
73
  {
75
74
  "data-testid": "filter-cancel-button",
76
75
  variant: "outlined",
@@ -78,13 +77,13 @@ const K = "_filterButton_qtl7a_1", T = "_relativeParent_qtl7a_6", V = "_filterBa
78
77
  children: g
79
78
  }
80
79
  ),
81
- primaryButton: /* @__PURE__ */ e(h, { "data-testid": "filter-confirm-button", variant: "filled", onClick: x, children: p }),
80
+ primaryButton: /* @__PURE__ */ e(p, { "data-testid": "filter-confirm-button", variant: "filled", onClick: x, children: h }),
82
81
  children: /* @__PURE__ */ e(_, { direction: "vertical", "data-testid": "filter-map-filters", children: N(f, c, S, r) })
83
82
  }
84
83
  )
85
84
  ] }) : /* @__PURE__ */ e(_, { secondaryAlign: "center", fullWidth: !0, children: N(f, c, S, r, !1) });
86
- }, N = (m, s, i, d, a = !0) => m.map(({ id: t, title: f, availableOptions: g, icon: p, type: o }) => /* @__PURE__ */ b(_, { fullWidth: !0, secondaryAlign: "center", "data-testid": `filter-${o}-group-${t}`, children: [
87
- p ? /* @__PURE__ */ e(z, { icon: p, iconSize: "medium" }) : null,
85
+ }, N = (m, s, i, d, a = !0) => m.map(({ id: t, title: f, availableOptions: g, icon: h, type: o }) => /* @__PURE__ */ b(_, { fullWidth: !0, secondaryAlign: "center", "data-testid": `filter-${o}-group-${t}`, children: [
86
+ h ? /* @__PURE__ */ e(z, { icon: h, iconSize: "medium" }) : null,
88
87
  o === "select" && /* @__PURE__ */ e(
89
88
  I,
90
89
  {
@@ -158,7 +157,7 @@ const K = "_filterButton_qtl7a_1", T = "_relativeParent_qtl7a_6", V = "_filterBa
158
157
  style: { height: "100%", width: t ? void 0 : "100%" },
159
158
  children: [
160
159
  /* @__PURE__ */ e(
161
- h,
160
+ p,
162
161
  {
163
162
  "data-testid": "filter-button",
164
163
  variant: "outlined",
@@ -184,5 +183,5 @@ const K = "_filterButton_qtl7a_1", T = "_relativeParent_qtl7a_6", V = "_filterBa
184
183
  );
185
184
  };
186
185
  export {
187
- ct as Filter
186
+ mt as Filter
188
187
  };
@@ -21,7 +21,6 @@ import { b as vo, c as lo, d as yi, f as wl, g as Rl } from "../../tslib.es6-BDC
21
21
  import { M as bi, a as wi } from "../../component-neHBNHRu.js";
22
22
  import { c as Ga } from "../../component-DsB0poTj.js";
23
23
  import { a as Cl } from "../../util-DA21pZXj.js";
24
- import '../../assets/main.css';import '../../assets/GenericTable.css';/* empty css */
25
24
  import "../../isEmpty-B4GG2s-V.js";
26
25
  import { u as Sl } from "../../useBreakpoints-MzTZ0tCT.js";
27
26
  import "../../react-tooltip.min-DSY6KDqS.js";
@@ -32,7 +31,7 @@ import "../../isArray-Dub1wGJM.js";
32
31
  import "../../isString-BW9UHONv.js";
33
32
  import { useGenerateColumns as El, useGenerateTableData as xl } from "./GenericTableService.js";
34
33
  import { GenericCardList as Pl } from "./Mobile/GenericCardList.js";
35
- function Il(r, o) {
34
+ import '../../assets/GenericTable.css';function Il(r, o) {
36
35
  r.prototype = Object.create(o.prototype), r.prototype.constructor = r, ml(r, o);
37
36
  }
38
37
  /**
@@ -10433,7 +10432,7 @@ const bd = "_topBar_1tmb3_1", wd = "_filterBar_1tmb3_5", Rd = "_start_1tmb3_10",
10433
10432
  elevation: Sd,
10434
10433
  table: Ed,
10435
10434
  noBorder: xd
10436
- }, ic = ({
10435
+ }, ac = ({
10437
10436
  data: r = [],
10438
10437
  hiddenColumns: o = [],
10439
10438
  order: e = [],
@@ -10545,5 +10544,5 @@ const bd = "_topBar_1tmb3_1", wd = "_filterBar_1tmb3_5", Rd = "_start_1tmb3_10",
10545
10544
  ) });
10546
10545
  };
10547
10546
  export {
10548
- ic as GenericTable
10547
+ ac as GenericTable
10549
10548
  };
@@ -1,9 +1,8 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
2
  import { P as r } from "../../index.es-D-CKRzIB.js";
3
- import '../../assets/main.css';/* empty css */
4
3
  import "react";
5
4
  import "../../isEmpty-B4GG2s-V.js";
6
- import { u as m } from "../../useBreakpoints-MzTZ0tCT.js";
5
+ import { u as d } from "../../useBreakpoints-MzTZ0tCT.js";
7
6
  import "../../react-tooltip.min-DSY6KDqS.js";
8
7
  import "../../orderBy-Bd48bw88.js";
9
8
  import "../../uniqueId-NU3-C36A.js";
@@ -11,8 +10,8 @@ import "react-hook-form";
11
10
  import "../../get-DFv1gXfq.js";
12
11
  import "../../isArray-Dub1wGJM.js";
13
12
  import "../../isString-BW9UHONv.js";
14
- const x = ({ children: o }) => {
15
- const { isDesktop: t } = m();
13
+ const k = ({ children: o }) => {
14
+ const { isDesktop: t } = d();
16
15
  return /* @__PURE__ */ i(
17
16
  r,
18
17
  {
@@ -24,5 +23,5 @@ const x = ({ children: o }) => {
24
23
  );
25
24
  };
26
25
  export {
27
- x as ModulePadding
26
+ k as ModulePadding
28
27
  };
package/dist/main.d.ts CHANGED
@@ -1,4 +1,3 @@
1
-
2
1
  export { AlertBanner } from './components/AlertBanner/AlertBanner';
3
2
  export { BaseView } from './components/BaseView/BaseView';
4
3
  export { BasicHeading } from './components/BasicHeading/BasicHeading';
@@ -40,17 +39,17 @@ export { FormToggle } from './components/FormComponents/FormToggle/FormToggle';
40
39
  export { AvailableCustomIcons } from './enums/AvailableCustomIcons';
41
40
  export { ThemeColor } from './enums/ThemeColor';
42
41
  export { useBreakpoints } from './hooks/useBreakpoints';
43
- export { capitalizeFirstLetters, getNumberAsLocaleString, trimLeadingAndTrailingSpaces } from './services/UtilService';
42
+ export { capitalizeFirstLetters, getNumberAsLocaleString, trimLeadingAndTrailingSpaces, } from './services/UtilService';
44
43
  export type { ActionProps } from './components/ContextMenu/ContextMenu';
45
44
  export type { FormSelectOption } from './components/FormComponents/FormSelect/FormSelect';
46
45
  export type { FormTextProps } from './components/FormComponents/FormText/FormText';
47
46
  export type { HealthCheckFailedProps } from './components/HealthCheckFailed/HealthCheckFailed';
48
47
  export type { FieldItem } from './components/InfoGroup/InfoGroup';
49
48
  export type { LoadingSpinnerProps } from './components/LoadingSpinner/Default/LoadingSpinner';
50
- export type { Step, StepperBaseProps, StepperButtonProps, StepperProps } from './components/Stepper/stepperTypes';
49
+ export type { Step, StepperBaseProps, StepperButtonProps, StepperProps, } from './components/Stepper/stepperTypes';
51
50
  export type { FilterData, FilterOption, FilterSelection } from './types/Filter';
52
51
  export type { CellTemplate, CellTemplateProps, TableLayoutProps } from './types/GenericTable';
53
52
  export type { HashTab } from './types/HashTab';
54
53
  export type { BaseListElement, ListElement } from './types/ListElement';
55
- export { AVAILABLE_COUNTRY_KEYS, AVAILABLE_LOCALES, ENGLISH_LANGUAGE_ID, GERMAN_LANGUAGE_ID, LANGUAGE_CODES_MAPPER, LANGUAGE_ID_MAPPER, SPANISH_LANGUAGE_ID, TURKISH_LANGUAGE_ID } from './types/Languages';
54
+ export { AVAILABLE_COUNTRY_KEYS, AVAILABLE_LOCALES, ENGLISH_LANGUAGE_ID, GERMAN_LANGUAGE_ID, LANGUAGE_CODES_MAPPER, LANGUAGE_ID_MAPPER, SPANISH_LANGUAGE_ID, TURKISH_LANGUAGE_ID, } from './types/Languages';
56
55
  export type { AVAILABLE_LANGUAGE_CODES, LANGUAGE_COUNTRY_CODES } from './types/Languages';
package/dist/main.js CHANGED
@@ -1,99 +1,98 @@
1
- import './assets/main.css';/* empty css */
2
- import { AlertBanner as t } from "./components/AlertBanner/AlertBanner.js";
3
- import { BaseView as p } from "./components/BaseView/BaseView.js";
4
- import { BasicHeading as x } from "./components/BasicHeading/BasicHeading.js";
5
- import { BlockView as i } from "./components/BlockView/BlockView.js";
6
- import { ChipCard as A } from "./components/ChipCard/ChipCard.js";
7
- import { ContextMenu as c } from "./components/ContextMenu/ContextMenu.js";
8
- import { DeleteModal as d } from "./components/DeleteModal/DeleteModal.js";
9
- import { DetailContentWrapper as E } from "./components/DetailContentWrapper/DetailContentWrapper.js";
10
- import { Disclaimer as s } from "./components/Disclaimer/Disclaimer.js";
11
- import { EmptyView as I } from "./components/EmptyView/EmptyView.js";
12
- import { Filter as N } from "./components/Filter/Filter.js";
13
- import { FormattedNumberDisplay as C } from "./components/FormattedNumberDisplay/FormattedNumberDisplay.js";
14
- import { GenericTable as u } from "./components/GenericTable/GenericTable.js";
15
- import { HashTabView as T } from "./components/HashTabView/HashTabView.js";
16
- import { HeaderFilter as H } from "./components/HeaderFilter/HeaderFilter.js";
17
- import { HealthCheckFailed as h } from "./components/HealthCheckFailed/HealthCheckFailed.js";
18
- import { Iconify as P } from "./components/Iconify/Iconify.js";
19
- import { InfoGroup as R } from "./components/InfoGroup/InfoGroup.js";
20
- import { ListArea as w } from "./components/ListArea/ListArea.js";
21
- import { LoadingSpinner as v } from "./components/LoadingSpinner/Default/LoadingSpinner.js";
22
- import { Modal as Y } from "./components/Modal/Modal.js";
23
- import { ModulePadding as z } from "./components/ModulePadding/ModulePadding.js";
24
- import { OverflowTooltip as X } from "./components/OverflowTooltip/OverflowTooltip.js";
25
- import { ScrollbarX as q, ScrollbarY as J } from "./components/Scrollbar/Scrollbar.js";
26
- import { SearchBar as Z } from "./components/SearchBar/SearchBar.js";
27
- import { Select as rr } from "./components/Select/Select.js";
28
- import { StepperHeader as er } from "./components/Stepper/components/StepperHeader.js";
29
- import { StepperIndicator as mr } from "./components/Stepper/components/StepperIndicator.js";
30
- import { Stepper as fr } from "./components/Stepper/Stepper.js";
31
- import { VerticalDivider as ar } from "./components/VerticalDivider/VerticalDivider.js";
32
- import { FormCheckBox as lr } from "./components/FormComponents/FormCheckBox/FormCheckBox.js";
33
- import { FormDatePicker as nr } from "./components/FormComponents/FormDatePicker/FormDatePicker.js";
34
- import { FormNumber as Sr } from "./components/FormComponents/FormNumber/FormNumber.js";
35
- import { FormRadio as Lr } from "./components/FormComponents/FormRadio/FormRadio.js";
36
- import { FormSelect as Gr } from "./components/FormComponents/FormSelect/FormSelect.js";
37
- import { FormSlider as _r } from "./components/FormComponents/FormSlider/FormSlider.js";
38
- import { FormText as Fr } from "./components/FormComponents/FormText/FormText.js";
39
- import { FormToggle as Dr } from "./components/FormComponents/FormToggle/FormToggle.js";
40
- import { AvailableCustomIcons as gr } from "./enums/AvailableCustomIcons.js";
41
- import { ThemeColor as Br } from "./enums/ThemeColor.js";
42
- import { u as br } from "./useBreakpoints-MzTZ0tCT.js";
43
- import { capitalizeFirstLetters as Ur, getNumberAsLocaleString as hr, trimLeadingAndTrailingSpaces as Mr } from "./services/UtilService.js";
44
- import { AVAILABLE_COUNTRY_KEYS as Vr, AVAILABLE_LOCALES as Rr, ENGLISH_LANGUAGE_ID as kr, GERMAN_LANGUAGE_ID as wr, LANGUAGE_CODES_MAPPER as Or, LANGUAGE_ID_MAPPER as vr, SPANISH_LANGUAGE_ID as yr, TURKISH_LANGUAGE_ID as Yr } from "./types/Languages.js";
1
+ import { AlertBanner as e } from "./components/AlertBanner/AlertBanner.js";
2
+ import { BaseView as m } from "./components/BaseView/BaseView.js";
3
+ import { BasicHeading as f } from "./components/BasicHeading/BasicHeading.js";
4
+ import { BlockView as a } from "./components/BlockView/BlockView.js";
5
+ import { ChipCard as l } from "./components/ChipCard/ChipCard.js";
6
+ import { ContextMenu as n } from "./components/ContextMenu/ContextMenu.js";
7
+ import { DeleteModal as S } from "./components/DeleteModal/DeleteModal.js";
8
+ import { DetailContentWrapper as L } from "./components/DetailContentWrapper/DetailContentWrapper.js";
9
+ import { Disclaimer as G } from "./components/Disclaimer/Disclaimer.js";
10
+ import { EmptyView as _ } from "./components/EmptyView/EmptyView.js";
11
+ import { Filter as F } from "./components/Filter/Filter.js";
12
+ import { FormattedNumberDisplay as D } from "./components/FormattedNumberDisplay/FormattedNumberDisplay.js";
13
+ import { GenericTable as g } from "./components/GenericTable/GenericTable.js";
14
+ import { HashTabView as B } from "./components/HashTabView/HashTabView.js";
15
+ import { HeaderFilter as b } from "./components/HeaderFilter/HeaderFilter.js";
16
+ import { HealthCheckFailed as U } from "./components/HealthCheckFailed/HealthCheckFailed.js";
17
+ import { Iconify as M } from "./components/Iconify/Iconify.js";
18
+ import { InfoGroup as V } from "./components/InfoGroup/InfoGroup.js";
19
+ import { ListArea as k } from "./components/ListArea/ListArea.js";
20
+ import { LoadingSpinner as O } from "./components/LoadingSpinner/Default/LoadingSpinner.js";
21
+ import { Modal as y } from "./components/Modal/Modal.js";
22
+ import { ModulePadding as K } from "./components/ModulePadding/ModulePadding.js";
23
+ import { OverflowTooltip as W } from "./components/OverflowTooltip/OverflowTooltip.js";
24
+ import { ScrollbarX as j, ScrollbarY as q } from "./components/Scrollbar/Scrollbar.js";
25
+ import { SearchBar as Q } from "./components/SearchBar/SearchBar.js";
26
+ import { Select as $ } from "./components/Select/Select.js";
27
+ import { StepperHeader as or } from "./components/Stepper/components/StepperHeader.js";
28
+ import { StepperIndicator as tr } from "./components/Stepper/components/StepperIndicator.js";
29
+ import { Stepper as pr } from "./components/Stepper/Stepper.js";
30
+ import { VerticalDivider as xr } from "./components/VerticalDivider/VerticalDivider.js";
31
+ import { FormCheckBox as ir } from "./components/FormComponents/FormCheckBox/FormCheckBox.js";
32
+ import { FormDatePicker as Ar } from "./components/FormComponents/FormDatePicker/FormDatePicker.js";
33
+ import { FormNumber as cr } from "./components/FormComponents/FormNumber/FormNumber.js";
34
+ import { FormRadio as dr } from "./components/FormComponents/FormRadio/FormRadio.js";
35
+ import { FormSelect as Er } from "./components/FormComponents/FormSelect/FormSelect.js";
36
+ import { FormSlider as sr } from "./components/FormComponents/FormSlider/FormSlider.js";
37
+ import { FormText as Ir } from "./components/FormComponents/FormText/FormText.js";
38
+ import { FormToggle as Nr } from "./components/FormComponents/FormToggle/FormToggle.js";
39
+ import { AvailableCustomIcons as Cr } from "./enums/AvailableCustomIcons.js";
40
+ import { ThemeColor as ur } from "./enums/ThemeColor.js";
41
+ import { u as Tr } from "./useBreakpoints-MzTZ0tCT.js";
42
+ import { capitalizeFirstLetters as Hr, getNumberAsLocaleString as Ur, trimLeadingAndTrailingSpaces as hr } from "./services/UtilService.js";
43
+ import { AVAILABLE_COUNTRY_KEYS as Pr, AVAILABLE_LOCALES as Vr, ENGLISH_LANGUAGE_ID as Rr, GERMAN_LANGUAGE_ID as kr, LANGUAGE_CODES_MAPPER as wr, LANGUAGE_ID_MAPPER as Or, SPANISH_LANGUAGE_ID as vr, TURKISH_LANGUAGE_ID as yr } from "./types/Languages.js";
45
44
  export {
46
- Vr as AVAILABLE_COUNTRY_KEYS,
47
- Rr as AVAILABLE_LOCALES,
48
- t as AlertBanner,
49
- gr as AvailableCustomIcons,
50
- p as BaseView,
51
- x as BasicHeading,
52
- i as BlockView,
53
- A as ChipCard,
54
- c as ContextMenu,
55
- d as DeleteModal,
56
- E as DetailContentWrapper,
57
- s as Disclaimer,
58
- kr as ENGLISH_LANGUAGE_ID,
59
- I as EmptyView,
60
- N as Filter,
61
- lr as FormCheckBox,
62
- nr as FormDatePicker,
63
- Sr as FormNumber,
64
- Lr as FormRadio,
65
- Gr as FormSelect,
66
- _r as FormSlider,
67
- Fr as FormText,
68
- Dr as FormToggle,
69
- C as FormattedNumberDisplay,
70
- wr as GERMAN_LANGUAGE_ID,
71
- u as GenericTable,
72
- T as HashTabView,
73
- H as HeaderFilter,
74
- h as HealthCheckFailed,
75
- P as Iconify,
76
- R as InfoGroup,
77
- Or as LANGUAGE_CODES_MAPPER,
78
- vr as LANGUAGE_ID_MAPPER,
79
- w as ListArea,
80
- v as LoadingSpinner,
81
- Y as Modal,
82
- z as ModulePadding,
83
- X as OverflowTooltip,
84
- yr as SPANISH_LANGUAGE_ID,
85
- q as ScrollbarX,
86
- J as ScrollbarY,
87
- Z as SearchBar,
88
- rr as Select,
89
- fr as Stepper,
90
- er as StepperHeader,
91
- mr as StepperIndicator,
92
- Yr as TURKISH_LANGUAGE_ID,
93
- Br as ThemeColor,
94
- ar as VerticalDivider,
95
- Ur as capitalizeFirstLetters,
96
- hr as getNumberAsLocaleString,
97
- Mr as trimLeadingAndTrailingSpaces,
98
- br as useBreakpoints
45
+ Pr as AVAILABLE_COUNTRY_KEYS,
46
+ Vr as AVAILABLE_LOCALES,
47
+ e as AlertBanner,
48
+ Cr as AvailableCustomIcons,
49
+ m as BaseView,
50
+ f as BasicHeading,
51
+ a as BlockView,
52
+ l as ChipCard,
53
+ n as ContextMenu,
54
+ S as DeleteModal,
55
+ L as DetailContentWrapper,
56
+ G as Disclaimer,
57
+ Rr as ENGLISH_LANGUAGE_ID,
58
+ _ as EmptyView,
59
+ F as Filter,
60
+ ir as FormCheckBox,
61
+ Ar as FormDatePicker,
62
+ cr as FormNumber,
63
+ dr as FormRadio,
64
+ Er as FormSelect,
65
+ sr as FormSlider,
66
+ Ir as FormText,
67
+ Nr as FormToggle,
68
+ D as FormattedNumberDisplay,
69
+ kr as GERMAN_LANGUAGE_ID,
70
+ g as GenericTable,
71
+ B as HashTabView,
72
+ b as HeaderFilter,
73
+ U as HealthCheckFailed,
74
+ M as Iconify,
75
+ V as InfoGroup,
76
+ wr as LANGUAGE_CODES_MAPPER,
77
+ Or as LANGUAGE_ID_MAPPER,
78
+ k as ListArea,
79
+ O as LoadingSpinner,
80
+ y as Modal,
81
+ K as ModulePadding,
82
+ W as OverflowTooltip,
83
+ vr as SPANISH_LANGUAGE_ID,
84
+ j as ScrollbarX,
85
+ q as ScrollbarY,
86
+ Q as SearchBar,
87
+ $ as Select,
88
+ pr as Stepper,
89
+ or as StepperHeader,
90
+ tr as StepperIndicator,
91
+ yr as TURKISH_LANGUAGE_ID,
92
+ ur as ThemeColor,
93
+ xr as VerticalDivider,
94
+ Hr as capitalizeFirstLetters,
95
+ Ur as getNumberAsLocaleString,
96
+ hr as trimLeadingAndTrailingSpaces,
97
+ Tr as useBreakpoints
99
98
  };
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": "1.12.0",
4
+ "version": "2.0.0",
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>",
@@ -1 +0,0 @@
1
- @import"https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700|Roboto+Mono:400,500|Material+Icons";