@iress-oss/ids-components 5.14.1 → 5.15.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/dist/{AutocompleteNoResults-BJwn3Csz.js → AutocompleteNoResults-CvhIxKQI.js} +1 -1
- package/dist/{ComboboxHiddenInput-Dgwi3tti.js → ComboboxHiddenInput-B7ztqo0l.js} +5 -5
- package/dist/{FieldAppendToLabel-DOal1Jmq.js → FieldAppendToLabel-DgXoSKDG.js} +6 -5
- package/dist/{InputBase-DevBiqf2.js → InputBase-nWIFJcGj.js} +1 -1
- package/dist/Loading.module-Bs6DSfb4.js +13 -0
- package/dist/LoadingSuspense-BdXYIsHy.js +5723 -0
- package/dist/LogoFromSrc-CtJE0Fsr.js +59 -0
- package/dist/MenuItem.module-Bj20OWCC.js +24 -0
- package/dist/Popover.module-DJ-RK5B3.js +11 -0
- package/dist/{SelectControl-CrSaqFGs.js → SelectControl-CYKkf3rM.js} +1 -1
- package/dist/{SliderTicks-C2tiJ8Jz.js → SliderTicks-Dqz-k-xS.js} +1 -1
- package/dist/TabSet.module-Cu1itlcf.js +13 -0
- package/dist/Table.module-Bb7fJIr8.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 +5 -4
- package/dist/components/Autocomplete/components/AutocompleteNoResults.js +1 -1
- package/dist/components/Autocomplete/hooks/useAutocompleteSearch.js +84 -82
- 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 +5 -4
- package/dist/components/Combobox/MultiCombobox/MultiCombobox.js +5 -4
- package/dist/components/Combobox/components/ComboboxHiddenInput.js +1 -1
- package/dist/components/Combobox/components/ComboboxResults.js +5 -4
- package/dist/components/Combobox/components/ComboboxResultsDescriptor.js +4 -3
- 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 +5 -4
- package/dist/components/Filter/Filter.js +5 -4
- package/dist/components/Filter/components/FilterResetButton.js +4 -3
- package/dist/components/Filter/components/FilterSearch.js +4 -3
- package/dist/components/Filter/index.js +1 -1
- package/dist/components/Form/Form.js +1 -1
- package/dist/components/Form/FormField/FormField.js +9 -8
- package/dist/components/Form/FormField/FormFieldset.js +5 -4
- 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 +5 -4
- package/dist/components/Hide/index.js +1 -1
- package/dist/components/Icon/Icon.js +4 -3
- package/dist/components/Icon/index.js +1 -1
- package/dist/components/Inline/Inline.js +4 -3
- 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/Menu.js +1 -1
- package/dist/components/Menu/MenuDivider/MenuDivider.js +4 -3
- 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 +2 -2
- package/dist/components/Menu/MenuText/MenuText.js +5 -4
- 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 +2 -2
- 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/InputPopover/InputPopoverProvider.js +1 -1
- package/dist/components/Popover/Popover.js +1 -1
- package/dist/components/Popover/PopoverProvider.js +1 -1
- package/dist/components/Popover/components/NestedPopoverActivator.js +1 -1
- package/dist/components/Popover/components/PopoverActivator.js +1 -1
- package/dist/components/Popover/components/PopoverContent.js +2 -2
- package/dist/components/Popover/helpers/handlePopoverTabKey.js +1 -1
- package/dist/components/Popover/hooks/usePopoverItem.js +1 -1
- package/dist/components/Popover/hooks/usePopoverNavigation.js +1 -1
- package/dist/components/Progress/Progress.js +1 -1
- package/dist/components/Provider/Provider.js +38 -0
- package/dist/components/Provider/index.js +4 -0
- 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 +5 -4
- package/dist/components/Readonly/index.js +1 -1
- package/dist/components/RichSelect/RichSelect.js +4 -3
- package/dist/components/RichSelect/SelectBody/SelectBody.js +5 -4
- package/dist/components/RichSelect/SelectCreate/SelectCreate.js +9 -8
- package/dist/components/RichSelect/SelectHeading/SelectHeading.js +4 -3
- package/dist/components/RichSelect/SelectLabel/SelectLabel.js +1 -1
- package/dist/components/RichSelect/SelectMenu/SelectMenu.js +4 -3
- package/dist/components/RichSelect/SelectMenu/SelectMenuItem.js +4 -3
- package/dist/components/RichSelect/SelectSearch/SelectSearch.js +4 -3
- package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.js +1 -1
- package/dist/components/RichSelect/SelectTags/SelectTags.js +4 -3
- package/dist/components/RichSelect/components/SelectActivator.js +1 -1
- package/dist/components/RichSelect/components/SelectOptions.js +4 -3
- package/dist/components/RichSelect/index.js +1 -1
- package/dist/components/Row/Row.js +4 -3
- 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 +4 -3
- package/dist/components/Select/helpers/mapSelectOptions.js +1 -1
- package/dist/components/Select/helpers/nodesToSelectOptions.js +3 -3
- 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 +2 -2
- 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 +2 -2
- package/dist/components/TabSet/components/TabSetItem.js +2 -2
- package/dist/components/Table/Table.js +2 -2
- package/dist/components/Table/TableBody/TableBody.js +15 -15
- 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 +3 -3
- 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 +2 -2
- package/dist/components/Toaster/Toast/ToastIcon.js +1 -1
- package/dist/components/Toaster/Toaster.js +2 -2
- package/dist/components/Toaster/ToasterProvider.js +1 -1
- package/dist/components/Toaster/hooks/useToaster.js +24 -3
- package/dist/components/Toaster/index.js +11 -10
- package/dist/components/Toggle/Toggle.js +3 -3
- package/dist/components/Tooltip/Tooltip.js +2 -2
- package/dist/components/ValidationMessage/ValidationBase/ValidationBase.js +1 -1
- package/dist/components/ValidationMessage/ValidationSummary/ValidationSummary.js +1 -1
- package/dist/constants.js +11 -11
- package/dist/{floating-ui.react-RKRjRgyj.js → floating-ui.react-SmaXvp4L.js} +771 -755
- package/dist/main.js +287 -284
- 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 +3 -3
- package/dist/patterns/Loading/components/LongLoading.js +2 -2
- package/dist/patterns/Loading/components/PageLoading.js +3 -3
- 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/src/components/Form/Form.types.d.ts +10 -1
- package/dist/src/components/Provider/Provider.d.ts +20 -0
- package/dist/src/components/Provider/index.d.ts +1 -0
- package/dist/src/components/Toaster/Toast/Toast.types.d.ts +2 -1
- package/dist/src/components/Toaster/ToasterProvider.d.ts +5 -2
- package/dist/src/components/Toaster/hooks/useToaster.d.ts +3 -3
- package/dist/src/constants.d.ts +7 -7
- package/dist/src/main.d.ts +1 -0
- package/dist/src/patterns/Loading/components/PageLoading.d.ts +3 -3
- package/dist/style.css +1 -1
- package/dist/{useIDSButtonGroupItem-DWuujtfY.js → useIDSButtonGroupItem-CniAJ9N5.js} +1 -1
- package/dist/vite.config.d.ts +1 -1
- package/package.json +6 -4
- package/dist/Loading.module-CC_6gnKJ.js +0 -13
- package/dist/LoadingSuspense-COCIFlsi.js +0 -5692
- package/dist/LogoFromSrc-0jeEBge9.js +0 -59
- package/dist/MenuItem.module-mlKiHW50.js +0 -24
- package/dist/Popover.module-BVX_vz5-.js +0 -11
- package/dist/TabSet.module-BdTRhXdV.js +0 -13
- package/dist/Table.module-Dax40UyV.js +0 -32
|
@@ -2,10 +2,10 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "react";
|
|
3
3
|
import "./Toaster.types.js";
|
|
4
4
|
import "../../index-2QXL0WYc.js";
|
|
5
|
-
import {
|
|
5
|
+
import { a7 as f } from "../../LoadingSuspense-BdXYIsHy.js";
|
|
6
6
|
import "../../enums.js";
|
|
7
7
|
import "../Stack/Stack.js";
|
|
8
|
-
import "../../floating-ui.react-
|
|
8
|
+
import "../../floating-ui.react-SmaXvp4L.js";
|
|
9
9
|
export {
|
|
10
10
|
f as IressToaster
|
|
11
11
|
};
|
|
@@ -1,5 +1,26 @@
|
|
|
1
|
-
import "react";
|
|
2
|
-
import {
|
|
1
|
+
import { useContext as u, useEffect as a, useMemo as c } from "react";
|
|
2
|
+
import { N as f } from "../../../LoadingSuspense-BdXYIsHy.js";
|
|
3
|
+
const w = (e) => {
|
|
4
|
+
const r = u(f);
|
|
5
|
+
if (r === void 0)
|
|
6
|
+
throw new Error("useToaster must be used within a IressToasterProvider");
|
|
7
|
+
const { show: t, setOptions: i, options: o, animateOut: n } = r;
|
|
8
|
+
return a(() => {
|
|
9
|
+
e && i({
|
|
10
|
+
...o,
|
|
11
|
+
position: e ?? o.position
|
|
12
|
+
});
|
|
13
|
+
}, [e]), c(
|
|
14
|
+
() => ({
|
|
15
|
+
success: (s) => t({ ...s, status: "success" }),
|
|
16
|
+
error: (s) => t({ ...s, status: "error" }),
|
|
17
|
+
info: (s) => t({ ...s, status: "info" }),
|
|
18
|
+
close: n,
|
|
19
|
+
options: o
|
|
20
|
+
}),
|
|
21
|
+
[n, o, t]
|
|
22
|
+
);
|
|
23
|
+
};
|
|
3
24
|
export {
|
|
4
|
-
|
|
25
|
+
w as useToaster
|
|
5
26
|
};
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { TOAST_ANIMATION as
|
|
2
|
-
import { TOASTER_ARIA_ATTRIBUTES as
|
|
3
|
-
import { M as S, O as _, T as N, N as
|
|
1
|
+
import { TOAST_ANIMATION as r, TOAST_STATUS as s } from "./Toast/Toast.types.js";
|
|
2
|
+
import { TOASTER_ARIA_ATTRIBUTES as e, TOASTER_POSITION as t, TOAST_POSITION_ANIMATION_MATRIX as I, ToasterPosition as O } from "./Toaster.types.js";
|
|
3
|
+
import { M as S, O as _, T as N, N as x } from "../../LoadingSuspense-BdXYIsHy.js";
|
|
4
|
+
import { useToaster as f } from "./hooks/useToaster.js";
|
|
4
5
|
export {
|
|
5
6
|
S as IressToast,
|
|
6
7
|
_ as IressToasterProvider,
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
e as TOASTER_ARIA_ATTRIBUTES,
|
|
9
|
+
t as TOASTER_POSITION,
|
|
10
|
+
r as TOAST_ANIMATION,
|
|
11
|
+
I as TOAST_POSITION_ANIMATION_MATRIX,
|
|
12
|
+
s as TOAST_STATUS,
|
|
12
13
|
N as Toast,
|
|
13
|
-
|
|
14
|
+
x as ToasterContext,
|
|
14
15
|
O as ToasterPosition,
|
|
15
|
-
|
|
16
|
+
f as useToaster
|
|
16
17
|
};
|
|
@@ -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-v5150", M = "ids-toggle--checkbox-mark-v5150", S = "ids-toggle--toggle-button-v5150", j = "ids-toggle--button-checked-v5150", R = "ids-toggle--toggle-button-container-v5150", $ = "ids-toggle--label-v5150", E = "ids-toggle--layout__inline-v5150", G = "ids-toggle--layout__stack-v5150", t = {
|
|
11
11
|
toggleBase: L,
|
|
12
12
|
checkboxMark: M,
|
|
13
13
|
toggleButton: S,
|
|
@@ -15,8 +15,8 @@ const L = "ids-toggle--toggle-base-v5141", M = "ids-toggle--checkbox-mark-v5141"
|
|
|
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-v5150",
|
|
19
|
+
"layout__inline-between": "ids-toggle--layout__inline-between-v5150",
|
|
20
20
|
layout__stack: G
|
|
21
21
|
}, O = ({
|
|
22
22
|
hiddenLabel: o,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsxs as p, jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { useState as P, useEffect as R, Fragment as S } from "react";
|
|
3
3
|
import { c as j } from "../../index-2QXL0WYc.js";
|
|
4
|
-
import { d as E, o as H, b as L, f as M, s as B, t as D, v as G, g as U, h as W, i as k } from "../../floating-ui.react-
|
|
4
|
+
import { d as E, o as H, b as L, f as M, s as B, t as D, v as G, g as U, h as W, i as k } from "../../floating-ui.react-SmaXvp4L.js";
|
|
5
5
|
import { FloatingUIAlign as q } from "../../enums.js";
|
|
6
6
|
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-v5150", V = "ids-tooltip--content-v5150", 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-v5150", f = "ids-validation-message--prefix-v5150", x = "ids-validation-message--message-v5150", p = "ids-validation-message--danger-v5150", u = "ids-validation-message--warning-v5150", N = "ids-validation-message--success-v5150", w = "ids-validation-message--info-v5150", 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-v5150", I = {
|
|
9
9
|
validationSummary: v
|
|
10
10
|
}, S = ({
|
|
11
11
|
children: a,
|
package/dist/constants.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const t = "5.
|
|
1
|
+
const t = "5.15.0", e = {
|
|
2
2
|
/**
|
|
3
3
|
* Extra small breakpoint, for mobile devices
|
|
4
4
|
*/
|
|
@@ -140,35 +140,35 @@ const t = "5.14.1", e = {
|
|
|
140
140
|
"small",
|
|
141
141
|
"cite",
|
|
142
142
|
"caption"
|
|
143
|
-
],
|
|
143
|
+
], T = ["top", "middle", "bottom", "stretch"], I = {
|
|
144
144
|
/**
|
|
145
145
|
* The default z-index used for most elements. Can be combined with raised and floating elevations.
|
|
146
146
|
*/
|
|
147
|
-
|
|
147
|
+
DEFAULT: 0,
|
|
148
148
|
/**
|
|
149
149
|
* Used for IressNavbar. Can be combined with overflow elevation.
|
|
150
150
|
*/
|
|
151
|
-
|
|
151
|
+
NAVBAR: 100,
|
|
152
152
|
/**
|
|
153
153
|
* Used for IressPopover. Can be combined with floating elevation.
|
|
154
154
|
*/
|
|
155
|
-
|
|
155
|
+
POPOVER: 200,
|
|
156
156
|
/**
|
|
157
157
|
* Used for IressSlideout. Can be combined with floating elevation.
|
|
158
158
|
*/
|
|
159
|
-
|
|
159
|
+
SLIDEOUT: 300,
|
|
160
160
|
/**
|
|
161
161
|
* Used for IressModal. Can be combined with floating elevation.
|
|
162
162
|
*/
|
|
163
|
-
|
|
163
|
+
MODAL: 400,
|
|
164
164
|
/**
|
|
165
165
|
* Used for IressToast. Can be combined with floating elevation.
|
|
166
166
|
*/
|
|
167
|
-
|
|
167
|
+
TOAST: 500,
|
|
168
168
|
/**
|
|
169
169
|
* Used for IressTooltip. Can be combined with floating elevation.
|
|
170
170
|
*/
|
|
171
|
-
|
|
171
|
+
TOOLTIP: 600
|
|
172
172
|
};
|
|
173
173
|
export {
|
|
174
174
|
n as BREAKPOINTS,
|
|
@@ -188,6 +188,6 @@ export {
|
|
|
188
188
|
E as TEXT_ALIGNS,
|
|
189
189
|
W as TEXT_MODES,
|
|
190
190
|
l as TEXT_VARIANTS,
|
|
191
|
-
|
|
192
|
-
|
|
191
|
+
T as VERTICAL_ALIGNS,
|
|
192
|
+
I as Z_INDEX
|
|
193
193
|
};
|