@vector-im/compound-web 9.1.0 → 9.2.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.
Files changed (141) hide show
  1. package/dist/components/ActivityMarker/Pill.cjs +1 -1
  2. package/dist/components/ActivityMarker/Unread.cjs +1 -1
  3. package/dist/components/ActivityMarker/UnreadCounter.cjs +1 -1
  4. package/dist/components/Alert/Alert.cjs +6 -6
  5. package/dist/components/Alert/Alert.module.cjs +5 -11
  6. package/dist/components/Alert/Alert.module.js +5 -11
  7. package/dist/components/Avatar/Avatar.cjs +2 -2
  8. package/dist/components/Avatar/Avatar.module.cjs +5 -5
  9. package/dist/components/Avatar/Avatar.module.cjs.map +1 -1
  10. package/dist/components/Avatar/Avatar.module.js +5 -5
  11. package/dist/components/Avatar/Avatar.module.js.map +1 -1
  12. package/dist/components/Avatar/AvatarStack.cjs +2 -2
  13. package/dist/components/Badge/Badge.cjs +2 -2
  14. package/dist/components/Breadcrumb/Breadcrumb.cjs +3 -3
  15. package/dist/components/Button/Button.cjs +2 -2
  16. package/dist/components/Button/Button.module.cjs +2 -5
  17. package/dist/components/Button/Button.module.js +2 -5
  18. package/dist/components/Button/IconButton/IconButton.cjs +2 -2
  19. package/dist/components/Button/IconButton/IconButton.module.cjs +1 -3
  20. package/dist/components/Button/IconButton/IconButton.module.js +1 -3
  21. package/dist/components/Button/UnstyledButton.cjs +1 -1
  22. package/dist/components/ChatFilter/ChatFilter.cjs +1 -1
  23. package/dist/components/Dropdown/Dropdown.cjs +5 -5
  24. package/dist/components/Dropdown/Dropdown.module.cjs +7 -7
  25. package/dist/components/Dropdown/Dropdown.module.cjs.map +1 -1
  26. package/dist/components/Dropdown/Dropdown.module.js +7 -7
  27. package/dist/components/Dropdown/Dropdown.module.js.map +1 -1
  28. package/dist/components/Form/Controls/Action/Action.cjs +2 -2
  29. package/dist/components/Form/Controls/Checkbox/Checkbox.cjs +3 -3
  30. package/dist/components/Form/Controls/EditInPlace/EditInPlace.cjs +3 -3
  31. package/dist/components/Form/Controls/MFA/MFA.cjs +2 -2
  32. package/dist/components/Form/Controls/MFA/MFA.module.cjs +3 -3
  33. package/dist/components/Form/Controls/MFA/MFA.module.cjs.map +1 -1
  34. package/dist/components/Form/Controls/MFA/MFA.module.js +3 -3
  35. package/dist/components/Form/Controls/MFA/MFA.module.js.map +1 -1
  36. package/dist/components/Form/Controls/Password/Password.cjs +3 -3
  37. package/dist/components/Form/Controls/Radio/Radio.cjs +2 -2
  38. package/dist/components/Form/Controls/SettingsToggle/SettingsToggle.cjs +1 -1
  39. package/dist/components/Form/Controls/Text/Text.cjs +2 -2
  40. package/dist/components/Form/Controls/Text/Text.module.cjs +2 -2
  41. package/dist/components/Form/Controls/Text/Text.module.cjs.map +1 -1
  42. package/dist/components/Form/Controls/Text/Text.module.js +2 -2
  43. package/dist/components/Form/Controls/Text/Text.module.js.map +1 -1
  44. package/dist/components/Form/Controls/Toggle/Toggle.cjs +2 -2
  45. package/dist/components/Form/Field.cjs +2 -2
  46. package/dist/components/Form/InlineField.cjs +2 -2
  47. package/dist/components/Form/Label.cjs +2 -2
  48. package/dist/components/Form/Message.cjs +4 -4
  49. package/dist/components/Form/Root.cjs +2 -2
  50. package/dist/components/Form/Submit.cjs +1 -1
  51. package/dist/components/Form/form.module.cjs +4 -9
  52. package/dist/components/Form/form.module.js +4 -9
  53. package/dist/components/Glass/Glass.cjs +2 -2
  54. package/dist/components/Icon/BigIcon/BigIcon.cjs +2 -2
  55. package/dist/components/Icon/IndicatorIcon/IndicatorIcon.cjs +2 -2
  56. package/dist/components/InlineSpinner/InlineSpinner.cjs +3 -3
  57. package/dist/components/InlineSpinner/InlineSpinner.module.cjs +2 -2
  58. package/dist/components/InlineSpinner/InlineSpinner.module.cjs.map +1 -1
  59. package/dist/components/InlineSpinner/InlineSpinner.module.js +2 -2
  60. package/dist/components/InlineSpinner/InlineSpinner.module.js.map +1 -1
  61. package/dist/components/Link/Link.cjs +2 -2
  62. package/dist/components/Menu/CheckboxMenuItem.cjs +3 -5
  63. package/dist/components/Menu/CheckboxMenuItem.cjs.map +1 -1
  64. package/dist/components/Menu/CheckboxMenuItem.js +2 -4
  65. package/dist/components/Menu/CheckboxMenuItem.js.map +1 -1
  66. package/dist/components/Menu/ContextMenu.cjs +2 -2
  67. package/dist/components/Menu/DrawerMenu.cjs +2 -2
  68. package/dist/components/Menu/FloatingMenu.cjs +2 -2
  69. package/dist/components/Menu/FloatingMenu.module.cjs +5 -8
  70. package/dist/components/Menu/FloatingMenu.module.cjs.map +1 -1
  71. package/dist/components/Menu/FloatingMenu.module.js +5 -8
  72. package/dist/components/Menu/FloatingMenu.module.js.map +1 -1
  73. package/dist/components/Menu/Menu.cjs +2 -2
  74. package/dist/components/Menu/MenuItem.cjs +3 -3
  75. package/dist/components/Menu/MenuItem.module.cjs +5 -11
  76. package/dist/components/Menu/MenuItem.module.js +5 -11
  77. package/dist/components/Menu/MenuTitle.cjs +2 -2
  78. package/dist/components/Menu/RadioMenuItem.cjs +3 -5
  79. package/dist/components/Menu/RadioMenuItem.cjs.map +1 -1
  80. package/dist/components/Menu/RadioMenuItem.js +2 -4
  81. package/dist/components/Menu/RadioMenuItem.js.map +1 -1
  82. package/dist/components/Menu/SubMenu.cjs +1 -1
  83. package/dist/components/Menu/ToggleMenuItem.cjs +3 -5
  84. package/dist/components/Menu/ToggleMenuItem.cjs.map +1 -1
  85. package/dist/components/Menu/ToggleMenuItem.js +2 -4
  86. package/dist/components/Menu/ToggleMenuItem.js.map +1 -1
  87. package/dist/components/Nav/Nav.module.cjs +4 -4
  88. package/dist/components/Nav/Nav.module.cjs.map +1 -1
  89. package/dist/components/Nav/Nav.module.js +4 -4
  90. package/dist/components/Nav/Nav.module.js.map +1 -1
  91. package/dist/components/Nav/NavBar.cjs +2 -2
  92. package/dist/components/Nav/NavItem.cjs +1 -1
  93. package/dist/components/PageHeader/PageHeader.cjs +36 -0
  94. package/dist/components/PageHeader/PageHeader.cjs.map +1 -0
  95. package/dist/components/PageHeader/PageHeader.js +33 -0
  96. package/dist/components/PageHeader/PageHeader.js.map +1 -0
  97. package/dist/components/PageHeader/PageHeader.module.cjs +8 -0
  98. package/dist/components/PageHeader/PageHeader.module.cjs.map +1 -0
  99. package/dist/components/PageHeader/PageHeader.module.js +8 -0
  100. package/dist/components/PageHeader/PageHeader.module.js.map +1 -0
  101. package/dist/components/Progress/Progress.cjs +2 -2
  102. package/dist/components/Progress/Progress.module.cjs +4 -4
  103. package/dist/components/Progress/Progress.module.cjs.map +1 -1
  104. package/dist/components/Progress/Progress.module.js +4 -4
  105. package/dist/components/Progress/Progress.module.js.map +1 -1
  106. package/dist/components/ReleaseAnnouncement/ReleaseAnnouncement.cjs +1 -1
  107. package/dist/components/Search/Search.cjs +3 -3
  108. package/dist/components/Search/Search.module.cjs +3 -3
  109. package/dist/components/Search/Search.module.cjs.map +1 -1
  110. package/dist/components/Search/Search.module.js +3 -3
  111. package/dist/components/Search/Search.module.js.map +1 -1
  112. package/dist/components/Separator/Separator.cjs +3 -3
  113. package/dist/components/Toast/Toast.cjs +3 -3
  114. package/dist/components/Toast/Toast.module.cjs +3 -7
  115. package/dist/components/Toast/Toast.module.js +3 -7
  116. package/dist/components/Tooltip/Tooltip.cjs +2 -2
  117. package/dist/components/Tooltip/TooltipProvider.cjs +1 -1
  118. package/dist/components/Typography/Body.cjs +1 -1
  119. package/dist/components/Typography/Heading.cjs +1 -1
  120. package/dist/components/Typography/Text.cjs +1 -1
  121. package/dist/components/Typography/Typography.cjs +2 -2
  122. package/dist/components/Typography/Typography.module.cjs +1 -3
  123. package/dist/components/Typography/Typography.module.js +1 -3
  124. package/dist/components/VisualList/VisualList.cjs +2 -2
  125. package/dist/components/VisualList/VisualListItem.cjs +2 -2
  126. package/dist/index.cjs +2 -0
  127. package/dist/index.d.ts +1 -0
  128. package/dist/index.d.ts.map +1 -1
  129. package/dist/index.js +2 -1
  130. package/dist/style.css +154 -96
  131. package/package.json +2 -2
  132. package/src/components/Avatar/Avatar.module.css +1 -1
  133. package/src/components/Dropdown/Dropdown.module.css +3 -1
  134. package/src/components/Form/Controls/MFA/MFA.module.css +1 -0
  135. package/src/components/Form/Controls/Text/Text.module.css +1 -0
  136. package/src/components/InlineSpinner/InlineSpinner.module.css +4 -1
  137. package/src/components/Menu/FloatingMenu.module.css +2 -0
  138. package/src/components/Nav/Nav.module.css +4 -1
  139. package/src/components/Progress/Progress.module.css +5 -1
  140. package/src/components/Search/Search.module.css +1 -0
  141. package/src/index.ts +1 -0
package/dist/style.css CHANGED
@@ -537,7 +537,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
537
537
  Please see LICENSE files in the repository root for full details.
538
538
  */
539
539
 
540
- ._avatar_7h2br_8 {
540
+ ._avatar_va14e_8 {
541
541
  display: inline-block;
542
542
  box-sizing: border-box;
543
543
 
@@ -550,14 +550,14 @@ Please see LICENSE files in the repository root for full details.
550
550
  font-family: var(--cpd-font-family-sans);
551
551
  font-weight: bold;
552
552
  overflow: hidden;
553
- user-select: none;
553
+ user-select: none; /* stylelint-disable-line defensive-css/no-user-select-none */
554
554
 
555
555
  /* Set a background color to help with visual consistency when displaying
556
556
  * avatars with a translucent background */
557
557
  background: var(--cpd-color-bg-canvas-default);
558
558
  }
559
559
 
560
- button._avatar_7h2br_8 {
560
+ button._avatar_va14e_8 {
561
561
  /**
562
562
  * The avatar can be a button element, we need to reset its style
563
563
  */
@@ -567,25 +567,25 @@ button._avatar_7h2br_8 {
567
567
  cursor: pointer;
568
568
  }
569
569
 
570
- button._avatar_7h2br_8:disabled {
570
+ button._avatar_va14e_8:disabled {
571
571
  cursor: not-allowed;
572
572
  }
573
573
 
574
- ._avatar_7h2br_8,
575
- ._image_7h2br_43 {
574
+ ._avatar_va14e_8,
575
+ ._image_va14e_43 {
576
576
  aspect-ratio: 1 / 1;
577
577
  inline-size: var(--cpd-avatar-size);
578
578
  border-radius: var(--cpd-avatar-radius);
579
579
  }
580
580
 
581
- ._image_7h2br_43 {
581
+ ._image_va14e_43 {
582
582
  object-fit: cover;
583
583
  overflow: hidden;
584
584
  }
585
585
 
586
586
  /* Additional selector for button to raise selector above button.avatar */
587
- button._avatar-imageless_7h2br_55,
588
- ._avatar-imageless_7h2br_55 {
587
+ button._avatar-imageless_va14e_55,
588
+ ._avatar-imageless_va14e_55 {
589
589
  /* In the future we'd prefer to pass the HEX code as the data attr
590
590
  and use `attr(data-color)` to avoid the style declaration from below
591
591
  but this is currently not supported in all browsers */
@@ -596,41 +596,41 @@ button._avatar-imageless_7h2br_55,
596
596
  border: 1px solid var(--cpd-avatar-bg);
597
597
  }
598
598
 
599
- ._avatar_7h2br_8[data-color] {
599
+ ._avatar_va14e_8[data-color] {
600
600
  --cpd-avatar-bg: var(--cpd-color-bg-decorative-1);
601
601
  --cpd-avatar-color: var(--cpd-color-text-decorative-1);
602
602
  }
603
603
 
604
- ._avatar_7h2br_8[data-color="2"] {
604
+ ._avatar_va14e_8[data-color="2"] {
605
605
  --cpd-avatar-bg: var(--cpd-color-bg-decorative-2);
606
606
  --cpd-avatar-color: var(--cpd-color-text-decorative-2);
607
607
  }
608
608
 
609
- ._avatar_7h2br_8[data-color="3"] {
609
+ ._avatar_va14e_8[data-color="3"] {
610
610
  --cpd-avatar-bg: var(--cpd-color-bg-decorative-3);
611
611
  --cpd-avatar-color: var(--cpd-color-text-decorative-3);
612
612
  }
613
613
 
614
- ._avatar_7h2br_8[data-color="4"] {
614
+ ._avatar_va14e_8[data-color="4"] {
615
615
  --cpd-avatar-bg: var(--cpd-color-bg-decorative-4);
616
616
  --cpd-avatar-color: var(--cpd-color-text-decorative-4);
617
617
  }
618
618
 
619
- ._avatar_7h2br_8[data-color="5"] {
619
+ ._avatar_va14e_8[data-color="5"] {
620
620
  --cpd-avatar-bg: var(--cpd-color-bg-decorative-5);
621
621
  --cpd-avatar-color: var(--cpd-color-text-decorative-5);
622
622
  }
623
623
 
624
- ._avatar_7h2br_8[data-color="6"] {
624
+ ._avatar_va14e_8[data-color="6"] {
625
625
  --cpd-avatar-bg: var(--cpd-color-bg-decorative-6);
626
626
  --cpd-avatar-color: var(--cpd-color-text-decorative-6);
627
627
  }
628
628
 
629
- ._avatar_7h2br_8[data-type="round"] {
629
+ ._avatar_va14e_8[data-type="round"] {
630
630
  --cpd-avatar-radius: 50%;
631
631
  }
632
632
 
633
- ._avatar_7h2br_8[data-type="square"] {
633
+ ._avatar_va14e_8[data-type="square"] {
634
634
  --cpd-avatar-radius: 25%;
635
635
  }
636
636
 
@@ -638,26 +638,26 @@ button._avatar-imageless_7h2br_55,
638
638
  * Stacked avatars
639
639
  */
640
640
 
641
- ._stacked-avatars_7h2br_109::after {
641
+ ._stacked-avatars_va14e_109::after {
642
642
  content: "";
643
643
  display: table;
644
644
  clear: both;
645
645
  }
646
646
 
647
- ._stacked-avatars_7h2br_109 ._avatar_7h2br_8 {
647
+ ._stacked-avatars_va14e_109 ._avatar_va14e_8 {
648
648
  float: inline-start;
649
649
  }
650
650
 
651
- ._stacked-avatars_7h2br_109 ._avatar_7h2br_8:not(:last-child) {
651
+ ._stacked-avatars_va14e_109 ._avatar_va14e_8:not(:last-child) {
652
652
  /* injected in the document from AvatarStack.tsx */
653
653
  clip-path: url("#cpdAvatarClip");
654
654
  }
655
655
 
656
- ._stacked-avatars_7h2br_109 > *:not(:first-child) {
656
+ ._stacked-avatars_va14e_109 > *:not(:first-child) {
657
657
  margin-inline-start: calc(var(--cpd-avatar-size) * -0.4);
658
658
  }
659
659
 
660
- ._clip-path_7h2br_128 {
660
+ ._clip-path_va14e_128 {
661
661
  /* In theory the SVG is invisible, but we still need to ensure it doesn't
662
662
  affect the page's layout or otherwise make an appearance */
663
663
  position: fixed;
@@ -1117,7 +1117,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
1117
1117
  Please see LICENSE files in the repository root for full details.
1118
1118
  */
1119
1119
 
1120
- ._container_gn3xc_8 {
1120
+ ._container_z8zo1_8 {
1121
1121
  display: flex;
1122
1122
  flex-direction: column;
1123
1123
 
@@ -1143,7 +1143,9 @@ Please see LICENSE files in the repository root for full details.
1143
1143
  gap: var(--cpd-space-4x);
1144
1144
 
1145
1145
  svg {
1146
- transition: transform 0.1s linear;
1146
+ @media (prefers-reduced-motion: no-preference) {
1147
+ transition: transform 0.1s linear;
1148
+ }
1147
1149
  }
1148
1150
  }
1149
1151
 
@@ -1156,11 +1158,11 @@ Please see LICENSE files in the repository root for full details.
1156
1158
  }
1157
1159
  }
1158
1160
 
1159
- button._placeholder_gn3xc_47 {
1161
+ button._placeholder_z8zo1_49 {
1160
1162
  color: var(--cpd-color-text-secondary);
1161
1163
  }
1162
1164
 
1163
- ._border_gn3xc_51 {
1165
+ ._border_z8zo1_53 {
1164
1166
  display: none;
1165
1167
  border-inline-start: 1px solid var(--cpd-color-border-interactive-secondary);
1166
1168
  border-inline-end: 1px solid var(--cpd-color-border-interactive-secondary);
@@ -1169,7 +1171,7 @@ Please see LICENSE files in the repository root for full details.
1169
1171
  box-sizing: border-box;
1170
1172
  }
1171
1173
 
1172
- ._content_gn3xc_60 {
1174
+ ._content_z8zo1_62 {
1173
1175
  display: none;
1174
1176
  position: relative;
1175
1177
 
@@ -1217,24 +1219,24 @@ Please see LICENSE files in the repository root for full details.
1217
1219
  }
1218
1220
  }
1219
1221
 
1220
- ._open_gn3xc_108 {
1222
+ ._open_z8zo1_110 {
1221
1223
  display: block;
1222
1224
  }
1223
1225
 
1224
- ._help_gn3xc_112 {
1226
+ ._help_z8zo1_114 {
1225
1227
  font: var(--cpd-font-body-sm-regular);
1226
1228
  color: var(--cpd-color-text-secondary);
1227
1229
  }
1228
1230
 
1229
- ._error_gn3xc_117 {
1231
+ ._error_z8zo1_119 {
1230
1232
  font: var(--cpd-font-body-sm-medium);
1231
1233
  color: var(--cpd-color-text-critical-primary);
1232
1234
  display: flex;
1233
1235
  gap: var(--cpd-space-2x);
1234
1236
  }
1235
1237
 
1236
- ._error_gn3xc_117,
1237
- ._help_gn3xc_112 {
1238
+ ._error_z8zo1_119,
1239
+ ._help_z8zo1_114 {
1238
1240
  margin-block-start: var(--cpd-space-2x);
1239
1241
  }
1240
1242
 
@@ -1319,7 +1321,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
1319
1321
  Please see LICENSE files in the repository root for full details.
1320
1322
  */
1321
1323
 
1322
- ._control_sqdq4_10 {
1324
+ ._control_d83jn_10 {
1323
1325
  border: 1px solid var(--cpd-color-border-interactive-primary);
1324
1326
  background: var(--cpd-color-bg-canvas-default);
1325
1327
  border-radius: 0.5rem;
@@ -1335,7 +1337,7 @@ Please see LICENSE files in the repository root for full details.
1335
1337
  }
1336
1338
 
1337
1339
  @media (hover) {
1338
- ._control_sqdq4_10:hover {
1340
+ ._control_d83jn_10:hover {
1339
1341
  border-color: var(--cpd-color-border-interactive-hovered);
1340
1342
 
1341
1343
  /** TODO: have the shadow in the design tokens */
@@ -1343,20 +1345,21 @@ Please see LICENSE files in the repository root for full details.
1343
1345
  }
1344
1346
  }
1345
1347
 
1346
- ._control_sqdq4_10:active {
1348
+ ._control_d83jn_10:active {
1347
1349
  border-color: var(--cpd-color-border-interactive-hovered);
1348
1350
  }
1349
1351
 
1350
- ._control_sqdq4_10:focus {
1352
+ /* stylelint-disable-next-line defensive-css/require-focus-visible */
1353
+ ._control_d83jn_10:focus {
1351
1354
  outline: 2px solid var(--cpd-color-border-focused);
1352
1355
  border-color: transparent;
1353
1356
  }
1354
1357
 
1355
- ._control_sqdq4_10[data-invalid] {
1358
+ ._control_d83jn_10[data-invalid] {
1356
1359
  border-color: var(--cpd-color-text-critical-primary);
1357
1360
  }
1358
1361
 
1359
- ._control_sqdq4_10:disabled {
1362
+ ._control_d83jn_10:disabled {
1360
1363
  box-shadow: none;
1361
1364
  background: var(--cpd-color-bg-canvas-disabled);
1362
1365
  border-color: var(--cpd-color-border-disabled);
@@ -1364,14 +1367,14 @@ Please see LICENSE files in the repository root for full details.
1364
1367
  cursor: not-allowed;
1365
1368
  }
1366
1369
 
1367
- ._control_sqdq4_10[readonly] {
1370
+ ._control_d83jn_10[readonly] {
1368
1371
  box-shadow: none;
1369
1372
  background: var(--cpd-color-bg-subtle-secondary);
1370
1373
  border-color: var(--cpd-color-bg-subtle-secondary);
1371
1374
  color: var(--cpd-color-text-secondary);
1372
1375
  }
1373
1376
 
1374
- ._control_sqdq4_10._enable-ligatures_sqdq4_62 {
1377
+ ._control_d83jn_10._enable-ligatures_d83jn_63 {
1375
1378
  font-feature-settings: var(--cpd-font-feature-settings);
1376
1379
  }
1377
1380
  /*
@@ -1644,7 +1647,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
1644
1647
  Please see LICENSE files in the repository root for full details.
1645
1648
  */
1646
1649
 
1647
- @keyframes _spin_11k6c_1 {
1650
+ @keyframes _spin_1855a_1 {
1648
1651
  from {
1649
1652
  transform: rotateZ(0deg);
1650
1653
  }
@@ -1654,14 +1657,17 @@ Please see LICENSE files in the repository root for full details.
1654
1657
  }
1655
1658
  }
1656
1659
 
1657
- ._icon_11k6c_18 {
1660
+ ._icon_1855a_18 {
1658
1661
  color: var(--cpd-color-icon-secondary);
1659
1662
  display: inline-flex;
1660
1663
  justify-content: center;
1661
1664
  align-items: center;
1662
1665
  inline-size: 100%;
1663
1666
  block-size: 100%;
1664
- animation: 1s linear _spin_11k6c_1 infinite;
1667
+
1668
+ @media (prefers-reduced-motion: no-preference) {
1669
+ animation: 1s linear _spin_1855a_1 infinite;
1670
+ }
1665
1671
  }
1666
1672
  /*
1667
1673
  Copyright 2025 New Vector Ltd.
@@ -1672,7 +1678,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
1672
1678
  Please see LICENSE files in the repository root for full details.
1673
1679
  */
1674
1680
 
1675
- ._container_43om7_10 {
1681
+ ._container_17qhw_10 {
1676
1682
  --gap: var(--cpd-space-3x);
1677
1683
  --digit-size: var(--cpd-space-10x);
1678
1684
  --digit-height: var(--cpd-space-12x);
@@ -1687,7 +1693,7 @@ Please see LICENSE files in the repository root for full details.
1687
1693
  position: relative;
1688
1694
  }
1689
1695
 
1690
- ._control_43om7_25 {
1696
+ ._control_17qhw_25 {
1691
1697
  all: unset;
1692
1698
 
1693
1699
  /** TODO: semantic token */
@@ -1711,7 +1717,7 @@ Please see LICENSE files in the repository root for full details.
1711
1717
  margin-inline-end: calc(-1 * (var(--cpd-space-10x) + var(--cpd-space-3x)));
1712
1718
  }
1713
1719
 
1714
- ._digit_43om7_49 {
1720
+ ._digit_17qhw_49 {
1715
1721
  box-sizing: border-box;
1716
1722
  inline-size: var(--cpd-space-10x);
1717
1723
  block-size: var(--cpd-space-12x);
@@ -1722,7 +1728,7 @@ Please see LICENSE files in the repository root for full details.
1722
1728
  }
1723
1729
 
1724
1730
  @media (hover) {
1725
- ._control_43om7_25:hover ~ ._digit_43om7_49 {
1731
+ ._control_17qhw_25:hover ~ ._digit_17qhw_49 {
1726
1732
  border-color: var(--cpd-color-border-interactive-hovered);
1727
1733
 
1728
1734
  /** TODO: have the shadow in the design tokens */
@@ -1730,37 +1736,38 @@ Please see LICENSE files in the repository root for full details.
1730
1736
  }
1731
1737
  }
1732
1738
 
1733
- ._control_43om7_25:disabled {
1739
+ ._control_17qhw_25:disabled {
1734
1740
  color: var(--cpd-color-text-disabled);
1735
1741
  cursor: not-allowed;
1736
1742
  }
1737
1743
 
1738
- ._control_43om7_25:disabled ~ ._digit_43om7_49 {
1744
+ ._control_17qhw_25:disabled ~ ._digit_17qhw_49 {
1739
1745
  box-shadow: none;
1740
1746
  background: var(--cpd-color-bg-canvas-disabled);
1741
1747
  border-color: var(--cpd-color-border-disabled);
1742
1748
  }
1743
1749
 
1744
- ._control_43om7_25[readonly] {
1750
+ ._control_17qhw_25[readonly] {
1745
1751
  color: var(--cpd-color-text-secondary);
1746
1752
  }
1747
1753
 
1748
- ._control_43om7_25[readonly] ~ ._digit_43om7_49 {
1754
+ ._control_17qhw_25[readonly] ~ ._digit_17qhw_49 {
1749
1755
  box-shadow: none;
1750
1756
  background: var(--cpd-color-bg-subtle-secondary);
1751
1757
  border-color: var(--cpd-color-bg-subtle-secondary);
1752
1758
  }
1753
1759
 
1754
- ._control_43om7_25[data-invalid] ~ ._digit_43om7_49 {
1760
+ ._control_17qhw_25[data-invalid] ~ ._digit_17qhw_49 {
1755
1761
  border-color: var(--cpd-color-text-critical-primary);
1756
1762
  }
1757
1763
 
1758
- ._control_43om7_25:focus ~ ._digit_43om7_49:not([data-filled]) {
1764
+ /* stylelint-disable-next-line defensive-css/require-focus-visible */
1765
+ ._control_17qhw_25:focus ~ ._digit_17qhw_49:not([data-filled]) {
1759
1766
  outline: 2px solid var(--cpd-color-border-focused);
1760
1767
  border-color: transparent;
1761
1768
  }
1762
1769
 
1763
- ._digit_43om7_49[data-selected] {
1770
+ ._digit_17qhw_49[data-selected] {
1764
1771
  border-color: var(--cpd-color-border-focused);
1765
1772
  background-color: var(--cpd-color-bg-info-subtle);
1766
1773
  }
@@ -2353,7 +2360,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
2353
2360
  Please see LICENSE files in the repository root for full details.
2354
2361
  */
2355
2362
 
2356
- ._menu_1w1u7_8 {
2363
+ ._menu_1kl3y_8 {
2357
2364
  border-radius: var(--cpd-space-3x);
2358
2365
  background: var(--cpd-color-bg-canvas-default);
2359
2366
 
@@ -2375,40 +2382,42 @@ Please see LICENSE files in the repository root for full details.
2375
2382
  --cpd-separator-inset: var(--cpd-space-4x);
2376
2383
  }
2377
2384
 
2378
- @keyframes _slide-in_1w1u7_1 {
2385
+ @keyframes _slide-in_1kl3y_1 {
2379
2386
  from {
2380
2387
  opacity: 0;
2381
2388
  transform: translate(0, var(--cpd-space-3x));
2382
2389
  }
2383
2390
  }
2384
2391
 
2385
- ._menu_1w1u7_8[data-state="open"] {
2386
- animation: _slide-in_1w1u7_1 180ms;
2392
+ ._menu_1kl3y_8[data-state="open"] {
2393
+ /* Disable linter, we have a reduced motion style below */
2394
+ /* stylelint-disable-next-line defensive-css/require-prefers-reduced-motion */
2395
+ animation: _slide-in_1kl3y_1 180ms;
2387
2396
  }
2388
2397
 
2389
- @keyframes _fade-in_1w1u7_1 {
2398
+ @keyframes _fade-in_1kl3y_1 {
2390
2399
  from {
2391
2400
  opacity: 0;
2392
2401
  }
2393
2402
  }
2394
2403
 
2395
- @keyframes _fade-out_1w1u7_1 {
2404
+ @keyframes _fade-out_1kl3y_1 {
2396
2405
  to {
2397
2406
  opacity: 0;
2398
2407
  }
2399
2408
  }
2400
2409
 
2401
2410
  @media (prefers-reduced-motion) {
2402
- ._menu_1w1u7_8[data-state="open"] {
2403
- animation-name: _fade-in_1w1u7_1;
2411
+ ._menu_1kl3y_8[data-state="open"] {
2412
+ animation-name: _fade-in_1kl3y_1;
2404
2413
  }
2405
2414
 
2406
- ._menu_1w1u7_8[data-state="closed"] {
2407
- animation-name: _fade-out_1w1u7_1;
2415
+ ._menu_1kl3y_8[data-state="closed"] {
2416
+ animation-name: _fade-out_1kl3y_1;
2408
2417
  }
2409
2418
  }
2410
2419
 
2411
- ._title_1w1u7_63 {
2420
+ ._title_1kl3y_65 {
2412
2421
  /** Override MenuTitle margin top **/
2413
2422
  margin-block-start: 0 !important;
2414
2423
  }
@@ -2433,13 +2442,13 @@ Please see LICENSE files in the repository root for full details.
2433
2442
  * Please see LICENSE files in the repository root for full details.
2434
2443
  */
2435
2444
 
2436
- ._nav-bar_1e9qm_8 {
2445
+ ._nav-bar_pmal2_8 {
2437
2446
  border-block-end: var(--cpd-border-width-1) solid var(--cpd-color-gray-400);
2438
2447
  margin: var(--cpd-space-6x) 0;
2439
2448
  padding: 0;
2440
2449
  }
2441
2450
 
2442
- ._nav-bar-items_1e9qm_14 {
2451
+ ._nav-bar-items_pmal2_14 {
2443
2452
  display: flex;
2444
2453
  flex-direction: row;
2445
2454
  justify-content: flex-start;
@@ -2450,13 +2459,13 @@ Please see LICENSE files in the repository root for full details.
2450
2459
  margin: 0;
2451
2460
  }
2452
2461
 
2453
- ._nav-tab_1e9qm_25 {
2462
+ ._nav-tab_pmal2_25 {
2454
2463
  padding: var(--cpd-space-4x) 0;
2455
2464
  position: relative;
2456
2465
  }
2457
2466
 
2458
2467
  /* Underline effect */
2459
- ._nav-tab_1e9qm_25::before {
2468
+ ._nav-tab_pmal2_25::before {
2460
2469
  content: "";
2461
2470
  position: absolute;
2462
2471
  inset-block-end: 0;
@@ -2464,15 +2473,18 @@ Please see LICENSE files in the repository root for full details.
2464
2473
  block-size: 0;
2465
2474
  border-radius: var(--cpd-radius-pill-effect) var(--cpd-radius-pill-effect) 0 0;
2466
2475
  background-color: var(--cpd-color-bg-action-primary-rest);
2467
- transition: height 0.1s ease-in-out;
2476
+
2477
+ @media (prefers-reduced-motion: no-preference) {
2478
+ transition: height 0.1s ease-in-out;
2479
+ }
2468
2480
  }
2469
2481
 
2470
- ._nav-tab_1e9qm_25[data-current]::before {
2482
+ ._nav-tab_pmal2_25[data-current]::before {
2471
2483
  /* This is not exactly right: designs says 3px, but there are no variables for that */
2472
2484
  block-size: var(--cpd-border-width-4);
2473
2485
  }
2474
2486
 
2475
- ._nav-item_1e9qm_47 {
2487
+ ._nav-item_pmal2_50 {
2476
2488
  padding-block: var(--cpd-space-1x);
2477
2489
  padding-inline: var(--cpd-space-2x);
2478
2490
  border-radius: var(--cpd-radius-pill-effect);
@@ -2491,27 +2503,27 @@ Please see LICENSE files in the repository root for full details.
2491
2503
  }
2492
2504
 
2493
2505
  @media (hover) {
2494
- ._nav-item_1e9qm_47:not([disabled]):hover {
2506
+ ._nav-item_pmal2_50:not([disabled]):hover {
2495
2507
  color: var(--cpd-color-text-primary);
2496
2508
  background-color: var(--cpd-color-bg-subtle-secondary);
2497
2509
  }
2498
2510
  }
2499
2511
 
2500
- ._nav-item_1e9qm_47:focus-visible {
2512
+ ._nav-item_pmal2_50:focus-visible {
2501
2513
  outline: var(--cpd-color-border-focused) var(--cpd-border-width-2) solid;
2502
2514
  }
2503
2515
 
2504
- ._nav-item_1e9qm_47:not([disabled]):active {
2516
+ ._nav-item_pmal2_50:not([disabled]):active {
2505
2517
  color: var(--cpd-color-text-primary);
2506
2518
  background-color: var(--cpd-color-bg-subtle-primary);
2507
2519
  }
2508
2520
 
2509
- ._nav-item_1e9qm_47[aria-current],
2510
- ._nav-item_1e9qm_47[aria-selected="true"] {
2521
+ ._nav-item_pmal2_50[aria-current],
2522
+ ._nav-item_pmal2_50[aria-selected="true"] {
2511
2523
  color: var(--cpd-color-text-primary);
2512
2524
  }
2513
2525
 
2514
- ._nav-item_1e9qm_47[disabled] {
2526
+ ._nav-item_pmal2_50[disabled] {
2515
2527
  cursor: not-allowed;
2516
2528
 
2517
2529
  /* Enable pointer events for svgs even with fill=none */
@@ -2520,18 +2532,59 @@ Please see LICENSE files in the repository root for full details.
2520
2532
  }
2521
2533
 
2522
2534
  @media (forced-colors: active) {
2523
- ._nav-tab_1e9qm_25[data-current]::before {
2535
+ ._nav-tab_pmal2_25[data-current]::before {
2524
2536
  outline: 1px solid transparent;
2525
2537
  }
2526
2538
  }
2527
2539
  /*
2540
+ Copyright 2026 Element Creations Ltd.
2541
+
2542
+ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
2543
+ Please see LICENSE files in the repository root for full details.
2544
+ */
2545
+
2546
+ ._header_14jk4_8 {
2547
+ display: flex;
2548
+ flex-direction: column;
2549
+ align-items: center;
2550
+ gap: var(--cpd-space-2x);
2551
+ max-inline-size: 480px;
2552
+ }
2553
+
2554
+ ._header_14jk4_8[data-size="md"] ._icon_14jk4_16 {
2555
+ margin-block-end: var(--cpd-space-2x);
2556
+ }
2557
+
2558
+ ._header_14jk4_8[data-size="lg"] ._icon_14jk4_16 {
2559
+ margin-block-end: var(--cpd-space-4x);
2560
+ }
2561
+
2562
+ ._header_14jk4_8 > h1 {
2563
+ margin: 0;
2564
+ text-align: center;
2565
+ }
2566
+
2567
+ ._header_14jk4_8 > p {
2568
+ color: var(--cpd-color-text-secondary);
2569
+ text-align: center;
2570
+ margin: 0;
2571
+ }
2572
+
2573
+ ._header_14jk4_8[data-size="md"] > p {
2574
+ font: var(--cpd-font-body-md-regular);
2575
+ }
2576
+
2577
+ ._header_14jk4_8[dat-size="lg"] > p {
2578
+ font: var(--cpd-font-body-lg-regular);
2579
+ }
2580
+ /*
2528
2581
  Copyright 2024 New Vector Ltd.
2529
2582
 
2530
2583
  SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
2531
2584
  Please see LICENSE files in the repository root for full details.
2532
2585
  */
2533
2586
 
2534
- ._progress-bar_1l6pa_8 {
2587
+ ._progress-bar_1kvi5_8 {
2535
2588
  position: relative;
2536
2589
  background-color: var(--cpd-color-gray-200);
2537
2590
  border: 1px solid var(--cpd-color-gray-400);
@@ -2547,7 +2600,7 @@ Please see LICENSE files in the repository root for full details.
2547
2600
  }
2548
2601
  }
2549
2602
 
2550
- ._progress-bar-container_1l6pa_24 {
2603
+ ._progress-bar-container_1kvi5_24 {
2551
2604
  display: flex;
2552
2605
  flex-direction: column;
2553
2606
  gap: var(--cpd-space-1x);
@@ -2576,16 +2629,20 @@ Please see LICENSE files in the repository root for full details.
2576
2629
  }
2577
2630
  }
2578
2631
 
2579
- ._progress-bar-label_1l6pa_53 {
2632
+ ._progress-bar-label_1kvi5_53 {
2580
2633
  font: var(--cpd-font-body-sm-medium);
2581
2634
  letter-spacing: var(--cpd-font-letter-spacing-body-sm);
2582
2635
  color: var(--cpd-progress-bar-main);
2583
2636
  }
2584
2637
 
2585
- ._progress-bar-indicator_1l6pa_59 {
2638
+ ._progress-bar-indicator_1kvi5_59 {
2586
2639
  position: absolute;
2587
2640
  inset: 0;
2588
- transition: transform 0.2s ease-in-out;
2641
+
2642
+ @media (prefers-reduced-motion: no-preference) {
2643
+ transition: transform 0.2s ease-in-out;
2644
+ }
2645
+
2589
2646
  background-image: linear-gradient(
2590
2647
  135deg,
2591
2648
  var(--cpd-progress-bar-muted) 0%,
@@ -2604,7 +2661,7 @@ Please see LICENSE files in the repository root for full details.
2604
2661
  }
2605
2662
 
2606
2663
  @media (forced-colors: active) {
2607
- ._progress-bar-indicator_1l6pa_59 {
2664
+ ._progress-bar-indicator_1kvi5_59 {
2608
2665
  outline: 1px solid transparent;
2609
2666
  }
2610
2667
  }
@@ -2676,7 +2733,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
2676
2733
  Please see LICENSE files in the repository root for full details.
2677
2734
  */
2678
2735
 
2679
- ._search_b2pjl_8 {
2736
+ ._search_1lktl_8 {
2680
2737
  border: 1px solid var(--cpd-color-border-interactive-secondary);
2681
2738
  border-radius: 9999px;
2682
2739
  block-size: 36px;
@@ -2692,35 +2749,35 @@ Please see LICENSE files in the repository root for full details.
2692
2749
  }
2693
2750
 
2694
2751
  @media (hover) {
2695
- ._search_b2pjl_8:hover {
2752
+ ._search_1lktl_8:hover {
2696
2753
  border-color: var(--cpd-color-border-interactive-hovered);
2697
2754
  }
2698
2755
  }
2699
2756
 
2700
- ._search_b2pjl_8:active {
2757
+ ._search_1lktl_8:active {
2701
2758
  border-color: var(--cpd-color-border-interactive-hovered);
2702
2759
  }
2703
2760
 
2704
- ._search_b2pjl_8:focus-within {
2761
+ ._search_1lktl_8:focus-within {
2705
2762
  border-color: currentcolor;
2706
2763
  }
2707
2764
 
2708
- ._icon_b2pjl_37 {
2765
+ ._icon_1lktl_37 {
2709
2766
  color: var(--cpd-color-icon-secondary);
2710
2767
  flex-shrink: 0;
2711
2768
  }
2712
2769
 
2713
2770
  @media (hover) {
2714
- ._search_b2pjl_8:hover ._icon_b2pjl_37 {
2771
+ ._search_1lktl_8:hover ._icon_1lktl_37 {
2715
2772
  color: var(--cpd-color-icon-primary);
2716
2773
  }
2717
2774
  }
2718
2775
 
2719
- ._search_b2pjl_8:active ._icon_b2pjl_37 {
2776
+ ._search_1lktl_8:active ._icon_1lktl_37 {
2720
2777
  color: var(--cpd-color-icon-primary);
2721
2778
  }
2722
2779
 
2723
- ._input_b2pjl_52 {
2780
+ ._input_1lktl_52 {
2724
2781
  border: 0;
2725
2782
  background: inherit;
2726
2783
  outline: 0;
@@ -2728,16 +2785,17 @@ Please see LICENSE files in the repository root for full details.
2728
2785
  min-inline-size: 0;
2729
2786
  }
2730
2787
 
2731
- ._input_b2pjl_52::placeholder {
2788
+ ._input_1lktl_52::placeholder {
2732
2789
  color: var(--cpd-color-text-secondary);
2733
2790
  }
2734
2791
 
2735
- ._input_b2pjl_52:focus::placeholder {
2792
+ /* stylelint-disable-next-line defensive-css/require-focus-visible */
2793
+ ._input_1lktl_52:focus::placeholder {
2736
2794
  color: var(--cpd-color-text-secondary);
2737
2795
  }
2738
2796
 
2739
2797
  @media (hover) {
2740
- ._search_b2pjl_8:hover ._input_b2pjl_52::placeholder {
2798
+ ._search_1lktl_8:hover ._input_1lktl_52::placeholder {
2741
2799
  color: var(--cpd-color-text-secondary);
2742
2800
  }
2743
2801
  }