@iress-oss/ids-components 6.0.0-alpha.20 → 6.0.0-alpha.21
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/{Button-BTkololu.js → Button-BwZzMODc.js} +8 -9
- package/dist/{Provider-B87u_maF.js → Provider-Dw49edAo.js} +21 -31
- package/dist/components/Alert/Alert.js +34 -34
- package/dist/components/Button/Button.js +1 -1
- package/dist/components/Button/CloseButton/CloseButton.js +12 -11
- package/dist/components/Button/index.js +1 -1
- package/dist/components/Field/components/FieldFooter.js +10 -9
- package/dist/components/Field/components/FieldHint.js +3 -2
- package/dist/components/Filter/Filter.js +2 -1
- package/dist/components/Filter/components/FilterResetButton.js +1 -1
- package/dist/components/Filter/components/FilterSearch.d.ts +1 -1
- package/dist/components/Icon/Icon.constants.d.ts +7 -0
- package/dist/components/Icon/Icon.constants.js +10 -0
- package/dist/components/Icon/Icon.d.ts +34 -16
- package/dist/components/Icon/Icon.js +68 -30
- package/dist/components/Icon/Icon.styles.d.ts +23 -0
- package/dist/components/Icon/Icon.styles.js +38 -4
- package/dist/components/Icon/IconProvider.d.ts +100 -0
- package/dist/components/Icon/IconProvider.js +66 -0
- package/dist/components/Icon/components/FontLoader.d.ts +31 -0
- package/dist/components/Icon/components/FontLoader.js +29 -0
- package/dist/components/Icon/helpers/getMaterialSymbolsList.d.ts +12 -0
- package/dist/components/Icon/helpers/getMaterialSymbolsList.js +12 -0
- package/dist/components/Icon/helpers/iconMapping.d.ts +78 -0
- package/dist/components/Icon/helpers/iconMapping.js +75 -0
- package/dist/components/Icon/hooks/useDynamicFontSubsetting.d.ts +45 -0
- package/dist/components/Icon/hooks/useDynamicFontSubsetting.js +78 -0
- package/dist/components/Icon/index.d.ts +2 -0
- package/dist/components/Icon/index.js +6 -2
- package/dist/components/Input/Input.js +1 -1
- package/dist/components/Input/Input.styles.js +12 -1
- package/dist/components/Link/Link.js +39 -40
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/Panel/Panel.styles.js +1 -1
- package/dist/components/Placeholder/Placeholder.d.ts +5 -1
- package/dist/components/Placeholder/Placeholder.js +48 -28
- package/dist/components/Placeholder/Placeholder.styles.js +10 -9
- package/dist/components/Progress/Progress.js +1 -1
- package/dist/components/Provider/Provider.d.ts +9 -5
- package/dist/components/Provider/Provider.js +5 -2
- package/dist/components/Provider/index.js +1 -1
- package/dist/components/RichSelect/RichSelect.styles.js +1 -1
- package/dist/components/RichSelect/SelectCreate/SelectCreate.js +1 -0
- package/dist/components/RichSelect/SelectHeading/SelectHeading.js +1 -1
- package/dist/components/RichSelect/SelectLabel/SelectLabel.styles.d.ts +1 -1
- package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.js +11 -10
- package/dist/components/RichSelect/SelectTags/SelectTags.js +3 -2
- package/dist/components/RichSelect/SelectTags/SelectTags.styles.d.ts +1 -1
- package/dist/components/SkipLink/SkipLink.js +1 -1
- package/dist/components/Slideout/components/SlideoutInner.js +1 -1
- package/dist/components/Slideout/hooks/usePushElement.js +1 -1
- package/dist/components/Spinner/Spinner.js +5 -4
- package/dist/components/TabSet/TabSet.styles.js +3 -1
- package/dist/components/Table/Table.styles.js +7 -3
- package/dist/components/Table/components/TableSortButton.js +24 -15
- package/dist/components/Tag/Tag.js +1 -1
- package/dist/components/Toaster/components/Toast/Toast.js +30 -30
- package/dist/components/Toaster/components/Toast/Toast.styles.d.ts +1 -1
- package/dist/components/Toaster/components/Toast/Toast.styles.js +0 -4
- package/dist/{index-0AvnPY9d.js → index-Bir9MtY7.js} +0 -4
- package/dist/index.d-CZvOUeIl.js +3808 -0
- package/dist/main.js +257 -253
- package/dist/patterns/Loading/components/ValidateLoading.js +1 -1
- package/dist/patterns/Shadow/Shadow.d.ts +0 -4
- package/dist/patterns/Shadow/Shadow.js +407 -459
- package/dist/style.css +1 -1
- package/dist/styled-system/recipes/table.d.ts +1 -1
- package/dist/styled-system/tokens/tokens.d.ts +1 -1
- package/dist/types.d.ts +4 -0
- package/package.json +5 -4
package/dist/main.js
CHANGED
|
@@ -5,20 +5,20 @@ import { autoComplete as I } from "./components/Autocomplete/Autocomplete.styles
|
|
|
5
5
|
import { useAutocompleteSearch as l } from "./components/Autocomplete/hooks/useAutocompleteSearch.js";
|
|
6
6
|
import { IressBadge as n } from "./components/Badge/Badge.js";
|
|
7
7
|
import { badge as u } from "./components/Badge/Badge.styles.js";
|
|
8
|
-
import { I as c, b as
|
|
8
|
+
import { I as c, b as T } from "./Button-BwZzMODc.js";
|
|
9
9
|
import { IressCloseButton as b } from "./components/Button/CloseButton/CloseButton.js";
|
|
10
10
|
import { IressButtonGroup as k } from "./components/ButtonGroup/ButtonGroup.js";
|
|
11
|
-
import { buttonGroup as
|
|
11
|
+
import { buttonGroup as G } from "./components/ButtonGroup/ButtonGroup.styles.js";
|
|
12
12
|
import { useButtonGroupItem as E } from "./components/ButtonGroup/hooks/useButtonGroupItem.js";
|
|
13
|
-
import { IressButtonCard as
|
|
14
|
-
import { card as
|
|
15
|
-
import { IressCheckbox as
|
|
13
|
+
import { IressButtonCard as h, IressCard as M, IressLinkCard as P } from "./components/Card/Card.js";
|
|
14
|
+
import { card as B } from "./components/Card/Card.styles.js";
|
|
15
|
+
import { IressCheckbox as _ } from "./components/Checkbox/Checkbox.js";
|
|
16
16
|
import { checkbox as N } from "./components/Checkbox/Checkbox.styles.js";
|
|
17
17
|
import { CheckboxGroupContext as D, IressCheckboxGroup as H, getCheckboxGroupContext as V } from "./components/CheckboxGroup/CheckboxGroup.js";
|
|
18
18
|
import { checkboxGroup as U } from "./components/CheckboxGroup/CheckboxGroup.styles.js";
|
|
19
19
|
import { col as K } from "./components/Col/Col.styles.js";
|
|
20
|
-
import { IressCol as
|
|
21
|
-
import { container as
|
|
20
|
+
import { IressCol as Y } from "./components/Col/Col.js";
|
|
21
|
+
import { container as W } from "./components/Container/Container.styles.js";
|
|
22
22
|
import { IressContainer as q } from "./components/Container/Container.js";
|
|
23
23
|
import { IressDivider as J } from "./components/Divider/Divider.js";
|
|
24
24
|
import { divider as rr } from "./components/Divider/Divider.styles.js";
|
|
@@ -30,280 +30,284 @@ import { IressFieldGroup as ar } from "./components/Field/FieldGroup/FieldGroup.
|
|
|
30
30
|
import { fieldGroup as ir } from "./components/Field/FieldGroup/FieldGroup.styles.js";
|
|
31
31
|
import { IressFilter as dr } from "./components/Filter/Filter.js";
|
|
32
32
|
import { IressHide as Sr } from "./components/Hide/Hide.js";
|
|
33
|
-
import { IressIcon as
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
33
|
+
import { IressIcon as Tr } from "./components/Icon/Icon.js";
|
|
34
|
+
import { MATERIAL_SYMBOLS as br } from "./components/Icon/Icon.constants.js";
|
|
35
|
+
import { icon as kr } from "./components/Icon/Icon.styles.js";
|
|
36
|
+
import { IressIconProvider as Gr } from "./components/Icon/IconProvider.js";
|
|
37
|
+
import { IressImage as Er } from "./components/Image/Image.js";
|
|
38
|
+
import { image as hr } from "./components/Image/Image.styles.js";
|
|
39
|
+
import { inline as Pr } from "./components/Inline/Inline.styles.js";
|
|
40
|
+
import { IressInline as Br } from "./components/Inline/Inline.js";
|
|
41
|
+
import { IressInput as _r } from "./components/Input/Input.js";
|
|
42
|
+
import { input as Nr } from "./components/Input/Input.styles.js";
|
|
43
|
+
import { IressInputCurrency as Dr } from "./components/InputCurrency/InputCurrency.js";
|
|
44
|
+
import { IressLabel as Vr } from "./components/Label/Label.js";
|
|
45
|
+
import { label as Ur } from "./components/Label/Label.styles.js";
|
|
46
|
+
import { IressLink as Kr } from "./components/Link/Link.js";
|
|
47
|
+
import { link as Yr } from "./components/Link/Link.styles.js";
|
|
48
|
+
import { IressMenu as Wr } from "./components/Menu/Menu.js";
|
|
49
|
+
import { menu as qr } from "./components/Menu/Menu.styles.js";
|
|
50
|
+
import { IressMenuDivider as Jr } from "./components/Menu/MenuDivider/MenuDivider.js";
|
|
51
|
+
import { IressMenuItem as ro } from "./components/Menu/MenuItem/MenuItem.js";
|
|
52
|
+
import { IressMenuHeading as eo, IressMenuText as to } from "./components/Menu/MenuText/MenuText.js";
|
|
53
|
+
import { modal as po } from "./components/Modal/Modal.styles.js";
|
|
54
|
+
import { IressModal as xo } from "./components/Modal/Modal.js";
|
|
55
|
+
import { IressModalProvider as Io } from "./components/Modal/ModalProvider.js";
|
|
56
|
+
import { ModalContext as lo, useModal as io } from "./components/Modal/hooks/useModal.js";
|
|
57
|
+
import { IressPanel as uo } from "./components/Panel/Panel.js";
|
|
58
|
+
import { panel as co } from "./components/Panel/Panel.styles.js";
|
|
59
|
+
import { IressPlaceholder as Co } from "./components/Placeholder/Placeholder.js";
|
|
60
|
+
import { placeholder as go } from "./components/Placeholder/Placeholder.styles.js";
|
|
61
|
+
import { IressPopover as Lo } from "./components/Popover/Popover.js";
|
|
62
|
+
import { popover as Ro } from "./components/Popover/Popover.styles.js";
|
|
63
|
+
import { IressInputPopover as Ao } from "./components/Popover/InputPopover/InputPopover.js";
|
|
64
|
+
import { usePopover as Mo } from "./components/Popover/hooks/usePopover.js";
|
|
65
|
+
import { usePopoverItem as vo } from "./components/Popover/hooks/usePopoverItem.js";
|
|
66
|
+
import { IressProgress as Fo } from "./components/Progress/Progress.js";
|
|
67
|
+
import { progress as yo } from "./components/Progress/Progress.styles.js";
|
|
68
|
+
import { I as Oo } from "./Provider-Dw49edAo.js";
|
|
69
|
+
import { IressRadio as Ho } from "./components/Radio/Radio.js";
|
|
70
|
+
import { radio as wo } from "./components/Radio/Radio.styles.js";
|
|
71
|
+
import { IressRadioGroup as Zo, RadioGroupContext as Ko, getRadioGroupContext as Xo } from "./components/RadioGroup/RadioGroup.js";
|
|
72
|
+
import { radioGroup as Qo } from "./components/RadioGroup/RadioGroup.styles.js";
|
|
73
|
+
import { IressReadonly as jo } from "./components/Readonly/Readonly.js";
|
|
74
|
+
import { readonly as zo } from "./components/Readonly/Readonly.styles.js";
|
|
75
|
+
import { useRichSelectState as $o } from "./components/RichSelect/hooks/useRichSelectState.js";
|
|
76
|
+
import { IressSelectBody as oe } from "./components/RichSelect/SelectBody/SelectBody.js";
|
|
77
|
+
import { IressSelectCreate as te } from "./components/RichSelect/SelectCreate/SelectCreate.js";
|
|
78
|
+
import { IressSelectHeading as pe } from "./components/RichSelect/SelectHeading/SelectHeading.js";
|
|
79
|
+
import { IressSelectLabel as xe } from "./components/RichSelect/SelectLabel/SelectLabel.js";
|
|
80
|
+
import { IressSelectMenu as Ie } from "./components/RichSelect/SelectMenu/SelectMenu.js";
|
|
81
|
+
import { IressSelectSearch as le } from "./components/RichSelect/SelectSearch/SelectSearch.js";
|
|
82
|
+
import { IressSelectSearchInput as ne } from "./components/RichSelect/SelectSearchInput/SelectSearchInput.js";
|
|
83
|
+
import { IressSelectTags as ue } from "./components/RichSelect/SelectTags/SelectTags.js";
|
|
84
|
+
import { row as ce } from "./components/Row/Row.styles.js";
|
|
85
|
+
import { IressRow as Ce } from "./components/Row/Row.js";
|
|
86
|
+
import { select as ge } from "./components/Select/Select.styles.js";
|
|
87
|
+
import { IressSelect as Le } from "./components/Select/Select.js";
|
|
88
|
+
import { IressSelectOption as Re } from "./components/Select/SelectOption/SelectOption.js";
|
|
89
|
+
import { IressSkeleton as Ae } from "./components/Skeleton/Skeleton.js";
|
|
90
|
+
import { skeleton as Me } from "./components/Skeleton/Skeleton.styles.js";
|
|
91
|
+
import { IressSkipLink as ve } from "./components/SkipLink/SkipLink.js";
|
|
92
|
+
import { skipLink as Fe } from "./components/SkipLink/SkipLink.styles.js";
|
|
93
|
+
import { IressSlideout as ye } from "./components/Slideout/Slideout.js";
|
|
94
|
+
import { slideout as Oe } from "./components/Slideout/Slideout.styles.js";
|
|
95
|
+
import { IressSlideoutProvider as He } from "./components/Slideout/SlideoutProvider.js";
|
|
96
|
+
import { SlideoutContext as we, useSlideout as Ue } from "./components/Slideout/hooks/useSlideout.js";
|
|
97
|
+
import { IressSlider as Ke } from "./components/Slider/Slider.js";
|
|
98
|
+
import { slider as Ye } from "./components/Slider/Slider.styles.js";
|
|
99
|
+
import { IressSpinner as We } from "./components/Spinner/Spinner.js";
|
|
100
|
+
import { chatty as qe, spinner as ze } from "./components/Spinner/Spinner.styles.js";
|
|
101
|
+
import { stack as $e } from "./components/Stack/Stack.styles.js";
|
|
102
|
+
import { IressStack as ot } from "./components/Stack/Stack.js";
|
|
103
|
+
import { IressStyled as tt } from "./components/Styled/Styled.js";
|
|
104
|
+
import { IressTable as pt } from "./components/Table/Table.js";
|
|
105
|
+
import { table as xt, tableCell as ft } from "./components/Table/Table.styles.js";
|
|
106
|
+
import { IressTableBody as at } from "./components/Table/TableBody/TableBody.js";
|
|
107
|
+
import { IressTableFormattedValue as it } from "./components/Table/TableFormattedValue/TableFormattedValue.js";
|
|
108
|
+
import { useTable as dt } from "./components/Table/hooks/useTable.js";
|
|
109
|
+
import { IressTabSet as St } from "./components/TabSet/TabSet.js";
|
|
110
|
+
import { tabSet as Tt } from "./components/TabSet/TabSet.styles.js";
|
|
111
|
+
import { IressTab as bt } from "./components/TabSet/Tab/Tab.js";
|
|
112
|
+
import { tab as kt } from "./components/TabSet/Tab/Tab.styles.js";
|
|
113
|
+
import { IressTag as Gt } from "./components/Tag/Tag.js";
|
|
114
|
+
import { tag as Et } from "./components/Tag/Tag.styles.js";
|
|
115
|
+
import { IressTagInput as ht } from "./components/Tag/TagInput/TagInput.js";
|
|
116
|
+
import { text as Pt } from "./components/Text/Text.styles.js";
|
|
117
|
+
import { IressText as Bt } from "./components/Text/Text.js";
|
|
118
|
+
import { IressToasterProvider as _t } from "./components/Toaster/ToasterProvider.js";
|
|
119
|
+
import { ToasterContext as Nt, useToaster as Ot } from "./components/Toaster/hooks/useToaster.js";
|
|
120
|
+
import { toaster as Ht } from "./components/Toaster/Toaster.styles.js";
|
|
121
|
+
import { toast as wt } from "./components/Toaster/components/Toast/Toast.styles.js";
|
|
122
|
+
import { IressToggle as Zt } from "./components/Toggle/Toggle.js";
|
|
123
|
+
import { toggle as Xt } from "./components/Toggle/Toggle.styles.js";
|
|
124
|
+
import { IressTooltip as Qt } from "./components/Tooltip/Tooltip.js";
|
|
125
|
+
import { tooltip as jt } from "./components/Tooltip/Tooltip.styles.js";
|
|
126
|
+
import { IressValidationMessage as zt } from "./components/ValidationMessage/ValidationMessage.js";
|
|
127
|
+
import { IressValidationLink as $t } from "./components/ValidationMessage/ValidationLink/ValidationLink.js";
|
|
128
|
+
import { IressValidationSummary as os } from "./components/ValidationMessage/ValidationSummary/ValidationSummary.js";
|
|
129
|
+
import { IressForm as ts } from "./patterns/Form/Form.js";
|
|
130
|
+
import { IressFormField as ps } from "./patterns/Form/FormField/FormField.js";
|
|
131
|
+
import { IressFormFieldset as xs } from "./patterns/Form/FormField/FormFieldset.js";
|
|
132
|
+
import { IressFormValidationSummary as Is } from "./patterns/Form/FormValidationSummary/FormValidationSummary.js";
|
|
133
|
+
import { IressHookForm as ls } from "./patterns/Form/HookForm/HookForm.js";
|
|
134
|
+
import { IressLoading as ns } from "./patterns/Loading/Loading.js";
|
|
135
|
+
import { IressLoadingSuspense as us } from "./patterns/Loading/LoadingSuspense.js";
|
|
136
|
+
import { IressShadow as cs } from "./patterns/Shadow/Shadow.js";
|
|
137
|
+
import { BREAKPOINTS as Cs, BREAKPOINT_DETAILS as bs, FOCUSABLE_QUERY_SELECTOR as gs, FORM_ELEMENT_WIDTHS as ks, GRID_SIZE as Ls, HORIZONTAL_ALIGNS as Gs, STATUSES as Rs, TEXT_ALIGNS as Es, VERTICAL_ALIGNS as As, Z_INDEX as hs } from "./constants.js";
|
|
138
|
+
import { GlobalCSSClass as Ps } from "./enums.js";
|
|
139
|
+
import { toArray as Bs } from "./helpers/formatting/toArray.js";
|
|
140
|
+
import { iressCss as _s } from "./helpers/styling/iressCss.js";
|
|
141
|
+
import { useBreakpoint as Ns } from "./hooks/useBreakpoint.js";
|
|
142
|
+
import { useControlledState as Ds } from "./hooks/useControlledState.js";
|
|
143
|
+
import { useIdIfNeeded as Vs } from "./hooks/useIdIfNeeded.js";
|
|
144
|
+
import { useResponsiveProps as Us } from "./hooks/useResponsiveProps.js";
|
|
143
145
|
export {
|
|
144
|
-
|
|
145
|
-
|
|
146
|
+
Cs as BREAKPOINTS,
|
|
147
|
+
bs as BREAKPOINT_DETAILS,
|
|
146
148
|
D as CheckboxGroupContext,
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
149
|
+
gs as FOCUSABLE_QUERY_SELECTOR,
|
|
150
|
+
ks as FORM_ELEMENT_WIDTHS,
|
|
151
|
+
Ls as GRID_SIZE,
|
|
152
|
+
Ps as GlobalCSSClass,
|
|
153
|
+
Gs as HORIZONTAL_ALIGNS,
|
|
152
154
|
e as IressAlert,
|
|
153
155
|
m as IressAutocomplete,
|
|
154
156
|
n as IressBadge,
|
|
155
157
|
c as IressButton,
|
|
156
|
-
|
|
158
|
+
h as IressButtonCard,
|
|
157
159
|
k as IressButtonGroup,
|
|
158
|
-
|
|
159
|
-
|
|
160
|
+
M as IressCard,
|
|
161
|
+
_ as IressCheckbox,
|
|
160
162
|
H as IressCheckboxGroup,
|
|
161
163
|
b as IressCloseButton,
|
|
162
|
-
|
|
164
|
+
Y as IressCol,
|
|
163
165
|
q as IressContainer,
|
|
164
166
|
J as IressDivider,
|
|
165
167
|
er as IressExpander,
|
|
166
168
|
mr as IressField,
|
|
167
169
|
ar as IressFieldGroup,
|
|
168
170
|
dr as IressFilter,
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
171
|
+
ts as IressForm,
|
|
172
|
+
ps as IressFormField,
|
|
173
|
+
xs as IressFormFieldset,
|
|
174
|
+
Is as IressFormValidationSummary,
|
|
173
175
|
Sr as IressHide,
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
Vr as
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
Jr as
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
to as
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
uo as
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
Ho as
|
|
200
|
-
|
|
176
|
+
ls as IressHookForm,
|
|
177
|
+
Tr as IressIcon,
|
|
178
|
+
Gr as IressIconProvider,
|
|
179
|
+
Er as IressImage,
|
|
180
|
+
Br as IressInline,
|
|
181
|
+
_r as IressInput,
|
|
182
|
+
Dr as IressInputCurrency,
|
|
183
|
+
Ao as IressInputPopover,
|
|
184
|
+
Vr as IressLabel,
|
|
185
|
+
Kr as IressLink,
|
|
186
|
+
P as IressLinkCard,
|
|
187
|
+
ns as IressLoading,
|
|
188
|
+
us as IressLoadingSuspense,
|
|
189
|
+
Wr as IressMenu,
|
|
190
|
+
Jr as IressMenuDivider,
|
|
191
|
+
eo as IressMenuHeading,
|
|
192
|
+
ro as IressMenuItem,
|
|
193
|
+
to as IressMenuText,
|
|
194
|
+
xo as IressModal,
|
|
195
|
+
Io as IressModalProvider,
|
|
196
|
+
uo as IressPanel,
|
|
197
|
+
Co as IressPlaceholder,
|
|
198
|
+
Lo as IressPopover,
|
|
199
|
+
Fo as IressProgress,
|
|
200
|
+
Oo as IressProvider,
|
|
201
|
+
Ho as IressRadio,
|
|
202
|
+
Zo as IressRadioGroup,
|
|
203
|
+
jo as IressReadonly,
|
|
201
204
|
x as IressRichSelect,
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
205
|
+
Ce as IressRow,
|
|
206
|
+
Le as IressSelect,
|
|
207
|
+
oe as IressSelectBody,
|
|
208
|
+
te as IressSelectCreate,
|
|
209
|
+
pe as IressSelectHeading,
|
|
210
|
+
xe as IressSelectLabel,
|
|
211
|
+
Ie as IressSelectMenu,
|
|
212
|
+
Re as IressSelectOption,
|
|
213
|
+
le as IressSelectSearch,
|
|
214
|
+
ne as IressSelectSearchInput,
|
|
215
|
+
ue as IressSelectTags,
|
|
216
|
+
cs as IressShadow,
|
|
217
|
+
Ae as IressSkeleton,
|
|
218
|
+
ve as IressSkipLink,
|
|
219
|
+
ye as IressSlideout,
|
|
220
|
+
He as IressSlideoutProvider,
|
|
221
|
+
Ke as IressSlider,
|
|
222
|
+
We as IressSpinner,
|
|
223
|
+
ot as IressStack,
|
|
224
|
+
tt as IressStyled,
|
|
225
|
+
bt as IressTab,
|
|
226
|
+
St as IressTabSet,
|
|
227
|
+
pt as IressTable,
|
|
228
|
+
at as IressTableBody,
|
|
229
|
+
it as IressTableFormattedValue,
|
|
230
|
+
Gt as IressTag,
|
|
231
|
+
ht as IressTagInput,
|
|
232
|
+
Bt as IressText,
|
|
233
|
+
_t as IressToasterProvider,
|
|
234
|
+
Zt as IressToggle,
|
|
235
|
+
Qt as IressTooltip,
|
|
236
|
+
$t as IressValidationLink,
|
|
237
|
+
zt as IressValidationMessage,
|
|
238
|
+
os as IressValidationSummary,
|
|
239
|
+
br as MATERIAL_SYMBOLS,
|
|
240
|
+
lo as ModalContext,
|
|
241
|
+
Ko as RadioGroupContext,
|
|
242
|
+
Rs as STATUSES,
|
|
243
|
+
we as SlideoutContext,
|
|
244
|
+
Es as TEXT_ALIGNS,
|
|
245
|
+
Nt as ToasterContext,
|
|
246
|
+
As as VERTICAL_ALIGNS,
|
|
247
|
+
hs as Z_INDEX,
|
|
244
248
|
s as alert,
|
|
245
249
|
I as autoComplete,
|
|
246
250
|
u as badge,
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
+
T as button,
|
|
252
|
+
G as buttonGroup,
|
|
253
|
+
B as card,
|
|
254
|
+
qe as chatty,
|
|
251
255
|
N as checkbox,
|
|
252
256
|
U as checkboxGroup,
|
|
253
257
|
K as col,
|
|
254
|
-
|
|
258
|
+
W as container,
|
|
255
259
|
rr as divider,
|
|
256
260
|
sr as expander,
|
|
257
261
|
fr as field,
|
|
258
262
|
ir as fieldGroup,
|
|
259
263
|
V as getCheckboxGroupContext,
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
264
|
+
Xo as getRadioGroupContext,
|
|
265
|
+
kr as icon,
|
|
266
|
+
hr as image,
|
|
267
|
+
Pr as inline,
|
|
268
|
+
Nr as input,
|
|
269
|
+
_s as iressCss,
|
|
270
|
+
Ur as label,
|
|
271
|
+
Yr as link,
|
|
272
|
+
qr as menu,
|
|
273
|
+
po as modal,
|
|
274
|
+
co as panel,
|
|
275
|
+
go as placeholder,
|
|
276
|
+
Ro as popover,
|
|
277
|
+
yo as progress,
|
|
278
|
+
wo as radio,
|
|
279
|
+
Qo as radioGroup,
|
|
280
|
+
zo as readonly,
|
|
281
|
+
ce as row,
|
|
282
|
+
ge as select,
|
|
283
|
+
Me as skeleton,
|
|
284
|
+
Fe as skipLink,
|
|
285
|
+
Oe as slideout,
|
|
286
|
+
Ye as slider,
|
|
287
|
+
ze as spinner,
|
|
288
|
+
$e as stack,
|
|
289
|
+
kt as tab,
|
|
290
|
+
Tt as tabSet,
|
|
291
|
+
xt as table,
|
|
292
|
+
ft as tableCell,
|
|
293
|
+
Et as tag,
|
|
294
|
+
Pt as text,
|
|
295
|
+
Bs as toArray,
|
|
296
|
+
wt as toast,
|
|
297
|
+
Ht as toaster,
|
|
298
|
+
Xt as toggle,
|
|
299
|
+
jt as tooltip,
|
|
296
300
|
l as useAutocompleteSearch,
|
|
297
|
-
|
|
301
|
+
Ns as useBreakpoint,
|
|
298
302
|
E as useButtonGroupItem,
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
303
|
+
Ds as useControlledState,
|
|
304
|
+
Vs as useIdIfNeeded,
|
|
305
|
+
io as useModal,
|
|
306
|
+
Mo as usePopover,
|
|
307
|
+
vo as usePopoverItem,
|
|
308
|
+
Us as useResponsiveProps,
|
|
309
|
+
$o as useRichSelectState,
|
|
310
|
+
Ue as useSlideout,
|
|
311
|
+
dt as useTable,
|
|
312
|
+
Ot as useToaster
|
|
309
313
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o, jsxs as p } from "react/jsx-runtime";
|
|
2
|
-
import { I as u } from "../../../Button-
|
|
2
|
+
import { I as u } from "../../../Button-BwZzMODc.js";
|
|
3
3
|
import "../../../components/Button/CloseButton/CloseButton.js";
|
|
4
4
|
import { useState as g, useEffect as h } from "react";
|
|
5
5
|
import { loading as x } from "../Loading.styles.js";
|
|
@@ -11,10 +11,6 @@ export interface IressShadowProps extends IressUnstyledProps {
|
|
|
11
11
|
* (e.g., ['https://fonts.googleapis.com/css?family=Roboto']
|
|
12
12
|
*/
|
|
13
13
|
fontFaceUrls?: string[];
|
|
14
|
-
/**
|
|
15
|
-
* If true, the Iress icon stylesheet will not be included in the shadow DOM and the head.
|
|
16
|
-
*/
|
|
17
|
-
noIcons?: boolean;
|
|
18
14
|
/**
|
|
19
15
|
* Optional array of stylesheet contents to be included in the shadow DOM
|
|
20
16
|
* (e.g. { styleId: '.my-class { color: red; }' })
|