@iress-oss/ids-components 5.14.0 → 5.14.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/dist/{AutocompleteNoResults-D-7ik_op.js → AutocompleteNoResults-BJwn3Csz.js} +1 -1
- package/dist/{ComboboxHiddenInput-Bo5hqUzo.js → ComboboxHiddenInput-Dgwi3tti.js} +5 -5
- package/dist/{FieldAppendToLabel-kSkgzhQp.js → FieldAppendToLabel-DOal1Jmq.js} +2 -2
- package/dist/{InputBase-2wLvSYMJ.js → InputBase-DevBiqf2.js} +1 -1
- package/dist/Loading.module-CC_6gnKJ.js +13 -0
- package/dist/{LoadingSuspense-BDiikfSh.js → LoadingSuspense-COCIFlsi.js} +418 -417
- package/dist/LogoFromSrc-0jeEBge9.js +59 -0
- package/dist/MenuItem.module-mlKiHW50.js +24 -0
- package/dist/Popover.module-BVX_vz5-.js +11 -0
- package/dist/{SelectControl-ebML3vaP.js → SelectControl-CrSaqFGs.js} +1 -1
- package/dist/{SliderTicks-Bvc90tyk.js → SliderTicks-C2tiJ8Jz.js} +1 -1
- package/dist/TabSet.module-BdTRhXdV.js +13 -0
- package/dist/Table.module-Dax40UyV.js +32 -0
- package/dist/components/Alert/Alert.js +1 -1
- package/dist/components/Alert/index.js +1 -1
- package/dist/components/Autocomplete/Autocomplete.js +2 -2
- package/dist/components/Autocomplete/components/AutocompleteNoResults.js +1 -1
- package/dist/components/Autocomplete/index.js +1 -1
- package/dist/components/Badge/Badge.js +4 -4
- package/dist/components/Button/Button.js +2 -2
- package/dist/components/Button/CloseButton/CloseButton.js +1 -1
- package/dist/components/Button/index.js +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.js +2 -2
- package/dist/components/ButtonGroup/hooks/useIDSButtonGroupItem.js +1 -1
- package/dist/components/ButtonGroup/index.js +1 -1
- package/dist/components/Checkbox/Checkbox.js +1 -1
- package/dist/components/Checkbox/helpers/mapCheckboxGroupOptions.js +1 -1
- package/dist/components/Checkbox/index.js +1 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.js +6 -6
- package/dist/components/CheckboxMark/CheckboxMark.types.js +2 -2
- package/dist/components/Combobox/Combobox.js +2 -2
- package/dist/components/Combobox/MultiCombobox/MultiCombobox.js +2 -2
- package/dist/components/Combobox/components/ComboboxHiddenInput.js +1 -1
- package/dist/components/Combobox/components/ComboboxResults.js +3 -3
- package/dist/components/Combobox/components/ComboboxResultsDescriptor.js +1 -1
- package/dist/components/Combobox/index.js +1 -1
- package/dist/components/Expander/Expander.js +1 -1
- package/dist/components/Field/Field.js +1 -1
- package/dist/components/Field/FieldGroup/FieldGroup.js +2 -2
- package/dist/components/Field/components/FieldAppendToLabel.js +2 -2
- package/dist/components/Filter/Filter.js +2 -2
- package/dist/components/Filter/components/FilterResetButton.js +1 -1
- package/dist/components/Filter/components/FilterSearch.js +1 -1
- package/dist/components/Filter/index.js +1 -1
- package/dist/components/Form/Form.js +1 -1
- package/dist/components/Form/FormField/FormField.js +1 -1
- package/dist/components/Form/FormField/FormFieldset.js +1 -1
- package/dist/components/Form/HookForm/HookForm.js +1 -1
- package/dist/components/Form/index.js +1 -1
- package/dist/components/Hide/Hide.js +1 -1
- package/dist/components/Hide/helpers/composeHideClasses.js +1 -1
- package/dist/components/Hide/index.js +1 -1
- package/dist/components/Icon/Icon.js +1 -1
- package/dist/components/Icon/index.js +1 -1
- package/dist/components/Inline/Inline.js +1 -1
- package/dist/components/Inline/index.js +1 -1
- package/dist/components/Input/ClearButton/ClearButton.js +1 -1
- package/dist/components/Input/Input.js +2 -2
- package/dist/components/Input/InputBase/InputBase.js +1 -1
- package/dist/components/Input/index.js +1 -1
- package/dist/components/InputCurrency/InputCurrency.js +1 -1
- package/dist/components/InputCurrency/index.js +1 -1
- package/dist/components/Label/LabelBase/LabelBase.js +1 -1
- package/dist/components/Menu/MenuDivider/MenuDivider.js +1 -1
- package/dist/components/Menu/MenuHeading/MenuHeading.js +2 -2
- package/dist/components/Menu/MenuItem/MenuItem.js +1 -1
- package/dist/components/Menu/MenuItem/hooks/useMenuItemButtonProps.js +1 -1
- package/dist/components/Menu/MenuItem/hooks/useMenuItemComposite.js +1 -1
- package/dist/components/Menu/MenuText/MenuText.js +2 -2
- package/dist/components/Menu/helpers/mapMenuItems.js +1 -1
- package/dist/components/Menu/hooks/useMenuStyles.js +3 -3
- package/dist/components/Menu/index.js +1 -1
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/Modal/index.js +1 -1
- package/dist/components/Navbar/Navbar.js +2 -2
- package/dist/components/Navbar/components/HomeLinkContent.js +2 -2
- package/dist/components/Navbar/components/LogoFromSrc.js +1 -1
- package/dist/components/Navbar/components/NavbarLogo.js +2 -2
- package/dist/components/Navbar/index.js +1 -1
- package/dist/components/Placeholder/Placeholder.js +1 -1
- package/dist/components/Popover/InputPopover/InputPopover.js +1 -1
- package/dist/components/Popover/InputPopover/InputPopoverActivator.js +1 -1
- package/dist/components/Popover/Popover.js +1 -1
- package/dist/components/Popover/components/PopoverActivator.js +1 -1
- package/dist/components/Popover/components/PopoverContent.js +1 -1
- package/dist/components/Popover/helpers/handlePopoverTabKey.js +1 -1
- package/dist/components/Progress/Progress.js +1 -1
- package/dist/components/Radio/Radio.js +1 -1
- package/dist/components/Radio/helpers/mapRadioGroupOptions.js +1 -1
- package/dist/components/Radio/index.js +1 -1
- package/dist/components/RadioGroup/RadioGroup.js +3 -3
- package/dist/components/Readonly/Readonly.js +2 -2
- package/dist/components/Readonly/index.js +1 -1
- package/dist/components/RichSelect/RichSelect.js +1 -1
- package/dist/components/RichSelect/SelectBody/SelectBody.js +1 -1
- package/dist/components/RichSelect/SelectCreate/SelectCreate.js +1 -1
- package/dist/components/RichSelect/SelectHeading/SelectHeading.js +1 -1
- package/dist/components/RichSelect/SelectLabel/SelectLabel.js +1 -1
- package/dist/components/RichSelect/SelectMenu/SelectMenu.js +1 -1
- package/dist/components/RichSelect/SelectMenu/SelectMenuItem.js +1 -1
- package/dist/components/RichSelect/SelectSearch/SelectSearch.js +1 -1
- package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.js +1 -1
- package/dist/components/RichSelect/SelectTags/SelectTags.js +1 -1
- package/dist/components/RichSelect/components/SelectActivator.js +1 -1
- package/dist/components/RichSelect/components/SelectOptions.js +1 -1
- package/dist/components/RichSelect/index.js +1 -1
- package/dist/components/Row/Row.js +1 -1
- package/dist/components/Row/index.js +1 -1
- package/dist/components/Select/Select.js +2 -2
- package/dist/components/Select/components/SelectControl.js +1 -1
- package/dist/components/Select/components/SelectReadonly.js +1 -1
- package/dist/components/Select/helpers/mapSelectOptions.js +1 -1
- package/dist/components/Select/helpers/nodesToSelectOptions.js +1 -1
- package/dist/components/Select/index.js +1 -1
- package/dist/components/Skeleton/Skeleton.js +2 -2
- package/dist/components/SkipLink/SkipLink.js +1 -1
- package/dist/components/Slideout/Slideout.js +1 -1
- package/dist/components/Slideout/components/SlideoutInner.js +1 -1
- package/dist/components/Slideout/index.js +1 -1
- package/dist/components/Slider/Slider.js +2 -2
- package/dist/components/Slider/components/SliderTicks.js +1 -1
- package/dist/components/Slider/index.js +1 -1
- package/dist/components/Spinner/Spinner.js +1 -1
- package/dist/components/Spinner/index.js +1 -1
- package/dist/components/TabSet/Tab/Tab.js +1 -1
- package/dist/components/TabSet/TabSet.js +1 -1
- package/dist/components/TabSet/components/TabSetItem.js +1 -1
- package/dist/components/Table/Table.js +2 -2
- package/dist/components/Table/TableBody/TableBody.js +2 -2
- package/dist/components/Table/components/TableEmpty.js +1 -1
- package/dist/components/Table/components/TableHeader.js +1 -1
- package/dist/components/Table/components/TableHeaderCell.js +1 -1
- package/dist/components/Table/components/TableSortButton.js +2 -2
- package/dist/components/Table/hooks/useIDSTableColumnStyles.js +1 -1
- package/dist/components/Table/index.js +1 -1
- package/dist/components/Tag/Tag.js +1 -1
- package/dist/components/Tag/TagInput/TagInput.js +1 -1
- package/dist/components/Tag/components/TagListInput/TagListInput.js +1 -1
- package/dist/components/Tag/index.js +1 -1
- package/dist/components/Toaster/Toast/Toast.js +1 -1
- package/dist/components/Toaster/Toast/ToastAnimated.js +1 -1
- package/dist/components/Toaster/Toast/ToastIcon.js +1 -1
- package/dist/components/Toaster/Toaster.js +1 -1
- package/dist/components/Toaster/ToasterProvider.js +1 -1
- package/dist/components/Toaster/hooks/useToaster.js +1 -1
- package/dist/components/Toaster/index.js +1 -1
- package/dist/components/Toggle/Toggle.js +3 -3
- package/dist/components/Tooltip/Tooltip.js +1 -1
- package/dist/components/ValidationMessage/ValidationBase/ValidationBase.js +1 -1
- package/dist/components/ValidationMessage/ValidationSummary/ValidationSummary.js +1 -1
- package/dist/constants.js +1 -1
- package/dist/main.js +2 -2
- package/dist/patterns/Loading/Loading.js +1 -1
- package/dist/patterns/Loading/LoadingSuspense.js +1 -1
- package/dist/patterns/Loading/components/ComponentLoading.js +2 -2
- package/dist/patterns/Loading/components/DefaultLoading.js +2 -2
- package/dist/patterns/Loading/components/LongLoading.js +2 -2
- package/dist/patterns/Loading/components/PageLoading.js +2 -2
- package/dist/patterns/Loading/components/StartUpLoading.js +2 -2
- package/dist/patterns/Loading/components/ValidateLoading.js +2 -2
- package/dist/patterns/Loading/index.js +1 -1
- package/dist/style.css +1 -1
- package/dist/{useIDSButtonGroupItem-D278MaLC.js → useIDSButtonGroupItem-DWuujtfY.js} +1 -1
- package/package.json +1 -1
- package/dist/Loading.module-nxv4vxd0.js +0 -13
- package/dist/LogoFromSrc-RCkIBALM.js +0 -59
- package/dist/MenuItem.module-C1hy3JLs.js +0 -24
- package/dist/Popover.module-BVuEALLH.js +0 -11
- package/dist/TabSet.module-DLn6e1BG.js +0 -13
- package/dist/Table.module-CztzYVfs.js +0 -32
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../../../helpers/formatting/toArray.js";
|
|
2
2
|
import "../../../helpers/form/getFormControlValueAsString.js";
|
|
3
|
-
import { a7 as m, a6 as a } from "../../../LoadingSuspense-
|
|
3
|
+
import { a7 as m, a6 as a } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
4
4
|
import "../SelectOption/SelectOption.js";
|
|
5
5
|
import "react/jsx-runtime";
|
|
6
6
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as o } from "../../LoadingSuspense-
|
|
1
|
+
import { E as o } from "../../LoadingSuspense-COCIFlsi.js";
|
|
2
2
|
import { IressSelectOption as p } from "./SelectOption/SelectOption.js";
|
|
3
3
|
import { mapSelectOptions as O, renderOptionOrOptGroup as m } from "./helpers/mapSelectOptions.js";
|
|
4
4
|
export {
|
|
@@ -4,9 +4,9 @@ import { TextVariant as p } from "../../enums.js";
|
|
|
4
4
|
import { SkeletonMode as v } from "./Skeleton.types.js";
|
|
5
5
|
import { toCSSLengthValue as i } from "../../helpers/formatting/toCSSLengthValue.js";
|
|
6
6
|
import { IressText as f } from "../Text/Text.js";
|
|
7
|
-
const S = "ids-skeleton-
|
|
7
|
+
const S = "ids-skeleton-v5141", g = "ids-skeleton--rect-v5141", u = "ids-skeleton--circle-v5141", T = "ids-skeleton--text-v5141", c = {
|
|
8
8
|
skeleton: S,
|
|
9
|
-
"iress-skeleton-loading": "ids-skeleton--iress-skeleton-loading-
|
|
9
|
+
"iress-skeleton-loading": "ids-skeleton--iress-skeleton-loading-v5141",
|
|
10
10
|
rect: g,
|
|
11
11
|
circle: u,
|
|
12
12
|
text: T
|
|
@@ -2,7 +2,7 @@ import { jsx as n } from "react/jsx-runtime";
|
|
|
2
2
|
import { forwardRef as e } from "react";
|
|
3
3
|
import { c as t } from "../../index-2QXL0WYc.js";
|
|
4
4
|
import { idsLogger as m } from "../../helpers/utility/idsLogger.js";
|
|
5
|
-
const a = "ids-skip-link-
|
|
5
|
+
const a = "ids-skip-link-v5141", f = {
|
|
6
6
|
skipLink: a
|
|
7
7
|
}, l = e(
|
|
8
8
|
({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../index-2QXL0WYc.js";
|
|
3
3
|
import "./Slideout.types.js";
|
|
4
|
-
import { F } from "../../LoadingSuspense-
|
|
4
|
+
import { F } from "../../LoadingSuspense-COCIFlsi.js";
|
|
5
5
|
import "react";
|
|
6
6
|
import "../../floating-ui.react-RKRjRgyj.js";
|
|
7
7
|
import "../../helpers/transition/timeStringToNumber.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../index-2QXL0WYc.js";
|
|
3
3
|
import "../../../helpers/utility/propagateTestid.js";
|
|
4
|
-
import { a9 as p } from "../../../LoadingSuspense-
|
|
4
|
+
import { a9 as p } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
5
5
|
export {
|
|
6
6
|
p as SlideoutInner
|
|
7
7
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SLIDEOUT_MODES as S, SLIDEOUT_POSITIONS as t, SLIDEOUT_SIZES as r, SlideoutMode as i, SlideoutPosition as d, SlideoutSize as s } from "./Slideout.types.js";
|
|
2
|
-
import { F as u } from "../../LoadingSuspense-
|
|
2
|
+
import { F as u } from "../../LoadingSuspense-COCIFlsi.js";
|
|
3
3
|
import { IressSlideoutContext as O, IressSlideoutProvider as x } from "./SlideoutProvider.js";
|
|
4
4
|
import { useSlideout as f } from "./hooks/useSlideout.js";
|
|
5
5
|
export {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../index-2QXL0WYc.js";
|
|
3
|
-
import "../../SliderTicks-
|
|
3
|
+
import "../../SliderTicks-C2tiJ8Jz.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "../../helpers/utility/propagateTestid.js";
|
|
6
6
|
import "../../hooks/useControlledState.js";
|
|
7
7
|
import "../../hooks/useIdIfNeeded.js";
|
|
8
|
-
import { G as f } from "../../LoadingSuspense-
|
|
8
|
+
import { G as f } from "../../LoadingSuspense-COCIFlsi.js";
|
|
9
9
|
import "../Form/hooks/useNoDefaultValueInForms.js";
|
|
10
10
|
export {
|
|
11
11
|
f as IressSlider
|
|
@@ -5,7 +5,7 @@ import { useIdIfNeeded as T } from "../../../hooks/useIdIfNeeded.js";
|
|
|
5
5
|
import { useTabSetItems as h } from "../hooks/useTabSetItems.js";
|
|
6
6
|
import { TabSetItem as I } from "../components/TabSetItem.js";
|
|
7
7
|
import { createPortal as $ } from "react-dom";
|
|
8
|
-
const j = "ids-tab-
|
|
8
|
+
const j = "ids-tab-v5141", w = "ids-tab--active-v5141", l = {
|
|
9
9
|
tab: j,
|
|
10
10
|
active: w
|
|
11
11
|
}, p = v(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as a, jsxs as d } from "react/jsx-runtime";
|
|
2
2
|
import { c as n } from "../../index-2QXL0WYc.js";
|
|
3
|
-
import { s as e } from "../../TabSet.module-
|
|
3
|
+
import { s as e } from "../../TabSet.module-BdTRhXdV.js";
|
|
4
4
|
import { C as c } from "../../floating-ui.react-RKRjRgyj.js";
|
|
5
5
|
import { propagateTestid as b } from "../../helpers/utility/propagateTestid.js";
|
|
6
6
|
import { TabSetLayout as u } from "./TabSet.types.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as u } from "react/jsx-runtime";
|
|
2
|
-
import { s as A } from "../../../TabSet.module-
|
|
2
|
+
import { s as A } from "../../../TabSet.module-BdTRhXdV.js";
|
|
3
3
|
import { a as d } from "../../../floating-ui.react-RKRjRgyj.js";
|
|
4
4
|
import { focusableElements as f } from "../../../helpers/dom/focusableElements.js";
|
|
5
5
|
const m = (i, t, e, a) => {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../index-2QXL0WYc.js";
|
|
3
3
|
import "./Table.types.js";
|
|
4
|
-
import "../../Table.module-
|
|
4
|
+
import "../../Table.module-Dax40UyV.js";
|
|
5
5
|
import "react";
|
|
6
6
|
import "../../helpers/utility/idsLogger.js";
|
|
7
7
|
import "../../hooks/useIdIfNeeded.js";
|
|
8
8
|
import "./components/TableEmpty.js";
|
|
9
9
|
import "../../enums.js";
|
|
10
10
|
import "../../helpers/utility/propagateTestid.js";
|
|
11
|
-
import { J as T } from "../../LoadingSuspense-
|
|
11
|
+
import { J as T } from "../../LoadingSuspense-COCIFlsi.js";
|
|
12
12
|
import "./TableProvider.js";
|
|
13
13
|
import "./helpers/hasColumns.js";
|
|
14
14
|
import "./components/TableRows.js";
|
|
@@ -2,9 +2,9 @@ import { jsx as t, jsxs as y, Fragment as V } from "react/jsx-runtime";
|
|
|
2
2
|
import { propagateTestid as T } from "../../../helpers/utility/propagateTestid.js";
|
|
3
3
|
import { c as C } from "../../../index-2QXL0WYc.js";
|
|
4
4
|
import { TableEmpty as B } from "../components/TableEmpty.js";
|
|
5
|
-
import { V as F } from "../../../LoadingSuspense-
|
|
5
|
+
import { V as F } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
6
6
|
import { IressTableProvider as G } from "../TableProvider.js";
|
|
7
|
-
import { s as f } from "../../../Table.module-
|
|
7
|
+
import { s as f } from "../../../Table.module-Dax40UyV.js";
|
|
8
8
|
import { useState as j, useEffect as k } from "react";
|
|
9
9
|
import { useIdIfNeeded as w } from "../../../hooks/useIdIfNeeded.js";
|
|
10
10
|
import { hasColumns as A } from "../helpers/hasColumns.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { s } from "../../../Table.module-
|
|
2
|
+
import { s } from "../../../Table.module-Dax40UyV.js";
|
|
3
3
|
import { useTable as l } from "../hooks/useTable.js";
|
|
4
4
|
const u = ({ children: r }) => {
|
|
5
5
|
const t = l(), o = t == null ? void 0 : t.api.getSortedRowModel().rows;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../helpers/utility/propagateTestid.js";
|
|
3
3
|
import "../../../index-CtOScEKX.js";
|
|
4
|
-
import { V as i } from "../../../LoadingSuspense-
|
|
4
|
+
import { V as i } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
5
5
|
import "../hooks/useTable.js";
|
|
6
6
|
export {
|
|
7
7
|
i as TableHeader
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../hooks/useIDSTableColumnStyles.js";
|
|
3
3
|
import "../hooks/useIDSTableColumnSort.js";
|
|
4
|
-
import { ab as a } from "../../../LoadingSuspense-
|
|
4
|
+
import { ab as a } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
5
5
|
import "../hooks/useTable.js";
|
|
6
6
|
export {
|
|
7
7
|
a as TableHeaderCell
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { aa as p } from "../../../LoadingSuspense-
|
|
3
|
-
import "../../../Table.module-
|
|
2
|
+
import { aa as p } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
3
|
+
import "../../../Table.module-Dax40UyV.js";
|
|
4
4
|
import "../../../index-2QXL0WYc.js";
|
|
5
5
|
export {
|
|
6
6
|
p as TableSortButton
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TABLE_CELL_FORMATS as r, TABLE_COLUMN_ALIGN as l, TABLE_SCOPES as a, TableCellFormat as T, TableColumnAlign as m, TableScope as s } from "./Table.types.js";
|
|
2
|
-
import { J as L } from "../../LoadingSuspense-
|
|
2
|
+
import { J as L } from "../../LoadingSuspense-COCIFlsi.js";
|
|
3
3
|
import { IressTableFormattedValue as A } from "./TableFormattedValue/TableFormattedValue.js";
|
|
4
4
|
import { IressTableBody as C } from "./TableBody/TableBody.js";
|
|
5
5
|
export {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../index-2QXL0WYc.js";
|
|
4
|
-
import { K as s } from "../../LoadingSuspense-
|
|
4
|
+
import { K as s } from "../../LoadingSuspense-COCIFlsi.js";
|
|
5
5
|
import "../../helpers/utility/propagateTestid.js";
|
|
6
6
|
export {
|
|
7
7
|
s as IressTag
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../hooks/useControlledState.js";
|
|
4
|
-
import { L as s } from "../../../LoadingSuspense-
|
|
4
|
+
import { L as s } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
5
5
|
import "../../../helpers/form/getValueAsEvent.js";
|
|
6
6
|
export {
|
|
7
7
|
s as IressTagInput
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "../../../../index-2QXL0WYc.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../../../../helpers/utility/propagateTestid.js";
|
|
5
|
-
import { a1 as a } from "../../../../LoadingSuspense-
|
|
5
|
+
import { a1 as a } from "../../../../LoadingSuspense-COCIFlsi.js";
|
|
6
6
|
export {
|
|
7
7
|
a as TagListInput
|
|
8
8
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../index-2QXL0WYc.js";
|
|
3
|
-
import { M as f, T as x } from "../../../LoadingSuspense-
|
|
3
|
+
import { M as f, T as x } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
4
4
|
import "../../../enums.js";
|
|
5
5
|
import "../../../helpers/utility/propagateTestid.js";
|
|
6
6
|
import "../../Inline/Inline.types.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../index-2QXL0WYc.js";
|
|
4
|
-
import { ad as s } from "../../../LoadingSuspense-
|
|
4
|
+
import { ad as s } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
5
5
|
import "../../../helpers/transition/getTransitionDuration.js";
|
|
6
6
|
import "../../../floating-ui.react-RKRjRgyj.js";
|
|
7
7
|
export {
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "react";
|
|
3
3
|
import "./Toaster.types.js";
|
|
4
4
|
import "../../index-2QXL0WYc.js";
|
|
5
|
-
import { ae as f } from "../../LoadingSuspense-
|
|
5
|
+
import { ae as f } from "../../LoadingSuspense-COCIFlsi.js";
|
|
6
6
|
import "../../enums.js";
|
|
7
7
|
import "../Stack/Stack.js";
|
|
8
8
|
import "../../floating-ui.react-RKRjRgyj.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TOAST_ANIMATION as o, TOAST_STATUS as r } from "./Toast/Toast.types.js";
|
|
2
2
|
import { TOASTER_ARIA_ATTRIBUTES as I, TOASTER_POSITION as e, TOAST_POSITION_ANIMATION_MATRIX as t, ToasterPosition as O } from "./Toaster.types.js";
|
|
3
|
-
import { M as S, O as _, T as N, N as P, P as R } from "../../LoadingSuspense-
|
|
3
|
+
import { M as S, O as _, T as N, N as P, P as R } from "../../LoadingSuspense-COCIFlsi.js";
|
|
4
4
|
export {
|
|
5
5
|
S as IressToast,
|
|
6
6
|
_ as IressToasterProvider,
|
|
@@ -7,7 +7,7 @@ import "../CheckboxMark/CheckboxMark.types.js";
|
|
|
7
7
|
import { IressCheckboxMark as N } from "../CheckboxMark/CheckboxMark.js";
|
|
8
8
|
import { ButtonCssClass as T } from "../Button/Button.types.js";
|
|
9
9
|
import { ToggleLayout as w } from "./Toggle.types.js";
|
|
10
|
-
const L = "ids-toggle--toggle-base-
|
|
10
|
+
const L = "ids-toggle--toggle-base-v5141", M = "ids-toggle--checkbox-mark-v5141", S = "ids-toggle--toggle-button-v5141", j = "ids-toggle--button-checked-v5141", R = "ids-toggle--toggle-button-container-v5141", $ = "ids-toggle--label-v5141", E = "ids-toggle--layout__inline-v5141", G = "ids-toggle--layout__stack-v5141", t = {
|
|
11
11
|
toggleBase: L,
|
|
12
12
|
checkboxMark: M,
|
|
13
13
|
toggleButton: S,
|
|
@@ -15,8 +15,8 @@ const L = "ids-toggle--toggle-base-v5140", M = "ids-toggle--checkbox-mark-v5140"
|
|
|
15
15
|
toggleButtonContainer: R,
|
|
16
16
|
label: $,
|
|
17
17
|
layout__inline: E,
|
|
18
|
-
"layout__inline-reverse": "ids-toggle--layout__inline-reverse-
|
|
19
|
-
"layout__inline-between": "ids-toggle--layout__inline-between-
|
|
18
|
+
"layout__inline-reverse": "ids-toggle--layout__inline-reverse-v5141",
|
|
19
|
+
"layout__inline-between": "ids-toggle--layout__inline-between-v5141",
|
|
20
20
|
layout__stack: G
|
|
21
21
|
}, O = ({
|
|
22
22
|
hiddenLabel: o,
|
|
@@ -7,7 +7,7 @@ import { propagateTestid as m } from "../../helpers/utility/propagateTestid.js";
|
|
|
7
7
|
import { toArray as z } from "../../helpers/formatting/toArray.js";
|
|
8
8
|
import { idsLogger as J } from "../../helpers/utility/idsLogger.js";
|
|
9
9
|
import { focusableElements as K } from "../../helpers/dom/focusableElements.js";
|
|
10
|
-
const Q = "ids-tooltip-
|
|
10
|
+
const Q = "ids-tooltip-v5141", V = "ids-tooltip--content-v5141", r = {
|
|
11
11
|
tooltip: Q,
|
|
12
12
|
content: V
|
|
13
13
|
}, X = ({
|
|
@@ -2,7 +2,7 @@ import { jsxs as l, jsx as n } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as r } from "../../../index-2QXL0WYc.js";
|
|
3
3
|
import { capitalizeFirstLetter as g } from "../../../helpers/formatting/capitalizeFirstLetter.js";
|
|
4
4
|
import { GlobalCSSClass as m } from "../../../enums.js";
|
|
5
|
-
const v = "ids-validation-message-
|
|
5
|
+
const v = "ids-validation-message-v5141", f = "ids-validation-message--prefix-v5141", x = "ids-validation-message--message-v5141", p = "ids-validation-message--danger-v5141", u = "ids-validation-message--warning-v5141", N = "ids-validation-message--success-v5141", w = "ids-validation-message--info-v5141", e = {
|
|
6
6
|
validationMessage: v,
|
|
7
7
|
prefix: f,
|
|
8
8
|
message: x,
|
|
@@ -5,7 +5,7 @@ import { IressValidationMessage as p } from "../ValidationMessage.js";
|
|
|
5
5
|
import "react";
|
|
6
6
|
import { useIdIfNeeded as c } from "../../../hooks/useIdIfNeeded.js";
|
|
7
7
|
import { IressValidationLink as y } from "../ValidationLink/ValidationLink.js";
|
|
8
|
-
const v = "ids-validation-summary-
|
|
8
|
+
const v = "ids-validation-summary-v5141", I = {
|
|
9
9
|
validationSummary: v
|
|
10
10
|
}, S = ({
|
|
11
11
|
children: a,
|
package/dist/constants.js
CHANGED
package/dist/main.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { I as o, a as s, b as t, d as I, c as a, e as p, g as S, h as m, j as x, i as l, k as T, l as n, m as f, n as i, Q as E, R as u, o as O, p as d, r as C, q as _, s as A, f as L, t as M, u as N, v as R, w as c, D as P, E as D, x as g, y as G, z as B, A as F, B as U, C as b, F as y, G as v, H as k, J as H, K as V, L as h, M as Y, O as X, T as z, N as Z, P as K } from "./LoadingSuspense-
|
|
1
|
+
import { I as o, a as s, b as t, d as I, c as a, e as p, g as S, h as m, j as x, i as l, k as T, l as n, m as f, n as i, Q as E, R as u, o as O, p as d, r as C, q as _, s as A, f as L, t as M, u as N, v as R, w as c, D as P, E as D, x as g, y as G, z as B, A as F, B as U, C as b, F as y, G as v, H as k, J as H, K as V, L as h, M as Y, O as X, T as z, N as Z, P as K } from "./LoadingSuspense-COCIFlsi.js";
|
|
2
2
|
import { ALERT_ICONS as Q } from "./components/Alert/Alert.types.js";
|
|
3
3
|
import { useAutocompleteSearch as j } from "./components/Autocomplete/hooks/useAutocompleteSearch.js";
|
|
4
4
|
import { IressBadge as J } from "./components/Badge/Badge.js";
|
|
5
5
|
import { BADGE_MODES as ee, BadgeMode as re } from "./components/Badge/Badge.types.js";
|
|
6
6
|
import { BUTTON_MODES as se, BUTTON_TYPES as te, ButtonCssClass as Ie, ButtonMode as ae, ButtonType as pe } from "./components/Button/Button.types.js";
|
|
7
7
|
import { IressButtonGroup as me } from "./components/ButtonGroup/ButtonGroup.js";
|
|
8
|
-
import { u as le } from "./useIDSButtonGroupItem-
|
|
8
|
+
import { u as le } from "./useIDSButtonGroupItem-DWuujtfY.js";
|
|
9
9
|
import { CardCssClass as ne, CardSlotClass as fe } from "./components/Card/Card.types.js";
|
|
10
10
|
import { IressCard as Ee } from "./components/Card/Card.js";
|
|
11
11
|
import { IressButtonCard as Oe } from "./components/Card/components/ButtonCard.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "./components/StartUpLoading.js";
|
|
3
|
-
import { Q as s } from "../../LoadingSuspense-
|
|
3
|
+
import { Q as s } from "../../LoadingSuspense-COCIFlsi.js";
|
|
4
4
|
import "./hooks/useShouldRenderLoading.js";
|
|
5
5
|
import "./components/LongLoading.js";
|
|
6
6
|
export {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../components/Skeleton/Skeleton.js";
|
|
4
|
-
import { ah as e } from "../../../LoadingSuspense-
|
|
5
|
-
import "../../../Loading.module-
|
|
4
|
+
import { ah as e } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
5
|
+
import "../../../Loading.module-CC_6gnKJ.js";
|
|
6
6
|
import "../../../index-2QXL0WYc.js";
|
|
7
7
|
import "../../../components/Text/Text.js";
|
|
8
8
|
export {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { af as f } from "../../../LoadingSuspense-
|
|
3
|
+
import { af as f } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
4
4
|
import "../../../components/Text/Text.js";
|
|
5
5
|
import "../../../index-2QXL0WYc.js";
|
|
6
|
-
import "../../../Loading.module-
|
|
6
|
+
import "../../../Loading.module-CC_6gnKJ.js";
|
|
7
7
|
export {
|
|
8
8
|
f as DefaultLoading
|
|
9
9
|
};
|
|
@@ -2,7 +2,7 @@ import { jsx as c, jsxs as g } from "react/jsx-runtime";
|
|
|
2
2
|
import { IressStack as w } from "../../../components/Stack/Stack.js";
|
|
3
3
|
import { useMemo as f, useId as y } from "react";
|
|
4
4
|
import { c as h } from "../../../index-2QXL0WYc.js";
|
|
5
|
-
import { l as m } from "../../../Loading.module-
|
|
5
|
+
import { l as m } from "../../../Loading.module-CC_6gnKJ.js";
|
|
6
6
|
import { IressText as M } from "../../../components/Text/Text.js";
|
|
7
7
|
import { IressPanel as S } from "../../../components/Panel/Panel.js";
|
|
8
8
|
import { IressProgress as j } from "../../../components/Progress/Progress.js";
|
|
@@ -10,7 +10,7 @@ import { GlobalCSSClass as L } from "../../../enums.js";
|
|
|
10
10
|
import { propagateTestid as O } from "../../../helpers/utility/propagateTestid.js";
|
|
11
11
|
import { useShowIndicator as C } from "../hooks/useShowIndicator.js";
|
|
12
12
|
import { useEstimatedProgressValue as G } from "../hooks/useEstimatedProgressValue.js";
|
|
13
|
-
const P = "ids-long-loading--root-
|
|
13
|
+
const P = "ids-long-loading--root-v5141", V = "ids-long-loading--panel-v5141", B = "ids-long-loading--dots-v5141", E = "ids-long-loading--check-list-v5141", R = "ids-long-loading--check-list-item-v5141", T = "ids-long-loading--check-list-item__done-v5141", U = "ids-long-loading--checked-v5141", $ = "ids-long-loading--checked__circle-v5141", q = "ids-long-loading--checked__check-v5141", s = {
|
|
14
14
|
root: P,
|
|
15
15
|
panel: V,
|
|
16
16
|
dots: B,
|
|
@@ -3,12 +3,12 @@ import "react";
|
|
|
3
3
|
import "../../../components/Stack/Stack.js";
|
|
4
4
|
import "../../../components/Skeleton/Skeleton.js";
|
|
5
5
|
import "../../../components/Container/Container.js";
|
|
6
|
-
import { ai as s } from "../../../LoadingSuspense-
|
|
6
|
+
import { ai as s } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
7
7
|
import "../../../components/Col/Col.js";
|
|
8
8
|
import "../../../components/Divider/Divider.js";
|
|
9
9
|
import "../../../components/Card/Card.js";
|
|
10
10
|
import "../../../index-2QXL0WYc.js";
|
|
11
|
-
import "../../../Loading.module-
|
|
11
|
+
import "../../../Loading.module-CC_6gnKJ.js";
|
|
12
12
|
export {
|
|
13
13
|
s as PageLoading
|
|
14
14
|
};
|
|
@@ -3,12 +3,12 @@ import { IressStack as j } from "../../../components/Stack/Stack.js";
|
|
|
3
3
|
import { useState as y, useEffect as u, useRef as I, useMemo as T } from "react";
|
|
4
4
|
import { IressProgress as k } from "../../../components/Progress/Progress.js";
|
|
5
5
|
import { c as M } from "../../../index-2QXL0WYc.js";
|
|
6
|
-
import { l as n } from "../../../Loading.module-
|
|
6
|
+
import { l as n } from "../../../Loading.module-CC_6gnKJ.js";
|
|
7
7
|
import { IressText as v } from "../../../components/Text/Text.js";
|
|
8
8
|
import { propagateTestid as O } from "../../../helpers/utility/propagateTestid.js";
|
|
9
9
|
import { useShowIndicator as E } from "../hooks/useShowIndicator.js";
|
|
10
10
|
import { useEstimatedProgressValue as R } from "../hooks/useEstimatedProgressValue.js";
|
|
11
|
-
const H = "ids-start-up-loading--root-
|
|
11
|
+
const H = "ids-start-up-loading--root-v5141", P = "ids-start-up-loading--progress-v5141", h = {
|
|
12
12
|
root: H,
|
|
13
13
|
progress: P
|
|
14
14
|
}, U = ({
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { ag as d } from "../../../LoadingSuspense-
|
|
2
|
+
import { ag as d } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
3
3
|
import "../../../index-2QXL0WYc.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "../../../components/Text/Text.js";
|
|
6
|
-
import "../../../Loading.module-
|
|
6
|
+
import "../../../Loading.module-CC_6gnKJ.js";
|
|
7
7
|
export {
|
|
8
8
|
d as ValidateLoading
|
|
9
9
|
};
|