@nextcloud/vue 9.12.0 → 9.13.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 (90) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/assets/NcAppContent.css +20 -20
  3. package/dist/assets/NcAppNavigation.css +13 -13
  4. package/dist/assets/NcAppNavigationSettings.css +6 -6
  5. package/dist/assets/NcAppSettingsDialog.css +3 -3
  6. package/dist/assets/NcAppSettingsShortcutsSection.css +1 -1
  7. package/dist/assets/NcAppSidebar.css +28 -28
  8. package/dist/assets/NcAssistantButton.css +9 -9
  9. package/dist/assets/NcAssistantContent.css +3 -3
  10. package/dist/assets/NcAssistantIcon.css +4 -4
  11. package/dist/assets/NcAvatar.css +26 -26
  12. package/dist/assets/NcBlurHash.css +2 -2
  13. package/dist/assets/NcDialog.css +16 -16
  14. package/dist/assets/NcFilePicker.css +1 -1
  15. package/dist/assets/NcFormBox.css +11 -11
  16. package/dist/assets/NcFormBoxButton.css +2 -2
  17. package/dist/assets/NcFormBoxItem.css +15 -15
  18. package/dist/assets/NcFormBoxSwitch.css +2 -2
  19. package/dist/assets/NcFormGroup.css +7 -7
  20. package/dist/assets/NcHotkey.css +8 -8
  21. package/dist/assets/NcHotkeyList.css +2 -2
  22. package/dist/assets/NcIconToggleSwitch.css +4 -4
  23. package/dist/assets/NcKbd.css +3 -3
  24. package/dist/assets/NcModal.css +61 -61
  25. package/dist/assets/NcPopover.css +16 -16
  26. package/dist/assets/NcRadioGroup.css +2 -2
  27. package/dist/assets/NcRadioGroupButton.css +14 -14
  28. package/dist/assets/NcRichContenteditable.css +17 -17
  29. package/dist/assets/NcUploadPicker.css +7 -7
  30. package/dist/assets/autolink.css +3 -3
  31. package/dist/chunks/NcAppContent.mjs +170 -297
  32. package/dist/chunks/NcAppContent.mjs.map +1 -1
  33. package/dist/chunks/NcAppContentList.vue_vue_type_script_setup_true_lang.mjs +21 -0
  34. package/dist/chunks/NcAppContentList.vue_vue_type_script_setup_true_lang.mjs.map +1 -0
  35. package/dist/chunks/NcAppNavigation.mjs +7 -4
  36. package/dist/chunks/NcAppNavigation.mjs.map +1 -1
  37. package/dist/chunks/NcAppNavigationSettings.mjs +6 -6
  38. package/dist/chunks/NcAppSettingsDialog.mjs +4 -4
  39. package/dist/chunks/NcAppSettingsShortcutsSection.mjs +1 -1
  40. package/dist/chunks/NcAppSidebar.mjs +12 -12
  41. package/dist/chunks/NcAssistantButton.mjs +7 -7
  42. package/dist/chunks/NcAssistantContent.mjs +3 -3
  43. package/dist/chunks/NcAssistantIcon.mjs +4 -4
  44. package/dist/chunks/NcAvatar.mjs +14 -7
  45. package/dist/chunks/NcAvatar.mjs.map +1 -1
  46. package/dist/chunks/NcBlurHash.mjs +2 -2
  47. package/dist/chunks/NcContent.mjs +1 -1
  48. package/dist/chunks/NcDialog.mjs +1 -1
  49. package/dist/chunks/NcDialog.mjs.map +1 -1
  50. package/dist/chunks/NcFilePicker.mjs +1 -1
  51. package/dist/chunks/NcFormBox.mjs +5 -5
  52. package/dist/chunks/NcFormBoxButton.mjs +2 -2
  53. package/dist/chunks/NcFormBoxItem.mjs +8 -8
  54. package/dist/chunks/NcFormBoxSwitch.mjs +2 -2
  55. package/dist/chunks/NcFormGroup.mjs +7 -7
  56. package/dist/chunks/NcHotkey.mjs +4 -4
  57. package/dist/chunks/NcHotkeyList.mjs +2 -2
  58. package/dist/chunks/NcIconToggleSwitch.mjs +2 -2
  59. package/dist/chunks/NcKbd.mjs +2 -2
  60. package/dist/chunks/NcMentionBubble.vue_vue_type_style_index_0_scoped_3c4a673d_lang.mjs +7 -7
  61. package/dist/chunks/NcMentionBubble.vue_vue_type_style_index_0_scoped_3c4a673d_lang.mjs.map +1 -1
  62. package/dist/chunks/NcModal.mjs +8 -6
  63. package/dist/chunks/NcModal.mjs.map +1 -1
  64. package/dist/chunks/NcPopover.mjs +2 -2
  65. package/dist/chunks/NcRadioGroup.mjs +2 -2
  66. package/dist/chunks/NcRadioGroupButton.mjs +6 -6
  67. package/dist/chunks/NcRichContenteditable.mjs +10 -10
  68. package/dist/chunks/NcUploadPicker.mjs +6 -6
  69. package/dist/chunks/NcUploadPicker.mjs.map +1 -1
  70. package/dist/chunks/_l10n.mjs +24 -24
  71. package/dist/chunks/autolink.mjs +3 -3
  72. package/dist/components/NcAppContent/NcAppContent.vue.d.ts +77 -149
  73. package/dist/components/NcAppContent/index.d.ts +5 -0
  74. package/dist/components/NcAppContentList/NcAppContentList.vue.d.ts +28 -27
  75. package/dist/components/NcAppContentList/index.d.ts +4 -0
  76. package/dist/components/NcAppContentList/index.mjs +2 -2
  77. package/dist/components/NcAvatar/NcAvatar.vue.d.ts +17 -0
  78. package/dist/components/NcCollectionList/NcCollectionList.vue.d.ts +18 -0
  79. package/dist/components/NcCollectionList/NcCollectionListItem.vue.d.ts +9 -0
  80. package/dist/components/NcDashboardWidget/NcDashboardWidget.vue.d.ts +18 -0
  81. package/dist/components/NcDashboardWidgetItem/NcDashboardWidgetItem.vue.d.ts +9 -0
  82. package/dist/components/NcListItemIcon/NcListItemIcon.vue.d.ts +9 -0
  83. package/dist/components/NcModal/NcModal.vue.d.ts +3 -0
  84. package/dist/components/NcRichText/NcReferencePicker/NcReferencePickerModal.vue.d.ts +8 -0
  85. package/dist/components/index.d.ts +2 -2
  86. package/dist/index.mjs +169 -169
  87. package/dist/utils/getAvatarUrl.d.ts +4 -0
  88. package/package.json +7 -7
  89. package/dist/chunks/NcAppContentList.mjs +0 -33
  90. package/dist/chunks/NcAppContentList.mjs.map +0 -1
@@ -9,14 +9,14 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- .material-design-icon[data-v-3aeb69e6] {
12
+ .material-design-icon[data-v-8a639337] {
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
- .modal-mask[data-v-3aeb69e6] {
19
+ .modal-mask[data-v-8a639337] {
20
20
  position: fixed;
21
21
  z-index: 9998;
22
22
  top: 0;
@@ -27,16 +27,16 @@
27
27
  --backdrop-color: 0, 0, 0;
28
28
  background-color: rgba(var(--backdrop-color), 0.5);
29
29
  }
30
- .modal-mask[data-v-3aeb69e6], .modal-mask[data-v-3aeb69e6] * {
30
+ .modal-mask[data-v-8a639337], .modal-mask[data-v-8a639337] * {
31
31
  box-sizing: border-box;
32
32
  }
33
- .modal-mask--opaque[data-v-3aeb69e6] {
33
+ .modal-mask--opaque[data-v-8a639337] {
34
34
  background-color: rgba(var(--backdrop-color), 0.92);
35
35
  }
36
- .modal-mask--light[data-v-3aeb69e6] {
36
+ .modal-mask--light[data-v-8a639337] {
37
37
  --backdrop-color: 255, 255, 255;
38
38
  }
39
- .modal-header[data-v-3aeb69e6] {
39
+ .modal-header[data-v-8a639337] {
40
40
  position: absolute;
41
41
  z-index: 10001;
42
42
  top: 0;
@@ -49,7 +49,7 @@
49
49
  overflow: hidden;
50
50
  transition: opacity 250ms, visibility 250ms;
51
51
  }
52
- .modal-header__name[data-v-3aeb69e6] {
52
+ .modal-header__name[data-v-8a639337] {
53
53
  overflow-x: hidden;
54
54
  width: 100%;
55
55
  padding-inline: 12px 0;
@@ -60,25 +60,25 @@
60
60
  margin-block: 0;
61
61
  }
62
62
  @media only screen and (min-width: 1024px) {
63
- .modal-header__name[data-v-3aeb69e6] {
64
- padding-inline-start: calc(var(--header-height) * var(--v56ab185f));
63
+ .modal-header__name[data-v-8a639337] {
64
+ padding-inline-start: calc(var(--header-height) * var(--v11237964));
65
65
  text-align: center;
66
66
  }
67
67
  }
68
- .modal-header .icons-menu[data-v-3aeb69e6] {
68
+ .modal-header .icons-menu[data-v-8a639337] {
69
69
  display: flex;
70
70
  align-items: center;
71
71
  justify-content: flex-end;
72
72
  align-self: flex-end;
73
73
  }
74
- .modal-header .icons-menu .header-close[data-v-3aeb69e6] {
74
+ .modal-header .icons-menu .header-close[data-v-8a639337] {
75
75
  display: flex;
76
76
  align-items: center;
77
77
  justify-content: center;
78
78
  margin: calc((var(--header-height) - var(--default-clickable-area)) / 2);
79
79
  padding: 0;
80
80
  }
81
- .modal-header .icons-menu .play-pause-icons[data-v-3aeb69e6] {
81
+ .modal-header .icons-menu .play-pause-icons[data-v-8a639337] {
82
82
  position: relative;
83
83
  width: var(--header-height);
84
84
  height: var(--header-height);
@@ -88,33 +88,33 @@
88
88
  border: none;
89
89
  background-color: transparent;
90
90
  }
91
- .modal-header .icons-menu .play-pause-icons:hover .play-pause-icons__icon[data-v-3aeb69e6], .modal-header .icons-menu .play-pause-icons:focus .play-pause-icons__icon[data-v-3aeb69e6] {
91
+ .modal-header .icons-menu .play-pause-icons:hover .play-pause-icons__icon[data-v-8a639337], .modal-header .icons-menu .play-pause-icons:focus .play-pause-icons__icon[data-v-8a639337] {
92
92
  opacity: 1;
93
93
  border-radius: calc(var(--default-clickable-area) / 2);
94
94
  background-color: rgba(127, 127, 127, 0.25);
95
95
  }
96
- .modal-header .icons-menu .play-pause-icons__icon[data-v-3aeb69e6] {
96
+ .modal-header .icons-menu .play-pause-icons__icon[data-v-8a639337] {
97
97
  width: var(--default-clickable-area);
98
98
  height: var(--default-clickable-area);
99
99
  margin: calc((var(--header-height) - var(--default-clickable-area)) / 2);
100
100
  cursor: pointer;
101
101
  opacity: 0.7;
102
102
  }
103
- .modal-header .icons-menu[data-v-3aeb69e6] .action-item {
103
+ .modal-header .icons-menu[data-v-8a639337] .action-item {
104
104
  margin: calc((var(--header-height) - var(--default-clickable-area)) / 2);
105
105
  }
106
- .modal-header .icons-menu[data-v-3aeb69e6] .action-item--single {
106
+ .modal-header .icons-menu[data-v-8a639337] .action-item--single {
107
107
  width: var(--default-clickable-area);
108
108
  height: var(--default-clickable-area);
109
109
  cursor: pointer;
110
110
  background-position: center;
111
111
  background-size: 22px;
112
112
  }
113
- .modal-header .icons-menu .header-actions[data-v-3aeb69e6] button:focus-visible {
113
+ .modal-header .icons-menu .header-actions[data-v-8a639337] button:focus-visible {
114
114
  box-shadow: none !important;
115
115
  outline: 2px solid #fff !important;
116
116
  }
117
- .modal-wrapper[data-v-3aeb69e6] {
117
+ .modal-wrapper[data-v-8a639337] {
118
118
  --modal-header-offset: var(--header-height);
119
119
  display: flex;
120
120
  align-items: center;
@@ -122,14 +122,14 @@
122
122
  width: 100%;
123
123
  height: 100%;
124
124
  }
125
- .modal-wrapper--no-header[data-v-3aeb69e6] {
125
+ .modal-wrapper--no-header[data-v-8a639337] {
126
126
  --modal-header-offset: var(--body-container-margin);
127
127
  }
128
- .modal-wrapper[data-v-3aeb69e6] {
128
+ .modal-wrapper[data-v-8a639337] {
129
129
  /* Navigation buttons */
130
130
  }
131
- .modal-wrapper .prev[data-v-3aeb69e6],
132
- .modal-wrapper .next[data-v-3aeb69e6] {
131
+ .modal-wrapper .prev[data-v-8a639337],
132
+ .modal-wrapper .next[data-v-8a639337] {
133
133
  z-index: 10000;
134
134
  height: 35vh;
135
135
  min-height: 300px;
@@ -137,21 +137,21 @@
137
137
  transition: opacity 250ms;
138
138
  color: white;
139
139
  }
140
- .modal-wrapper .prev[data-v-3aeb69e6]:focus-visible,
141
- .modal-wrapper .next[data-v-3aeb69e6]:focus-visible {
140
+ .modal-wrapper .prev[data-v-8a639337]:focus-visible,
141
+ .modal-wrapper .next[data-v-8a639337]:focus-visible {
142
142
  box-shadow: 0 0 0 2px var(--color-primary-element-text);
143
143
  background-color: var(--color-box-shadow);
144
144
  }
145
- .modal-wrapper .prev[data-v-3aeb69e6] {
145
+ .modal-wrapper .prev[data-v-8a639337] {
146
146
  inset-inline-start: 2px;
147
147
  }
148
- .modal-wrapper .next[data-v-3aeb69e6] {
148
+ .modal-wrapper .next[data-v-8a639337] {
149
149
  inset-inline-end: 2px;
150
150
  }
151
- .modal-wrapper[data-v-3aeb69e6] {
151
+ .modal-wrapper[data-v-8a639337] {
152
152
  /* Content */
153
153
  }
154
- .modal-wrapper .modal-container[data-v-3aeb69e6] {
154
+ .modal-wrapper .modal-container[data-v-8a639337] {
155
155
  position: relative;
156
156
  display: flex;
157
157
  padding: 0;
@@ -162,33 +162,33 @@
162
162
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
163
163
  overflow: auto;
164
164
  }
165
- .modal-wrapper .modal-container__close[data-v-3aeb69e6] {
165
+ .modal-wrapper .modal-container__close[data-v-8a639337] {
166
166
  z-index: 1;
167
167
  position: absolute;
168
168
  top: 4px;
169
169
  inset-inline-end: var(--default-grid-baseline);
170
170
  }
171
- .modal-wrapper .modal-container__content[data-v-3aeb69e6] {
171
+ .modal-wrapper .modal-container__content[data-v-8a639337] {
172
172
  width: 100%;
173
173
  min-height: 52px;
174
174
  overflow: auto;
175
175
  }
176
- .modal-wrapper--small > .modal-container[data-v-3aeb69e6] {
176
+ .modal-wrapper--small > .modal-container[data-v-8a639337] {
177
177
  width: 400px;
178
178
  max-width: 90%;
179
179
  max-height: min(90%, 100% - 2 * var(--header-height) - 2 * var(--body-container-margin));
180
180
  }
181
- .modal-wrapper--normal > .modal-container[data-v-3aeb69e6] {
181
+ .modal-wrapper--normal > .modal-container[data-v-8a639337] {
182
182
  max-width: 90%;
183
183
  width: 600px;
184
184
  max-height: min(90%, 100% - 2 * var(--header-height) - 2 * var(--body-container-margin));
185
185
  }
186
- .modal-wrapper--large > .modal-container[data-v-3aeb69e6] {
186
+ .modal-wrapper--large > .modal-container[data-v-8a639337] {
187
187
  max-width: 90%;
188
188
  width: 900px;
189
189
  max-height: min(90%, 100% - 2 * var(--header-height) - 2 * var(--body-container-margin));
190
190
  }
191
- .modal-wrapper--full > .modal-container[data-v-3aeb69e6] {
191
+ .modal-wrapper--full > .modal-container[data-v-8a639337] {
192
192
  width: 100%;
193
193
  height: calc(100% - var(--modal-header-offset));
194
194
  position: absolute;
@@ -196,7 +196,7 @@
196
196
  border-radius: 0;
197
197
  }
198
198
  @media only screen and ((max-width: 512px) or (max-height: 400px)) {
199
- .modal-wrapper .modal-container[data-v-3aeb69e6] {
199
+ .modal-wrapper .modal-container[data-v-8a639337] {
200
200
  max-width: initial;
201
201
  width: 100%;
202
202
  max-height: initial;
@@ -208,60 +208,60 @@
208
208
  }
209
209
 
210
210
  /* TRANSITIONS */
211
- .fade-enter-active[data-v-3aeb69e6],
212
- .fade-leave-active[data-v-3aeb69e6] {
211
+ .fade-enter-active[data-v-8a639337],
212
+ .fade-leave-active[data-v-8a639337] {
213
213
  transition: opacity 250ms;
214
214
  }
215
- .fade-enter-from[data-v-3aeb69e6],
216
- .fade-leave-to[data-v-3aeb69e6] {
215
+ .fade-enter-from[data-v-8a639337],
216
+ .fade-leave-to[data-v-8a639337] {
217
217
  opacity: 0;
218
218
  }
219
- .fade-visibility-enter-from[data-v-3aeb69e6],
220
- .fade-visibility-leave-to[data-v-3aeb69e6] {
219
+ .fade-visibility-enter-from[data-v-8a639337],
220
+ .fade-visibility-leave-to[data-v-8a639337] {
221
221
  visibility: hidden;
222
222
  opacity: 0;
223
223
  }
224
- .modal-in-enter-active[data-v-3aeb69e6],
225
- .modal-in-leave-active[data-v-3aeb69e6],
226
- .modal-out-enter-active[data-v-3aeb69e6],
227
- .modal-out-leave-active[data-v-3aeb69e6] {
224
+ .modal-in-enter-active[data-v-8a639337],
225
+ .modal-in-leave-active[data-v-8a639337],
226
+ .modal-out-enter-active[data-v-8a639337],
227
+ .modal-out-leave-active[data-v-8a639337] {
228
228
  transition: opacity 250ms;
229
229
  }
230
- .modal-in-enter-from[data-v-3aeb69e6],
231
- .modal-in-leave-to[data-v-3aeb69e6],
232
- .modal-out-enter-from[data-v-3aeb69e6],
233
- .modal-out-leave-to[data-v-3aeb69e6] {
230
+ .modal-in-enter-from[data-v-8a639337],
231
+ .modal-in-leave-to[data-v-8a639337],
232
+ .modal-out-enter-from[data-v-8a639337],
233
+ .modal-out-leave-to[data-v-8a639337] {
234
234
  opacity: 0;
235
235
  }
236
- .modal-in-enter .modal-container[data-v-3aeb69e6],
237
- .modal-in-leave-to .modal-container[data-v-3aeb69e6] {
236
+ .modal-in-enter .modal-container[data-v-8a639337],
237
+ .modal-in-leave-to .modal-container[data-v-8a639337] {
238
238
  transform: scale(0.9);
239
239
  }
240
- .modal-out-enter .modal-container[data-v-3aeb69e6],
241
- .modal-out-leave-to .modal-container[data-v-3aeb69e6] {
240
+ .modal-out-enter .modal-container[data-v-8a639337],
241
+ .modal-out-leave-to .modal-container[data-v-8a639337] {
242
242
  transform: scale(1.1);
243
243
  }
244
- .modal-mask .play-pause-icons .progress-ring[data-v-3aeb69e6] {
244
+ .modal-mask .play-pause-icons .progress-ring[data-v-8a639337] {
245
245
  position: absolute;
246
246
  top: 0;
247
247
  inset-inline-start: 0;
248
248
  transform: rotate(-90deg);
249
249
  }
250
- .modal-mask .play-pause-icons .progress-ring .progress-ring__circle[data-v-3aeb69e6] {
250
+ .modal-mask .play-pause-icons .progress-ring .progress-ring__circle[data-v-8a639337] {
251
251
  transition: 100ms stroke-dashoffset;
252
252
  transform-origin: 50% 50%;
253
- animation: progressring-3aeb69e6 linear var(--v86f86e3a) infinite;
253
+ animation: progressring-8a639337 linear var(--v5117887e) infinite;
254
254
  stroke-linecap: round;
255
255
  stroke-dashoffset: 94.2477796077;
256
256
  stroke-dasharray: 94.2477796077;
257
257
  }
258
- .modal-mask .play-pause-icons--paused .play-pause-icons__icon[data-v-3aeb69e6] {
259
- animation: breath-3aeb69e6 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
258
+ .modal-mask .play-pause-icons--paused .play-pause-icons__icon[data-v-8a639337] {
259
+ animation: breath-8a639337 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
260
260
  }
261
- .modal-mask .play-pause-icons--paused .progress-ring__circle[data-v-3aeb69e6] {
261
+ .modal-mask .play-pause-icons--paused .progress-ring__circle[data-v-8a639337] {
262
262
  animation-play-state: paused !important;
263
263
  }
264
- @keyframes progressring-3aeb69e6 {
264
+ @keyframes progressring-8a639337 {
265
265
  from {
266
266
  stroke-dashoffset: 94.2477796077;
267
267
  }
@@ -269,7 +269,7 @@ to {
269
269
  stroke-dashoffset: 0;
270
270
  }
271
271
  }
272
- @keyframes breath-3aeb69e6 {
272
+ @keyframes breath-8a639337 {
273
273
  0% {
274
274
  opacity: 1;
275
275
  }
@@ -9,17 +9,17 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_CtXvA {
12
+ ._material-design-icon_4lyLG {
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_oX-YA.v-popper--theme-nc-popover-9, ._ncPopover_oX-YA.v-popper--theme-nc-popover-9 * {
19
+ ._ncPopover_OB2ul.v-popper--theme-nc-popover-9, ._ncPopover_OB2ul.v-popper--theme-nc-popover-9 * {
20
20
  box-sizing: border-box;
21
21
  }
22
- ._ncPopover_oX-YA.v-popper--theme-nc-popover-9 .resize-observer {
22
+ ._ncPopover_OB2ul.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_oX-YA.v-popper--theme-nc-popover-9 .resize-observer object {
37
+ ._ncPopover_OB2ul.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_oX-YA.v-popper--theme-nc-popover-9.v-popper__popper {
49
+ ._ncPopover_OB2ul.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_oX-YA.v-popper--theme-nc-popover-9.v-popper__popper .v-popper__wrapper {
56
+ ._ncPopover_OB2ul.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_oX-YA.v-popper--theme-nc-popover-9.v-popper__popper .v-popper__inner {
69
+ ._ncPopover_OB2ul.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_oX-YA.v-popper--theme-nc-popover-9.v-popper__popper .v-popper__arrow-container {
76
+ ._ncPopover_OB2ul.v-popper--theme-nc-popover-9.v-popper__popper .v-popper__arrow-container {
77
77
  display: none;
78
78
  }
79
- ._ncPopover_oX-YA.v-popper--theme-nc-popover-9.v-popper__popper[data-popper-placement^=top] .v-popper__wrapper {
79
+ ._ncPopover_OB2ul.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_oX-YA.v-popper--theme-nc-popover-9.v-popper__popper[data-popper-placement^=bottom] .v-popper__wrapper {
82
+ ._ncPopover_OB2ul.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_oX-YA.v-popper--theme-nc-popover-9.v-popper__popper[data-popper-placement^=right] .v-popper__wrapper {
85
+ ._ncPopover_OB2ul.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_oX-YA.v-popper--theme-nc-popover-9.v-popper__popper[data-popper-placement^=left] .v-popper__wrapper {
89
+ ._ncPopover_OB2ul.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_oX-YA.v-popper--theme-nc-popover-9.v-popper__popper[aria-hidden=true] {
93
+ ._ncPopover_OB2ul.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_oX-YA.v-popper--theme-nc-popover-9.v-popper__popper[aria-hidden=true] .v-popper__wrapper {
98
+ ._ncPopover_OB2ul.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_oX-YA.v-popper--theme-nc-popover-9.v-popper__popper[aria-hidden=false] {
101
+ ._ncPopover_OB2ul.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_oX-YA.v-popper--theme-nc-popover-9.v-popper__popper[aria-hidden=false] .v-popper__wrapper {
106
+ ._ncPopover_OB2ul.v-popper--theme-nc-popover-9.v-popper__popper[aria-hidden=false] .v-popper__wrapper {
107
107
  transform: scale(1);
108
108
  }
@@ -9,13 +9,13 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_-FH6E {
12
+ ._material-design-icon_SHkNa {
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_yHVcN .checkbox-content {
19
+ ._radioGroup_checkboxRadioContainer_0rsOE .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_kNZhO {
12
+ ._material-design-icon_Ri-wa {
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_QcVyU {
19
+ ._radioGroupButton_bquAE {
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_QcVyU * {
44
+ ._radioGroupButton_bquAE * {
45
45
  cursor: pointer;
46
46
  }
47
- ._radioGroupButton_QcVyU:has(._radioGroupButton__label_QupyB) {
47
+ ._radioGroupButton_bquAE:has(._radioGroupButton__label_p1sJL) {
48
48
  padding-inline: calc(var(--radio-group-button--padding) + var(--border-radius-element));
49
49
  }
50
- ._radioGroupButton_QcVyU:has(._radioGroupButton__icon_FNlLj) {
50
+ ._radioGroupButton_bquAE:has(._radioGroupButton__icon_AVklF) {
51
51
  padding-inline-start: var(--radio-group-button--padding);
52
52
  }
53
- ._radioGroupButton_QcVyU:hover:not(._radioGroupButton_disabled_t8I3Z) {
53
+ ._radioGroupButton_bquAE:hover:not(._radioGroupButton_disabled_ZdNLd) {
54
54
  background-color: var(--radio-group-button--background-color-hover);
55
55
  }
56
- ._radioGroupButton_QcVyU:active:not(._radioGroupButton_disabled_t8I3Z) {
56
+ ._radioGroupButton_bquAE:active:not(._radioGroupButton_disabled_ZdNLd) {
57
57
  transform: scale(0.985);
58
58
  }
59
- ._radioGroupButton_QcVyU:focus-within {
59
+ ._radioGroupButton_bquAE: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_ZblnM {
65
+ ._radioGroupButton_active_ahqux {
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_QupyB {
70
+ ._radioGroupButton__label_p1sJL {
71
71
  font-weight: var(--font-weight-element, bold);
72
72
  }
73
- ._radioGroupButton_disabled_t8I3Z {
73
+ ._radioGroupButton_disabled_ZdNLd {
74
74
  filter: saturate(0.7);
75
75
  opacity: 0.5;
76
76
  cursor: default;
77
77
  }
78
- ._radioGroupButton_disabled_t8I3Z * {
78
+ ._radioGroupButton_disabled_ZdNLd * {
79
79
  cursor: default;
80
80
  }
81
- ._radioGroupButton__icon_FNlLj {
81
+ ._radioGroupButton__icon_AVklF {
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_FNlLj * {
89
+ ._radioGroupButton__icon_AVklF * {
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_Zj1Q3 {
192
+ ._material-design-icon_4YyIP {
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_DlTKg {
199
+ ._tribute-container_Ww-8b {
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_DlTKg, ._tribute-container_DlTKg * {
212
+ ._tribute-container_Ww-8b, ._tribute-container_Ww-8b * {
213
213
  box-sizing: border-box;
214
214
  }
215
- ._tribute-container_DlTKg ul {
215
+ ._tribute-container_Ww-8b ul {
216
216
  display: flex;
217
217
  flex-direction: column;
218
218
  gap: var(--default-grid-baseline);
219
219
  }
220
- ._tribute-container_DlTKg ._tribute-container__item_j0Jfz {
220
+ ._tribute-container_Ww-8b ._tribute-container__item_zqAfd {
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_DlTKg ._tribute-container__item_j0Jfz.highlight {
227
+ ._tribute-container_Ww-8b ._tribute-container__item_zqAfd.highlight {
228
228
  color: var(--color-main-text);
229
229
  background: var(--color-background-hover);
230
230
  }
231
- ._tribute-container_DlTKg ._tribute-container__item_j0Jfz.highlight, ._tribute-container_DlTKg ._tribute-container__item_j0Jfz.highlight * {
231
+ ._tribute-container_Ww-8b ._tribute-container__item_zqAfd.highlight, ._tribute-container_Ww-8b ._tribute-container__item_zqAfd.highlight * {
232
232
  cursor: pointer;
233
233
  }
234
- ._tribute-container_DlTKg._tribute-container--focus-visible_bexBy .highlight._tribute-container__item_j0Jfz {
234
+ ._tribute-container_Ww-8b._tribute-container--focus-visible_PCmoN .highlight._tribute-container__item_zqAfd {
235
235
  outline: 2px solid var(--color-main-text) !important;
236
236
  }
237
- ._tribute-container-autocomplete_qEbF- {
237
+ ._tribute-container-autocomplete_S19Gr {
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_Pe4yR,
243
- ._tribute-container-link_fVL9D {
242
+ ._tribute-container-emoji_PPmsQ,
243
+ ._tribute-container-link_U7pSc {
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_Pe4yR ._tribute-item_-NwTy,
249
- ._tribute-container-link_fVL9D ._tribute-item_-NwTy {
248
+ ._tribute-container-emoji_PPmsQ ._tribute-item_cNNM-,
249
+ ._tribute-container-link_U7pSc ._tribute-item_cNNM- {
250
250
  white-space: nowrap;
251
251
  overflow: hidden;
252
252
  text-overflow: ellipsis;
253
253
  }
254
- ._tribute-container-link_fVL9D {
254
+ ._tribute-container-link_U7pSc {
255
255
  min-width: 200px;
256
256
  max-width: 300px;
257
257
  }
258
- ._tribute-container-link_fVL9D ._tribute-item_-NwTy {
258
+ ._tribute-container-link_U7pSc ._tribute-item_cNNM- {
259
259
  display: flex;
260
260
  align-items: center;
261
261
  }
262
- ._tribute-container-link_fVL9D ._tribute-item__title_twscI {
262
+ ._tribute-container-link_U7pSc ._tribute-item__title_X0YKx {
263
263
  white-space: nowrap;
264
264
  overflow: hidden;
265
265
  text-overflow: ellipsis;
266
266
  }
267
- ._tribute-container-link_fVL9D ._tribute-item__icon_kMB-F {
267
+ ._tribute-container-link_U7pSc ._tribute-item__icon_Tz3Kf {
268
268
  margin: auto 0;
269
269
  width: 20px;
270
270
  height: 20px;
@@ -1,5 +1,5 @@
1
1
 
2
- ._uploadPicker_progress_rXi2c {
2
+ ._uploadPicker_progress_LchrN {
3
3
  --upload-picker-progress-width: 200px;
4
4
  width: var(--upload-picker-progress-width);
5
5
  /* Animate show/hide */
@@ -8,24 +8,24 @@
8
8
  /* Align progress/text separation with the middle */
9
9
  margin-top: 8px;
10
10
  }
11
- ._uploadPicker_progress__uploading_01g9L {
11
+ ._uploadPicker_progress__uploading_RBQWf {
12
12
  max-width: var(--upload-picker-progress-width);
13
13
 
14
14
  /* Visually more pleasing spacing */
15
15
  margin-inline: 8px 20px;
16
16
  }
17
- ._uploadPicker_progress__paused_W3VUi {
18
- animation: _breathing_43o61 3s ease-out infinite normal;
17
+ ._uploadPicker_progress__paused_t4TGj {
18
+ animation: _breathing_B9q41 3s ease-out infinite normal;
19
19
  }
20
- ._uploadPicker_progressLabel_FHUXT {
20
+ ._uploadPicker_progressLabel_iEywW {
21
21
  overflow: hidden;
22
22
  white-space: nowrap;
23
23
  text-overflow: ellipsis;
24
24
  }
25
- ._uploadPicker_progressLabelSpeed_BDaoH{
25
+ ._uploadPicker_progressLabelSpeed_dIEb3{
26
26
  color: var(--color-text-maxcontrast);
27
27
  }
28
- @keyframes _breathing_43o61 {
28
+ @keyframes _breathing_B9q41 {
29
29
  0% {
30
30
  opacity: .5;
31
31
  }
@@ -10,16 +10,16 @@
10
10
  /*
11
11
  * Ensure proper alignment of the vue material icons
12
12
  */
13
- ._material-design-icon_RRhZi {
13
+ ._material-design-icon_F3CKl {
14
14
  display: flex;
15
15
  align-self: center;
16
16
  justify-self: center;
17
17
  align-items: center;
18
18
  justify-content: center;
19
19
  }
20
- ._externalLink_8nlpE {
20
+ ._externalLink_w8FTU {
21
21
  text-decoration: underline;
22
22
  }
23
- ._externalLink_decorated_lhNiF::after {
23
+ ._externalLink_decorated_qC1DY::after {
24
24
  content: " ↗";
25
25
  }