@hortiview/shared-components 2.10.2 → 2.11.1
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 +12 -0
- package/README.md +29 -13
- package/dist/{AlertBanner-Dss0v6W0.js → AlertBanner-C6wpAQMj.js} +3 -3
- package/dist/{BigLoadingSpinner-BeHzqdOg.js → BigLoadingSpinner-CDbRVDNZ.js} +1 -1
- package/dist/{GenericCard-MjxZ1L7r.js → GenericCard-Co9bGU19.js} +3 -3
- package/dist/{ListAreaService-Dx9WBGHB.js → ListAreaService-CGJm5I23.js} +5 -5
- package/dist/{OfflineView-D168VIXv.js → OfflineView-NUM9WE0F.js} +3 -3
- package/dist/assets/FormSelect.css +1 -1
- package/dist/assets/Select.css +1 -1
- package/dist/assets/stepper.css +1 -1
- package/dist/components/AlertBanner/AlertBanner.js +4 -4
- package/dist/components/AlertBanner/AlertBanner.test.js +2 -2
- package/dist/components/AlertBanner/LinkBanner.js +3 -3
- package/dist/components/AlertBanner/LinkBanner.test.js +1 -1
- package/dist/components/BaseView/BaseView.js +5 -5
- package/dist/components/BaseView/BaseView.test.js +1 -1
- package/dist/components/BasicHeading/BasicHeading.js +4 -4
- package/dist/components/BasicHeading/BasicHeading.test.js +2 -2
- package/dist/components/BlockView/BlockView.js +2 -2
- package/dist/components/BlockView/BlockView.test.js +1 -1
- package/dist/components/ChipCard/ChipCard.js +438 -424
- package/dist/components/ChipCard/ChipCard.test.js +1 -1
- package/dist/components/ContextMenu/ContextMenu.js +3 -3
- package/dist/components/ContextMenu/ContextMenu.test.js +1 -1
- package/dist/components/DeleteModal/DeleteModal.js +4 -4
- package/dist/components/DeleteModal/DeleteModal.test.js +1 -1
- package/dist/components/DetailContentWrapper/DetailContentWrapper.js +1 -1
- package/dist/components/Disclaimer/Disclaimer.js +3 -3
- package/dist/components/Disclaimer/Disclaimer.test.js +1 -1
- package/dist/components/EmptyView/EmptyView.js +3 -3
- package/dist/components/EmptyView/EmptyView.test.js +1 -1
- package/dist/components/Filter/Filter.js +6 -6
- package/dist/components/Filter/Filter.test.js +1 -1
- package/dist/components/FormComponents/FormCheckBox/FormCheckBox.js +1 -1
- package/dist/components/FormComponents/FormCheckBox/FormCheckBox.test.js +1 -1
- package/dist/components/FormComponents/FormDatePicker/FormDatePicker.js +4 -4
- package/dist/components/FormComponents/FormDatePicker/FormDatePicker.test.js +1 -1
- package/dist/components/FormComponents/FormNumber/CustomTextField.js +1 -1
- package/dist/components/FormComponents/FormNumber/FormNumber.test.js +1 -1
- package/dist/components/FormComponents/FormRadio/FormRadio.js +1 -1
- package/dist/components/FormComponents/FormRadio/FormRadio.test.js +1 -1
- package/dist/components/FormComponents/FormSelect/FormSelect.js +48 -48
- package/dist/components/FormComponents/FormSelect/FormSelect.test.js +2 -2
- package/dist/components/FormComponents/FormSelect/SelectTooltipText.js +2 -2
- package/dist/components/FormComponents/FormSlider/FormSlider.js +6 -6
- package/dist/components/FormComponents/FormSlider/FormSlider.test.js +1 -1
- package/dist/components/FormComponents/FormText/FormText.js +2 -2
- package/dist/components/FormComponents/FormText/FormText.test.js +1 -1
- package/dist/components/FormComponents/FormToggle/FormToggle.js +3 -3
- package/dist/components/FormComponents/FormToggle/FormToggle.test.js +1 -1
- package/dist/components/GenericTable/GenericTable.js +8225 -7444
- package/dist/components/GenericTable/GenericTable.test.js +1 -1
- package/dist/components/GenericTable/Mobile/GenericCard.js +4 -4
- package/dist/components/GenericTable/Mobile/GenericCard.test.js +2 -2
- package/dist/components/GenericTable/Mobile/GenericCardList.js +4 -4
- package/dist/components/GenericTable/Mobile/GenericCardList.test.js +1 -1
- package/dist/components/HashTabView/HashTabView.js +6 -6
- package/dist/components/HashTabView/HashTabView.test.js +1 -1
- package/dist/components/HeaderFilter/HeaderFilter.js +1 -1
- package/dist/components/HeaderFilter/HeaderFilter.test.js +1 -1
- package/dist/components/Iconify/Iconify.js +1 -1
- package/dist/components/Iconify/Iconify.test.js +1 -1
- package/dist/components/InfoCard/InfoCard.js +4 -4
- package/dist/components/InfoCard/InfoCard.test.js +1 -1
- package/dist/components/InfoGroup/InfoGroup.js +3 -3
- package/dist/components/InfoGroup/InfoGroup.test.js +1 -1
- package/dist/components/ListArea/ListArea.js +5 -5
- package/dist/components/ListArea/ListArea.test.js +4 -4
- package/dist/components/ListArea/ListAreaService.js +6 -6
- package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.js +2 -2
- package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.test.js +2 -2
- package/dist/components/LoadingSpinner/Default/LoadingSpinner.js +6 -6
- package/dist/components/LoadingSpinner/Default/LoadingSpinner.test.js +1 -1
- package/dist/components/Modal/Modal.d.ts +3 -1
- package/dist/components/Modal/Modal.js +116 -115
- package/dist/components/ModulePadding/ModulePadding.js +1 -1
- package/dist/components/ModulePadding/ModulePadding.test.js +1 -1
- package/dist/components/OfflineView/OfflineView.js +4 -4
- package/dist/components/OfflineView/OfflineView.test.js +2 -2
- package/dist/components/OnboardingBanner/OnboardingBanner.d.ts +1 -2
- package/dist/components/OnboardingBanner/OnboardingBanner.js +33 -25
- package/dist/components/OnboardingBanner/OnboardingBanner.test.js +1 -1
- package/dist/components/OverflowTooltip/OverflowTooltip.js +1 -1
- package/dist/components/OverflowTooltip/OverflowTooltip.test.js +3 -3
- package/dist/components/SafeForm/SafeForm.test.js +2 -2
- package/dist/components/Scrollbar/scrollbar.test.js +1 -1
- package/dist/components/SearchBar/SearchBar.js +2 -2
- package/dist/components/SearchBar/SearchBar.test.js +1 -1
- package/dist/components/Select/Select.js +10 -10
- package/dist/components/Select/Select.test.js +1 -1
- package/dist/components/Stepper/Stepper.d.ts +7 -3
- package/dist/components/Stepper/Stepper.js +31 -21
- package/dist/components/Stepper/Stepper.test.js +127 -38
- package/dist/components/Stepper/components/StepperButton.d.ts +6 -2
- package/dist/components/Stepper/components/StepperButton.js +60 -46
- package/dist/components/Stepper/components/StepperHeader.d.ts +8 -2
- package/dist/components/Stepper/components/StepperHeader.js +60 -14
- package/dist/components/Stepper/components/StepperIndicator.js +2 -2
- package/dist/components/Stepper/stepperTypes.d.ts +35 -5
- package/dist/components/VerticalDivider/VerticalDivider.test.js +1 -1
- package/dist/correct-is-regexp-logic-BBlm4UpN.js +44 -0
- package/dist/{defineProperty-CmuOyxyf.js → defineProperty-K2c2Cqi7.js} +56 -56
- package/dist/{es.string.iterator-DrqCBub-.js → es.string.iterator-5IsLbO9h.js} +25 -25
- package/dist/find-nTYsLuUo.js +95 -0
- package/dist/hooks/useBreakpoints.test.js +1 -1
- package/dist/{index-I7uTh4Tr.js → index-CkZYDkGd.js} +1 -1
- package/dist/{index-Cpb-8cAN.js → index-_ck2BRrZ.js} +36 -35
- package/dist/{index.es-DUcI2Zyr.js → index.es-B0QNuIUR.js} +4 -4
- package/dist/{index.es-CijDQQVg.js → index.es-B3-Acyxs.js} +4 -4
- package/dist/{index.es-vqlyMiew.js → index.es-BZ3r3ilq.js} +3 -3
- package/dist/{index.es-DNRm4vOy.js → index.es-Bw3LT0xk.js} +3 -3
- package/dist/{index.es-D_hWWij3.js → index.es-C19v_2Tu.js} +14 -14
- package/dist/{index.es-DsGuBR0Z.js → index.es-C1SajYlm.js} +3 -3
- package/dist/{index.es-BzdG6flH.js → index.es-C1u7zUBz.js} +25 -25
- package/dist/{index.es-Ds9rRj5B.js → index.es-CEPrAgSM.js} +4 -4
- package/dist/{index.es-Bo1Rhtyb.js → index.es-CIsLNz4j.js} +2 -2
- package/dist/{index.es-BRtk0Q33.js → index.es-CP6nYw6D.js} +1 -1
- package/dist/{index.es-BjvSa9Z-.js → index.es-C_feFtLb.js} +44 -43
- package/dist/{index.es-CmF6xAUJ.js → index.es-Ci73HfOg.js} +1 -1
- package/dist/{index.es-BLolvOHO.js → index.es-CvHDFF6V.js} +7 -7
- package/dist/{index.es-DYs8W4jv.js → index.es-DCYlADaN.js} +2 -2
- package/dist/{index.es-BLIkMu0q.js → index.es-DHSqxTgL.js} +5 -5
- package/dist/{index.es-Bus5gEri.js → index.es-DYViXXnI.js} +2 -2
- package/dist/{index.es-DDRyb2df.js → index.es-DZBGtuyV.js} +5 -5
- package/dist/{index.es-b2h35xzk.js → index.es-DiONypF4.js} +6 -6
- package/dist/{index.es-P5F6NJPB.js → index.es-DnEIFMjv.js} +228 -266
- package/dist/{index.es-CXq42ihP.js → index.es-HCdWwFg5.js} +13 -13
- package/dist/{index.es-DCSgIiJH.js → index.es-NEYPxnlS.js} +2 -2
- package/dist/{index.es-Dq_bXeGZ.js → index.es-fV9oWpEf.js} +2771 -2481
- package/dist/{index.es-CKdJX75f.js → index.es-nqOhHSs3.js} +1 -1
- package/dist/{keyboard-BfmK7HK_.js → keyboard-20bkocNM.js} +28 -28
- package/dist/main.js +2 -2
- package/dist/{map-LUrszKZW.js → map-Bx7eZRyR.js} +295 -302
- package/dist/{parse-int-qVAoFbOL.js → parse-int-Cmh59J6W.js} +5 -5
- package/dist/{react.esm-CX1WJ2Pp.js → react.esm-BbMrgZCM.js} +3 -2
- package/dist/{slicedToArray-uk6yv91z.js → slicedToArray-h0Nnkd_P.js} +67 -67
- package/dist/stepper.module-c-CWmpkt.js +15 -0
- package/package.json +4 -3
- package/dist/find-Dpy_M6vm.js +0 -88
- package/dist/stepper.module-HuqmDJPj.js +0 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [2.11.1](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/compare/v2.11.0...v2.11.1) (2026-01-22)
|
|
2
|
+
|
|
3
|
+
### Styles
|
|
4
|
+
|
|
5
|
+
* avoid two scrolling bars on hoisted multi select menus ([9bac09a](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/commit/9bac09af9d27e1b5a633cdeb2d3bd1ed629a341c))
|
|
6
|
+
|
|
7
|
+
## [2.11.0](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/compare/v2.10.2...v2.11.0) (2026-01-21)
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* HV-13800 Update Stepper and Modal component ([e78f32c](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/commit/e78f32c02b4d0916de7e99a959de4dcf22acb6f9)), closes [#13800](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/issues/13800)
|
|
12
|
+
|
|
1
13
|
## [2.10.2](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/compare/v2.10.1...v2.10.2) (2026-01-07)
|
|
2
14
|
|
|
3
15
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -1018,41 +1018,57 @@ import { Select } from '@hortiview/shared-components';
|
|
|
1018
1018
|
### Stepper
|
|
1019
1019
|
|
|
1020
1020
|
Provides a simple stepper component, which contains the step indicators, a title text and buttons to navigate forwards and backwards.
|
|
1021
|
-
|
|
1021
|
+
The component is available in two types:
|
|
1022
|
+
|
|
1023
|
+
* 'default' (steps as dots and a centered step title below them)
|
|
1024
|
+
* 'description' (n/n numerical progress, description/title right of it)
|
|
1025
|
+
|
|
1026
|
+
**Be aware that you need to control the Stepper flow by your own, like:**
|
|
1022
1027
|
|
|
1023
1028
|
```jsx
|
|
1024
1029
|
import { Step, Stepper } from '@hortiview/shared-components';
|
|
1025
1030
|
|
|
1031
|
+
const [currentStep, setCurrentStep] = useState(0);
|
|
1032
|
+
|
|
1026
1033
|
const steps: Step[] = [
|
|
1027
1034
|
{
|
|
1028
1035
|
name: 'first',
|
|
1029
1036
|
step: 0,
|
|
1030
1037
|
title: 'First Step',
|
|
1031
1038
|
optional: false,
|
|
1039
|
+
nextButtonProps: {
|
|
1040
|
+
onClick: () => { setCurrentStep(1)},
|
|
1041
|
+
label: 'Next',
|
|
1042
|
+
showArrowIcon: true,
|
|
1043
|
+
},
|
|
1044
|
+
prevButtonProps: {
|
|
1045
|
+
onClick: () => { // handle cancel action },
|
|
1046
|
+
label: 'Cancel',
|
|
1047
|
+
showArrowIcon: false,
|
|
1048
|
+
},
|
|
1032
1049
|
},
|
|
1033
1050
|
{
|
|
1034
1051
|
name: 'second',
|
|
1035
1052
|
step: 1,
|
|
1036
1053
|
title: 'Second Step',
|
|
1037
1054
|
optional: true,
|
|
1055
|
+
nextButtonProps: {
|
|
1056
|
+
onClick: () => { // handle finish action },
|
|
1057
|
+
label: 'Send',
|
|
1058
|
+
showArrowIcon: false,
|
|
1059
|
+
},
|
|
1060
|
+
prevButtonProps: {
|
|
1061
|
+
onClick: () => { setCurrentStep(0)},
|
|
1062
|
+
label: 'Back',
|
|
1063
|
+
showArrowIcon: false,
|
|
1064
|
+
},
|
|
1038
1065
|
},
|
|
1039
1066
|
];
|
|
1040
1067
|
|
|
1041
|
-
const [currentStep, setCurrentStep] = useState(0);
|
|
1042
|
-
|
|
1043
1068
|
<Stepper
|
|
1069
|
+
type={'default'}
|
|
1044
1070
|
steps={steps}
|
|
1045
1071
|
currentStep={currentStep}
|
|
1046
|
-
nextButtonProps={{
|
|
1047
|
-
label: currentStep < args.steps.length - 1 ? 'Next' : 'Finish',
|
|
1048
|
-
onClick: () =>
|
|
1049
|
-
currentStep < args.steps.length - 1
|
|
1050
|
-
? setCurrentStep(currentStep + 1)
|
|
1051
|
-
: setCurrentStep(args.steps.length - 1),
|
|
1052
|
-
}}
|
|
1053
|
-
prevButtonProps={{
|
|
1054
|
-
onClick: () => (currentStep > 0 ? setCurrentStep(currentStep - 1) : setCurrentStep(0)),
|
|
1055
|
-
}}
|
|
1056
1072
|
/>;
|
|
1057
1073
|
```
|
|
1058
1074
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as n, Fragment as i, jsxs as t } from "react/jsx-runtime";
|
|
2
|
-
import { G as l } from "./index.es-
|
|
3
|
-
import { I as _ } from "./index.es-
|
|
4
|
-
import { T as m } from "./index.es-
|
|
2
|
+
import { G as l } from "./index.es-C1SajYlm.js";
|
|
3
|
+
import { I as _ } from "./index.es-DCYlADaN.js";
|
|
4
|
+
import { T as m } from "./index.es-NEYPxnlS.js";
|
|
5
5
|
import './assets/AlertBanner.css';const d = "_messageContainer_2hnjr_1", g = "_info_2hnjr_9", h = "_danger_2hnjr_14", f = "_success_2hnjr_19", p = "_warning_2hnjr_24", u = "_closeIcon_2hnjr_29", j = "_linkBanner_2hnjr_34", s = {
|
|
6
6
|
messageContainer: d,
|
|
7
7
|
info: g,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as i, jsxs as n } from "react/jsx-runtime";
|
|
2
|
-
import { T as r } from "./index.es-
|
|
2
|
+
import { T as r } from "./index.es-NEYPxnlS.js";
|
|
3
3
|
import { Iconify as d } from "./components/Iconify/Iconify.js";
|
|
4
4
|
import './assets/BigLoadingSpinner.css';const e = "_loadingBigOverlay_7dxo1_1", s = "_bigLoadSpinnerCard_7dxo1_12", g = "_bigLoadSpinnerCardText_7dxo1_27", t = "_logo_7dxo1_33", o = {
|
|
5
5
|
loadingBigOverlay: e,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as r, jsxs as d, Fragment as C } from "react/jsx-runtime";
|
|
2
|
-
import { C as h, a as m, b as T, c as g, d as v } from "./index.es-
|
|
3
|
-
import { G as b, a as x, b as c } from "./index.es-
|
|
4
|
-
import { d as f } from "./index.es-
|
|
2
|
+
import { C as h, a as m, b as T, c as g, d as v } from "./index.es-DnEIFMjv.js";
|
|
3
|
+
import { G as b, a as x, b as c } from "./index.es-BZ3r3ilq.js";
|
|
4
|
+
import { d as f } from "./index.es-NEYPxnlS.js";
|
|
5
5
|
import { useMemo as w } from "react";
|
|
6
6
|
import { OverflowTooltip as l } from "./components/OverflowTooltip/OverflowTooltip.js";
|
|
7
7
|
import './assets/GenericCard.css';const u = "_cardTitle_ny9m0_1", B = "_cardBody_ny9m0_5", N = "_cardContent_ny9m0_10", $ = "_row_ny9m0_14", G = "_font_ny9m0_18", k = "_fontHeader_ny9m0_23", H = "_title_ny9m0_27", S = "_emptyContainer_ny9m0_33", A = "_empty_ny9m0_33", n = {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as a, jsxs as B } from "react/jsx-runtime";
|
|
2
|
-
import { G } from "./index.es-
|
|
3
|
-
import { I as S } from "./index.es-
|
|
4
|
-
import { P as O } from "./index.es-
|
|
5
|
-
import { c as k, d as $, T as j } from "./index.es-
|
|
6
|
-
import { c as H } from "./index-
|
|
2
|
+
import { G } from "./index.es-C1SajYlm.js";
|
|
3
|
+
import { I as S } from "./index.es-DCYlADaN.js";
|
|
4
|
+
import { P as O } from "./index.es-CIsLNz4j.js";
|
|
5
|
+
import { c as k, d as $, T as j } from "./index.es-NEYPxnlS.js";
|
|
6
|
+
import { c as H } from "./index-_ck2BRrZ.js";
|
|
7
7
|
import { Iconify as M } from "./components/Iconify/Iconify.js";
|
|
8
8
|
import { AvailableCustomIcons as P } from "./enums/AvailableCustomIcons.js";
|
|
9
9
|
import './assets/ListAreaService.css';const R = "_fullWidth_1abq6_1", W = "_mainElevation_1abq6_6", L = "_searchbar_1abq6_13", w = "_roundedBottom_1abq6_21", A = "_primaryText_1abq6_26", z = "_list_1abq6_30", D = "_listItem_1abq6_41", F = "_isSelected_1abq6_65", J = "_noGroupHeaderMargin_1abq6_74", K = "_indentGroupedElement_1abq6_78", Q = "_isNotSelected_1abq6_82", U = "_iconColor_1abq6_92", V = "_overlineTitle_1abq6_96", X = "_noOverlineTitle_1abq6_101", Y = "_truncate_1abq6_105", Z = "_truncateOverlineText_1abq6_116", ee = "_hasNoRoundedEdges_1abq6_121", t = {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as r, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { G as o } from "./index.es-
|
|
2
|
+
import { G as o } from "./index.es-C1SajYlm.js";
|
|
3
3
|
import { Iconify as _ } from "./components/Iconify/Iconify.js";
|
|
4
|
-
import { b as m, d as y, T as h } from "./index.es-
|
|
5
|
-
import { B as A } from "./index.es-
|
|
4
|
+
import { b as m, d as y, T as h } from "./index.es-NEYPxnlS.js";
|
|
5
|
+
import { B as A } from "./index.es-B0QNuIUR.js";
|
|
6
6
|
import './assets/OfflineView.css';const T = "_gapAndTextAlign_10nts_1", v = "_container_10nts_6", x = "_bgWhite_10nts_12", G = "_bgGrey_10nts_17", W = "_subtitle_10nts_22", t = {
|
|
7
7
|
gapAndTextAlign: T,
|
|
8
8
|
container: v,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._invalidHelperText_zh2wu_1+*[class*=mdc-select-helper-text]{color:var(--lmnt-theme-danger)!important}._invalidBorder_zh2wu_5 *[class*=mdc-notched-outline]{border-color:var(--lmnt-theme-danger)!important}._invalidPlaceholder_zh2wu_9 *[class*=lmnt-select-label]{color:var(--lmnt-theme-danger)!important}._invalidDropdownIcon_zh2wu_13 *[class*=mdc-select__dropdown-icon]{fill:var(--lmnt-theme-danger)!important}._formSelectContainer_zh2wu_18{display:flex;flex-wrap:wrap;width:100%}._formSelectContainer_zh2wu_18>*[class*=lmnt-select-container]{flex-direction:column}._formSelectContainer_zh2wu_18 *[class*=mdc-select-helper-text]{color:var(--lmnt-helper-text-color);align-self:flex-start}._formSelectContainer_zh2wu_18 *[class*=lmnt__multi-value__label]{overflow:visible}._formSelect_zh2wu_18 *[class*=lmnt-select-menu]{z-index:2001}._formSelect_zh2wu_18 div[class*=mdc-notched-outline__leading]{border-radius:.25rem 0 0 .25rem!important}._formSelect_zh2wu_18 div[class*=mdc-notched-outline__trailing]{border-radius:0 .25rem .25rem 0!important}._multiText_zh2wu_53 *[class*=lmnt-select-value-container]{white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis;display:block!important;padding:1.125rem 0!important}._tooltip_zh2wu_62{z-index:42}._disabled_zh2wu_67+*[class*=mdc-select-helper-text]{color:var(--lmnt-theme-on-surface-disabled)}[id*=select-container][class*=top] [class*=mdc-menu-surface--open]{bottom:0}[id*=select-container][class*=bottom] [class*=mdc-menu-surface--open]{top:0}
|
package/dist/assets/Select.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._customPortal_1u11g_1>div[class*=lmnt__menu-portal]{transition:none}._customPortal_1u11g_1 div[class*=lmnt__menu-list--is-multi],._customSelect_1u11g_8 div[class*=lmnt__menu-list--is-multi]{max-height:none}._customSelect_1u11g_8 [class*=mdc-notched-outline__leading]{border-radius:.25rem 0 0 .25rem!important}._customSelect_1u11g_8 [class*=mdc-notched-outline__trailing]{border-radius:0 .25rem .25rem 0!important}._customSelect_1u11g_8 [class*=lmnt-select-menu]{border-radius:.25rem!important}
|
package/dist/assets/stepper.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._stepperIndicatorItem_x786o_1{height:var(--lmnt-stepper-indicator__size);width:var(--lmnt-stepper-indicator__size);background-color:#c7c7c7;border-radius:50%}._stepperIndicatorItemActive_x786o_8{background-color:var(--lmnt-theme-primary)}._stepperIndicatorItemOptional_x786o_12{border:1.5px dashed #7e7e7e}._stepperContainer_x786o_16{background-color:var(--lmnt-theme-primary-50);border:1px solid var(--lmnt-theme-on-surface-stroke);border-radius:.25rem;padding:.75rem 1rem}._stepperTitle_x786o_23{text-align:center;color:var(--lmnt-theme-on-secondary-inactive)}._stepperButton_x786o_28{margin-bottom:0}._stepperButtonLoading_x786o_32{padding-top:.375rem!important;padding-bottom:.375rem!important}._stepperButtonLoading_x786o_32 svg{stroke:var(--lmnt-theme-white)!important}._stepperDescriptionContainer_x786o_43{border-radius:.2rem;background-color:var(--lmnt-theme-primary-50);border:1px solid var(--lmnt-theme-on-surface-stroke)}._stepperDescriptionProgress_x786o_49{padding:0 1rem;min-width:3.5rem;background:var(--lmnt-theme-primary);color:var(--lmnt-theme-on-primary);border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}._stepperDescriptionText_x786o_60{padding:.7rem}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "../../index.es-
|
|
3
|
-
import "../../index.es-
|
|
4
|
-
import "../../index.es-
|
|
5
|
-
import { A as e } from "../../AlertBanner-
|
|
2
|
+
import "../../index.es-C1SajYlm.js";
|
|
3
|
+
import "../../index.es-DCYlADaN.js";
|
|
4
|
+
import "../../index.es-NEYPxnlS.js";
|
|
5
|
+
import { A as e } from "../../AlertBanner-C6wpAQMj.js";
|
|
6
6
|
export {
|
|
7
7
|
e as AlertBanner
|
|
8
8
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e, Fragment as m } from "react/jsx-runtime";
|
|
2
|
-
import { a as t, s } from "../../react.esm-
|
|
2
|
+
import { a as t, s } from "../../react.esm-BbMrgZCM.js";
|
|
3
3
|
import { a as o } from "../../useBreakpoints-MzTZ0tCT.js";
|
|
4
|
-
import { A as n } from "../../AlertBanner-
|
|
4
|
+
import { A as n } from "../../AlertBanner-C6wpAQMj.js";
|
|
5
5
|
import { d as p, b as c, a as l, t as r, g as a } from "../../vi.CjhMlMwf-CKxPQtd6.js";
|
|
6
6
|
p("AlertBanner Test", () => {
|
|
7
7
|
c(() => {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as r, jsxs as a } from "react/jsx-runtime";
|
|
2
|
-
import { G as l } from "../../index.es-
|
|
3
|
-
import { T as s } from "../../index.es-
|
|
2
|
+
import { G as l } from "../../index.es-C1SajYlm.js";
|
|
3
|
+
import { T as s } from "../../index.es-NEYPxnlS.js";
|
|
4
4
|
import { Iconify as p } from "../Iconify/Iconify.js";
|
|
5
|
-
import { A as m, s as c } from "../../AlertBanner-
|
|
5
|
+
import { A as m, s as c } from "../../AlertBanner-C6wpAQMj.js";
|
|
6
6
|
const g = ({
|
|
7
7
|
text: n,
|
|
8
8
|
color: o = "info",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { a as r, s as e } from "../../react.esm-
|
|
2
|
+
import { a as r, s as e } from "../../react.esm-BbMrgZCM.js";
|
|
3
3
|
import { a as o } from "../../useBreakpoints-MzTZ0tCT.js";
|
|
4
4
|
import { LinkBanner as a } from "./LinkBanner.js";
|
|
5
5
|
import { d as n, b as i, a as m, t as p, g as t } from "../../vi.CjhMlMwf-CKxPQtd6.js";
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as e, Fragment as a, jsxs as n } from "react/jsx-runtime";
|
|
2
|
-
import { D as G } from "../../index.es-
|
|
3
|
-
import { G as s } from "../../index.es-
|
|
4
|
-
import { P as V } from "../../index.es-
|
|
5
|
-
import { c as w } from "../../index-
|
|
2
|
+
import { D as G } from "../../index.es-DYViXXnI.js";
|
|
3
|
+
import { G as s } from "../../index.es-C1SajYlm.js";
|
|
4
|
+
import { P as V } from "../../index.es-CIsLNz4j.js";
|
|
5
|
+
import { c as w } from "../../index-_ck2BRrZ.js";
|
|
6
6
|
import { useMemo as d } from "react";
|
|
7
7
|
import { BasicHeading as _ } from "../BasicHeading/BasicHeading.js";
|
|
8
8
|
import { EmptyView as $ } from "../EmptyView/EmptyView.js";
|
|
9
9
|
import { ListArea as y } from "../ListArea/ListArea.js";
|
|
10
10
|
import { u as F } from "../../useBreakpoints-MzTZ0tCT.js";
|
|
11
|
-
import { O as M } from "../../OfflineView-
|
|
11
|
+
import { O as M } from "../../OfflineView-NUM9WE0F.js";
|
|
12
12
|
import { useScrollableInfo as O } from "./BaseView.service.js";
|
|
13
13
|
import '../../assets/BaseView.css';const P = "_fullHeight_1a5ww_1", T = "_fullWidth_1a5ww_5", q = "_maxWidth_1a5ww_9", z = "_list_1a5ww_14", J = "_desktopList_1a5ww_23", K = "_noRoundedCorners_1a5ww_28", Q = "_detail_1a5ww_32", U = "_desktopDetail_1a5ww_40", i = {
|
|
14
14
|
fullHeight: P,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o, Fragment as s } from "react/jsx-runtime";
|
|
2
|
-
import { a as n, s as e, f as p } from "../../react.esm-
|
|
2
|
+
import { a as n, s as e, f as p } from "../../react.esm-BbMrgZCM.js";
|
|
3
3
|
import { a as l } from "../../useBreakpoints-MzTZ0tCT.js";
|
|
4
4
|
import { BaseView as r } from "./BaseView.js";
|
|
5
5
|
import { d as u, b as d, a as c, t as i, g as t } from "../../vi.CjhMlMwf-CKxPQtd6.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as o, jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { G as t } from "../../index.es-
|
|
3
|
-
import { I as A } from "../../index.es-
|
|
4
|
-
import { b as I, T as z } from "../../index.es-
|
|
5
|
-
import { c as m } from "../../index-
|
|
2
|
+
import { G as t } from "../../index.es-C1SajYlm.js";
|
|
3
|
+
import { I as A } from "../../index.es-DCYlADaN.js";
|
|
4
|
+
import { b as I, T as z } from "../../index.es-NEYPxnlS.js";
|
|
5
|
+
import { c as m } from "../../index-_ck2BRrZ.js";
|
|
6
6
|
import { Iconify as H } from "../Iconify/Iconify.js";
|
|
7
7
|
import { AvailableCustomIcons as q } from "../../enums/AvailableCustomIcons.js";
|
|
8
8
|
import { u as w } from "../../useBreakpoints-MzTZ0tCT.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o, Fragment as d } from "react/jsx-runtime";
|
|
2
|
-
import { B as g } from "../../index.es-
|
|
3
|
-
import { a, s as t } from "../../react.esm-
|
|
2
|
+
import { B as g } from "../../index.es-B0QNuIUR.js";
|
|
3
|
+
import { a, s as t } from "../../react.esm-BbMrgZCM.js";
|
|
4
4
|
import { BasicHeading as i } from "./BasicHeading.js";
|
|
5
5
|
import { d as h, t as s, g as e } from "../../vi.CjhMlMwf-CKxPQtd6.js";
|
|
6
6
|
h("BasicHeading-Test", () => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as v, jsx as o, Fragment as h } from "react/jsx-runtime";
|
|
2
|
-
import { d as D, b as S, a as F } from "../../index.es-
|
|
3
|
-
import { c as M } from "../../index-
|
|
2
|
+
import { d as D, b as S, a as F } from "../../index.es-NEYPxnlS.js";
|
|
3
|
+
import { c as M } from "../../index-_ck2BRrZ.js";
|
|
4
4
|
import { useState as V, useEffect as q, useMemo as G } from "react";
|
|
5
5
|
import { getBlockNumberByDto as H } from "../../services/BlockService.js";
|
|
6
6
|
import '../../assets/BlockView.css';const I = "_grid_1ym34_1", J = "_blockLayout_1ym34_11", K = "_blockRow_1ym34_22", O = "_block_1ym34_11", P = "_active_1ym34_41", Q = "_error_1ym34_46", U = "_empty_1ym34_52", W = "_activeBlock_1ym34_56", X = "_blockText_1ym34_60", Y = "_emptyLayout_1ym34_70", t = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
-
import { a as s, s as o, f as n } from "../../react.esm-
|
|
2
|
+
import { a as s, s as o, f as n } from "../../react.esm-BbMrgZCM.js";
|
|
3
3
|
import { BlockView as i } from "./BlockView.js";
|
|
4
4
|
import { d as a, a as B, t as r, g as t } from "../../vi.CjhMlMwf-CKxPQtd6.js";
|
|
5
5
|
a("BlockView Test", () => {
|