@iress-oss/ids-components 6.0.0-alpha.16 → 6.0.0-alpha.18

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.
Files changed (46) hide show
  1. package/dist/components/Autocomplete/Autocomplete.styles.js +5 -1
  2. package/dist/components/Autocomplete/hooks/useAutocompleteSearch.js +53 -51
  3. package/dist/components/Badge/Badge.styles.js +2 -0
  4. package/dist/components/Card/Card.styles.d.ts +1 -1
  5. package/dist/components/Card/Card.styles.js +3 -1
  6. package/dist/components/Checkbox/Checkbox.styles.js +2 -0
  7. package/dist/components/Expander/Expander.styles.js +2 -0
  8. package/dist/components/Filter/Filter.styles.d.ts +1 -1
  9. package/dist/components/Filter/components/FilterSearch.d.ts +2 -1
  10. package/dist/components/Input/Input.d.ts +15 -6
  11. package/dist/components/Input/Input.js +92 -82
  12. package/dist/components/Input/Input.styles.d.ts +8 -0
  13. package/dist/components/Input/Input.styles.js +11 -1
  14. package/dist/components/Modal/Modal.styles.d.ts +0 -1
  15. package/dist/components/Modal/Modal.styles.js +7 -3
  16. package/dist/components/Panel/Panel.styles.js +2 -0
  17. package/dist/components/Popover/Popover.styles.js +2 -0
  18. package/dist/components/Progress/Progress.d.ts +6 -1
  19. package/dist/components/Progress/Progress.js +38 -36
  20. package/dist/components/Progress/Progress.styles.js +8 -0
  21. package/dist/components/Radio/Radio.styles.js +2 -0
  22. package/dist/components/RichSelect/RichSelect.styles.js +2 -0
  23. package/dist/components/RichSelect/SelectBody/SelectBody.styles.js +2 -0
  24. package/dist/components/RichSelect/SelectMenu/SelectMenu.styles.js +2 -0
  25. package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.styles.js +2 -0
  26. package/dist/components/RichSelect/SelectTags/SelectTags.styles.js +2 -0
  27. package/dist/components/Select/Select.styles.js +4 -2
  28. package/dist/components/Slideout/Slideout.js +1 -1
  29. package/dist/components/Slideout/Slideout.styles.js +4 -1
  30. package/dist/components/Slider/Slider.styles.js +2 -0
  31. package/dist/components/Spinner/Spinner.d.ts +22 -3
  32. package/dist/components/Spinner/Spinner.js +35 -19
  33. package/dist/components/Spinner/Spinner.styles.d.ts +1 -0
  34. package/dist/components/Spinner/Spinner.styles.js +32 -4
  35. package/dist/components/Spinner/index.js +3 -2
  36. package/dist/components/TabSet/TabSet.styles.js +2 -0
  37. package/dist/components/Tag/Tag.styles.d.ts +6 -0
  38. package/dist/components/Tag/Tag.styles.js +10 -2
  39. package/dist/components/Toggle/Toggle.styles.js +2 -0
  40. package/dist/components/Tooltip/Tooltip.styles.js +4 -2
  41. package/dist/main.js +108 -107
  42. package/dist/patterns/Loading/Loading.styles.d.ts +1 -1
  43. package/dist/patterns/Shadow/Shadow.js +110 -38
  44. package/dist/style.css +1 -1
  45. package/dist/styled-system/types/prop-type.d.ts +1 -1
  46. package/package.json +3 -2
package/dist/main.js CHANGED
@@ -12,7 +12,7 @@ import { buttonGroup as L } from "./components/ButtonGroup/ButtonGroup.styles.js
12
12
  import { useButtonGroupItem as E } from "./components/ButtonGroup/hooks/useButtonGroupItem.js";
13
13
  import { IressButtonCard as A, IressCard as P, IressLinkCard as v } from "./components/Card/Card.js";
14
14
  import { card as M } from "./components/Card/Card.styles.js";
15
- import { IressCheckbox as _ } from "./components/Checkbox/Checkbox.js";
15
+ import { IressCheckbox as y } 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";
@@ -38,7 +38,7 @@ import { inline as Er } from "./components/Inline/Inline.styles.js";
38
38
  import { IressInline as Ar } from "./components/Inline/Inline.js";
39
39
  import { IressInput as vr } from "./components/Input/Input.js";
40
40
  import { input as Mr } from "./components/Input/Input.styles.js";
41
- import { IressInputCurrency as _r } from "./components/InputCurrency/InputCurrency.js";
41
+ import { IressInputCurrency as yr } from "./components/InputCurrency/InputCurrency.js";
42
42
  import { IressLabel as Nr } from "./components/Label/Label.js";
43
43
  import { label as Dr } from "./components/Label/Label.styles.js";
44
44
  import { IressLink as Vr } from "./components/Link/Link.js";
@@ -64,7 +64,7 @@ import { usePopoverItem as ho } from "./components/Popover/hooks/usePopoverItem.
64
64
  import { IressProgress as Po } from "./components/Progress/Progress.js";
65
65
  import { progress as Fo } from "./components/Progress/Progress.styles.js";
66
66
  import { I as Bo } from "./Provider-B87u_maF.js";
67
- import { IressRadio as yo } from "./components/Radio/Radio.js";
67
+ import { IressRadio as _o } from "./components/Radio/Radio.js";
68
68
  import { radio as Oo } from "./components/Radio/Radio.styles.js";
69
69
  import { IressRadioGroup as Ho, RadioGroupContext as Vo, getRadioGroupContext as wo } from "./components/RadioGroup/RadioGroup.js";
70
70
  import { radioGroup as Zo } from "./components/RadioGroup/RadioGroup.styles.js";
@@ -90,65 +90,65 @@ import { IressSkipLink as he } from "./components/SkipLink/SkipLink.js";
90
90
  import { skipLink as Pe } from "./components/SkipLink/SkipLink.styles.js";
91
91
  import { IressSlideout as Fe } from "./components/Slideout/Slideout.js";
92
92
  import { slideout as Be } from "./components/Slideout/Slideout.styles.js";
93
- import { IressSlideoutProvider as ye } from "./components/Slideout/SlideoutProvider.js";
93
+ import { IressSlideoutProvider as _e } from "./components/Slideout/SlideoutProvider.js";
94
94
  import { SlideoutContext as Oe, useSlideout as De } from "./components/Slideout/hooks/useSlideout.js";
95
95
  import { IressSlider as Ve } from "./components/Slider/Slider.js";
96
96
  import { slider as Ue } from "./components/Slider/Slider.styles.js";
97
97
  import { IressSpinner as Ke } from "./components/Spinner/Spinner.js";
98
- import { spinner as Qe } from "./components/Spinner/Spinner.styles.js";
99
- import { stack as Ye } from "./components/Stack/Stack.styles.js";
100
- import { IressStack as qe } from "./components/Stack/Stack.js";
101
- import { IressStyled as Je } from "./components/Styled/Styled.js";
102
- import { IressTable as rt } from "./components/Table/Table.js";
103
- import { table as et, tableCell as tt } from "./components/Table/Table.styles.js";
104
- import { IressTableBody as pt } from "./components/Table/TableBody/TableBody.js";
105
- import { IressTableFormattedValue as xt } from "./components/Table/TableFormattedValue/TableFormattedValue.js";
106
- import { useTable as It } from "./components/Table/hooks/useTable.js";
107
- import { IressTabSet as lt } from "./components/TabSet/TabSet.js";
108
- import { tabSet as nt } from "./components/TabSet/TabSet.styles.js";
109
- import { IressTab as ut } from "./components/TabSet/Tab/Tab.js";
110
- import { tab as ct } from "./components/TabSet/Tab/Tab.styles.js";
111
- import { IressTag as Tt } from "./components/Tag/Tag.js";
112
- import { tag as gt } from "./components/Tag/Tag.styles.js";
113
- import { IressTagInput as Gt } from "./components/Tag/TagInput/TagInput.js";
114
- import { text as Rt } from "./components/Text/Text.styles.js";
115
- import { IressText as ht } from "./components/Text/Text.js";
116
- import { IressToasterProvider as Pt } from "./components/Toaster/ToasterProvider.js";
117
- import { ToasterContext as Ft, useToaster as Mt } from "./components/Toaster/hooks/useToaster.js";
98
+ import { chatty as Qe, spinner as We } from "./components/Spinner/Spinner.styles.js";
99
+ import { stack as je } from "./components/Stack/Stack.styles.js";
100
+ import { IressStack as ze } from "./components/Stack/Stack.js";
101
+ import { IressStyled as $e } from "./components/Styled/Styled.js";
102
+ import { IressTable as ot } from "./components/Table/Table.js";
103
+ import { table as tt, tableCell as st } from "./components/Table/Table.styles.js";
104
+ import { IressTableBody as mt } from "./components/Table/TableBody/TableBody.js";
105
+ import { IressTableFormattedValue as ft } from "./components/Table/TableFormattedValue/TableFormattedValue.js";
106
+ import { useTable as at } from "./components/Table/hooks/useTable.js";
107
+ import { IressTabSet as it } from "./components/TabSet/TabSet.js";
108
+ import { tabSet as dt } from "./components/TabSet/TabSet.styles.js";
109
+ import { IressTab as St } from "./components/TabSet/Tab/Tab.js";
110
+ import { tab as Ct } from "./components/TabSet/Tab/Tab.styles.js";
111
+ import { IressTag as bt } from "./components/Tag/Tag.js";
112
+ import { tag as kt } from "./components/Tag/Tag.styles.js";
113
+ import { IressTagInput as Lt } from "./components/Tag/TagInput/TagInput.js";
114
+ import { text as Et } from "./components/Text/Text.styles.js";
115
+ import { IressText as At } from "./components/Text/Text.js";
116
+ import { IressToasterProvider as vt } from "./components/Toaster/ToasterProvider.js";
117
+ import { ToasterContext as Mt, useToaster as Bt } from "./components/Toaster/hooks/useToaster.js";
118
118
  import { toaster as _t } from "./components/Toaster/Toaster.styles.js";
119
- import { toast as Nt } from "./components/Toaster/components/Toast/Toast.styles.js";
120
- import { IressToggle as Dt } from "./components/Toggle/Toggle.js";
121
- import { toggle as Vt } from "./components/Toggle/Toggle.styles.js";
122
- import { IressTooltip as Ut } from "./components/Tooltip/Tooltip.js";
123
- import { tooltip as Kt } from "./components/Tooltip/Tooltip.styles.js";
124
- import { IressValidationMessage as Qt } from "./components/ValidationMessage/ValidationMessage.js";
125
- import { IressValidationLink as Yt } from "./components/ValidationMessage/ValidationLink/ValidationLink.js";
126
- import { IressValidationSummary as qt } from "./components/ValidationMessage/ValidationSummary/ValidationSummary.js";
127
- import { IressForm as Jt } from "./patterns/Form/Form.js";
128
- import { IressFormField as rs } from "./patterns/Form/FormField/FormField.js";
129
- import { IressFormFieldset as es } from "./patterns/Form/FormField/FormFieldset.js";
130
- import { IressFormValidationSummary as ss } from "./patterns/Form/FormValidationSummary/FormValidationSummary.js";
131
- import { IressHookForm as ms } from "./patterns/Form/HookForm/HookForm.js";
132
- import { IressLoading as fs } from "./patterns/Loading/Loading.js";
133
- import { IressLoadingSuspense as as } from "./patterns/Loading/LoadingSuspense.js";
134
- import { IressShadow as is } from "./patterns/Shadow/Shadow.js";
135
- import { BREAKPOINTS as ds, BREAKPOINT_DETAILS as us, FOCUSABLE_QUERY_SELECTOR as Ss, FORM_ELEMENT_WIDTHS as cs, GRID_SIZE as Cs, HORIZONTAL_ALIGNS as Ts, STATUSES as bs, TEXT_ALIGNS as gs, VERTICAL_ALIGNS as ks, Z_INDEX as Gs } from "./constants.js";
136
- import { GlobalCSSClass as Rs } from "./enums.js";
137
- import { toArray as hs } from "./helpers/formatting/toArray.js";
138
- import { iressCss as Ps } from "./helpers/styling/iressCss.js";
139
- import { useBreakpoint as Fs } from "./hooks/useBreakpoint.js";
140
- import { useControlledState as Bs } from "./hooks/useControlledState.js";
141
- import { useIdIfNeeded as ys } from "./hooks/useIdIfNeeded.js";
142
- import { useResponsiveProps as Os } from "./hooks/useResponsiveProps.js";
119
+ import { toast as Ot } from "./components/Toaster/components/Toast/Toast.styles.js";
120
+ import { IressToggle as Ht } from "./components/Toggle/Toggle.js";
121
+ import { toggle as wt } from "./components/Toggle/Toggle.styles.js";
122
+ import { IressTooltip as Zt } from "./components/Tooltip/Tooltip.js";
123
+ import { tooltip as Xt } from "./components/Tooltip/Tooltip.styles.js";
124
+ import { IressValidationMessage as Wt } from "./components/ValidationMessage/ValidationMessage.js";
125
+ import { IressValidationLink as jt } from "./components/ValidationMessage/ValidationLink/ValidationLink.js";
126
+ import { IressValidationSummary as zt } from "./components/ValidationMessage/ValidationSummary/ValidationSummary.js";
127
+ import { IressForm as $t } from "./patterns/Form/Form.js";
128
+ import { IressFormField as os } from "./patterns/Form/FormField/FormField.js";
129
+ import { IressFormFieldset as ts } from "./patterns/Form/FormField/FormFieldset.js";
130
+ import { IressFormValidationSummary as ps } from "./patterns/Form/FormValidationSummary/FormValidationSummary.js";
131
+ import { IressHookForm as xs } from "./patterns/Form/HookForm/HookForm.js";
132
+ import { IressLoading as Is } from "./patterns/Loading/Loading.js";
133
+ import { IressLoadingSuspense as ls } from "./patterns/Loading/LoadingSuspense.js";
134
+ import { IressShadow as ns } from "./patterns/Shadow/Shadow.js";
135
+ import { BREAKPOINTS as us, BREAKPOINT_DETAILS as Ss, FOCUSABLE_QUERY_SELECTOR as cs, FORM_ELEMENT_WIDTHS as Cs, GRID_SIZE as Ts, HORIZONTAL_ALIGNS as bs, STATUSES as gs, TEXT_ALIGNS as ks, VERTICAL_ALIGNS as Gs, Z_INDEX as Ls } from "./constants.js";
136
+ import { GlobalCSSClass as Es } from "./enums.js";
137
+ import { toArray as As } from "./helpers/formatting/toArray.js";
138
+ import { iressCss as vs } from "./helpers/styling/iressCss.js";
139
+ import { useBreakpoint as Ms } from "./hooks/useBreakpoint.js";
140
+ import { useControlledState as ys } from "./hooks/useControlledState.js";
141
+ import { useIdIfNeeded as Ns } from "./hooks/useIdIfNeeded.js";
142
+ import { useResponsiveProps as Ds } from "./hooks/useResponsiveProps.js";
143
143
  export {
144
- ds as BREAKPOINTS,
145
- us as BREAKPOINT_DETAILS,
144
+ us as BREAKPOINTS,
145
+ Ss as BREAKPOINT_DETAILS,
146
146
  D as CheckboxGroupContext,
147
- Ss as FOCUSABLE_QUERY_SELECTOR,
148
- cs as FORM_ELEMENT_WIDTHS,
149
- Cs as GRID_SIZE,
150
- Rs as GlobalCSSClass,
151
- Ts as HORIZONTAL_ALIGNS,
147
+ cs as FOCUSABLE_QUERY_SELECTOR,
148
+ Cs as FORM_ELEMENT_WIDTHS,
149
+ Ts as GRID_SIZE,
150
+ Es as GlobalCSSClass,
151
+ bs as HORIZONTAL_ALIGNS,
152
152
  e as IressAlert,
153
153
  m as IressAutocomplete,
154
154
  n as IressBadge,
@@ -156,7 +156,7 @@ export {
156
156
  A as IressButtonCard,
157
157
  k as IressButtonGroup,
158
158
  P as IressCard,
159
- _ as IressCheckbox,
159
+ y as IressCheckbox,
160
160
  H as IressCheckboxGroup,
161
161
  b as IressCloseButton,
162
162
  Q as IressCol,
@@ -166,23 +166,23 @@ export {
166
166
  mr as IressField,
167
167
  ar as IressFieldGroup,
168
168
  dr as IressFilter,
169
- Jt as IressForm,
170
- rs as IressFormField,
171
- es as IressFormFieldset,
172
- ss as IressFormValidationSummary,
169
+ $t as IressForm,
170
+ os as IressFormField,
171
+ ts as IressFormFieldset,
172
+ ps as IressFormValidationSummary,
173
173
  Sr as IressHide,
174
- ms as IressHookForm,
174
+ xs as IressHookForm,
175
175
  Cr as IressIcon,
176
176
  kr as IressImage,
177
177
  Ar as IressInline,
178
178
  vr as IressInput,
179
- _r as IressInputCurrency,
179
+ yr as IressInputCurrency,
180
180
  Go as IressInputPopover,
181
181
  Nr as IressLabel,
182
182
  Vr as IressLink,
183
183
  v as IressLinkCard,
184
- fs as IressLoading,
185
- as as IressLoadingSuspense,
184
+ Is as IressLoading,
185
+ ls as IressLoadingSuspense,
186
186
  Kr as IressMenu,
187
187
  Yr as IressMenuDivider,
188
188
  Jr as IressMenuHeading,
@@ -195,7 +195,7 @@ export {
195
195
  To as IressPopover,
196
196
  Po as IressProgress,
197
197
  Bo as IressProvider,
198
- yo as IressRadio,
198
+ _o as IressRadio,
199
199
  Ho as IressRadioGroup,
200
200
  Xo as IressReadonly,
201
201
  x as IressRichSelect,
@@ -210,43 +210,44 @@ export {
210
210
  xe as IressSelectSearch,
211
211
  Ie as IressSelectSearchInput,
212
212
  le as IressSelectTags,
213
- is as IressShadow,
213
+ ns as IressShadow,
214
214
  Ge as IressSkeleton,
215
215
  he as IressSkipLink,
216
216
  Fe as IressSlideout,
217
- ye as IressSlideoutProvider,
217
+ _e as IressSlideoutProvider,
218
218
  Ve as IressSlider,
219
219
  Ke as IressSpinner,
220
- qe as IressStack,
221
- Je as IressStyled,
222
- ut as IressTab,
223
- lt as IressTabSet,
224
- rt as IressTable,
225
- pt as IressTableBody,
226
- xt as IressTableFormattedValue,
227
- Tt as IressTag,
228
- Gt as IressTagInput,
229
- ht as IressText,
230
- Pt as IressToasterProvider,
231
- Dt as IressToggle,
232
- Ut as IressTooltip,
233
- Yt as IressValidationLink,
234
- Qt as IressValidationMessage,
235
- qt as IressValidationSummary,
220
+ ze as IressStack,
221
+ $e as IressStyled,
222
+ St as IressTab,
223
+ it as IressTabSet,
224
+ ot as IressTable,
225
+ mt as IressTableBody,
226
+ ft as IressTableFormattedValue,
227
+ bt as IressTag,
228
+ Lt as IressTagInput,
229
+ At as IressText,
230
+ vt as IressToasterProvider,
231
+ Ht as IressToggle,
232
+ Zt as IressTooltip,
233
+ jt as IressValidationLink,
234
+ Wt as IressValidationMessage,
235
+ zt as IressValidationSummary,
236
236
  xo as ModalContext,
237
237
  Vo as RadioGroupContext,
238
- bs as STATUSES,
238
+ gs as STATUSES,
239
239
  Oe as SlideoutContext,
240
- gs as TEXT_ALIGNS,
241
- Ft as ToasterContext,
242
- ks as VERTICAL_ALIGNS,
243
- Gs as Z_INDEX,
240
+ ks as TEXT_ALIGNS,
241
+ Mt as ToasterContext,
242
+ Gs as VERTICAL_ALIGNS,
243
+ Ls as Z_INDEX,
244
244
  s as alert,
245
245
  I as autoComplete,
246
246
  u as badge,
247
247
  C as button,
248
248
  L as buttonGroup,
249
249
  M as card,
250
+ Qe as chatty,
250
251
  N as checkbox,
251
252
  U as checkboxGroup,
252
253
  K as col,
@@ -261,7 +262,7 @@ export {
261
262
  Lr as image,
262
263
  Er as inline,
263
264
  Mr as input,
264
- Ps as iressCss,
265
+ vs as iressCss,
265
266
  Dr as label,
266
267
  Ur as link,
267
268
  Qr as menu,
@@ -279,30 +280,30 @@ export {
279
280
  Pe as skipLink,
280
281
  Be as slideout,
281
282
  Ue as slider,
282
- Qe as spinner,
283
- Ye as stack,
284
- ct as tab,
285
- nt as tabSet,
286
- et as table,
287
- tt as tableCell,
288
- gt as tag,
289
- Rt as text,
290
- hs as toArray,
291
- Nt as toast,
283
+ We as spinner,
284
+ je as stack,
285
+ Ct as tab,
286
+ dt as tabSet,
287
+ tt as table,
288
+ st as tableCell,
289
+ kt as tag,
290
+ Et as text,
291
+ As as toArray,
292
+ Ot as toast,
292
293
  _t as toaster,
293
- Vt as toggle,
294
- Kt as tooltip,
294
+ wt as toggle,
295
+ Xt as tooltip,
295
296
  l as useAutocompleteSearch,
296
- Fs as useBreakpoint,
297
+ Ms as useBreakpoint,
297
298
  E as useButtonGroupItem,
298
- Bs as useControlledState,
299
- ys as useIdIfNeeded,
299
+ ys as useControlledState,
300
+ Ns as useIdIfNeeded,
300
301
  fo as useModal,
301
302
  Ro as usePopover,
302
303
  ho as usePopoverItem,
303
- Os as useResponsiveProps,
304
+ Ds as useResponsiveProps,
304
305
  jo as useRichSelectState,
305
306
  De as useSlideout,
306
- It as useTable,
307
- Mt as useToaster
307
+ at as useTable,
308
+ Bt as useToaster
308
309
  };
@@ -1,4 +1,4 @@
1
- export declare const loading: import('../../styled-system/types').SlotRecipeRuntimeFn<"overlay" | "message" | "root" | "critical", {
1
+ export declare const loading: import('../../styled-system/types').SlotRecipeRuntimeFn<"overlay" | "root" | "message" | "critical", {
2
2
  error: {
3
3
  true: {
4
4
  root: {
@@ -391,6 +391,18 @@ const z = `@layer reset, base, tokens, recipes, utilities;
391
391
  --breakpoints-xxl: 1500px;
392
392
  }
393
393
 
394
+ @keyframes chatty {
395
+ 0%,60%,100% {
396
+ transform: translateY(0);
397
+ opacity: 0.7;
398
+ }
399
+
400
+ 30% {
401
+ transform: translateY(50%);
402
+ opacity: 1;
403
+ }
404
+ }
405
+
394
406
  @keyframes fieldFooter {
395
407
  0% {
396
408
  display: none;
@@ -2464,6 +2476,14 @@ const z = `@layer reset, base, tokens, recipes, utilities;
2464
2476
  background: var(--colors-transparent);
2465
2477
  }
2466
2478
 
2479
+ .bg_colour\\.neutral\\.50 {
2480
+ background: var(--colors-colour\\.neutral\\.50);
2481
+ }
2482
+
2483
+ .anim_chatty_1\\.4s_infinite_ease-in-out {
2484
+ animation: chatty 1.4s infinite ease-in-out;
2485
+ }
2486
+
2467
2487
  .p_spacing\\.6 {
2468
2488
  padding: var(--spacing-spacing\\.6);
2469
2489
  }
@@ -2668,10 +2688,6 @@ const z = `@layer reset, base, tokens, recipes, utilities;
2668
2688
  background: var(--colors-colour\\.primary\\.on-fill);
2669
2689
  }
2670
2690
 
2671
- .bg_colour\\.neutral\\.50 {
2672
- background: var(--colors-colour\\.neutral\\.50);
2673
- }
2674
-
2675
2691
  .bg_colour\\.neutral\\.60 {
2676
2692
  background: var(--colors-colour\\.neutral\\.60);
2677
2693
  }
@@ -3759,6 +3775,10 @@ const z = `@layer reset, base, tokens, recipes, utilities;
3759
3775
  display: none;
3760
3776
  }
3761
3777
 
3778
+ .contain_layout_style_paint {
3779
+ contain: layout style paint;
3780
+ }
3781
+
3762
3782
  .lh_1 {
3763
3783
  line-height: 1;
3764
3784
  }
@@ -3894,6 +3914,10 @@ const z = `@layer reset, base, tokens, recipes, utilities;
3894
3914
  vertical-align: stretch;
3895
3915
  }
3896
3916
 
3917
+ .contain_layout_style {
3918
+ contain: layout style;
3919
+ }
3920
+
3897
3921
  .ta_start {
3898
3922
  text-align: start;
3899
3923
  }
@@ -4311,6 +4335,42 @@ const z = `@layer reset, base, tokens, recipes, utilities;
4311
4335
  text-align: right;
4312
4336
  }
4313
4337
 
4338
+ .resize_none {
4339
+ resize: none;
4340
+ }
4341
+
4342
+ .scrollable_y {
4343
+ overflow-y: auto;
4344
+ }
4345
+
4346
+ .scrollable_y::-webkit-scrollbar {
4347
+ width: var(--iress-typography-base-size, .875rem);
4348
+ height: var(--iress-typography-base-size, .875rem);
4349
+ }
4350
+
4351
+ .scrollable_y::-webkit-scrollbar-track {
4352
+ background: var(--iress-colour-neutral-20, #F5F6F8);
4353
+ border-radius: var(--iress-radius-100, 1rem);
4354
+ }
4355
+
4356
+ .scrollable_y::-webkit-scrollbar-thumb {
4357
+ background-color: var(--iress-colour-neutral-60, #828F9D);
4358
+ border-radius: var(--iress-radius-025, calc(0.25 * var(--iress-radius-100, 1rem)));
4359
+ }
4360
+
4361
+ .scrollable_y::-webkit-scrollbar-thumb:hover {
4362
+ background-color: var(--iress-colour-primary-fill, #1D1F4B);
4363
+ }
4364
+
4365
+ .scrollable_y::-webkit-scrollbar-corner {
4366
+ background: rgba(0, 0, 0, 0);
4367
+ }
4368
+
4369
+ .scrollable_y {
4370
+ scrollbar-width: thin;
4371
+ scrollbar-color: var(--iress-colour-neutral-60, #828F9D) var(--iress-colour-neutral-20, #F5F6F8);
4372
+ }
4373
+
4314
4374
  .ai_baseline {
4315
4375
  align-items: baseline;
4316
4376
  }
@@ -4375,38 +4435,6 @@ const z = `@layer reset, base, tokens, recipes, utilities;
4375
4435
  position: static !important;
4376
4436
  }
4377
4437
 
4378
- .scrollable_y {
4379
- overflow-y: auto;
4380
- }
4381
-
4382
- .scrollable_y::-webkit-scrollbar {
4383
- width: var(--iress-typography-base-size, .875rem);
4384
- height: var(--iress-typography-base-size, .875rem);
4385
- }
4386
-
4387
- .scrollable_y::-webkit-scrollbar-track {
4388
- background: var(--iress-colour-neutral-20, #F5F6F8);
4389
- border-radius: var(--iress-radius-100, 1rem);
4390
- }
4391
-
4392
- .scrollable_y::-webkit-scrollbar-thumb {
4393
- background-color: var(--iress-colour-neutral-60, #828F9D);
4394
- border-radius: var(--iress-radius-025, calc(0.25 * var(--iress-radius-100, 1rem)));
4395
- }
4396
-
4397
- .scrollable_y::-webkit-scrollbar-thumb:hover {
4398
- background-color: var(--iress-colour-primary-fill, #1D1F4B);
4399
- }
4400
-
4401
- .scrollable_y::-webkit-scrollbar-corner {
4402
- background: rgba(0, 0, 0, 0);
4403
- }
4404
-
4405
- .scrollable_y {
4406
- scrollbar-width: thin;
4407
- scrollbar-color: var(--iress-colour-neutral-60, #828F9D) var(--iress-colour-neutral-20, #F5F6F8);
4408
- }
4409
-
4410
4438
  .gutter_spacing\\.4 {
4411
4439
  --col-gap: var(--iress-spacing-4, calc(4 * var(--iress-spacing-100, .25rem)));
4412
4440
  margin-inline: calc(-1 * var(--col-gap) / 2);
@@ -5759,6 +5787,14 @@ const z = `@layer reset, base, tokens, recipes, utilities;
5759
5787
  width: 0;
5760
5788
  }
5761
5789
 
5790
+ .w_\\[0\\.5em\\] {
5791
+ width: 0.5em;
5792
+ }
5793
+
5794
+ .h_\\[0\\.5em\\] {
5795
+ height: 0.5em;
5796
+ }
5797
+
5762
5798
  .h_50 {
5763
5799
  height: 50px;
5764
5800
  }
@@ -7171,8 +7207,8 @@ const z = `@layer reset, base, tokens, recipes, utilities;
7171
7207
  border-width: 2px;
7172
7208
  }
7173
7209
 
7174
- .after\\:bdr_radius\\.system\\.form::after {
7175
- border-radius: var(--radii-radius\\.system\\.form);
7210
+ .after\\:bdr_radius\\.system\\.layout::after {
7211
+ border-radius: var(--radii-radius\\.system\\.layout);
7176
7212
  }
7177
7213
 
7178
7214
  .\\[\\&_a\\]\\:td_underline a {
@@ -7211,6 +7247,10 @@ const z = `@layer reset, base, tokens, recipes, utilities;
7211
7247
  flex: 1 1 0%;
7212
7248
  }
7213
7249
 
7250
+ .progressValue\\:bg-p_center::-webkit-progress-value,.progressValue\\:bg-p_center::-webkit-meter-optimum-value,.progressValue\\:bg-p_center::-webkit-meter-suboptimum-value {
7251
+ background-position: center;
7252
+ }
7253
+
7214
7254
  .progressValue\\:bdr_var\\(--iress-border-radius\\)::-webkit-progress-value,.progressValue\\:bdr_var\\(--iress-border-radius\\)::-webkit-meter-optimum-value,.progressValue\\:bdr_var\\(--iress-border-radius\\)::-webkit-meter-suboptimum-value {
7215
7255
  border-radius: var(--iress-border-radius);
7216
7256
  }
@@ -7221,6 +7261,10 @@ const z = `@layer reset, base, tokens, recipes, utilities;
7221
7261
  transition-duration: var(--transition-duration, 150ms);
7222
7262
  }
7223
7263
 
7264
+ .mozProgressValue\\:bg-p_center::-moz-progress-bar,.mozProgressValue\\:bg-p_center::-moz-meter-bar {
7265
+ background-position: center;
7266
+ }
7267
+
7224
7268
  .mozProgressValue\\:bdr_var\\(--iress-border-radius\\)::-moz-progress-bar,.mozProgressValue\\:bdr_var\\(--iress-border-radius\\)::-moz-meter-bar {
7225
7269
  border-radius: var(--iress-border-radius);
7226
7270
  }
@@ -7435,11 +7479,27 @@ const z = `@layer reset, base, tokens, recipes, utilities;
7435
7479
  -webkit-appearance: none;
7436
7480
  }
7437
7481
 
7482
+ .progressValue\\:bg-i_var\\(--iress-background-image\\)::-webkit-progress-value,.progressValue\\:bg-i_var\\(--iress-background-image\\)::-webkit-meter-optimum-value,.progressValue\\:bg-i_var\\(--iress-background-image\\)::-webkit-meter-suboptimum-value {
7483
+ background-image: var(--iress-background-image);
7484
+ }
7485
+
7486
+ .progressValue\\:bg-s_cover::-webkit-progress-value,.progressValue\\:bg-s_cover::-webkit-meter-optimum-value,.progressValue\\:bg-s_cover::-webkit-meter-suboptimum-value {
7487
+ background-size: cover;
7488
+ }
7489
+
7438
7490
  .mozProgressValue\\:ap_none::-moz-progress-bar,.mozProgressValue\\:ap_none::-moz-meter-bar {
7439
7491
  appearance: none;
7440
7492
  -webkit-appearance: none;
7441
7493
  }
7442
7494
 
7495
+ .mozProgressValue\\:bg-i_var\\(--iress-background-image\\)::-moz-progress-bar,.mozProgressValue\\:bg-i_var\\(--iress-background-image\\)::-moz-meter-bar {
7496
+ background-image: var(--iress-background-image);
7497
+ }
7498
+
7499
+ .mozProgressValue\\:bg-s_cover::-moz-progress-bar,.mozProgressValue\\:bg-s_cover::-moz-meter-bar {
7500
+ background-size: cover;
7501
+ }
7502
+
7443
7503
  .\\[\\&_circle\\]\\:fill_\\[currentColor\\] circle {
7444
7504
  fill: currentColor;
7445
7505
  }
@@ -7526,6 +7586,18 @@ const z = `@layer reset, base, tokens, recipes, utilities;
7526
7586
  transform: translate(-50%, 0);
7527
7587
  }
7528
7588
 
7589
+ .\\[\\&\\:nth-child\\(1\\)\\]\\:anim-dly_0s:nth-child(1) {
7590
+ animation-delay: 0s;
7591
+ }
7592
+
7593
+ .\\[\\&\\:nth-child\\(2\\)\\]\\:anim-dly_0\\.2s:nth-child(2) {
7594
+ animation-delay: 0.2s;
7595
+ }
7596
+
7597
+ .\\[\\&\\:nth-child\\(3\\)\\]\\:anim-dly_0\\.4s:nth-child(3) {
7598
+ animation-delay: 0.4s;
7599
+ }
7600
+
7529
7601
  .\\[\\&\\&\\]\\:ta_end.\\[\\&\\&\\]\\:ta_end {
7530
7602
  text-align: end;
7531
7603
  }