@nextcloud/vue 9.11.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 (149) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/dist/assets/NcAppContent.css +20 -20
  3. package/dist/assets/NcAppNavigation.css +13 -13
  4. package/dist/assets/NcAppNavigationItem.css +45 -49
  5. package/dist/assets/NcAppNavigationList.css +2 -26
  6. package/dist/assets/NcAppNavigationNewItem.css +0 -4
  7. package/dist/assets/NcAppNavigationSettings.css +6 -6
  8. package/dist/assets/NcAppSettingsDialog.css +3 -3
  9. package/dist/assets/NcAppSettingsShortcutsSection.css +1 -1
  10. package/dist/assets/NcAppSidebar.css +28 -28
  11. package/dist/assets/NcAssistantButton.css +9 -9
  12. package/dist/assets/NcAssistantContent.css +3 -3
  13. package/dist/assets/NcAssistantIcon.css +4 -4
  14. package/dist/assets/NcAvatar.css +26 -26
  15. package/dist/assets/NcBlurHash.css +2 -2
  16. package/dist/assets/NcDateTimePicker.css +234 -234
  17. package/dist/assets/NcDialog.css +16 -16
  18. package/dist/assets/NcFilePicker.css +1 -1
  19. package/dist/assets/NcFormBox.css +11 -11
  20. package/dist/assets/NcFormBoxButton.css +2 -2
  21. package/dist/assets/NcFormBoxItem.css +15 -15
  22. package/dist/assets/NcFormBoxSwitch.css +2 -2
  23. package/dist/assets/NcFormGroup.css +7 -7
  24. package/dist/assets/NcHotkey.css +8 -8
  25. package/dist/assets/NcHotkeyList.css +2 -2
  26. package/dist/assets/NcIconToggleSwitch.css +4 -4
  27. package/dist/assets/NcKbd.css +3 -3
  28. package/dist/assets/NcModal.css +69 -63
  29. package/dist/assets/NcPopover.css +16 -16
  30. package/dist/assets/NcProfileHoverCard.css +82 -59
  31. package/dist/assets/NcRadioGroup.css +2 -2
  32. package/dist/assets/NcRadioGroupButton.css +14 -14
  33. package/dist/assets/NcRichContenteditable.css +17 -17
  34. package/dist/assets/NcRichText.css +2 -2
  35. package/dist/assets/NcUploadPicker.css +41 -0
  36. package/dist/assets/autolink.css +3 -3
  37. package/dist/chunks/NcActionInput.mjs +2 -2
  38. package/dist/chunks/NcActions.mjs +2 -2
  39. package/dist/chunks/NcAppContent.mjs +171 -298
  40. package/dist/chunks/NcAppContent.mjs.map +1 -1
  41. package/dist/chunks/NcAppContentList.vue_vue_type_script_setup_true_lang.mjs +21 -0
  42. package/dist/chunks/NcAppContentList.vue_vue_type_script_setup_true_lang.mjs.map +1 -0
  43. package/dist/chunks/NcAppNavigation.mjs +9 -6
  44. package/dist/chunks/NcAppNavigation.mjs.map +1 -1
  45. package/dist/chunks/NcAppNavigationItem.mjs +6 -29
  46. package/dist/chunks/NcAppNavigationItem.mjs.map +1 -1
  47. package/dist/chunks/NcAppNavigationList.mjs +8 -138
  48. package/dist/chunks/NcAppNavigationList.mjs.map +1 -1
  49. package/dist/chunks/NcAppNavigationNewItem.mjs +1 -1
  50. package/dist/chunks/NcAppNavigationNewItem.mjs.map +1 -1
  51. package/dist/chunks/NcAppNavigationSearch.mjs +2 -2
  52. package/dist/chunks/NcAppNavigationSettings.mjs +8 -8
  53. package/dist/chunks/NcAppSettingsDialog.mjs +5 -5
  54. package/dist/chunks/NcAppSettingsShortcutsSection.mjs +3 -3
  55. package/dist/chunks/NcAppSidebar.mjs +15 -15
  56. package/dist/chunks/NcAppSidebar.mjs.map +1 -1
  57. package/dist/chunks/NcAssistantButton.mjs +7 -7
  58. package/dist/chunks/NcAssistantContent.mjs +3 -3
  59. package/dist/chunks/NcAssistantIcon.mjs +4 -4
  60. package/dist/chunks/NcAvatar.mjs +30 -10
  61. package/dist/chunks/NcAvatar.mjs.map +1 -1
  62. package/dist/chunks/NcBlurHash.mjs +2 -2
  63. package/dist/chunks/NcCheckboxRadioSwitch.mjs +1 -1
  64. package/dist/chunks/NcCollectionList.mjs +3 -3
  65. package/dist/chunks/NcColorPicker.mjs +2 -2
  66. package/dist/chunks/NcContent.mjs +2 -2
  67. package/dist/chunks/NcDashboardWidget.mjs +4 -4
  68. package/dist/chunks/NcDashboardWidget.mjs.map +1 -1
  69. package/dist/chunks/NcDateTimePicker.mjs +7 -4
  70. package/dist/chunks/NcDateTimePicker.mjs.map +1 -1
  71. package/dist/chunks/NcDateTimePickerNative.mjs +2 -2
  72. package/dist/chunks/NcDialog.mjs +1 -1
  73. package/dist/chunks/NcDialog.mjs.map +1 -1
  74. package/dist/chunks/NcDialogButton.vue_vue_type_script_setup_true_lang.mjs +2 -2
  75. package/dist/chunks/NcEmojiPicker.mjs +2 -2
  76. package/dist/chunks/NcFilePicker.mjs +6 -5
  77. package/dist/chunks/NcFilePicker.mjs.map +1 -1
  78. package/dist/chunks/NcFormBox.mjs +5 -5
  79. package/dist/chunks/NcFormBoxButton.mjs +2 -2
  80. package/dist/chunks/NcFormBoxItem.mjs +8 -8
  81. package/dist/chunks/NcFormBoxSwitch.mjs +2 -2
  82. package/dist/chunks/NcFormGroup.mjs +7 -7
  83. package/dist/chunks/NcHotkey.mjs +4 -4
  84. package/dist/chunks/NcHotkeyList.mjs +4 -4
  85. package/dist/chunks/NcIconToggleSwitch.mjs +2 -2
  86. package/dist/chunks/NcKbd.mjs +4 -4
  87. package/dist/chunks/NcMentionBubble.vue_vue_type_style_index_0_scoped_3c4a673d_lang.mjs +7 -7
  88. package/dist/chunks/NcMentionBubble.vue_vue_type_style_index_0_scoped_3c4a673d_lang.mjs.map +1 -1
  89. package/dist/chunks/NcModal.mjs +18 -11
  90. package/dist/chunks/NcModal.mjs.map +1 -1
  91. package/dist/chunks/NcPasswordField.mjs +2 -2
  92. package/dist/chunks/NcPopover.mjs +2 -2
  93. package/dist/chunks/NcProfileHoverCard.mjs +205 -157
  94. package/dist/chunks/NcProfileHoverCard.mjs.map +1 -1
  95. package/dist/chunks/NcRadioGroup.mjs +2 -2
  96. package/dist/chunks/NcRadioGroupButton.mjs +6 -6
  97. package/dist/chunks/NcReferenceWidget.mjs +2 -2
  98. package/dist/chunks/NcRelatedResourcesPanel.mjs +4 -4
  99. package/dist/chunks/NcRichContenteditable.mjs +12 -12
  100. package/dist/chunks/NcRichText.mjs +3 -3
  101. package/dist/chunks/NcRichText.mjs.map +1 -1
  102. package/dist/chunks/NcSettingsSection.mjs +2 -2
  103. package/dist/chunks/NcSettingsSelectGroup.mjs +2 -2
  104. package/dist/chunks/NcTextField.vue_vue_type_script_setup_true_lang.mjs +2 -2
  105. package/dist/chunks/NcTimezonePicker.vue_vue_type_script_setup_true_lang.mjs +2 -2
  106. package/dist/chunks/NcUploadPicker.mjs +269 -0
  107. package/dist/chunks/NcUploadPicker.mjs.map +1 -0
  108. package/dist/chunks/NcUserStatusIcon.mjs +2 -2
  109. package/dist/chunks/_l10n.mjs +91 -89
  110. package/dist/chunks/_l10n.mjs.map +1 -1
  111. package/dist/chunks/autolink.mjs +3 -3
  112. package/dist/chunks/colors.mjs +2 -2
  113. package/dist/chunks/mdi.mjs +7 -5
  114. package/dist/chunks/mdi.mjs.map +1 -1
  115. package/dist/chunks/referencePickerModal.mjs +5 -5
  116. package/dist/components/NcActionInput/NcActionInput.vue.d.ts +3 -3
  117. package/dist/components/NcAppContent/NcAppContent.vue.d.ts +77 -149
  118. package/dist/components/NcAppContent/index.d.ts +5 -0
  119. package/dist/components/NcAppContentList/NcAppContentList.vue.d.ts +28 -27
  120. package/dist/components/NcAppContentList/index.d.ts +4 -0
  121. package/dist/components/NcAppContentList/index.mjs +2 -2
  122. package/dist/components/NcAppNavigationItem/NcAppNavigationItem.vue.d.ts +0 -4
  123. package/dist/components/NcAppNavigationList/NcAppNavigationList.vue.d.ts +1 -57
  124. package/dist/components/NcAvatar/NcAvatar.vue.d.ts +26 -0
  125. package/dist/components/NcCollectionList/NcCollectionList.vue.d.ts +26 -0
  126. package/dist/components/NcCollectionList/NcCollectionListItem.vue.d.ts +13 -0
  127. package/dist/components/NcDashboardWidget/NcDashboardWidget.vue.d.ts +26 -0
  128. package/dist/components/NcDashboardWidgetItem/NcDashboardWidgetItem.vue.d.ts +13 -0
  129. package/dist/components/NcDateTimePicker/NcDateTimePicker.vue.d.ts +2 -2
  130. package/dist/components/NcFilePicker/NcFilePicker.vue.d.ts +7 -0
  131. package/dist/components/NcListItemIcon/NcListItemIcon.vue.d.ts +14 -1
  132. package/dist/components/NcModal/NcModal.vue.d.ts +3 -0
  133. package/dist/components/NcProfileHoverCard/NcProfileHoverCard.vue.d.ts +6 -0
  134. package/dist/components/NcRichText/NcReferencePicker/NcReferencePickerModal.vue.d.ts +8 -0
  135. package/dist/components/NcUploadPicker/NcUploadPicker.vue.d.ts +180 -0
  136. package/dist/components/NcUploadPicker/index.d.ts +6 -0
  137. package/dist/components/NcUploadPicker/index.mjs +5 -0
  138. package/dist/components/NcUploadPicker/index.mjs.map +1 -0
  139. package/dist/components/index.d.ts +3 -2
  140. package/dist/composables/useFormatDateTime/index.mjs +2 -2
  141. package/dist/index.mjs +169 -167
  142. package/dist/index.mjs.map +1 -1
  143. package/dist/utils/getAvatarUrl.d.ts +4 -0
  144. package/package.json +26 -12
  145. package/dist/chunks/NcAppContentList.mjs +0 -33
  146. package/dist/chunks/NcAppContentList.mjs.map +0 -1
  147. package/dist/chunks/highlight.mjs +0 -5
  148. package/dist/chunks/highlight.mjs.map +0 -1
  149. package/dist/components/NcAppNavigationList/highlight.d.ts +0 -12
package/CHANGELOG.md CHANGED
@@ -7,6 +7,42 @@
7
7
 
8
8
  All notable changes to this project will be documented in this file.
9
9
 
10
+ ## [v9.13.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v9.13.0) (2026-09-17)
11
+ [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.12.0...v9.13.0)
12
+
13
+ ### 🚀 Enhancements
14
+ * feat(NcModal): expose the slideshow state as a model [\#8955](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8955) \([skjnldsv](https://github.com/skjnldsv)\)
15
+ * feat(NcAvatar): add a version prop for longer avatar caching [\#8959](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8959) \([pringelmann](https://github.com/pringelmann)\)
16
+
17
+ ### 🐛 Fixed bugs
18
+ * fix(NcAppNavigation): also emit `navigation-toggled` on mobile change [\#8353](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8353) \([skjnldsv](https://github.com/skjnldsv)\)
19
+ * fix(dialog): specificity of mobile selector [\#8956](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8956) \([pulsejet](https://github.com/pulsejet)\)
20
+
21
+ ### Other Changes
22
+ * refactor(NcAppContent*): migrate to `<script setup>` [\#8864](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8864) \([susnux](https://github.com/susnux)\)
23
+ * refactor(NcAppContent*): migrate components to Typescript [\#8863](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8863) \([susnux](https://github.com/susnux)\)
24
+ * chore(deps): update `@nextcloud/files` to v4.1.0 [\#8972](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8972) \([susnux](https://github.com/susnux)\)
25
+ * Updated dependencies
26
+ * Updated translations
27
+
28
+ ## [v9.12.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v9.12.0) (2026-09-11)
29
+ [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.11.0...v9.12.0)
30
+
31
+ ### 🚀 Enhancements
32
+ * feat(NcUploadPicker): migrate component from `@nextcloud/upload` [\#7882](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7882) \([susnux](https://github.com/susnux)\)
33
+
34
+ ### 🐛 Fixed bugs
35
+ * fix: modal height in small screen [\#8859](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8859) \([kristian-zendato](https://github.com/kristian-zendato)\)
36
+ * fix(NcDateTimePicker): for week picker do not show time picker [\#8923](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8923) \([odzhychko](https://github.com/odzhychko)\)
37
+ * fix(NcAvatar): pick the avatar variant a display actually needs [\#8948](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8948) \([pringelmann](https://github.com/pringelmann)\)
38
+ * fix(NcReferenceList): do not flash empty widget list before first fetch [\#8865](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8865) \([jospoortvliet](https://github.com/jospoortvliet)\)
39
+ * fix: update profile hovercard content data [\#8885](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8885) \([kristian-zendato](https://github.com/kristian-zendato)\)
40
+
41
+ ### Other Changes
42
+ * Revert "feat(NcAppNavigation): add animation effect for navigation items" [\#8939](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8939) \([susnux](https://github.com/susnux)\)
43
+ * Updated dependencies
44
+ * Updated translations
45
+
10
46
  ## [v9.11.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v9.11.0) (2026-08-28)
11
47
  [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.10.0...v9.11.0)
12
48
 
@@ -45,14 +45,14 @@
45
45
  /*
46
46
  * Ensure proper alignment of the vue material icons
47
47
  */
48
- .material-design-icon[data-v-51427d61] {
48
+ .material-design-icon[data-v-5de09463] {
49
49
  display: flex;
50
50
  align-self: center;
51
51
  justify-self: center;
52
52
  align-items: center;
53
53
  justify-content: center;
54
54
  }
55
- .app-content[data-v-51427d61] {
55
+ .app-content[data-v-5de09463] {
56
56
  position: initial;
57
57
  z-index: 1000;
58
58
  flex-basis: 100vw;
@@ -61,67 +61,67 @@
61
61
  background-color: var(--color-main-background);
62
62
  min-width: 0;
63
63
  }
64
- .app-content[data-v-51427d61]:not(.app-content--has-list) {
64
+ .app-content[data-v-5de09463]:not(.app-content--has-list) {
65
65
  overflow: auto;
66
66
  }
67
- .app-content-wrapper[data-v-51427d61] {
67
+ .app-content-wrapper[data-v-5de09463] {
68
68
  position: relative;
69
69
  width: 100%;
70
70
  height: 100%;
71
71
  }
72
- .app-content-wrapper--no-split.app-content-wrapper--show-list[data-v-51427d61] .app-content-list {
72
+ .app-content-wrapper--no-split.app-content-wrapper--show-list[data-v-5de09463] .app-content-list {
73
73
  display: flex;
74
74
  }
75
- .app-content-wrapper--no-split.app-content-wrapper--show-list[data-v-51427d61] .app-content-details {
75
+ .app-content-wrapper--no-split.app-content-wrapper--show-list[data-v-5de09463] .app-content-details {
76
76
  display: none;
77
77
  }
78
- .app-content-wrapper--no-split.app-content-wrapper--show-details[data-v-51427d61] .app-content-list {
78
+ .app-content-wrapper--no-split.app-content-wrapper--show-details[data-v-5de09463] .app-content-list {
79
79
  display: none;
80
80
  }
81
- .app-content-wrapper--no-split.app-content-wrapper--show-details[data-v-51427d61] .app-content-details {
81
+ .app-content-wrapper--no-split.app-content-wrapper--show-details[data-v-5de09463] .app-content-details {
82
82
  display: block;
83
83
  }
84
- [data-v-51427d61] .splitpanes.default-theme .app-content-list {
84
+ [data-v-5de09463] .splitpanes.default-theme .app-content-list {
85
85
  max-width: none;
86
86
  /* Thin scrollbar is hard to catch on resizable columns */
87
87
  scrollbar-width: auto;
88
88
  }
89
- [data-v-51427d61] .splitpanes.default-theme .splitpanes__pane {
89
+ [data-v-5de09463] .splitpanes.default-theme .splitpanes__pane {
90
90
  background-color: transparent;
91
91
  transition: none;
92
92
  }
93
- [data-v-51427d61] .splitpanes.default-theme .splitpanes__pane-list {
93
+ [data-v-5de09463] .splitpanes.default-theme .splitpanes__pane-list {
94
94
  min-width: 300px;
95
95
  position: sticky;
96
96
  }
97
97
  @media only screen and (width < 1024px) {
98
- [data-v-51427d61] .splitpanes.default-theme .splitpanes__pane-list {
98
+ [data-v-5de09463] .splitpanes.default-theme .splitpanes__pane-list {
99
99
  display: none;
100
100
  }
101
101
  }
102
- [data-v-51427d61] .splitpanes.default-theme .splitpanes__pane-details {
102
+ [data-v-5de09463] .splitpanes.default-theme .splitpanes__pane-details {
103
103
  overflow-y: auto;
104
104
  }
105
105
  @media only screen and (width < 1024px) {
106
- [data-v-51427d61] .splitpanes.default-theme .splitpanes__pane-details {
106
+ [data-v-5de09463] .splitpanes.default-theme .splitpanes__pane-details {
107
107
  min-width: 100%;
108
108
  }
109
109
  }
110
- [data-v-51427d61] .splitpanes.default-theme .splitpanes__splitter {
110
+ [data-v-5de09463] .splitpanes.default-theme .splitpanes__splitter {
111
111
  background-color: var(--color-main-background);
112
112
  }
113
- [data-v-51427d61] .splitpanes.default-theme .splitpanes__splitter::before,[data-v-51427d61] .splitpanes.default-theme .splitpanes__splitter::after {
113
+ [data-v-5de09463] .splitpanes.default-theme .splitpanes__splitter::before,[data-v-5de09463] .splitpanes.default-theme .splitpanes__splitter::after {
114
114
  background-color: var(--color-border);
115
115
  }
116
- [data-v-51427d61] .splitpanes.default-theme.splitpanes--vertical .splitpanes__splitter {
116
+ [data-v-5de09463] .splitpanes.default-theme.splitpanes--vertical .splitpanes__splitter {
117
117
  border-inline-start: 1px solid var(--color-border);
118
118
  }
119
- [data-v-51427d61] .splitpanes.default-theme.splitpanes--horizontal .splitpanes__splitter {
119
+ [data-v-5de09463] .splitpanes.default-theme.splitpanes--horizontal .splitpanes__splitter {
120
120
  border-top: 1px solid var(--color-border);
121
121
  }
122
- .app-content-wrapper--show-list[data-v-51427d61] .app-content-list {
122
+ .app-content-wrapper--show-list[data-v-5de09463] .app-content-list {
123
123
  max-width: none;
124
124
  }
125
- .app-content-wrapper__list[data-v-51427d61] {
125
+ .app-content-wrapper__list[data-v-5de09463] {
126
126
  height: 100%;
127
127
  }
@@ -57,14 +57,14 @@ button.app-navigation-toggle[data-v-e8177cc7] {
57
57
  /*
58
58
  * Ensure proper alignment of the vue material icons
59
59
  */
60
- .material-design-icon[data-v-37908cd4] {
60
+ .material-design-icon[data-v-ec9c3f18] {
61
61
  display: flex;
62
62
  align-self: center;
63
63
  justify-self: center;
64
64
  align-items: center;
65
65
  justify-content: center;
66
66
  }
67
- .app-navigation[data-v-37908cd4] {
67
+ .app-navigation[data-v-ec9c3f18] {
68
68
  --color-text-maxcontrast: var(--color-text-maxcontrast-background-blur, var(--color-text-maxcontrast-default));
69
69
  transition: transform var(--animation-slow), margin var(--animation-slow);
70
70
  width: 300px;
@@ -84,20 +84,20 @@ button.app-navigation-toggle[data-v-e8177cc7] {
84
84
  flex-shrink: 0;
85
85
  background-color: transparent;
86
86
  }
87
- .app-navigation--legacy[data-v-37908cd4] {
87
+ .app-navigation--legacy[data-v-ec9c3f18] {
88
88
  background-color: var(--color-main-background-blur, var(--color-main-background));
89
89
  backdrop-filter: var(--filter-background-blur, none);
90
90
  }
91
- .app-navigation--closed[data-v-37908cd4] {
91
+ .app-navigation--closed[data-v-ec9c3f18] {
92
92
  margin-inline-start: calc(-1 * min(300px, var(--app-navigation-max-width)));
93
93
  }
94
- .app-navigation__search[data-v-37908cd4] {
94
+ .app-navigation__search[data-v-ec9c3f18] {
95
95
  width: 100%;
96
96
  }
97
- .app-navigation__body[data-v-37908cd4] {
97
+ .app-navigation__body[data-v-ec9c3f18] {
98
98
  overflow-y: scroll;
99
99
  }
100
- .app-navigation__content > ul[data-v-37908cd4] {
100
+ .app-navigation__content > ul[data-v-ec9c3f18] {
101
101
  position: relative;
102
102
  width: 100%;
103
103
  overflow-x: hidden;
@@ -107,24 +107,24 @@ button.app-navigation-toggle[data-v-e8177cc7] {
107
107
  gap: var(--default-grid-baseline, 4px);
108
108
  padding: var(--app-navigation-padding);
109
109
  }
110
- .app-navigation .app-navigation__list[data-v-37908cd4] {
110
+ .app-navigation .app-navigation__list[data-v-ec9c3f18] {
111
111
  height: 100%;
112
112
  }
113
- .app-navigation__body--no-list[data-v-37908cd4] {
113
+ .app-navigation__body--no-list[data-v-ec9c3f18] {
114
114
  flex: 1 1 auto;
115
115
  overflow: auto;
116
116
  height: 100%;
117
117
  }
118
- .app-navigation__content[data-v-37908cd4] {
118
+ .app-navigation__content[data-v-ec9c3f18] {
119
119
  height: 100%;
120
120
  display: flex;
121
121
  flex-direction: column;
122
122
  }
123
- [data-themes*=highcontrast] .app-navigation[data-v-37908cd4] {
123
+ [data-themes*=highcontrast] .app-navigation[data-v-ec9c3f18] {
124
124
  border-inline-end: 1px solid var(--color-border);
125
125
  }
126
126
  @media only screen and (width < 1024px) {
127
- .app-navigation[data-v-37908cd4] {
127
+ .app-navigation[data-v-ec9c3f18] {
128
128
  position: absolute;
129
129
  border-inline-end: 1px solid var(--color-border);
130
130
  background-color: var(--color-main-background-blur, var(--color-main-background));
@@ -132,7 +132,7 @@ button.app-navigation-toggle[data-v-e8177cc7] {
132
132
  }
133
133
  }
134
134
  @media only screen and (max-width: 512px) {
135
- .app-navigation[data-v-37908cd4] {
135
+ .app-navigation[data-v-ec9c3f18] {
136
136
  z-index: 1400;
137
137
  }
138
138
  }
@@ -36,7 +36,7 @@
36
36
  /*
37
37
  * Ensure proper alignment of the vue material icons
38
38
  */
39
- .material-design-icon[data-v-01bef41b] {
39
+ .material-design-icon[data-v-6cae7342] {
40
40
  display: flex;
41
41
  align-self: center;
42
42
  justify-self: center;
@@ -48,7 +48,7 @@
48
48
  * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
49
49
  * SPDX-License-Identifier: AGPL-3.0-or-later
50
50
  */
51
- .app-navigation-entry[data-v-01bef41b] {
51
+ .app-navigation-entry[data-v-6cae7342] {
52
52
  position: relative;
53
53
  display: flex;
54
54
  flex-shrink: 0;
@@ -59,27 +59,27 @@
59
59
  transition: background-color 200ms ease-in-out;
60
60
  border-radius: var(--border-radius-element);
61
61
  }
62
- .app-navigation-entry-wrapper[data-v-01bef41b] {
62
+ .app-navigation-entry-wrapper[data-v-6cae7342] {
63
63
  position: relative;
64
64
  display: flex;
65
65
  flex-shrink: 0;
66
66
  flex-wrap: wrap;
67
67
  width: 100%;
68
68
  }
69
- .app-navigation-entry-wrapper.app-navigation-entry--collapsible:not(.app-navigation-entry--opened) > ul[data-v-01bef41b] {
69
+ .app-navigation-entry-wrapper.app-navigation-entry--collapsible:not(.app-navigation-entry--opened) > ul[data-v-6cae7342] {
70
70
  display: none;
71
71
  }
72
- .app-navigation-entry:not(.app-navigation-entry--legacy).active[data-v-01bef41b] {
72
+ .app-navigation-entry:not(.app-navigation-entry--legacy).active[data-v-6cae7342] {
73
73
  background-color: color-mix(in srgb, var(--color-primary-element) 16%, transparent) !important;
74
74
  }
75
- .app-navigation-entry:not(.app-navigation-entry--legacy).active[data-v-01bef41b]:hover {
75
+ .app-navigation-entry:not(.app-navigation-entry--legacy).active[data-v-6cae7342]:hover {
76
76
  background-color: color-mix(in srgb, var(--color-primary-element) 22%, transparent) !important;
77
77
  }
78
- .app-navigation-entry:not(.app-navigation-entry--legacy).active:not(.app-navigation-entry--editing) .app-navigation-entry-link[data-v-01bef41b],
79
- .app-navigation-entry:not(.app-navigation-entry--legacy).active:not(.app-navigation-entry--editing) .app-navigation-entry-button[data-v-01bef41b] {
78
+ .app-navigation-entry:not(.app-navigation-entry--legacy).active:not(.app-navigation-entry--editing) .app-navigation-entry-link[data-v-6cae7342],
79
+ .app-navigation-entry:not(.app-navigation-entry--legacy).active:not(.app-navigation-entry--editing) .app-navigation-entry-button[data-v-6cae7342] {
80
80
  color: var(--color-main-text) !important;
81
81
  }
82
- .app-navigation-entry:not(.app-navigation-entry--legacy).active[data-v-01bef41b]:not(.app-navigation-entry--editing)::before {
82
+ .app-navigation-entry:not(.app-navigation-entry--legacy).active[data-v-6cae7342]:not(.app-navigation-entry--editing)::before {
83
83
  content: "";
84
84
  position: absolute;
85
85
  inset-block: calc(var(--default-grid-baseline, 4px) * 2);
@@ -87,50 +87,50 @@
87
87
  width: 3px;
88
88
  background-color: var(--color-primary-element);
89
89
  border-radius: 999px;
90
- animation: nc-nav-stripe-in-01bef41b var(--animation-quick, 200ms) ease-out;
90
+ animation: nc-nav-stripe-in-6cae7342 var(--animation-quick, 200ms) ease-out;
91
91
  }
92
- .app-navigation-entry.app-navigation-entry--legacy.active[data-v-01bef41b] {
92
+ .app-navigation-entry.app-navigation-entry--legacy.active[data-v-6cae7342] {
93
93
  background-color: var(--color-primary-element) !important;
94
94
  }
95
- .app-navigation-entry.app-navigation-entry--legacy.active[data-v-01bef41b]:hover {
95
+ .app-navigation-entry.app-navigation-entry--legacy.active[data-v-6cae7342]:hover {
96
96
  background-color: var(--color-primary-element-hover) !important;
97
97
  }
98
- .app-navigation-entry.app-navigation-entry--legacy.active .app-navigation-entry-link[data-v-01bef41b], .app-navigation-entry.app-navigation-entry--legacy.active .app-navigation-entry-button[data-v-01bef41b] {
98
+ .app-navigation-entry.app-navigation-entry--legacy.active .app-navigation-entry-link[data-v-6cae7342], .app-navigation-entry.app-navigation-entry--legacy.active .app-navigation-entry-button[data-v-6cae7342] {
99
99
  color: var(--color-primary-element-text) !important;
100
100
  }
101
- .app-navigation-entry[data-v-01bef41b]:focus-within, .app-navigation-entry[data-v-01bef41b]:hover {
101
+ .app-navigation-entry[data-v-6cae7342]:focus-within, .app-navigation-entry[data-v-6cae7342]:hover {
102
102
  background-color: var(--color-background-hover);
103
103
  }
104
- .app-navigation-entry[data-v-01bef41b]:not(.app-navigation-entry--legacy):focus-within, .app-navigation-entry[data-v-01bef41b]:not(.app-navigation-entry--legacy):hover {
104
+ .app-navigation-entry[data-v-6cae7342]:not(.app-navigation-entry--legacy):focus-within, .app-navigation-entry[data-v-6cae7342]:not(.app-navigation-entry--legacy):hover {
105
105
  background-color: color-mix(in srgb, var(--color-primary-element) 8%, transparent);
106
106
  }
107
- .app-navigation-entry.active .app-navigation-entry__children[data-v-01bef41b], .app-navigation-entry:focus-within .app-navigation-entry__children[data-v-01bef41b], .app-navigation-entry:hover .app-navigation-entry__children[data-v-01bef41b] {
107
+ .app-navigation-entry.active .app-navigation-entry__children[data-v-6cae7342], .app-navigation-entry:focus-within .app-navigation-entry__children[data-v-6cae7342], .app-navigation-entry:hover .app-navigation-entry__children[data-v-6cae7342] {
108
108
  background-color: var(--color-main-background);
109
109
  }
110
- .app-navigation-entry.active .app-navigation-entry__utils .app-navigation-entry__actions[data-v-01bef41b], .app-navigation-entry.app-navigation-entry--deleted .app-navigation-entry__utils .app-navigation-entry__actions[data-v-01bef41b], .app-navigation-entry:focus .app-navigation-entry__utils .app-navigation-entry__actions[data-v-01bef41b], .app-navigation-entry:focus-within .app-navigation-entry__utils .app-navigation-entry__actions[data-v-01bef41b], .app-navigation-entry:hover .app-navigation-entry__utils .app-navigation-entry__actions[data-v-01bef41b] {
110
+ .app-navigation-entry.active .app-navigation-entry__utils .app-navigation-entry__actions[data-v-6cae7342], .app-navigation-entry.app-navigation-entry--deleted .app-navigation-entry__utils .app-navigation-entry__actions[data-v-6cae7342], .app-navigation-entry:focus .app-navigation-entry__utils .app-navigation-entry__actions[data-v-6cae7342], .app-navigation-entry:focus-within .app-navigation-entry__utils .app-navigation-entry__actions[data-v-6cae7342], .app-navigation-entry:hover .app-navigation-entry__utils .app-navigation-entry__actions[data-v-6cae7342] {
111
111
  position: relative;
112
112
  opacity: 1;
113
113
  pointer-events: auto;
114
114
  }
115
- .app-navigation-entry .app-navigation-entry__actions[data-v-01bef41b]:hover .button-vue {
115
+ .app-navigation-entry .app-navigation-entry__actions[data-v-6cae7342]:hover .button-vue {
116
116
  background-color: var(--color-background-dark) !important;
117
117
  }
118
- .app-navigation-entry:not(.app-navigation-entry--legacy).active .app-navigation-entry__actions[data-v-01bef41b]:hover .button-vue {
118
+ .app-navigation-entry:not(.app-navigation-entry--legacy).active .app-navigation-entry__actions[data-v-6cae7342]:hover .button-vue {
119
119
  background-color: var(--color-background-dark) !important;
120
120
  }
121
- .app-navigation-entry.app-navigation-entry--legacy.active .app-navigation-entry__actions[data-v-01bef41b]:hover .button-vue {
121
+ .app-navigation-entry.app-navigation-entry--legacy.active .app-navigation-entry__actions[data-v-6cae7342]:hover .button-vue {
122
122
  background-color: var(--color-primary-element) !important;
123
123
  }
124
- .app-navigation-entry[data-v-01bef41b] {
124
+ .app-navigation-entry[data-v-6cae7342] {
125
125
  /* hide deletion/collapse of subitems */
126
126
  }
127
- .app-navigation-entry.app-navigation-entry--deleted > ul[data-v-01bef41b] {
127
+ .app-navigation-entry.app-navigation-entry--deleted > ul[data-v-6cae7342] {
128
128
  display: none;
129
129
  }
130
- .app-navigation-entry:not(.app-navigation-entry--editing) .app-navigation-entry-link[data-v-01bef41b], .app-navigation-entry:not(.app-navigation-entry--editing) .app-navigation-entry-button[data-v-01bef41b] {
130
+ .app-navigation-entry:not(.app-navigation-entry--editing) .app-navigation-entry-link[data-v-6cae7342], .app-navigation-entry:not(.app-navigation-entry--editing) .app-navigation-entry-button[data-v-6cae7342] {
131
131
  padding-inline-end: calc((var(--default-clickable-area) - 16px) / 2);
132
132
  }
133
- .app-navigation-entry .app-navigation-entry-link[data-v-01bef41b], .app-navigation-entry .app-navigation-entry-button[data-v-01bef41b] {
133
+ .app-navigation-entry .app-navigation-entry-link[data-v-6cae7342], .app-navigation-entry .app-navigation-entry-button[data-v-6cae7342] {
134
134
  z-index: 100; /* above the bullet to allow click*/
135
135
  display: flex;
136
136
  overflow: hidden;
@@ -145,7 +145,7 @@
145
145
  background-size: 16px 16px;
146
146
  line-height: var(--default-clickable-area);
147
147
  }
148
- .app-navigation-entry .app-navigation-entry-link .app-navigation-entry-icon[data-v-01bef41b], .app-navigation-entry .app-navigation-entry-button .app-navigation-entry-icon[data-v-01bef41b] {
148
+ .app-navigation-entry .app-navigation-entry-link .app-navigation-entry-icon[data-v-6cae7342], .app-navigation-entry .app-navigation-entry-button .app-navigation-entry-icon[data-v-6cae7342] {
149
149
  display: flex;
150
150
  align-items: center;
151
151
  flex: 0 0 var(--default-clickable-area);
@@ -156,25 +156,25 @@
156
156
  background-repeat: no-repeat;
157
157
  background-position: calc((var(--default-clickable-area) - 16px) / 2) center;
158
158
  }
159
- .app-navigation-entry .app-navigation-entry-link .app-navigation-entry__name[data-v-01bef41b], .app-navigation-entry .app-navigation-entry-button .app-navigation-entry__name[data-v-01bef41b] {
159
+ .app-navigation-entry .app-navigation-entry-link .app-navigation-entry__name[data-v-6cae7342], .app-navigation-entry .app-navigation-entry-button .app-navigation-entry__name[data-v-6cae7342] {
160
160
  overflow: hidden;
161
161
  max-width: 100%;
162
162
  white-space: nowrap;
163
163
  text-overflow: ellipsis;
164
164
  font-weight: var(--font-weight-element, normal);
165
165
  }
166
- .app-navigation-entry .app-navigation-entry-link .editingContainer[data-v-01bef41b], .app-navigation-entry .app-navigation-entry-button .editingContainer[data-v-01bef41b] {
166
+ .app-navigation-entry .app-navigation-entry-link .editingContainer[data-v-6cae7342], .app-navigation-entry .app-navigation-entry-button .editingContainer[data-v-6cae7342] {
167
167
  width: calc(100% - var(--default-clickable-area));
168
168
  margin: auto;
169
169
  }
170
- .app-navigation-entry .app-navigation-entry-link[data-v-01bef41b]:focus-visible, .app-navigation-entry .app-navigation-entry-button[data-v-01bef41b]:focus-visible {
170
+ .app-navigation-entry .app-navigation-entry-link[data-v-6cae7342]:focus-visible, .app-navigation-entry .app-navigation-entry-button[data-v-6cae7342]:focus-visible {
171
171
  box-shadow: 0 0 0 4px var(--color-main-background);
172
172
  outline: 2px solid var(--color-main-text);
173
173
  border-radius: var(--border-radius-element);
174
174
  }
175
175
 
176
176
  /* Second level nesting for lists */
177
- .app-navigation-entry__children[data-v-01bef41b] {
177
+ .app-navigation-entry__children[data-v-6cae7342] {
178
178
  --app-navigation-item-child-offset: 10px;
179
179
  position: relative;
180
180
  display: flex;
@@ -184,21 +184,21 @@
184
184
  gap: var(--default-grid-baseline, 4px);
185
185
  padding-inline-start: var(--app-navigation-item-child-offset);
186
186
  }
187
- .app-navigation-entry__children .app-navigation-entry[data-v-01bef41b] {
187
+ .app-navigation-entry__children .app-navigation-entry[data-v-6cae7342] {
188
188
  display: inline-flex;
189
189
  flex-wrap: wrap;
190
190
  }
191
- .app-navigation-entry__children .app-navigation-entry__children .app-navigation-entry__children .app-navigation-entry__children .app-navigation-entry__children .app-navigation-entry__children .app-navigation-entry__children[data-v-01bef41b] {
191
+ .app-navigation-entry__children .app-navigation-entry__children .app-navigation-entry__children .app-navigation-entry__children .app-navigation-entry__children .app-navigation-entry__children .app-navigation-entry__children[data-v-6cae7342] {
192
192
  --app-navigation-item-child-offset: 0;
193
193
  }
194
194
 
195
195
  /* Deleted entries */
196
- .app-navigation-entry__deleted[data-v-01bef41b] {
196
+ .app-navigation-entry__deleted[data-v-6cae7342] {
197
197
  display: inline-flex;
198
198
  flex: 1 1 0;
199
199
  padding-inline-start: calc(var(--default-clickable-area) - (var(--default-clickable-area) - 16px) / 2) !important;
200
200
  }
201
- .app-navigation-entry__deleted .app-navigation-entry__deleted-description[data-v-01bef41b] {
201
+ .app-navigation-entry__deleted .app-navigation-entry__deleted-description[data-v-6cae7342] {
202
202
  position: relative;
203
203
  overflow: hidden;
204
204
  flex: 1 1 0;
@@ -208,64 +208,60 @@
208
208
  }
209
209
 
210
210
  /* counter and actions */
211
- .app-navigation-entry__utils[data-v-01bef41b] {
211
+ .app-navigation-entry__utils[data-v-6cae7342] {
212
212
  display: flex;
213
213
  min-width: var(--default-clickable-area);
214
214
  align-items: center;
215
215
  flex: 0 1 auto;
216
216
  justify-content: flex-end;
217
217
  }
218
- .app-navigation-entry__utils.app-navigation-entry__utils--display-actions .action-item.app-navigation-entry__actions[data-v-01bef41b] {
218
+ .app-navigation-entry__utils.app-navigation-entry__utils--display-actions .action-item.app-navigation-entry__actions[data-v-6cae7342] {
219
219
  position: relative;
220
220
  opacity: 1;
221
221
  pointer-events: auto;
222
222
  }
223
- .app-navigation-entry__utils[data-v-01bef41b] {
223
+ .app-navigation-entry__utils[data-v-6cae7342] {
224
224
  /* counter */
225
225
  }
226
- .app-navigation-entry__utils .app-navigation-entry__counter-wrapper[data-v-01bef41b] {
226
+ .app-navigation-entry__utils .app-navigation-entry__counter-wrapper[data-v-6cae7342] {
227
227
  margin-inline-end: calc(var(--default-grid-baseline) * 2);
228
228
  display: flex;
229
229
  align-items: center;
230
230
  flex: 0 1 auto;
231
231
  }
232
- .app-navigation-entry__utils[data-v-01bef41b] {
232
+ .app-navigation-entry__utils[data-v-6cae7342] {
233
233
  /* actions */
234
234
  }
235
- .app-navigation-entry__utils .action-item.app-navigation-entry__actions[data-v-01bef41b] {
235
+ .app-navigation-entry__utils .action-item.app-navigation-entry__actions[data-v-6cae7342] {
236
236
  position: absolute;
237
237
  opacity: 0;
238
238
  pointer-events: none;
239
239
  }
240
240
 
241
241
  /* editing state */
242
- .app-navigation-entry--editing .app-navigation-entry-edit[data-v-01bef41b] {
242
+ .app-navigation-entry--editing .app-navigation-entry-edit[data-v-6cae7342] {
243
243
  z-index: 250;
244
244
  opacity: 1;
245
245
  }
246
246
 
247
247
  /* deleted state */
248
- .app-navigation-entry--deleted .app-navigation-entry-deleted[data-v-01bef41b] {
248
+ .app-navigation-entry--deleted .app-navigation-entry-deleted[data-v-6cae7342] {
249
249
  z-index: 250;
250
250
  transform: translateX(0);
251
251
  }
252
252
 
253
253
  /* pinned state */
254
- .app-navigation-entry--pinned[data-v-01bef41b] {
254
+ .app-navigation-entry--pinned[data-v-6cae7342] {
255
255
  order: 2;
256
256
  margin-top: auto;
257
257
  }
258
- .app-navigation-entry--pinned ~ .app-navigation-entry--pinned[data-v-01bef41b] {
258
+ .app-navigation-entry--pinned ~ .app-navigation-entry--pinned[data-v-6cae7342] {
259
259
  margin-top: 0;
260
260
  }
261
- [data-themes*=highcontrast] .app-navigation-entry[data-v-01bef41b]:active {
261
+ [data-themes*=highcontrast] .app-navigation-entry[data-v-6cae7342]:active {
262
262
  background-color: var(--color-primary-element-light-hover) !important;
263
263
  }
264
- .app-navigation-list--animated-highlight .app-navigation-entry[data-v-01bef41b]:not(.active):hover,
265
- .app-navigation-list--animated-highlight .app-navigation-entry[data-v-01bef41b]:not(.active):focus-within {
266
- background-color: transparent !important;
267
- }
268
- @keyframes nc-nav-stripe-in-01bef41b {
264
+ @keyframes nc-nav-stripe-in-6cae7342 {
269
265
  from {
270
266
  transform: scaleY(0);
271
267
  opacity: 0;
@@ -9,14 +9,14 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- .material-design-icon[data-v-3e73e246] {
12
+ .material-design-icon[data-v-d72957ed] {
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
- .app-navigation-list[data-v-3e73e246] {
19
+ .app-navigation-list[data-v-d72957ed] {
20
20
  position: relative;
21
21
  width: 100%;
22
22
  overflow-x: hidden;
@@ -25,28 +25,4 @@
25
25
  flex-direction: column;
26
26
  gap: var(--default-grid-baseline, 4px);
27
27
  padding: var(--app-navigation-padding);
28
- isolation: isolate;
29
- }
30
- .app-navigation-list__highlight[data-v-3e73e246] {
31
- --highlight-animation-duration: calc(var(--animation-quick) / 2);
32
- position: absolute;
33
- inset-inline: var(--app-navigation-padding);
34
- top: 0;
35
- height: 0;
36
- z-index: 0;
37
- pointer-events: none;
38
- opacity: 0;
39
- border-radius: var(--border-radius-element);
40
- background-color: color-mix(in srgb, var(--color-primary-element) 8%, transparent);
41
- will-change: transform;
42
- transition: opacity var(--highlight-animation-duration) ease-out, background-color var(--highlight-animation-duration) ease-out;
43
- }
44
- .app-navigation-list__highlight--animated[data-v-3e73e246] {
45
- transition: transform var(--highlight-animation-duration) ease-out, opacity var(--highlight-animation-duration) ease-out, background-color var(--highlight-animation-duration) ease-out;
46
- }
47
- .app-navigation-list__highlight--visible[data-v-3e73e246] {
48
- opacity: 1;
49
- }
50
- .app-navigation-list__highlight--over-active[data-v-3e73e246] {
51
- background-color: transparent;
52
28
  }
@@ -234,10 +234,6 @@
234
234
  [data-themes*=highcontrast] .app-navigation-entry[data-v-ee07f8f8]:active {
235
235
  background-color: var(--color-primary-element-light-hover) !important;
236
236
  }
237
- .app-navigation-list--animated-highlight .app-navigation-entry[data-v-ee07f8f8]:not(.active):hover,
238
- .app-navigation-list--animated-highlight .app-navigation-entry[data-v-ee07f8f8]:not(.active):focus-within {
239
- background-color: transparent !important;
240
- }
241
237
  @keyframes nc-nav-stripe-in-ee07f8f8 {
242
238
  from {
243
239
  transform: scaleY(0);
@@ -1,21 +1,21 @@
1
1
 
2
- ._container_cR-ol {
2
+ ._container_qhWZh {
3
3
  margin-top: auto;
4
4
  padding: var(--default-grid-baseline);
5
5
  }
6
- ._header_Xaxvj {
6
+ ._header_1mKCq {
7
7
  margin-block: 0 var(--default-grid-baseline);
8
8
  margin-inline: var(--default-grid-baseline);
9
9
  }
10
10
 
11
11
  /* Overwrite the padding to match NcAppNavigationItem */
12
- ._button_ihQcE {
12
+ ._button_EuMDD {
13
13
  padding-inline: 0 calc((var(--default-clickable-area) - 16px) / 2) !important;
14
14
  .button-vue__text {
15
15
  font-weight: var(--font-weight-default, normal);
16
16
  }
17
17
  }
18
- ._content_T-6kx {
18
+ ._content_cfen6 {
19
19
  display: block;
20
20
  padding: 10px;
21
21
 
@@ -26,12 +26,12 @@
26
26
  max-height: 300px;
27
27
  overflow-y: auto;
28
28
  }
29
- ._animationActive_vanDM {
29
+ ._animationActive_w9yH6 {
30
30
  transition-duration: var(--animation-slow);
31
31
  transition-property: max-height, padding;
32
32
  overflow-y: hidden !important;
33
33
  }
34
- ._animationStop_WfINV {
34
+ ._animationStop_s-g-- {
35
35
  max-height: 0 !important;
36
36
  padding: 0 10px !important;
37
37
  }
@@ -9,20 +9,20 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_MFxpL {
12
+ ._material-design-icon_2EH8s {
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
- ._appSettingsDialogVersion_e4tNO {
19
+ ._appSettingsDialogVersion_hDZuG {
20
20
  --form-element-label-offset: calc(var(--border-radius-element) + var(--default-grid-baseline));
21
21
  color: var(--color-text-maxcontrast);
22
22
  margin-block-end: calc(8 * var(--default-grid-baseline));
23
23
  margin-inline: var(--form-element-label-offset);
24
24
  }
25
- ._appSettingsDialogVersion__legacy_AeUZg {
25
+ ._appSettingsDialogVersion__legacy_xOtWA {
26
26
  margin-inline: 0;
27
27
  }/**
28
28
  * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
@@ -1,5 +1,5 @@
1
1
 
2
- ._appSettingsSectionShortcuts_Flb3s {
2
+ ._appSettingsSectionShortcuts_5tRBC {
3
3
  display: flex;
4
4
  flex-direction: column;
5
5
  gap: calc(4 * var(--default-grid-baseline));