@nextcloud/vue 9.11.0 → 9.12.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 (129) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/assets/NcAppNavigationItem.css +45 -49
  3. package/dist/assets/NcAppNavigationList.css +2 -26
  4. package/dist/assets/NcAppNavigationNewItem.css +0 -4
  5. package/dist/assets/NcAppNavigationSettings.css +6 -6
  6. package/dist/assets/NcAppSettingsDialog.css +3 -3
  7. package/dist/assets/NcAppSettingsShortcutsSection.css +1 -1
  8. package/dist/assets/NcAppSidebar.css +28 -28
  9. package/dist/assets/NcAssistantButton.css +9 -9
  10. package/dist/assets/NcAssistantContent.css +3 -3
  11. package/dist/assets/NcAssistantIcon.css +4 -4
  12. package/dist/assets/NcAvatar.css +26 -26
  13. package/dist/assets/NcBlurHash.css +2 -2
  14. package/dist/assets/NcDateTimePicker.css +234 -234
  15. package/dist/assets/NcFilePicker.css +1 -1
  16. package/dist/assets/NcFormBox.css +11 -11
  17. package/dist/assets/NcFormBoxButton.css +2 -2
  18. package/dist/assets/NcFormBoxItem.css +15 -15
  19. package/dist/assets/NcFormBoxSwitch.css +2 -2
  20. package/dist/assets/NcFormGroup.css +7 -7
  21. package/dist/assets/NcHotkey.css +8 -8
  22. package/dist/assets/NcHotkeyList.css +2 -2
  23. package/dist/assets/NcIconToggleSwitch.css +4 -4
  24. package/dist/assets/NcKbd.css +3 -3
  25. package/dist/assets/NcModal.css +69 -63
  26. package/dist/assets/NcPopover.css +16 -16
  27. package/dist/assets/NcProfileHoverCard.css +82 -59
  28. package/dist/assets/NcRadioGroup.css +2 -2
  29. package/dist/assets/NcRadioGroupButton.css +14 -14
  30. package/dist/assets/NcRichContenteditable.css +17 -17
  31. package/dist/assets/NcRichText.css +2 -2
  32. package/dist/assets/NcUploadPicker.css +41 -0
  33. package/dist/assets/autolink.css +3 -3
  34. package/dist/chunks/NcActionInput.mjs +2 -2
  35. package/dist/chunks/NcActions.mjs +2 -2
  36. package/dist/chunks/NcAppContent.mjs +4 -4
  37. package/dist/chunks/NcAppContent.mjs.map +1 -1
  38. package/dist/chunks/NcAppNavigation.mjs +2 -2
  39. package/dist/chunks/NcAppNavigationItem.mjs +6 -29
  40. package/dist/chunks/NcAppNavigationItem.mjs.map +1 -1
  41. package/dist/chunks/NcAppNavigationList.mjs +8 -138
  42. package/dist/chunks/NcAppNavigationList.mjs.map +1 -1
  43. package/dist/chunks/NcAppNavigationNewItem.mjs +1 -1
  44. package/dist/chunks/NcAppNavigationNewItem.mjs.map +1 -1
  45. package/dist/chunks/NcAppNavigationSearch.mjs +2 -2
  46. package/dist/chunks/NcAppNavigationSettings.mjs +8 -8
  47. package/dist/chunks/NcAppSettingsDialog.mjs +5 -5
  48. package/dist/chunks/NcAppSettingsShortcutsSection.mjs +3 -3
  49. package/dist/chunks/NcAppSidebar.mjs +15 -15
  50. package/dist/chunks/NcAppSidebar.mjs.map +1 -1
  51. package/dist/chunks/NcAssistantButton.mjs +7 -7
  52. package/dist/chunks/NcAssistantContent.mjs +3 -3
  53. package/dist/chunks/NcAssistantIcon.mjs +4 -4
  54. package/dist/chunks/NcAvatar.mjs +17 -4
  55. package/dist/chunks/NcAvatar.mjs.map +1 -1
  56. package/dist/chunks/NcBlurHash.mjs +2 -2
  57. package/dist/chunks/NcCheckboxRadioSwitch.mjs +1 -1
  58. package/dist/chunks/NcCollectionList.mjs +3 -3
  59. package/dist/chunks/NcColorPicker.mjs +2 -2
  60. package/dist/chunks/NcContent.mjs +2 -2
  61. package/dist/chunks/NcDashboardWidget.mjs +4 -4
  62. package/dist/chunks/NcDashboardWidget.mjs.map +1 -1
  63. package/dist/chunks/NcDateTimePicker.mjs +7 -4
  64. package/dist/chunks/NcDateTimePicker.mjs.map +1 -1
  65. package/dist/chunks/NcDateTimePickerNative.mjs +2 -2
  66. package/dist/chunks/NcDialogButton.vue_vue_type_script_setup_true_lang.mjs +2 -2
  67. package/dist/chunks/NcEmojiPicker.mjs +2 -2
  68. package/dist/chunks/NcFilePicker.mjs +6 -5
  69. package/dist/chunks/NcFilePicker.mjs.map +1 -1
  70. package/dist/chunks/NcFormBox.mjs +5 -5
  71. package/dist/chunks/NcFormBoxButton.mjs +2 -2
  72. package/dist/chunks/NcFormBoxItem.mjs +8 -8
  73. package/dist/chunks/NcFormBoxSwitch.mjs +2 -2
  74. package/dist/chunks/NcFormGroup.mjs +7 -7
  75. package/dist/chunks/NcHotkey.mjs +4 -4
  76. package/dist/chunks/NcHotkeyList.mjs +4 -4
  77. package/dist/chunks/NcIconToggleSwitch.mjs +2 -2
  78. package/dist/chunks/NcKbd.mjs +4 -4
  79. package/dist/chunks/NcModal.mjs +13 -8
  80. package/dist/chunks/NcModal.mjs.map +1 -1
  81. package/dist/chunks/NcPasswordField.mjs +2 -2
  82. package/dist/chunks/NcPopover.mjs +2 -2
  83. package/dist/chunks/NcProfileHoverCard.mjs +205 -157
  84. package/dist/chunks/NcProfileHoverCard.mjs.map +1 -1
  85. package/dist/chunks/NcRadioGroup.mjs +2 -2
  86. package/dist/chunks/NcRadioGroupButton.mjs +6 -6
  87. package/dist/chunks/NcReferenceWidget.mjs +2 -2
  88. package/dist/chunks/NcRelatedResourcesPanel.mjs +4 -4
  89. package/dist/chunks/NcRichContenteditable.mjs +12 -12
  90. package/dist/chunks/NcRichText.mjs +3 -3
  91. package/dist/chunks/NcRichText.mjs.map +1 -1
  92. package/dist/chunks/NcSettingsSection.mjs +2 -2
  93. package/dist/chunks/NcSettingsSelectGroup.mjs +2 -2
  94. package/dist/chunks/NcTextField.vue_vue_type_script_setup_true_lang.mjs +2 -2
  95. package/dist/chunks/NcTimezonePicker.vue_vue_type_script_setup_true_lang.mjs +2 -2
  96. package/dist/chunks/NcUploadPicker.mjs +269 -0
  97. package/dist/chunks/NcUploadPicker.mjs.map +1 -0
  98. package/dist/chunks/NcUserStatusIcon.mjs +2 -2
  99. package/dist/chunks/_l10n.mjs +86 -84
  100. package/dist/chunks/_l10n.mjs.map +1 -1
  101. package/dist/chunks/autolink.mjs +3 -3
  102. package/dist/chunks/colors.mjs +2 -2
  103. package/dist/chunks/mdi.mjs +7 -5
  104. package/dist/chunks/mdi.mjs.map +1 -1
  105. package/dist/chunks/referencePickerModal.mjs +5 -5
  106. package/dist/components/NcActionInput/NcActionInput.vue.d.ts +3 -3
  107. package/dist/components/NcAppNavigationItem/NcAppNavigationItem.vue.d.ts +0 -4
  108. package/dist/components/NcAppNavigationList/NcAppNavigationList.vue.d.ts +1 -57
  109. package/dist/components/NcAvatar/NcAvatar.vue.d.ts +9 -0
  110. package/dist/components/NcCollectionList/NcCollectionList.vue.d.ts +8 -0
  111. package/dist/components/NcCollectionList/NcCollectionListItem.vue.d.ts +4 -0
  112. package/dist/components/NcDashboardWidget/NcDashboardWidget.vue.d.ts +8 -0
  113. package/dist/components/NcDashboardWidgetItem/NcDashboardWidgetItem.vue.d.ts +4 -0
  114. package/dist/components/NcDateTimePicker/NcDateTimePicker.vue.d.ts +2 -2
  115. package/dist/components/NcFilePicker/NcFilePicker.vue.d.ts +7 -0
  116. package/dist/components/NcListItemIcon/NcListItemIcon.vue.d.ts +5 -1
  117. package/dist/components/NcProfileHoverCard/NcProfileHoverCard.vue.d.ts +6 -0
  118. package/dist/components/NcUploadPicker/NcUploadPicker.vue.d.ts +180 -0
  119. package/dist/components/NcUploadPicker/index.d.ts +6 -0
  120. package/dist/components/NcUploadPicker/index.mjs +5 -0
  121. package/dist/components/NcUploadPicker/index.mjs.map +1 -0
  122. package/dist/components/index.d.ts +1 -0
  123. package/dist/composables/useFormatDateTime/index.mjs +2 -2
  124. package/dist/index.mjs +2 -0
  125. package/dist/index.mjs.map +1 -1
  126. package/package.json +25 -11
  127. package/dist/chunks/highlight.mjs +0 -5
  128. package/dist/chunks/highlight.mjs.map +0 -1
  129. package/dist/components/NcAppNavigationList/highlight.d.ts +0 -12
@@ -9,17 +9,17 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_NkIOG {
12
+ ._material-design-icon_CtXvA {
13
13
  display: flex;
14
14
  align-self: center;
15
15
  justify-self: center;
16
16
  align-items: center;
17
17
  justify-content: center;
18
18
  }
19
- ._ncPopover_qgtYg.v-popper--theme-nc-popover-9, ._ncPopover_qgtYg.v-popper--theme-nc-popover-9 * {
19
+ ._ncPopover_oX-YA.v-popper--theme-nc-popover-9, ._ncPopover_oX-YA.v-popper--theme-nc-popover-9 * {
20
20
  box-sizing: border-box;
21
21
  }
22
- ._ncPopover_qgtYg.v-popper--theme-nc-popover-9 .resize-observer {
22
+ ._ncPopover_oX-YA.v-popper--theme-nc-popover-9 .resize-observer {
23
23
  position: absolute;
24
24
  top: 0;
25
25
  /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */
@@ -34,7 +34,7 @@
34
34
  overflow: hidden;
35
35
  opacity: 0;
36
36
  }
37
- ._ncPopover_qgtYg.v-popper--theme-nc-popover-9 .resize-observer object {
37
+ ._ncPopover_oX-YA.v-popper--theme-nc-popover-9 .resize-observer object {
38
38
  display: block;
39
39
  position: absolute;
40
40
  top: 0;
@@ -46,14 +46,14 @@
46
46
  pointer-events: none;
47
47
  z-index: -1;
48
48
  }
49
- ._ncPopover_qgtYg.v-popper--theme-nc-popover-9.v-popper__popper {
49
+ ._ncPopover_oX-YA.v-popper--theme-nc-popover-9.v-popper__popper {
50
50
  z-index: 100000;
51
51
  top: 0;
52
52
  /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */
53
53
  left: 0;
54
54
  display: block !important;
55
55
  }
56
- ._ncPopover_qgtYg.v-popper--theme-nc-popover-9.v-popper__popper .v-popper__wrapper {
56
+ ._ncPopover_oX-YA.v-popper--theme-nc-popover-9.v-popper__popper .v-popper__wrapper {
57
57
  /*
58
58
  * In theory, "filter: drop-shadow" would look better here with arrow shadow.
59
59
  * In fact, in results in a blurry popover in Chromium on scaling.
@@ -66,43 +66,43 @@
66
66
  border-radius: var(--border-radius-element);
67
67
  transition: transform var(--animation-quick);
68
68
  }
69
- ._ncPopover_qgtYg.v-popper--theme-nc-popover-9.v-popper__popper .v-popper__inner {
69
+ ._ncPopover_oX-YA.v-popper--theme-nc-popover-9.v-popper__popper .v-popper__inner {
70
70
  padding: 0;
71
71
  color: var(--color-main-text);
72
72
  border-radius: var(--border-radius-element);
73
73
  overflow: hidden;
74
74
  background: var(--color-main-background);
75
75
  }
76
- ._ncPopover_qgtYg.v-popper--theme-nc-popover-9.v-popper__popper .v-popper__arrow-container {
76
+ ._ncPopover_oX-YA.v-popper--theme-nc-popover-9.v-popper__popper .v-popper__arrow-container {
77
77
  display: none;
78
78
  }
79
- ._ncPopover_qgtYg.v-popper--theme-nc-popover-9.v-popper__popper[data-popper-placement^=top] .v-popper__wrapper {
79
+ ._ncPopover_oX-YA.v-popper--theme-nc-popover-9.v-popper__popper[data-popper-placement^=top] .v-popper__wrapper {
80
80
  transform-origin: bottom center;
81
81
  }
82
- ._ncPopover_qgtYg.v-popper--theme-nc-popover-9.v-popper__popper[data-popper-placement^=bottom] .v-popper__wrapper {
82
+ ._ncPopover_oX-YA.v-popper--theme-nc-popover-9.v-popper__popper[data-popper-placement^=bottom] .v-popper__wrapper {
83
83
  transform-origin: top center;
84
84
  }
85
- ._ncPopover_qgtYg.v-popper--theme-nc-popover-9.v-popper__popper[data-popper-placement^=right] .v-popper__wrapper {
85
+ ._ncPopover_oX-YA.v-popper--theme-nc-popover-9.v-popper__popper[data-popper-placement^=right] .v-popper__wrapper {
86
86
  /* stylelint-disable-next-line csstools/use-logical */ /* transform-origin has no logical keyword */
87
87
  transform-origin: left center;
88
88
  }
89
- ._ncPopover_qgtYg.v-popper--theme-nc-popover-9.v-popper__popper[data-popper-placement^=left] .v-popper__wrapper {
89
+ ._ncPopover_oX-YA.v-popper--theme-nc-popover-9.v-popper__popper[data-popper-placement^=left] .v-popper__wrapper {
90
90
  /* stylelint-disable-next-line csstools/use-logical */ /* transform-origin has no logical keyword */
91
91
  transform-origin: right center;
92
92
  }
93
- ._ncPopover_qgtYg.v-popper--theme-nc-popover-9.v-popper__popper[aria-hidden=true] {
93
+ ._ncPopover_oX-YA.v-popper--theme-nc-popover-9.v-popper__popper[aria-hidden=true] {
94
94
  visibility: hidden;
95
95
  transition: opacity var(--animation-quick), visibility var(--animation-quick);
96
96
  opacity: 0;
97
97
  }
98
- ._ncPopover_qgtYg.v-popper--theme-nc-popover-9.v-popper__popper[aria-hidden=true] .v-popper__wrapper {
98
+ ._ncPopover_oX-YA.v-popper--theme-nc-popover-9.v-popper__popper[aria-hidden=true] .v-popper__wrapper {
99
99
  transform: scale(0.96);
100
100
  }
101
- ._ncPopover_qgtYg.v-popper--theme-nc-popover-9.v-popper__popper[aria-hidden=false] {
101
+ ._ncPopover_oX-YA.v-popper--theme-nc-popover-9.v-popper__popper[aria-hidden=false] {
102
102
  visibility: visible;
103
103
  transition: opacity var(--animation-quick);
104
104
  opacity: 1;
105
105
  }
106
- ._ncPopover_qgtYg.v-popper--theme-nc-popover-9.v-popper__popper[aria-hidden=false] .v-popper__wrapper {
106
+ ._ncPopover_oX-YA.v-popper--theme-nc-popover-9.v-popper__popper[aria-hidden=false] .v-popper__wrapper {
107
107
  transform: scale(1);
108
108
  }
@@ -9,14 +9,14 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- .material-design-icon[data-v-dc040af1] {
12
+ .material-design-icon[data-v-592f6ec3] {
13
13
  display: flex;
14
14
  align-self: center;
15
15
  justify-self: center;
16
16
  align-items: center;
17
17
  justify-content: center;
18
18
  }
19
- .profile-hover-card[data-v-dc040af1] {
19
+ .profile-hover-card[data-v-592f6ec3] {
20
20
  box-sizing: border-box;
21
21
  position: relative;
22
22
  width: 560px;
@@ -29,20 +29,28 @@
29
29
  display: flex;
30
30
  flex-direction: column;
31
31
  }
32
- .profile-hover-card__header[data-v-dc040af1] {
32
+ .profile-hover-card__profile-link[data-v-592f6ec3] {
33
+ color: inherit;
34
+ text-decoration: none;
35
+ outline-offset: 2px;
36
+ }
37
+ .profile-hover-card__profile-link:hover h2[data-v-592f6ec3], .profile-hover-card__profile-link:focus-visible h2[data-v-592f6ec3] {
38
+ text-decoration: underline;
39
+ }
40
+ .profile-hover-card__header[data-v-592f6ec3] {
33
41
  display: flex;
34
42
  flex-shrink: 0;
35
43
  position: relative;
36
44
  height: 127px;
37
45
  background-color: var(--color-primary-element-light);
38
46
  }
39
- .profile-hover-card__header__edit[data-v-dc040af1] {
47
+ .profile-hover-card__header__edit[data-v-592f6ec3] {
40
48
  position: absolute;
41
49
  inset-block-start: 8px;
42
50
  inset-inline-end: 8px;
43
51
  z-index: 1;
44
52
  }
45
- .profile-hover-card__header__container[data-v-dc040af1] {
53
+ .profile-hover-card__header__container[data-v-592f6ec3] {
46
54
  align-self: flex-end;
47
55
  display: flex;
48
56
  align-items: flex-end;
@@ -52,14 +60,14 @@
52
60
  padding-inline: 16px;
53
61
  box-sizing: border-box;
54
62
  }
55
- .profile-hover-card__header__container__placeholder[data-v-dc040af1] {
63
+ .profile-hover-card__header__container__placeholder[data-v-592f6ec3] {
56
64
  flex: 0 0 180px;
57
65
  width: 180px;
58
66
  }
59
- .profile-hover-card__header__container__avatar[data-v-dc040af1] {
67
+ .profile-hover-card__header__container__avatar[data-v-592f6ec3] {
60
68
  flex-shrink: 0;
61
69
  }
62
- .profile-hover-card__header__container__identity[data-v-dc040af1] {
70
+ .profile-hover-card__header__container__identity[data-v-592f6ec3] {
63
71
  display: flex;
64
72
  flex-direction: column;
65
73
  justify-content: flex-end;
@@ -69,44 +77,44 @@
69
77
  flex: 1;
70
78
  padding-inline: 0;
71
79
  }
72
- .profile-hover-card__header__container__displayname[data-v-dc040af1] {
80
+ .profile-hover-card__header__container__displayname[data-v-592f6ec3] {
73
81
  display: flex;
74
82
  align-items: baseline;
75
83
  gap: 8px;
76
84
  min-width: 0;
77
85
  }
78
- .profile-hover-card__header__container__displayname h2[data-v-dc040af1] {
86
+ .profile-hover-card__header__container__displayname h2[data-v-592f6ec3] {
79
87
  font-size: 24px;
80
88
  margin: 0;
81
89
  overflow-wrap: anywhere;
82
90
  }
83
- .profile-hover-card__header__container__pronouns[data-v-dc040af1] {
91
+ .profile-hover-card__header__container__pronouns[data-v-592f6ec3] {
84
92
  font-size: 15px;
85
93
  color: var(--color-text-maxcontrast);
86
94
  }
87
- .profile-hover-card__header__container__status[data-v-dc040af1] {
95
+ .profile-hover-card__header__container__status[data-v-592f6ec3] {
88
96
  min-width: 0;
89
97
  }
90
- .profile-hover-card__header__container__status-content[data-v-dc040af1] {
98
+ .profile-hover-card__header__container__status-content[data-v-592f6ec3] {
91
99
  display: flex;
92
100
  align-items: center;
93
101
  gap: 8px;
94
102
  font-size: 14px;
95
103
  overflow-wrap: anywhere;
96
104
  }
97
- .profile-hover-card__body[data-v-dc040af1] {
105
+ .profile-hover-card__body[data-v-592f6ec3] {
98
106
  flex: 1;
99
107
  min-height: 0;
100
108
  background-color: var(--color-main-background);
101
109
  }
102
- .profile-hover-card__content[data-v-dc040af1] {
110
+ .profile-hover-card__content[data-v-592f6ec3] {
103
111
  display: flex;
104
112
  width: 100%;
105
113
  height: 100%;
106
114
  padding-inline: 16px 16px;
107
115
  box-sizing: border-box;
108
116
  }
109
- .profile-hover-card__sidebar[data-v-dc040af1] {
117
+ .profile-hover-card__sidebar[data-v-592f6ec3] {
110
118
  align-self: flex-start;
111
119
  padding-top: 8px;
112
120
  width: 180px;
@@ -114,13 +122,13 @@
114
122
  margin-block: -100px 0;
115
123
  margin-inline: 0 12px;
116
124
  }
117
- .profile-hover-card__header[data-v-dc040af1] .avatar.avatardiv, .profile-hover-card__sidebar[data-v-dc040af1] .avatar.avatardiv {
125
+ .profile-hover-card__header[data-v-592f6ec3] .avatar.avatardiv, .profile-hover-card__sidebar[data-v-592f6ec3] .avatar.avatardiv {
118
126
  text-align: center;
119
127
  margin: auto;
120
128
  display: block;
121
129
  padding: 8px;
122
130
  }
123
- .profile-hover-card__header[data-v-dc040af1] .avatar.avatardiv .avatardiv__user-status, .profile-hover-card__sidebar[data-v-dc040af1] .avatar.avatardiv .avatardiv__user-status {
131
+ .profile-hover-card__header[data-v-592f6ec3] .avatar.avatardiv .avatardiv__user-status, .profile-hover-card__sidebar[data-v-592f6ec3] .avatar.avatardiv .avatardiv__user-status {
124
132
  inset-inline-end: 10px;
125
133
  bottom: 10px;
126
134
  width: 26px;
@@ -131,7 +139,7 @@
131
139
  line-height: 26px;
132
140
  font-size: 16px;
133
141
  }
134
- .profile-hover-card__blocks[data-v-dc040af1] {
142
+ .profile-hover-card__blocks[data-v-592f6ec3] {
135
143
  margin: 12px 0 12px 0;
136
144
  display: grid;
137
145
  gap: 8px 0;
@@ -140,30 +148,30 @@
140
148
  overflow: hidden;
141
149
  align-content: start;
142
150
  }
143
- .profile-hover-card__blocks p[data-v-dc040af1], .profile-hover-card__blocks h3[data-v-dc040af1] {
151
+ .profile-hover-card__blocks p[data-v-592f6ec3], .profile-hover-card__blocks h3[data-v-592f6ec3] {
144
152
  overflow-wrap: anywhere;
145
153
  }
146
- .profile-hover-card__blocks-details[data-v-dc040af1] {
154
+ .profile-hover-card__blocks-details[data-v-592f6ec3] {
147
155
  display: flex;
148
156
  flex-direction: column;
149
157
  gap: 2px 0;
150
158
  }
151
- .profile-hover-card__blocks-details .detail[data-v-dc040af1] {
159
+ .profile-hover-card__blocks-details .detail[data-v-592f6ec3] {
152
160
  display: inline-block;
153
161
  color: var(--color-text-maxcontrast);
154
162
  font-size: 14px;
155
163
  }
156
- .profile-hover-card__blocks-details .detail p .detail-icon[data-v-dc040af1] {
164
+ .profile-hover-card__blocks-details .detail p .detail-icon[data-v-592f6ec3] {
157
165
  display: inline-block;
158
166
  vertical-align: middle;
159
167
  }
160
- .profile-hover-card__blocks-headline[data-v-dc040af1] {
168
+ .profile-hover-card__blocks-headline[data-v-592f6ec3] {
161
169
  margin-inline: 0;
162
170
  margin-block: 4px 0;
163
171
  font-weight: bold;
164
172
  font-size: 16px;
165
173
  }
166
- .profile-hover-card__blocks-biography[data-v-dc040af1] {
174
+ .profile-hover-card__blocks-biography[data-v-592f6ec3] {
167
175
  overflow: hidden;
168
176
  font-size: 14px;
169
177
  line-height: 1.4;
@@ -174,14 +182,10 @@
174
182
  text-overflow: ellipsis;
175
183
  overflow-wrap: anywhere;
176
184
  }
177
- .profile-hover-card__blocks-biography[data-v-dc040af1] p {
178
- margin: 0;
179
- }
180
- .profile-hover-card__blocks-empty-info[data-v-dc040af1] {
185
+ .profile-hover-card__blocks-biography[data-v-592f6ec3] p {
181
186
  margin: 0;
182
- padding: 0;
183
187
  }
184
- .profile-hover-card__loading[data-v-dc040af1], .profile-hover-card__error[data-v-dc040af1] {
188
+ .profile-hover-card__loading[data-v-592f6ec3] {
185
189
  display: flex;
186
190
  align-items: center;
187
191
  justify-content: center;
@@ -190,29 +194,45 @@
190
194
  padding: 16px;
191
195
  color: var(--color-text-maxcontrast);
192
196
  }
193
- .user-actions[data-v-dc040af1] {
197
+ .profile-hover-card--limited[data-v-592f6ec3] {
198
+ min-height: 0;
199
+ }
200
+ .profile-hover-card--limited .profile-hover-card__body[data-v-592f6ec3] {
201
+ flex: 0 0 auto;
202
+ }
203
+ .profile-hover-card--limited .profile-hover-card__content[data-v-592f6ec3] {
204
+ height: auto;
205
+ padding-block-end: 24px;
206
+ }
207
+ .profile-hover-card--limited .profile-hover-card__sidebar[data-v-592f6ec3] {
208
+ margin-block-end: 0;
209
+ }
210
+ .profile-hover-card--limited .user-actions[data-v-592f6ec3] {
211
+ margin-top: 8px;
212
+ }
213
+ .user-actions[data-v-592f6ec3] {
194
214
  display: flex;
195
215
  flex-direction: column;
196
216
  gap: 8px 0;
197
217
  margin-top: 12px;
198
218
  max-width: 180px;
199
219
  }
200
- .user-actions__loading[data-v-dc040af1] {
220
+ .user-actions__loading[data-v-592f6ec3] {
201
221
  display: flex;
202
222
  justify-content: center;
203
223
  padding: 8px 0;
204
224
  }
205
- .user-actions__primary[data-v-dc040af1] {
225
+ .user-actions__primary[data-v-592f6ec3] {
206
226
  margin: 0 auto;
207
227
  width: 180px !important;
208
228
  }
209
- .user-actions__primary__icon[data-v-dc040af1] {
229
+ .user-actions__primary__icon[data-v-592f6ec3] {
210
230
  height: 20px;
211
231
  width: 20px;
212
232
  object-fit: contain;
213
233
  filter: var(--primary-invert-if-dark);
214
234
  }
215
- .user-actions__primary__icon-class[data-v-dc040af1] {
235
+ .user-actions__primary__icon-class[data-v-592f6ec3] {
216
236
  display: block;
217
237
  height: 20px;
218
238
  width: 20px;
@@ -221,12 +241,12 @@
221
241
  background-position: center;
222
242
  filter: var(--primary-invert-if-dark);
223
243
  }
224
- .user-actions__other[data-v-dc040af1] {
244
+ .user-actions__other[data-v-592f6ec3] {
225
245
  display: flex;
226
246
  justify-content: center;
227
247
  gap: 0 4px;
228
248
  }
229
- .user-actions__other__icon[data-v-dc040af1] {
249
+ .user-actions__other__icon[data-v-592f6ec3] {
230
250
  height: 20px;
231
251
  width: 20px;
232
252
  object-fit: contain;
@@ -234,7 +254,7 @@
234
254
  align-self: center;
235
255
  margin: 8px;
236
256
  }
237
- .user-actions__other__icon-class[data-v-dc040af1] {
257
+ .user-actions__other__icon-class[data-v-592f6ec3] {
238
258
  display: block;
239
259
  height: 20px;
240
260
  width: 20px;
@@ -245,7 +265,7 @@
245
265
  filter: var(--background-invert-if-dark);
246
266
  }
247
267
  @media only screen and (max-width: 512px) {
248
- .profile-hover-card[data-v-dc040af1] {
268
+ .profile-hover-card[data-v-592f6ec3] {
249
269
  width: min(560px, 100vw - 24px);
250
270
  max-width: calc(100vw - 24px);
251
271
  height: auto;
@@ -253,87 +273,90 @@
253
273
  max-height: min(80vh, 520px);
254
274
  overflow: auto;
255
275
  }
256
- .profile-hover-card__header[data-v-dc040af1] {
276
+ .profile-hover-card__header[data-v-592f6ec3] {
257
277
  height: auto;
258
278
  min-height: 112px;
259
279
  }
260
- .profile-hover-card__header__container[data-v-dc040af1] {
280
+ .profile-hover-card__header__container[data-v-592f6ec3] {
261
281
  align-self: flex-end;
262
282
  align-items: flex-end;
263
283
  gap: 16px;
264
284
  margin: 12px auto;
265
285
  padding-inline: 12px;
266
286
  }
267
- .profile-hover-card__header__container__avatar[data-v-dc040af1] {
287
+ .profile-hover-card__header__container__avatar[data-v-592f6ec3] {
268
288
  align-self: flex-end;
269
289
  }
270
- .profile-hover-card__header__container__identity[data-v-dc040af1] {
290
+ .profile-hover-card__header__container__identity[data-v-592f6ec3] {
271
291
  gap: 6px;
272
292
  padding-inline: 0;
273
293
  justify-content: flex-end;
274
294
  }
275
- .profile-hover-card__header__container__displayname[data-v-dc040af1] {
295
+ .profile-hover-card__header__container__displayname[data-v-592f6ec3] {
276
296
  flex-direction: column;
277
297
  align-items: flex-start;
278
298
  gap: 4px;
279
299
  }
280
- .profile-hover-card__header__container__displayname h2[data-v-dc040af1] {
300
+ .profile-hover-card__header__container__displayname h2[data-v-592f6ec3] {
281
301
  font-size: 20px;
282
302
  }
283
- .profile-hover-card__header__container__pronouns[data-v-dc040af1] {
303
+ .profile-hover-card__header__container__pronouns[data-v-592f6ec3] {
284
304
  font-size: 16px;
285
305
  }
286
- .profile-hover-card__header__container__pronoun-separator[data-v-dc040af1] {
306
+ .profile-hover-card__header__container__pronoun-separator[data-v-592f6ec3] {
287
307
  display: none;
288
308
  }
289
- .profile-hover-card__header__container__status-content[data-v-dc040af1] {
309
+ .profile-hover-card__header__container__status-content[data-v-592f6ec3] {
290
310
  font-size: 16px;
291
311
  }
292
- .profile-hover-card__content[data-v-dc040af1] {
312
+ .profile-hover-card__content[data-v-592f6ec3] {
293
313
  display: block;
294
314
  height: auto;
295
315
  padding-inline: 12px;
296
316
  padding-block-end: 12px;
297
317
  }
298
- .profile-hover-card__sidebar[data-v-dc040af1] {
318
+ .profile-hover-card__sidebar[data-v-592f6ec3] {
299
319
  margin: unset;
300
320
  width: auto;
301
321
  min-width: 0;
302
322
  padding-top: 0;
303
323
  }
304
- .profile-hover-card__blocks[data-v-dc040af1] {
324
+ .profile-hover-card__blocks[data-v-592f6ec3] {
305
325
  width: unset;
306
326
  margin: 0;
307
327
  padding: 8px 4px 12px;
308
328
  }
309
- .profile-hover-card__header[data-v-dc040af1] .avatar.avatardiv .avatardiv__user-status, .profile-hover-card__sidebar[data-v-dc040af1] .avatar.avatardiv .avatardiv__user-status {
329
+ .profile-hover-card__header[data-v-592f6ec3] .avatar.avatardiv .avatardiv__user-status, .profile-hover-card__sidebar[data-v-592f6ec3] .avatar.avatardiv .avatardiv__user-status {
310
330
  inset-inline-end: 0;
311
331
  bottom: 0;
312
332
  }
313
- .profile-hover-card__loading[data-v-dc040af1], .profile-hover-card__error[data-v-dc040af1] {
333
+ .profile-hover-card__loading[data-v-592f6ec3] {
314
334
  min-height: 200px;
315
335
  }
316
- .user-actions[data-v-dc040af1] {
336
+ .profile-hover-card--limited .profile-hover-card__body[data-v-592f6ec3] {
337
+ display: none;
338
+ }
339
+ .user-actions[data-v-592f6ec3] {
317
340
  width: unset;
318
341
  max-width: none;
319
342
  margin: 8px auto 0;
320
343
  padding: 0 4px;
321
344
  }
322
- .user-actions__primary[data-v-dc040af1] {
345
+ .user-actions__primary[data-v-592f6ec3] {
323
346
  width: 100% !important;
324
347
  max-width: 220px;
325
348
  }
326
- .user-actions__other[data-v-dc040af1] {
349
+ .user-actions__other[data-v-592f6ec3] {
327
350
  flex-wrap: wrap;
328
351
  }
329
352
  }
330
353
  @media only screen and (max-width: 480px) {
331
- .profile-hover-card[data-v-dc040af1] {
354
+ .profile-hover-card[data-v-592f6ec3] {
332
355
  width: calc(100vw - 16px);
333
356
  max-width: calc(100vw - 16px);
334
357
  border-radius: var(--border-radius);
335
358
  }
336
- .profile-hover-card__header__container[data-v-dc040af1] {
359
+ .profile-hover-card__header__container[data-v-592f6ec3] {
337
360
  gap: 8px;
338
361
  padding-inline: 8px;
339
362
  }
@@ -9,13 +9,13 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_TUacq {
12
+ ._material-design-icon_-FH6E {
13
13
  display: flex;
14
14
  align-self: center;
15
15
  justify-self: center;
16
16
  align-items: center;
17
17
  justify-content: center;
18
18
  }
19
- ._radioGroup_checkboxRadioContainer_AUPA7 .checkbox-content {
19
+ ._radioGroup_checkboxRadioContainer_yHVcN .checkbox-content {
20
20
  max-width: unset !important;
21
21
  }
@@ -9,14 +9,14 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_L0tBR {
12
+ ._material-design-icon_kNZhO {
13
13
  display: flex;
14
14
  align-self: center;
15
15
  justify-self: center;
16
16
  align-items: center;
17
17
  justify-content: center;
18
18
  }
19
- ._radioGroupButton_YNoo0 {
19
+ ._radioGroupButton_QcVyU {
20
20
  --radio-group-button--border-radius: var(--border-radius-small);
21
21
  --radio-group-button--border-width: 1px;
22
22
  --radio-group-button--color: var(--color-primary-element-light-text);
@@ -41,44 +41,44 @@
41
41
  padding-block: var(--radio-group-button--padding) 0;
42
42
  padding-inline: var(--radio-group-button--padding);
43
43
  }
44
- ._radioGroupButton_YNoo0 * {
44
+ ._radioGroupButton_QcVyU * {
45
45
  cursor: pointer;
46
46
  }
47
- ._radioGroupButton_YNoo0:has(._radioGroupButton__label_8W6-c) {
47
+ ._radioGroupButton_QcVyU:has(._radioGroupButton__label_QupyB) {
48
48
  padding-inline: calc(var(--radio-group-button--padding) + var(--border-radius-element));
49
49
  }
50
- ._radioGroupButton_YNoo0:has(._radioGroupButton__icon_lPjNx) {
50
+ ._radioGroupButton_QcVyU:has(._radioGroupButton__icon_FNlLj) {
51
51
  padding-inline-start: var(--radio-group-button--padding);
52
52
  }
53
- ._radioGroupButton_YNoo0:hover:not(._radioGroupButton_disabled_8uxSh) {
53
+ ._radioGroupButton_QcVyU:hover:not(._radioGroupButton_disabled_t8I3Z) {
54
54
  background-color: var(--radio-group-button--background-color-hover);
55
55
  }
56
- ._radioGroupButton_YNoo0:active:not(._radioGroupButton_disabled_8uxSh) {
56
+ ._radioGroupButton_QcVyU:active:not(._radioGroupButton_disabled_t8I3Z) {
57
57
  transform: scale(0.985);
58
58
  }
59
- ._radioGroupButton_YNoo0:focus-within {
59
+ ._radioGroupButton_QcVyU:focus-within {
60
60
  --radio-group-button--border-width: 2px;
61
61
  --radio-group-button--padding: 0px;
62
62
  border: var(--radio-group-button--border-width) solid var(--color-main-text) !important;
63
63
  outline: calc(var(--default-grid-baseline) / 2) var(--color-main-background);
64
64
  }
65
- ._radioGroupButton_active_qTVBh {
65
+ ._radioGroupButton_active_ZblnM {
66
66
  --radio-group-button--color: var(--color-primary-element-text);
67
67
  --radio-group-button--background-color: var(--color-primary-element);
68
68
  --radio-group-button--background-color-hover: var(--color-primary-element-hover);
69
69
  }
70
- ._radioGroupButton__label_8W6-c {
70
+ ._radioGroupButton__label_QupyB {
71
71
  font-weight: var(--font-weight-element, bold);
72
72
  }
73
- ._radioGroupButton_disabled_8uxSh {
73
+ ._radioGroupButton_disabled_t8I3Z {
74
74
  filter: saturate(0.7);
75
75
  opacity: 0.5;
76
76
  cursor: default;
77
77
  }
78
- ._radioGroupButton_disabled_8uxSh * {
78
+ ._radioGroupButton_disabled_t8I3Z * {
79
79
  cursor: default;
80
80
  }
81
- ._radioGroupButton__icon_lPjNx {
81
+ ._radioGroupButton__icon_FNlLj {
82
82
  --radio-group-button--icon-size: calc(var(--default-clickable-area) - 4px);
83
83
  display: flex;
84
84
  align-items: center;
@@ -86,6 +86,6 @@
86
86
  height: 100%;
87
87
  width: var(--radio-group-button--icon-size);
88
88
  }
89
- ._radioGroupButton__icon_lPjNx * {
89
+ ._radioGroupButton__icon_FNlLj * {
90
90
  --default-clickable-area: var(--radio-group-button--icon-size);
91
91
  }
@@ -189,14 +189,14 @@
189
189
  /*
190
190
  * Ensure proper alignment of the vue material icons
191
191
  */
192
- ._material-design-icon_mr-D2 {
192
+ ._material-design-icon_Zj1Q3 {
193
193
  display: flex;
194
194
  align-self: center;
195
195
  justify-self: center;
196
196
  align-items: center;
197
197
  justify-content: center;
198
198
  }
199
- ._tribute-container_x6S5- {
199
+ ._tribute-container_DlTKg {
200
200
  z-index: 9000;
201
201
  overflow: auto;
202
202
  position: absolute;
@@ -209,62 +209,62 @@
209
209
  background: var(--color-main-background);
210
210
  box-shadow: 0 1px 5px var(--color-box-shadow);
211
211
  }
212
- ._tribute-container_x6S5-, ._tribute-container_x6S5- * {
212
+ ._tribute-container_DlTKg, ._tribute-container_DlTKg * {
213
213
  box-sizing: border-box;
214
214
  }
215
- ._tribute-container_x6S5- ul {
215
+ ._tribute-container_DlTKg ul {
216
216
  display: flex;
217
217
  flex-direction: column;
218
218
  gap: var(--default-grid-baseline);
219
219
  }
220
- ._tribute-container_x6S5- ._tribute-container__item_DySp8 {
220
+ ._tribute-container_DlTKg ._tribute-container__item_j0Jfz {
221
221
  color: var(--color-text-maxcontrast);
222
222
  border-radius: var(--border-radius-small);
223
223
  padding: var(--default-grid-baseline);
224
224
  cursor: pointer;
225
225
  min-height: var(--clickable-area-small, auto);
226
226
  }
227
- ._tribute-container_x6S5- ._tribute-container__item_DySp8.highlight {
227
+ ._tribute-container_DlTKg ._tribute-container__item_j0Jfz.highlight {
228
228
  color: var(--color-main-text);
229
229
  background: var(--color-background-hover);
230
230
  }
231
- ._tribute-container_x6S5- ._tribute-container__item_DySp8.highlight, ._tribute-container_x6S5- ._tribute-container__item_DySp8.highlight * {
231
+ ._tribute-container_DlTKg ._tribute-container__item_j0Jfz.highlight, ._tribute-container_DlTKg ._tribute-container__item_j0Jfz.highlight * {
232
232
  cursor: pointer;
233
233
  }
234
- ._tribute-container_x6S5-._tribute-container--focus-visible_cY0kd .highlight._tribute-container__item_DySp8 {
234
+ ._tribute-container_DlTKg._tribute-container--focus-visible_bexBy .highlight._tribute-container__item_j0Jfz {
235
235
  outline: 2px solid var(--color-main-text) !important;
236
236
  }
237
- ._tribute-container-autocomplete_bSLlH {
237
+ ._tribute-container-autocomplete_qEbF- {
238
238
  min-width: 250px;
239
239
  max-width: 300px;
240
240
  max-height: calc((var(--default-clickable-area) + 3 * var(--default-grid-baseline)) * 4.5 - 1.5 * var(--default-grid-baseline));
241
241
  }
242
- ._tribute-container-emoji_JH-rN,
243
- ._tribute-container-link_fcdOz {
242
+ ._tribute-container-emoji_Pe4yR,
243
+ ._tribute-container-link_fVL9D {
244
244
  min-width: 200px;
245
245
  max-width: 200px;
246
246
  max-height: calc((24px + 3 * var(--default-grid-baseline)) * 5.5 - 1.5 * var(--default-grid-baseline));
247
247
  }
248
- ._tribute-container-emoji_JH-rN ._tribute-item_gtmOq,
249
- ._tribute-container-link_fcdOz ._tribute-item_gtmOq {
248
+ ._tribute-container-emoji_Pe4yR ._tribute-item_-NwTy,
249
+ ._tribute-container-link_fVL9D ._tribute-item_-NwTy {
250
250
  white-space: nowrap;
251
251
  overflow: hidden;
252
252
  text-overflow: ellipsis;
253
253
  }
254
- ._tribute-container-link_fcdOz {
254
+ ._tribute-container-link_fVL9D {
255
255
  min-width: 200px;
256
256
  max-width: 300px;
257
257
  }
258
- ._tribute-container-link_fcdOz ._tribute-item_gtmOq {
258
+ ._tribute-container-link_fVL9D ._tribute-item_-NwTy {
259
259
  display: flex;
260
260
  align-items: center;
261
261
  }
262
- ._tribute-container-link_fcdOz ._tribute-item__title_emV92 {
262
+ ._tribute-container-link_fVL9D ._tribute-item__title_twscI {
263
263
  white-space: nowrap;
264
264
  overflow: hidden;
265
265
  text-overflow: ellipsis;
266
266
  }
267
- ._tribute-container-link_fcdOz ._tribute-item__icon_-Zn0O {
267
+ ._tribute-container-link_fVL9D ._tribute-item__icon_kMB-F {
268
268
  margin: auto 0;
269
269
  width: 20px;
270
270
  height: 20px;