@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.
- package/dist/components/ActivityMarker/Pill.cjs +1 -1
- package/dist/components/ActivityMarker/Unread.cjs +1 -1
- package/dist/components/ActivityMarker/UnreadCounter.cjs +1 -1
- package/dist/components/Alert/Alert.cjs +6 -6
- package/dist/components/Alert/Alert.module.cjs +5 -11
- package/dist/components/Alert/Alert.module.js +5 -11
- package/dist/components/Avatar/Avatar.cjs +2 -2
- package/dist/components/Avatar/Avatar.module.cjs +5 -5
- package/dist/components/Avatar/Avatar.module.cjs.map +1 -1
- package/dist/components/Avatar/Avatar.module.js +5 -5
- package/dist/components/Avatar/Avatar.module.js.map +1 -1
- package/dist/components/Avatar/AvatarStack.cjs +2 -2
- package/dist/components/Badge/Badge.cjs +2 -2
- package/dist/components/Breadcrumb/Breadcrumb.cjs +3 -3
- package/dist/components/Button/Button.cjs +2 -2
- package/dist/components/Button/Button.module.cjs +2 -5
- package/dist/components/Button/Button.module.js +2 -5
- package/dist/components/Button/IconButton/IconButton.cjs +2 -2
- package/dist/components/Button/IconButton/IconButton.module.cjs +1 -3
- package/dist/components/Button/IconButton/IconButton.module.js +1 -3
- package/dist/components/Button/UnstyledButton.cjs +1 -1
- package/dist/components/ChatFilter/ChatFilter.cjs +1 -1
- package/dist/components/Dropdown/Dropdown.cjs +5 -5
- package/dist/components/Dropdown/Dropdown.module.cjs +7 -7
- package/dist/components/Dropdown/Dropdown.module.cjs.map +1 -1
- package/dist/components/Dropdown/Dropdown.module.js +7 -7
- package/dist/components/Dropdown/Dropdown.module.js.map +1 -1
- package/dist/components/Form/Controls/Action/Action.cjs +2 -2
- package/dist/components/Form/Controls/Checkbox/Checkbox.cjs +3 -3
- package/dist/components/Form/Controls/EditInPlace/EditInPlace.cjs +3 -3
- package/dist/components/Form/Controls/MFA/MFA.cjs +2 -2
- package/dist/components/Form/Controls/MFA/MFA.module.cjs +3 -3
- package/dist/components/Form/Controls/MFA/MFA.module.cjs.map +1 -1
- package/dist/components/Form/Controls/MFA/MFA.module.js +3 -3
- package/dist/components/Form/Controls/MFA/MFA.module.js.map +1 -1
- package/dist/components/Form/Controls/Password/Password.cjs +3 -3
- package/dist/components/Form/Controls/Radio/Radio.cjs +2 -2
- package/dist/components/Form/Controls/SettingsToggle/SettingsToggle.cjs +1 -1
- package/dist/components/Form/Controls/Text/Text.cjs +2 -2
- package/dist/components/Form/Controls/Text/Text.module.cjs +2 -2
- package/dist/components/Form/Controls/Text/Text.module.cjs.map +1 -1
- package/dist/components/Form/Controls/Text/Text.module.js +2 -2
- package/dist/components/Form/Controls/Text/Text.module.js.map +1 -1
- package/dist/components/Form/Controls/Toggle/Toggle.cjs +2 -2
- package/dist/components/Form/Field.cjs +2 -2
- package/dist/components/Form/InlineField.cjs +2 -2
- package/dist/components/Form/Label.cjs +2 -2
- package/dist/components/Form/Message.cjs +4 -4
- package/dist/components/Form/Root.cjs +2 -2
- package/dist/components/Form/Submit.cjs +1 -1
- package/dist/components/Form/form.module.cjs +4 -9
- package/dist/components/Form/form.module.js +4 -9
- package/dist/components/Glass/Glass.cjs +2 -2
- package/dist/components/Icon/BigIcon/BigIcon.cjs +2 -2
- package/dist/components/Icon/IndicatorIcon/IndicatorIcon.cjs +2 -2
- package/dist/components/InlineSpinner/InlineSpinner.cjs +3 -3
- package/dist/components/InlineSpinner/InlineSpinner.module.cjs +2 -2
- package/dist/components/InlineSpinner/InlineSpinner.module.cjs.map +1 -1
- package/dist/components/InlineSpinner/InlineSpinner.module.js +2 -2
- package/dist/components/InlineSpinner/InlineSpinner.module.js.map +1 -1
- package/dist/components/Link/Link.cjs +2 -2
- package/dist/components/Menu/CheckboxMenuItem.cjs +3 -5
- package/dist/components/Menu/CheckboxMenuItem.cjs.map +1 -1
- package/dist/components/Menu/CheckboxMenuItem.js +2 -4
- package/dist/components/Menu/CheckboxMenuItem.js.map +1 -1
- package/dist/components/Menu/ContextMenu.cjs +2 -2
- package/dist/components/Menu/DrawerMenu.cjs +2 -2
- package/dist/components/Menu/FloatingMenu.cjs +2 -2
- package/dist/components/Menu/FloatingMenu.module.cjs +5 -8
- package/dist/components/Menu/FloatingMenu.module.cjs.map +1 -1
- package/dist/components/Menu/FloatingMenu.module.js +5 -8
- package/dist/components/Menu/FloatingMenu.module.js.map +1 -1
- package/dist/components/Menu/Menu.cjs +2 -2
- package/dist/components/Menu/MenuItem.cjs +3 -3
- package/dist/components/Menu/MenuItem.module.cjs +5 -11
- package/dist/components/Menu/MenuItem.module.js +5 -11
- package/dist/components/Menu/MenuTitle.cjs +2 -2
- package/dist/components/Menu/RadioMenuItem.cjs +3 -5
- package/dist/components/Menu/RadioMenuItem.cjs.map +1 -1
- package/dist/components/Menu/RadioMenuItem.js +2 -4
- package/dist/components/Menu/RadioMenuItem.js.map +1 -1
- package/dist/components/Menu/SubMenu.cjs +1 -1
- package/dist/components/Menu/ToggleMenuItem.cjs +3 -5
- package/dist/components/Menu/ToggleMenuItem.cjs.map +1 -1
- package/dist/components/Menu/ToggleMenuItem.js +2 -4
- package/dist/components/Menu/ToggleMenuItem.js.map +1 -1
- package/dist/components/Nav/Nav.module.cjs +4 -4
- package/dist/components/Nav/Nav.module.cjs.map +1 -1
- package/dist/components/Nav/Nav.module.js +4 -4
- package/dist/components/Nav/Nav.module.js.map +1 -1
- package/dist/components/Nav/NavBar.cjs +2 -2
- package/dist/components/Nav/NavItem.cjs +1 -1
- package/dist/components/PageHeader/PageHeader.cjs +36 -0
- package/dist/components/PageHeader/PageHeader.cjs.map +1 -0
- package/dist/components/PageHeader/PageHeader.js +33 -0
- package/dist/components/PageHeader/PageHeader.js.map +1 -0
- package/dist/components/PageHeader/PageHeader.module.cjs +8 -0
- package/dist/components/PageHeader/PageHeader.module.cjs.map +1 -0
- package/dist/components/PageHeader/PageHeader.module.js +8 -0
- package/dist/components/PageHeader/PageHeader.module.js.map +1 -0
- package/dist/components/Progress/Progress.cjs +2 -2
- package/dist/components/Progress/Progress.module.cjs +4 -4
- package/dist/components/Progress/Progress.module.cjs.map +1 -1
- package/dist/components/Progress/Progress.module.js +4 -4
- package/dist/components/Progress/Progress.module.js.map +1 -1
- package/dist/components/ReleaseAnnouncement/ReleaseAnnouncement.cjs +1 -1
- package/dist/components/Search/Search.cjs +3 -3
- package/dist/components/Search/Search.module.cjs +3 -3
- package/dist/components/Search/Search.module.cjs.map +1 -1
- package/dist/components/Search/Search.module.js +3 -3
- package/dist/components/Search/Search.module.js.map +1 -1
- package/dist/components/Separator/Separator.cjs +3 -3
- package/dist/components/Toast/Toast.cjs +3 -3
- package/dist/components/Toast/Toast.module.cjs +3 -7
- package/dist/components/Toast/Toast.module.js +3 -7
- package/dist/components/Tooltip/Tooltip.cjs +2 -2
- package/dist/components/Tooltip/TooltipProvider.cjs +1 -1
- package/dist/components/Typography/Body.cjs +1 -1
- package/dist/components/Typography/Heading.cjs +1 -1
- package/dist/components/Typography/Text.cjs +1 -1
- package/dist/components/Typography/Typography.cjs +2 -2
- package/dist/components/Typography/Typography.module.cjs +1 -3
- package/dist/components/Typography/Typography.module.js +1 -3
- package/dist/components/VisualList/VisualList.cjs +2 -2
- package/dist/components/VisualList/VisualListItem.cjs +2 -2
- package/dist/index.cjs +2 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/style.css +154 -96
- package/package.json +2 -2
- package/src/components/Avatar/Avatar.module.css +1 -1
- package/src/components/Dropdown/Dropdown.module.css +3 -1
- package/src/components/Form/Controls/MFA/MFA.module.css +1 -0
- package/src/components/Form/Controls/Text/Text.module.css +1 -0
- package/src/components/InlineSpinner/InlineSpinner.module.css +4 -1
- package/src/components/Menu/FloatingMenu.module.css +2 -0
- package/src/components/Nav/Nav.module.css +4 -1
- package/src/components/Progress/Progress.module.css +5 -1
- package/src/components/Search/Search.module.css +1 -0
- 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
|
-
.
|
|
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.
|
|
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.
|
|
570
|
+
button._avatar_va14e_8:disabled {
|
|
571
571
|
cursor: not-allowed;
|
|
572
572
|
}
|
|
573
573
|
|
|
574
|
-
.
|
|
575
|
-
.
|
|
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
|
-
.
|
|
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-
|
|
588
|
-
._avatar-
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
629
|
+
._avatar_va14e_8[data-type="round"] {
|
|
630
630
|
--cpd-avatar-radius: 50%;
|
|
631
631
|
}
|
|
632
632
|
|
|
633
|
-
.
|
|
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-
|
|
641
|
+
._stacked-avatars_va14e_109::after {
|
|
642
642
|
content: "";
|
|
643
643
|
display: table;
|
|
644
644
|
clear: both;
|
|
645
645
|
}
|
|
646
646
|
|
|
647
|
-
._stacked-
|
|
647
|
+
._stacked-avatars_va14e_109 ._avatar_va14e_8 {
|
|
648
648
|
float: inline-start;
|
|
649
649
|
}
|
|
650
650
|
|
|
651
|
-
._stacked-
|
|
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-
|
|
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-
|
|
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
|
-
.
|
|
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
|
-
|
|
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.
|
|
1161
|
+
button._placeholder_z8zo1_49 {
|
|
1160
1162
|
color: var(--cpd-color-text-secondary);
|
|
1161
1163
|
}
|
|
1162
1164
|
|
|
1163
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
1222
|
+
._open_z8zo1_110 {
|
|
1221
1223
|
display: block;
|
|
1222
1224
|
}
|
|
1223
1225
|
|
|
1224
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
1237
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
1348
|
+
._control_d83jn_10:active {
|
|
1347
1349
|
border-color: var(--cpd-color-border-interactive-hovered);
|
|
1348
1350
|
}
|
|
1349
1351
|
|
|
1350
|
-
|
|
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
|
-
.
|
|
1358
|
+
._control_d83jn_10[data-invalid] {
|
|
1356
1359
|
border-color: var(--cpd-color-text-critical-primary);
|
|
1357
1360
|
}
|
|
1358
1361
|
|
|
1359
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
|
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
|
-
.
|
|
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
|
-
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
1739
|
+
._control_17qhw_25:disabled {
|
|
1734
1740
|
color: var(--cpd-color-text-disabled);
|
|
1735
1741
|
cursor: not-allowed;
|
|
1736
1742
|
}
|
|
1737
1743
|
|
|
1738
|
-
.
|
|
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
|
-
.
|
|
1750
|
+
._control_17qhw_25[readonly] {
|
|
1745
1751
|
color: var(--cpd-color-text-secondary);
|
|
1746
1752
|
}
|
|
1747
1753
|
|
|
1748
|
-
.
|
|
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
|
-
.
|
|
1760
|
+
._control_17qhw_25[data-invalid] ~ ._digit_17qhw_49 {
|
|
1755
1761
|
border-color: var(--cpd-color-text-critical-primary);
|
|
1756
1762
|
}
|
|
1757
1763
|
|
|
1758
|
-
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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-
|
|
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
|
-
.
|
|
2386
|
-
|
|
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-
|
|
2398
|
+
@keyframes _fade-in_1kl3y_1 {
|
|
2390
2399
|
from {
|
|
2391
2400
|
opacity: 0;
|
|
2392
2401
|
}
|
|
2393
2402
|
}
|
|
2394
2403
|
|
|
2395
|
-
@keyframes _fade-
|
|
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
|
-
.
|
|
2403
|
-
animation-name: _fade-
|
|
2411
|
+
._menu_1kl3y_8[data-state="open"] {
|
|
2412
|
+
animation-name: _fade-in_1kl3y_1;
|
|
2404
2413
|
}
|
|
2405
2414
|
|
|
2406
|
-
.
|
|
2407
|
-
animation-name: _fade-
|
|
2415
|
+
._menu_1kl3y_8[data-state="closed"] {
|
|
2416
|
+
animation-name: _fade-out_1kl3y_1;
|
|
2408
2417
|
}
|
|
2409
2418
|
}
|
|
2410
2419
|
|
|
2411
|
-
.
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
-
|
|
2476
|
+
|
|
2477
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
2478
|
+
transition: height 0.1s ease-in-out;
|
|
2479
|
+
}
|
|
2468
2480
|
}
|
|
2469
2481
|
|
|
2470
|
-
._nav-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
2510
|
-
._nav-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
2638
|
+
._progress-bar-indicator_1kvi5_59 {
|
|
2586
2639
|
position: absolute;
|
|
2587
2640
|
inset: 0;
|
|
2588
|
-
|
|
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-
|
|
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
|
-
.
|
|
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
|
-
.
|
|
2752
|
+
._search_1lktl_8:hover {
|
|
2696
2753
|
border-color: var(--cpd-color-border-interactive-hovered);
|
|
2697
2754
|
}
|
|
2698
2755
|
}
|
|
2699
2756
|
|
|
2700
|
-
.
|
|
2757
|
+
._search_1lktl_8:active {
|
|
2701
2758
|
border-color: var(--cpd-color-border-interactive-hovered);
|
|
2702
2759
|
}
|
|
2703
2760
|
|
|
2704
|
-
.
|
|
2761
|
+
._search_1lktl_8:focus-within {
|
|
2705
2762
|
border-color: currentcolor;
|
|
2706
2763
|
}
|
|
2707
2764
|
|
|
2708
|
-
.
|
|
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
|
-
.
|
|
2771
|
+
._search_1lktl_8:hover ._icon_1lktl_37 {
|
|
2715
2772
|
color: var(--cpd-color-icon-primary);
|
|
2716
2773
|
}
|
|
2717
2774
|
}
|
|
2718
2775
|
|
|
2719
|
-
.
|
|
2776
|
+
._search_1lktl_8:active ._icon_1lktl_37 {
|
|
2720
2777
|
color: var(--cpd-color-icon-primary);
|
|
2721
2778
|
}
|
|
2722
2779
|
|
|
2723
|
-
.
|
|
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
|
-
.
|
|
2788
|
+
._input_1lktl_52::placeholder {
|
|
2732
2789
|
color: var(--cpd-color-text-secondary);
|
|
2733
2790
|
}
|
|
2734
2791
|
|
|
2735
|
-
|
|
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
|
-
.
|
|
2798
|
+
._search_1lktl_8:hover ._input_1lktl_52::placeholder {
|
|
2741
2799
|
color: var(--cpd-color-text-secondary);
|
|
2742
2800
|
}
|
|
2743
2801
|
}
|