@iress-oss/ids-components 6.0.0-alpha.17 → 6.0.0-alpha.19

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 (39) hide show
  1. package/dist/components/Badge/Badge.d.ts +2 -6
  2. package/dist/components/Badge/Badge.js +27 -40
  3. package/dist/components/Badge/Badge.styles.d.ts +1 -17
  4. package/dist/components/Badge/Badge.styles.js +5 -24
  5. package/dist/components/Card/Card.styles.js +2 -0
  6. package/dist/components/Checkbox/Checkbox.styles.js +2 -0
  7. package/dist/components/Expander/Expander.styles.js +2 -0
  8. package/dist/components/Input/Input.styles.d.ts +3 -0
  9. package/dist/components/Input/Input.styles.js +5 -0
  10. package/dist/components/Modal/Modal.styles.js +4 -2
  11. package/dist/components/Panel/Panel.styles.js +2 -0
  12. package/dist/components/Popover/Popover.styles.js +2 -0
  13. package/dist/components/Progress/Progress.js +1 -1
  14. package/dist/components/Progress/Progress.styles.js +2 -0
  15. package/dist/components/Radio/Radio.styles.js +2 -0
  16. package/dist/components/RichSelect/RichSelect.styles.js +2 -0
  17. package/dist/components/RichSelect/SelectBody/SelectBody.styles.js +2 -0
  18. package/dist/components/RichSelect/SelectMenu/SelectMenu.styles.js +2 -0
  19. package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.styles.js +2 -0
  20. package/dist/components/RichSelect/SelectTags/SelectTags.styles.js +2 -0
  21. package/dist/components/Select/Select.styles.js +4 -2
  22. package/dist/components/Slideout/Slideout.styles.js +2 -0
  23. package/dist/components/Slideout/hooks/usePushElement.js +1 -1
  24. package/dist/components/Slider/Slider.styles.js +2 -0
  25. package/dist/components/Spinner/Spinner.styles.js +6 -4
  26. package/dist/components/TabSet/Tab/Tab.js +98 -84
  27. package/dist/components/TabSet/Tab/Tab.styles.d.ts +3 -0
  28. package/dist/components/TabSet/Tab/Tab.styles.js +5 -2
  29. package/dist/components/TabSet/TabSet.js +84 -66
  30. package/dist/components/TabSet/TabSet.styles.d.ts +30 -1
  31. package/dist/components/TabSet/TabSet.styles.js +77 -16
  32. package/dist/components/Tag/Tag.styles.d.ts +6 -0
  33. package/dist/components/Tag/Tag.styles.js +10 -2
  34. package/dist/components/Toggle/Toggle.styles.js +2 -0
  35. package/dist/components/Tooltip/Tooltip.styles.js +4 -2
  36. package/dist/{index-Bm5rQqn5.js → index-0AvnPY9d.js} +15 -15
  37. package/dist/patterns/Shadow/Shadow.js +184 -139
  38. package/dist/style.css +1 -1
  39. package/package.json +2 -2
@@ -228,25 +228,25 @@ const z = `@layer reset, base, tokens, recipes, utilities;
228
228
  :where(:root, :host) {
229
229
  --borders-alert: 1px solid currentColor;
230
230
  --borders-divider: 1px solid var(--iress-colour-neutral-30, #E2E6EA);
231
- --borders-input: 1px solid var(--iress-colour-neutral-70, #5D6C7E);
231
+ --borders-input: 1px solid var(--iress-colour-neutral-70, #6D7278);
232
232
  --borders-placeholder: 1.5px solid var(--iress-colour-neutral-30, #E2E6EA);
233
- --borders-hover: 1px solid var(--iress-colour-primary-fill, #1D1F4B);
233
+ --borders-hover: 1px solid var(--iress-colour-primary-fill, #003271);
234
234
  --borders-table: 1px solid var(--iress-colour-neutral-40, #CFD5DA);
235
- --colors-colour\\.primary\\.fill: var(--iress-colour-primary-fill, #1D1F4B);
236
- --colors-colour\\.primary\\.fill-hover: var(--iress-colour-primary-fill-hover, #0D0E24);
235
+ --colors-colour\\.primary\\.fill: var(--iress-colour-primary-fill, #003271);
236
+ --colors-colour\\.primary\\.fill-hover: var(--iress-colour-primary-fill-hover, #002352);
237
237
  --colors-colour\\.primary\\.on-fill: var(--iress-colour-primary-on-fill, #FFFFFF);
238
- --colors-colour\\.primary\\.surface: var(--iress-colour-primary-surface, #E9E9ED);
239
- --colors-colour\\.primary\\.surface-hover: var(--iress-colour-primary-surface-hover, #D2D2DB);
240
- --colors-colour\\.primary\\.text: var(--iress-colour-primary-text, #141F4D);
238
+ --colors-colour\\.primary\\.surface: var(--iress-colour-primary-surface, #EBF3FF);
239
+ --colors-colour\\.primary\\.surface-hover: var(--iress-colour-primary-surface-hover, #DCEAFE);
240
+ --colors-colour\\.primary\\.text: var(--iress-colour-primary-text, #003271);
241
241
  --colors-colour\\.neutral\\.10: var(--iress-colour-neutral-10, #FFFFFF);
242
242
  --colors-colour\\.neutral\\.20: var(--iress-colour-neutral-20, #F5F6F8);
243
243
  --colors-colour\\.neutral\\.30: var(--iress-colour-neutral-30, #E2E6EA);
244
244
  --colors-colour\\.neutral\\.40: var(--iress-colour-neutral-40, #CFD5DA);
245
245
  --colors-colour\\.neutral\\.50: var(--iress-colour-neutral-50, #A8B2BB);
246
246
  --colors-colour\\.neutral\\.60: var(--iress-colour-neutral-60, #828F9D);
247
- --colors-colour\\.neutral\\.70: var(--iress-colour-neutral-70, #5D6C7E);
247
+ --colors-colour\\.neutral\\.70: var(--iress-colour-neutral-70, #6D7278);
248
248
  --colors-colour\\.neutral\\.80: var(--iress-colour-neutral-80, #384666);
249
- --colors-colour\\.neutral\\.90: var(--iress-colour-neutral-90, #13213F);
249
+ --colors-colour\\.neutral\\.90: var(--iress-colour-neutral-90, #141F4D);
250
250
  --colors-colour\\.accent\\.1: var(--iress-colour-accent-1, #C26EF4);
251
251
  --colors-colour\\.accent\\.2: var(--iress-colour-accent-2, #7599F9);
252
252
  --colors-colour\\.system\\.success\\.fill: var(--iress-colour-system-success-fill, #37C49C);
@@ -254,26 +254,26 @@ const z = `@layer reset, base, tokens, recipes, utilities;
254
254
  --colors-colour\\.system\\.success\\.on-fill: var(--iress-colour-system-success-on-fill, #0A2E25);
255
255
  --colors-colour\\.system\\.success\\.surface: var(--iress-colour-system-success-surface, #EBF9F5);
256
256
  --colors-colour\\.system\\.success\\.surface-hover: var(--iress-colour-system-success-surface-hover, #D7F3EB);
257
- --colors-colour\\.system\\.success\\.text: var(--iress-colour-system-success-text, #0A2E25);
257
+ --colors-colour\\.system\\.success\\.text: var(--iress-colour-system-success-text, #124d3d);
258
258
  --colors-colour\\.system\\.danger\\.fill: var(--iress-colour-system-danger-fill, #C32F2F);
259
259
  --colors-colour\\.system\\.danger\\.fill-hover: var(--iress-colour-system-danger-fill-hover, #B32727);
260
260
  --colors-colour\\.system\\.danger\\.on-fill: var(--iress-colour-system-danger-on-fill, #FFF4F3);
261
261
  --colors-colour\\.system\\.danger\\.surface: var(--iress-colour-system-danger-surface, #FFEDEC);
262
262
  --colors-colour\\.system\\.danger\\.surface-hover: var(--iress-colour-system-danger-surface-hover, #FFD9D6);
263
- --colors-colour\\.system\\.danger\\.text: var(--iress-colour-system-danger-text, #2D0909);
263
+ --colors-colour\\.system\\.danger\\.text: var(--iress-colour-system-danger-text, #8a1f1f);
264
264
  --colors-colour\\.system\\.warning\\.fill: var(--iress-colour-system-warning-fill, #F0AD03);
265
265
  --colors-colour\\.system\\.warning\\.on-fill: var(--iress-colour-system-warning-on-fill, #2B1F00);
266
266
  --colors-colour\\.system\\.warning\\.fill-hover: var(--iress-colour-system-warning-fill-hover, #DA9D00);
267
267
  --colors-colour\\.system\\.warning\\.surface: var(--iress-colour-system-warning-surface, #FFF8E6);
268
- --colors-colour\\.system\\.warning\\.text: var(--iress-colour-system-warning-text, #2B1F00);
268
+ --colors-colour\\.system\\.warning\\.text: var(--iress-colour-system-warning-text, #6b4700);
269
269
  --colors-colour\\.system\\.warning\\.surface-hover: var(--iress-colour-system-warning-surface-hover, #FFEAA0);
270
270
  --colors-colour\\.system\\.info\\.fill: var(--iress-colour-system-info-fill, #669AFF);
271
271
  --colors-colour\\.system\\.info\\.on-fill: var(--iress-colour-system-info-on-fill, #121D33);
272
272
  --colors-colour\\.system\\.info\\.fill-hover: var(--iress-colour-system-info-fill-hover, #5685E1);
273
273
  --colors-colour\\.system\\.info\\.surface: var(--iress-colour-system-info-surface, #E5EEFF);
274
- --colors-colour\\.system\\.info\\.text: var(--iress-colour-system-info-text, #121D33);
274
+ --colors-colour\\.system\\.info\\.text: var(--iress-colour-system-info-text, #203a75);
275
275
  --colors-colour\\.system\\.info\\.surface-hover: var(--iress-colour-system-info-surface-hover, #CCDEFF);
276
- --colors-colour\\.system\\.backdrop\\.fill: var(--iress-colour-system-backdrop-fill, #393F46CC);
276
+ --colors-colour\\.system\\.backdrop\\.fill: var(--iress-colour-system-backdrop-fill, #61656bcc);
277
277
  --colors-colour\\.data\\.subtle\\.10: var(--iress-colour-data-subtle-10, #FFE6F2);
278
278
  --colors-colour\\.data\\.subtle\\.20: var(--iress-colour-data-subtle-20, #FEEAFF);
279
279
  --colors-colour\\.data\\.subtle\\.30: var(--iress-colour-data-subtle-30, #F1E6FF);
@@ -295,7 +295,7 @@ const z = `@layer reset, base, tokens, recipes, utilities;
295
295
  --colors-transparent: rgba(0, 0, 0, 0);
296
296
  --colors-page: var(--iress-colour-neutral-10, #FFFFFF);
297
297
  --colors-alt: var(--iress-colour-neutral-20, #F5F6F8);
298
- --colors-muted: var(--iress-colour-neutral-70, #5D6C7E);
298
+ --colors-muted: var(--iress-colour-neutral-70, #6D7278);
299
299
  --colors-text: var(--iress-colour-neutral-80, #384666);
300
300
  --radii-radius\\.000: var(--iress-radius-000, 0px);
301
301
  --radii-radius\\.025: var(--iress-radius-025, calc(0.25 * var(--iress-radius-100, 1rem)));
@@ -1420,6 +1420,11 @@ const z = `@layer reset, base, tokens, recipes, utilities;
1420
1420
  font: var(--iress-typography-heading-4, 500 calc(var(--iress-typography-base-size, .875rem) * (14 / 14)) / 1.42 var(--iress-typography-base-heading-font, Ubuntu, Helvetica, sans-serif));
1421
1421
  }
1422
1422
 
1423
+ .layerStyle_elevation\\.overflow {
1424
+ border: var(--iress-elevation-overflow-border, 0px solid transparent);
1425
+ box-shadow: var(--iress-elevation-overflow-shadow, inset -13px 0px 18.8px #091E420D);
1426
+ }
1427
+
1423
1428
  .animationStyle_loading-fade-next {
1424
1429
  animation-name: loadingFadeNext;
1425
1430
  animation-duration: 0.6s;
@@ -1449,11 +1454,6 @@ const z = `@layer reset, base, tokens, recipes, utilities;
1449
1454
  animation-fill-mode: forwards;
1450
1455
  }
1451
1456
 
1452
- .layerStyle_elevation\\.overflow {
1453
- border: var(--iress-elevation-overflow-border, 0px solid transparent);
1454
- box-shadow: var(--iress-elevation-overflow-shadow, inset 7px 0px 5px #091E4215);
1455
- }
1456
-
1457
1457
  .layerStyle_elevation\\.focus {
1458
1458
  border-color: var(--iress-elevation-focus-border-color, #0066FF) !important;
1459
1459
  box-shadow: var(--iress-elevation-focus-shadow, 0px 0px 0px 1.5px var(--iress-colour-neutral-10, #FFFFFF), 0px 0px 0px 3.5px #0066FF);
@@ -1619,6 +1619,11 @@ const z = `@layer reset, base, tokens, recipes, utilities;
1619
1619
  box-shadow: var(--iress-elevation-focus-shadow, 0px 0px 0px 1.5px var(--iress-colour-neutral-10, #FFFFFF), 0px 0px 0px 3.5px #0066FF);
1620
1620
  }
1621
1621
 
1622
+ .focusVisible\\:layerStyle_elevation\\.focusCompact:is(:focus-visible, [data-focus-visible]) {
1623
+ border-color: var(--iress-elevation-focus-compact-border-color, #0066FF);
1624
+ box-shadow: var(--iress-elevation-focus-compact-shadow, inset 0px -2px 0px 0px #0066FF);
1625
+ }
1626
+
1622
1627
  .active\\:layerStyle_elevation\\.focus:is(:active, [data-active]) {
1623
1628
  border-color: var(--iress-elevation-focus-border-color, #0066FF) !important;
1624
1629
  box-shadow: var(--iress-elevation-focus-shadow, 0px 0px 0px 1.5px var(--iress-colour-neutral-10, #FFFFFF), 0px 0px 0px 3.5px #0066FF);
@@ -1640,7 +1645,7 @@ const z = `@layer reset, base, tokens, recipes, utilities;
1640
1645
  }
1641
1646
  .xs\\:layerStyle_elevation\\.overflow {
1642
1647
  border: var(--iress-elevation-overflow-border, 0px solid transparent);
1643
- box-shadow: var(--iress-elevation-overflow-shadow, inset 7px 0px 5px #091E4215);
1648
+ box-shadow: var(--iress-elevation-overflow-shadow, inset -13px 0px 18.8px #091E420D);
1644
1649
  }
1645
1650
  .xs\\:layerStyle_elevation\\.focus {
1646
1651
  border-color: var(--iress-elevation-focus-border-color, #0066FF) !important;
@@ -1741,7 +1746,7 @@ const z = `@layer reset, base, tokens, recipes, utilities;
1741
1746
  }
1742
1747
  .sm\\:layerStyle_elevation\\.overflow {
1743
1748
  border: var(--iress-elevation-overflow-border, 0px solid transparent);
1744
- box-shadow: var(--iress-elevation-overflow-shadow, inset 7px 0px 5px #091E4215);
1749
+ box-shadow: var(--iress-elevation-overflow-shadow, inset -13px 0px 18.8px #091E420D);
1745
1750
  }
1746
1751
  .sm\\:layerStyle_elevation\\.focus {
1747
1752
  border-color: var(--iress-elevation-focus-border-color, #0066FF) !important;
@@ -1842,7 +1847,7 @@ const z = `@layer reset, base, tokens, recipes, utilities;
1842
1847
  }
1843
1848
  .md\\:layerStyle_elevation\\.overflow {
1844
1849
  border: var(--iress-elevation-overflow-border, 0px solid transparent);
1845
- box-shadow: var(--iress-elevation-overflow-shadow, inset 7px 0px 5px #091E4215);
1850
+ box-shadow: var(--iress-elevation-overflow-shadow, inset -13px 0px 18.8px #091E420D);
1846
1851
  }
1847
1852
  .md\\:layerStyle_elevation\\.focus {
1848
1853
  border-color: var(--iress-elevation-focus-border-color, #0066FF) !important;
@@ -1943,7 +1948,7 @@ const z = `@layer reset, base, tokens, recipes, utilities;
1943
1948
  }
1944
1949
  .lg\\:layerStyle_elevation\\.overflow {
1945
1950
  border: var(--iress-elevation-overflow-border, 0px solid transparent);
1946
- box-shadow: var(--iress-elevation-overflow-shadow, inset 7px 0px 5px #091E4215);
1951
+ box-shadow: var(--iress-elevation-overflow-shadow, inset -13px 0px 18.8px #091E420D);
1947
1952
  }
1948
1953
  .lg\\:layerStyle_elevation\\.focus {
1949
1954
  border-color: var(--iress-elevation-focus-border-color, #0066FF) !important;
@@ -2044,7 +2049,7 @@ const z = `@layer reset, base, tokens, recipes, utilities;
2044
2049
  }
2045
2050
  .xl\\:layerStyle_elevation\\.overflow {
2046
2051
  border: var(--iress-elevation-overflow-border, 0px solid transparent);
2047
- box-shadow: var(--iress-elevation-overflow-shadow, inset 7px 0px 5px #091E4215);
2052
+ box-shadow: var(--iress-elevation-overflow-shadow, inset -13px 0px 18.8px #091E420D);
2048
2053
  }
2049
2054
  .xl\\:layerStyle_elevation\\.focus {
2050
2055
  border-color: var(--iress-elevation-focus-border-color, #0066FF) !important;
@@ -2145,7 +2150,7 @@ const z = `@layer reset, base, tokens, recipes, utilities;
2145
2150
  }
2146
2151
  .xxl\\:layerStyle_elevation\\.overflow {
2147
2152
  border: var(--iress-elevation-overflow-border, 0px solid transparent);
2148
- box-shadow: var(--iress-elevation-overflow-shadow, inset 7px 0px 5px #091E4215);
2153
+ box-shadow: var(--iress-elevation-overflow-shadow, inset -13px 0px 18.8px #091E420D);
2149
2154
  }
2150
2155
  .xxl\\:layerStyle_elevation\\.focus {
2151
2156
  border-color: var(--iress-elevation-focus-border-color, #0066FF) !important;
@@ -2516,10 +2521,6 @@ const z = `@layer reset, base, tokens, recipes, utilities;
2516
2521
  margin: var(--spacing-lg);
2517
2522
  }
2518
2523
 
2519
- .bg_colour\\.primary\\.text {
2520
- background: var(--colors-colour\\.primary\\.text);
2521
- }
2522
-
2523
2524
  .p_spacing\\.7 {
2524
2525
  padding: var(--spacing-spacing\\.7);
2525
2526
  }
@@ -2688,6 +2689,10 @@ const z = `@layer reset, base, tokens, recipes, utilities;
2688
2689
  background: var(--colors-colour\\.primary\\.on-fill);
2689
2690
  }
2690
2691
 
2692
+ .bg_colour\\.primary\\.text {
2693
+ background: var(--colors-colour\\.primary\\.text);
2694
+ }
2695
+
2691
2696
  .bg_colour\\.neutral\\.60 {
2692
2697
  background: var(--colors-colour\\.neutral\\.60);
2693
2698
  }
@@ -3248,8 +3253,12 @@ const z = `@layer reset, base, tokens, recipes, utilities;
3248
3253
  gap: var(--spacing-spacing\\.3);
3249
3254
  }
3250
3255
 
3251
- .bd-b_divider {
3252
- border-bottom: var(--borders-divider);
3256
+ .scrs-t_\\[x_proximity\\] {
3257
+ scroll-snap-type: x proximity;
3258
+ }
3259
+
3260
+ .bdr_radius\\.075 {
3261
+ border-radius: var(--radii-radius\\.075);
3253
3262
  }
3254
3263
 
3255
3264
  .bd-e_table {
@@ -3350,10 +3359,6 @@ const z = `@layer reset, base, tokens, recipes, utilities;
3350
3359
  margin-block: var(--spacing-spacing\\.1);
3351
3360
  }
3352
3361
 
3353
- .bdr_radius\\.075 {
3354
- border-radius: var(--radii-radius\\.075);
3355
- }
3356
-
3357
3362
  .bdr_none {
3358
3363
  border-radius: var(--radii-none);
3359
3364
  }
@@ -3775,6 +3780,10 @@ const z = `@layer reset, base, tokens, recipes, utilities;
3775
3780
  display: none;
3776
3781
  }
3777
3782
 
3783
+ .contain_layout_style_paint {
3784
+ contain: layout style paint;
3785
+ }
3786
+
3778
3787
  .lh_1 {
3779
3788
  line-height: 1;
3780
3789
  }
@@ -3835,34 +3844,6 @@ const z = `@layer reset, base, tokens, recipes, utilities;
3835
3844
  justify-content: center;
3836
3845
  }
3837
3846
 
3838
- .pos_absolute {
3839
- position: absolute;
3840
- }
3841
-
3842
- .inset-bs_spacing\\.0 {
3843
- inset-block-start: var(--spacing-spacing\\.0);
3844
- }
3845
-
3846
- .inset-e_spacing\\.0 {
3847
- inset-inline-end: var(--spacing-spacing\\.0);
3848
- }
3849
-
3850
- .z_100 {
3851
- z-index: var(--z-index-100);
3852
- }
3853
-
3854
- .trf-o_100\\%_0 {
3855
- transform-origin: 100% 0;
3856
- }
3857
-
3858
- .trf_translate\\(50\\%\\,_-50\\%\\) {
3859
- transform: translate(50%, -50%);
3860
- }
3861
-
3862
- .pos_relative {
3863
- position: relative;
3864
- }
3865
-
3866
3847
  .c_colour\\.neutral\\.60 {
3867
3848
  color: var(--colors-colour\\.neutral\\.60);
3868
3849
  }
@@ -3910,6 +3891,14 @@ const z = `@layer reset, base, tokens, recipes, utilities;
3910
3891
  vertical-align: stretch;
3911
3892
  }
3912
3893
 
3894
+ .contain_layout_style {
3895
+ contain: layout style;
3896
+ }
3897
+
3898
+ .pos_relative {
3899
+ position: relative;
3900
+ }
3901
+
3913
3902
  .ta_start {
3914
3903
  text-align: start;
3915
3904
  }
@@ -4217,6 +4206,10 @@ const z = `@layer reset, base, tokens, recipes, utilities;
4217
4206
  position: static;
4218
4207
  }
4219
4208
 
4209
+ .pos_absolute {
4210
+ position: absolute;
4211
+ }
4212
+
4220
4213
  .fs_inherit {
4221
4214
  font-size: inherit;
4222
4215
  }
@@ -4228,7 +4221,7 @@ const z = `@layer reset, base, tokens, recipes, utilities;
4228
4221
  top: 50%;
4229
4222
  inset-inline-end: calc(var(--iress-spacing-2, calc(2 * var(--iress-spacing-100, .25rem))) + calc(0.25 * var(--iress-spacing-2, calc(2 * var(--iress-spacing-100, .25rem)))));
4230
4223
  position: absolute;
4231
- border: 1px solid var(--iress-colour-neutral-70, #5D6C7E);
4224
+ border: 1px solid var(--iress-colour-neutral-70, #6D7278);
4232
4225
  border-block-start: none;
4233
4226
  border-inline-start: none;
4234
4227
  transform: translateY(-50%) rotate(45deg);
@@ -4319,6 +4312,10 @@ const z = `@layer reset, base, tokens, recipes, utilities;
4319
4312
  flex-grow: 1;
4320
4313
  }
4321
4314
 
4315
+ .ai_end {
4316
+ align-items: end;
4317
+ }
4318
+
4322
4319
  .fw_300 {
4323
4320
  font-weight: 300;
4324
4321
  }
@@ -4351,7 +4348,7 @@ const z = `@layer reset, base, tokens, recipes, utilities;
4351
4348
  }
4352
4349
 
4353
4350
  .scrollable_y::-webkit-scrollbar-thumb:hover {
4354
- background-color: var(--iress-colour-primary-fill, #1D1F4B);
4351
+ background-color: var(--iress-colour-primary-fill, #003271);
4355
4352
  }
4356
4353
 
4357
4354
  .scrollable_y::-webkit-scrollbar-corner {
@@ -4483,6 +4480,10 @@ const z = `@layer reset, base, tokens, recipes, utilities;
4483
4480
  background-color: var(--colors-colour\\.neutral\\.30);
4484
4481
  }
4485
4482
 
4483
+ .z_100 {
4484
+ z-index: var(--z-index-100);
4485
+ }
4486
+
4486
4487
  .trf_\\[translateX\\(-50\\%\\)_translateY\\(-125\\%\\)\\] {
4487
4488
  transform: translateX(-50%) translateY(-125%);
4488
4489
  }
@@ -4491,10 +4492,18 @@ const z = `@layer reset, base, tokens, recipes, utilities;
4491
4492
  position: fixed;
4492
4493
  }
4493
4494
 
4495
+ .inset-bs_spacing\\.0 {
4496
+ inset-block-start: var(--spacing-spacing\\.0);
4497
+ }
4498
+
4494
4499
  .z_300 {
4495
4500
  z-index: var(--z-index-300);
4496
4501
  }
4497
4502
 
4503
+ .inset-e_spacing\\.0 {
4504
+ inset-inline-end: var(--spacing-spacing\\.0);
4505
+ }
4506
+
4498
4507
  .bdr-ss_radius\\.050 {
4499
4508
  border-start-start-radius: var(--radii-radius\\.050);
4500
4509
  }
@@ -4567,10 +4576,56 @@ const z = `@layer reset, base, tokens, recipes, utilities;
4567
4576
  margin-inline-start: var(--iress-tick-label-width);
4568
4577
  }
4569
4578
 
4570
- .pointer-events_none {
4579
+ .scrollable_x {
4580
+ overflow-x: auto;
4581
+ }
4582
+
4583
+ .scrollable_x::-webkit-scrollbar {
4584
+ width: var(--iress-typography-base-size, .875rem);
4585
+ height: var(--iress-typography-base-size, .875rem);
4586
+ }
4587
+
4588
+ .scrollable_x::-webkit-scrollbar-track {
4589
+ background: var(--iress-colour-neutral-10, #FFFFFF);
4590
+ border-radius: var(--iress-radius-100, 1rem);
4591
+ }
4592
+
4593
+ .scrollable_x::-webkit-scrollbar-thumb {
4594
+ background-color: var(--iress-colour-neutral-60, #828F9D);
4595
+ border-radius: var(--iress-radius-025, calc(0.25 * var(--iress-radius-100, 1rem)));
4596
+ }
4597
+
4598
+ .scrollable_x::-webkit-scrollbar-thumb:hover {
4599
+ background-color: var(--iress-colour-primary-fill, #003271);
4600
+ }
4601
+
4602
+ .scrollable_x::-webkit-scrollbar-corner {
4603
+ background: rgba(0, 0, 0, 0);
4604
+ }
4605
+
4606
+ .scrollable_x {
4607
+ scrollbar-width: thin;
4608
+ scrollbar-color: var(--iress-colour-neutral-60, #828F9D) var(--iress-colour-neutral-10, #FFFFFF);
4609
+ }
4610
+
4611
+ .bdr-b_none {
4612
+ border-bottom-left-radius: var(--radii-none);
4613
+ border-bottom-right-radius: var(--radii-none);
4614
+ }
4615
+
4616
+ .pointer-events_none,.pointer-events_\\[none\\] {
4571
4617
  pointer-events: none;
4572
4618
  }
4573
4619
 
4620
+ .msk-i_\\[linear-gradient\\(to_right\\,_transparent_30\\%\\,_black_100\\%\\)\\] {
4621
+ mask-image: linear-gradient(to right, transparent 30%, black 100%);
4622
+ -webkit-mask-image: linear-gradient(to right, transparent 30%, black 100%);
4623
+ }
4624
+
4625
+ .trf_\\[rotate\\(180deg\\)\\] {
4626
+ transform: rotate(180deg);
4627
+ }
4628
+
4574
4629
  .ta_justify {
4575
4630
  text-align: justify;
4576
4631
  }
@@ -5279,38 +5334,6 @@ const z = `@layer reset, base, tokens, recipes, utilities;
5279
5334
  box-shadow: var(--iress-elevation-focus-shadow, 0px 0px 0px 1.5px var(--iress-colour-neutral-10, #FFFFFF), 0px 0px 0px 3.5px #0066FF);
5280
5335
  }
5281
5336
 
5282
- .scrollable_x {
5283
- overflow-x: auto;
5284
- }
5285
-
5286
- .scrollable_x::-webkit-scrollbar {
5287
- width: var(--iress-typography-base-size, .875rem);
5288
- height: var(--iress-typography-base-size, .875rem);
5289
- }
5290
-
5291
- .scrollable_x::-webkit-scrollbar-track {
5292
- background: var(--iress-colour-neutral-20, #F5F6F8);
5293
- border-radius: var(--iress-radius-100, 1rem);
5294
- }
5295
-
5296
- .scrollable_x::-webkit-scrollbar-thumb {
5297
- background-color: var(--iress-colour-neutral-60, #828F9D);
5298
- border-radius: var(--iress-radius-025, calc(0.25 * var(--iress-radius-100, 1rem)));
5299
- }
5300
-
5301
- .scrollable_x::-webkit-scrollbar-thumb:hover {
5302
- background-color: var(--iress-colour-primary-fill, #1D1F4B);
5303
- }
5304
-
5305
- .scrollable_x::-webkit-scrollbar-corner {
5306
- background: rgba(0, 0, 0, 0);
5307
- }
5308
-
5309
- .scrollable_x {
5310
- scrollbar-width: thin;
5311
- scrollbar-color: var(--iress-colour-neutral-60, #828F9D) var(--iress-colour-neutral-20, #F5F6F8);
5312
- }
5313
-
5314
5337
  .scrollable_true {
5315
5338
  overflow: auto;
5316
5339
  }
@@ -5331,7 +5354,7 @@ const z = `@layer reset, base, tokens, recipes, utilities;
5331
5354
  }
5332
5355
 
5333
5356
  .scrollable_true::-webkit-scrollbar-thumb:hover {
5334
- background-color: var(--iress-colour-primary-fill, #1D1F4B);
5357
+ background-color: var(--iress-colour-primary-fill, #003271);
5335
5358
  }
5336
5359
 
5337
5360
  .scrollable_true::-webkit-scrollbar-corner {
@@ -5411,12 +5434,8 @@ const z = `@layer reset, base, tokens, recipes, utilities;
5411
5434
  min-height: 1.35em;
5412
5435
  }
5413
5436
 
5414
- .min-w_\\[1\\.35em\\] {
5415
- min-width: 1.35em;
5416
- }
5417
-
5418
- .h_auto {
5419
- height: auto;
5437
+ .min-w_\\[1\\.5em\\] {
5438
+ min-width: 1.5em;
5420
5439
  }
5421
5440
 
5422
5441
  .w_\\[100\\%\\] {
@@ -5459,6 +5478,10 @@ const z = `@layer reset, base, tokens, recipes, utilities;
5459
5478
  height: 100%;
5460
5479
  }
5461
5480
 
5481
+ .h_auto {
5482
+ height: auto;
5483
+ }
5484
+
5462
5485
  .w_auto {
5463
5486
  width: auto;
5464
5487
  }
@@ -5799,28 +5822,44 @@ const z = `@layer reset, base, tokens, recipes, utilities;
5799
5822
  margin-bottom: var(--spacing-spacing\\.3);
5800
5823
  }
5801
5824
 
5825
+ .ml_xs {
5826
+ margin-left: var(--spacing-xs);
5827
+ }
5828
+
5829
+ .ov-y_visible {
5830
+ overflow-y: visible;
5831
+ }
5832
+
5833
+ .ov-x_clip {
5834
+ overflow-x: clip;
5835
+ }
5836
+
5837
+ .pt_spacing\\.2 {
5838
+ padding-top: var(--spacing-spacing\\.2);
5839
+ }
5840
+
5802
5841
  .pt_md {
5803
5842
  padding-top: var(--spacing-md);
5804
5843
  }
5805
5844
 
5806
- .bottom_\\[0\\] {
5807
- bottom: 0;
5845
+ .top_spacing\\.1 {
5846
+ top: var(--spacing-spacing\\.1);
5808
5847
  }
5809
5848
 
5810
- .left_\\[0\\] {
5811
- left: 0;
5849
+ .bottom_spacing\\.1 {
5850
+ bottom: var(--spacing-spacing\\.1);
5812
5851
  }
5813
5852
 
5814
- .h_\\[2px\\] {
5815
- height: 2px;
5853
+ .left_\\[0\\] {
5854
+ left: 0;
5816
5855
  }
5817
5856
 
5818
5857
  .left_\\[100\\%\\] {
5819
5858
  left: 100%;
5820
5859
  }
5821
5860
 
5822
- .bottom_spacing\\.2 {
5823
- bottom: var(--spacing-spacing\\.2);
5861
+ .top_spacing\\.0 {
5862
+ top: var(--spacing-spacing\\.0);
5824
5863
  }
5825
5864
 
5826
5865
  .h_\\[calc\\(\\{sizes\\.input\\.height\\}_-_\\{spacing\\.spacing\\.2\\}_-_2px\\)\\] {
@@ -5867,6 +5906,10 @@ const z = `@layer reset, base, tokens, recipes, utilities;
5867
5906
  right: 0;
5868
5907
  }
5869
5908
 
5909
+ .bottom_\\[0\\] {
5910
+ bottom: 0;
5911
+ }
5912
+
5870
5913
  .w_\\[fit-content\\] {
5871
5914
  width: fit-content;
5872
5915
  }
@@ -5887,10 +5930,6 @@ const z = `@layer reset, base, tokens, recipes, utilities;
5887
5930
  bottom: 100%;
5888
5931
  }
5889
5932
 
5890
- .top_spacing\\.0 {
5891
- top: var(--spacing-spacing\\.0);
5892
- }
5893
-
5894
5933
  .pl_spacing\\.6 {
5895
5934
  padding-left: var(--spacing-spacing\\.6);
5896
5935
  }
@@ -5911,10 +5950,6 @@ const z = `@layer reset, base, tokens, recipes, utilities;
5911
5950
  height: 1em;
5912
5951
  }
5913
5952
 
5914
- .top_spacing\\.1 {
5915
- top: var(--spacing-spacing\\.1);
5916
- }
5917
-
5918
5953
  .right_\\[100\\%\\] {
5919
5954
  right: 100%;
5920
5955
  }
@@ -6247,10 +6282,6 @@ const z = `@layer reset, base, tokens, recipes, utilities;
6247
6282
  margin-left: var(--spacing-none);
6248
6283
  }
6249
6284
 
6250
- .ml_xs {
6251
- margin-left: var(--spacing-xs);
6252
- }
6253
-
6254
6285
  .ml_sm {
6255
6286
  margin-left: var(--spacing-sm);
6256
6287
  }
@@ -6459,10 +6490,6 @@ const z = `@layer reset, base, tokens, recipes, utilities;
6459
6490
  padding-top: var(--spacing-spacing\\.1);
6460
6491
  }
6461
6492
 
6462
- .pt_spacing\\.2 {
6463
- padding-top: var(--spacing-spacing\\.2);
6464
- }
6465
-
6466
6493
  .pt_spacing\\.4 {
6467
6494
  padding-top: var(--spacing-spacing\\.4);
6468
6495
  }
@@ -7163,6 +7190,10 @@ const z = `@layer reset, base, tokens, recipes, utilities;
7163
7190
  padding: var(--spacing-spacing\\.0);
7164
7191
  }
7165
7192
 
7193
+ .after\\:bg_colour\\.primary\\.text::after {
7194
+ background: var(--colors-colour\\.primary\\.text);
7195
+ }
7196
+
7166
7197
  .\\[\\&_button\\]\\:p_spacing\\.1 button {
7167
7198
  padding: var(--spacing-spacing\\.1);
7168
7199
  }
@@ -7295,6 +7326,12 @@ const z = `@layer reset, base, tokens, recipes, utilities;
7295
7326
  margin-block: var(--spacing-spacing\\.0);
7296
7327
  }
7297
7328
 
7329
+ .after\\:trs_all::after {
7330
+ transition-property: var(--transition-prop, all);
7331
+ transition-timing-function: var(--transition-easing, cubic-bezier(0.4, 0, 0.2, 1));
7332
+ transition-duration: var(--transition-duration, 150ms);
7333
+ }
7334
+
7298
7335
  .before\\:bdr_\\[\\{sizes\\.toggle\\.thumb\\}\\]::before {
7299
7336
  border-radius: var(--sizes-toggle\\.thumb);
7300
7337
  }
@@ -7371,10 +7408,6 @@ const z = `@layer reset, base, tokens, recipes, utilities;
7371
7408
  display: inline-block;
7372
7409
  }
7373
7410
 
7374
- :where([dir=rtl], :dir(rtl)) .rtl\\:trf_translate\\(-50\\%\\,_-50\\%\\) {
7375
- transform: translate(-50%, -50%);
7376
- }
7377
-
7378
7411
  .after\\:content_\\"\\"::after {
7379
7412
  content: "";
7380
7413
  }
@@ -7435,7 +7468,7 @@ const z = `@layer reset, base, tokens, recipes, utilities;
7435
7468
  top: 50%;
7436
7469
  inset-inline-end: calc(var(--iress-spacing-2, calc(2 * var(--iress-spacing-100, .25rem))) + calc(0.25 * var(--iress-spacing-4, calc(4 * var(--iress-spacing-100, .25rem)))));
7437
7470
  position: absolute;
7438
- border: 1px solid var(--iress-colour-neutral-70, #5D6C7E);
7471
+ border: 1px solid var(--iress-colour-neutral-70, #6D7278);
7439
7472
  border-block-start: none;
7440
7473
  border-inline-start: none;
7441
7474
  transform: translateY(-50%) rotate(-45deg);
@@ -7538,7 +7571,7 @@ const z = `@layer reset, base, tokens, recipes, utilities;
7538
7571
  border-radius: calc(calc(var(--iress-typography-base-size, .875rem) * 2) / 2);
7539
7572
  border-style: solid;
7540
7573
  border-width: 1.5px;
7541
- background-color: var(--iress-colour-primary-fill, #1D1F4B);
7574
+ background-color: var(--iress-colour-primary-fill, #003271);
7542
7575
  position: relative;
7543
7576
  z-index: 200;
7544
7577
  }
@@ -7557,7 +7590,7 @@ const z = `@layer reset, base, tokens, recipes, utilities;
7557
7590
  border-radius: calc(calc(var(--iress-typography-base-size, .875rem) * 2) / 2);
7558
7591
  border-style: solid;
7559
7592
  border-width: 1.5px;
7560
- background-color: var(--iress-colour-primary-fill, #1D1F4B);
7593
+ background-color: var(--iress-colour-primary-fill, #003271);
7561
7594
  position: relative;
7562
7595
  z-index: 200;
7563
7596
  }
@@ -7590,6 +7623,14 @@ const z = `@layer reset, base, tokens, recipes, utilities;
7590
7623
  animation-delay: 0.4s;
7591
7624
  }
7592
7625
 
7626
+ .after\\:pointer-events_none::after {
7627
+ pointer-events: none;
7628
+ }
7629
+
7630
+ .after\\:z_\\[2\\]::after {
7631
+ z-index: 2;
7632
+ }
7633
+
7593
7634
  .\\[\\&\\&\\]\\:ta_end.\\[\\&\\&\\]\\:ta_end {
7594
7635
  text-align: end;
7595
7636
  }
@@ -7806,8 +7847,12 @@ const z = `@layer reset, base, tokens, recipes, utilities;
7806
7847
  left: 50%;
7807
7848
  }
7808
7849
 
7809
- .\\[\\&_\\>_\\:has\\(\\.ids-badge\\)\\]\\:mr_spacing\\.4 > :has(.ids-badge) {
7810
- margin-right: var(--spacing-spacing\\.4);
7850
+ .after\\:bottom_spacing\\.1::after {
7851
+ bottom: var(--spacing-spacing\\.1);
7852
+ }
7853
+
7854
+ .after\\:h_\\[2px\\]::after {
7855
+ height: 2px;
7811
7856
  }
7812
7857
 
7813
7858
  .\\[\\&_button\\]\\:min-w_\\[0\\] button {