@nextcloud/vue 9.13.0 → 9.13.1

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 (64) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/assets/NcAppNavigationSettings.css +6 -6
  3. package/dist/assets/NcAppSettingsDialog.css +3 -3
  4. package/dist/assets/NcAppSettingsShortcutsSection.css +1 -1
  5. package/dist/assets/NcAppSidebar.css +28 -28
  6. package/dist/assets/NcAssistantButton.css +9 -9
  7. package/dist/assets/NcAssistantContent.css +3 -3
  8. package/dist/assets/NcAssistantIcon.css +4 -4
  9. package/dist/assets/NcBlurHash.css +2 -2
  10. package/dist/assets/NcDateTimePicker.css +234 -234
  11. package/dist/assets/NcFilePicker.css +1 -1
  12. package/dist/assets/NcFormBox.css +11 -11
  13. package/dist/assets/NcFormBoxButton.css +2 -2
  14. package/dist/assets/NcFormBoxItem.css +15 -15
  15. package/dist/assets/NcFormBoxSwitch.css +2 -2
  16. package/dist/assets/NcFormGroup.css +7 -7
  17. package/dist/assets/NcHotkey.css +8 -8
  18. package/dist/assets/NcHotkeyList.css +2 -2
  19. package/dist/assets/NcIconToggleSwitch.css +4 -4
  20. package/dist/assets/NcKbd.css +3 -3
  21. package/dist/assets/NcModal.css +71 -64
  22. package/dist/assets/NcPopover.css +16 -16
  23. package/dist/assets/NcRadioGroup.css +2 -2
  24. package/dist/assets/NcRadioGroupButton.css +14 -14
  25. package/dist/assets/NcReferenceWidget.css +24 -23
  26. package/dist/assets/NcRichContenteditable.css +17 -17
  27. package/dist/assets/NcSelect.css +8 -13
  28. package/dist/assets/NcUploadPicker.css +7 -7
  29. package/dist/assets/autolink.css +3 -3
  30. package/dist/chunks/NcAppNavigationSettings.mjs +6 -6
  31. package/dist/chunks/NcAppSettingsDialog.mjs +3 -3
  32. package/dist/chunks/NcAppSettingsShortcutsSection.mjs +1 -1
  33. package/dist/chunks/NcAppSidebar.mjs +12 -12
  34. package/dist/chunks/NcAssistantButton.mjs +7 -7
  35. package/dist/chunks/NcAssistantContent.mjs +3 -3
  36. package/dist/chunks/NcAssistantIcon.mjs +4 -4
  37. package/dist/chunks/NcBlurHash.mjs +2 -2
  38. package/dist/chunks/NcDateTimePicker.mjs +39 -1
  39. package/dist/chunks/NcDateTimePicker.mjs.map +1 -1
  40. package/dist/chunks/NcFilePicker.mjs +1 -1
  41. package/dist/chunks/NcFormBox.mjs +5 -5
  42. package/dist/chunks/NcFormBoxButton.mjs +2 -2
  43. package/dist/chunks/NcFormBoxItem.mjs +8 -8
  44. package/dist/chunks/NcFormBoxSwitch.mjs +2 -2
  45. package/dist/chunks/NcFormGroup.mjs +7 -7
  46. package/dist/chunks/NcHotkey.mjs +4 -4
  47. package/dist/chunks/NcHotkeyList.mjs +2 -2
  48. package/dist/chunks/NcIconToggleSwitch.mjs +2 -2
  49. package/dist/chunks/NcKbd.mjs +2 -2
  50. package/dist/chunks/NcModal.mjs +6 -9
  51. package/dist/chunks/NcModal.mjs.map +1 -1
  52. package/dist/chunks/NcPopover.mjs +2 -2
  53. package/dist/chunks/NcPopover.mjs.map +1 -1
  54. package/dist/chunks/NcRadioGroup.mjs +2 -2
  55. package/dist/chunks/NcRadioGroupButton.mjs +6 -6
  56. package/dist/chunks/NcReferenceWidget.mjs +2 -2
  57. package/dist/chunks/NcReferenceWidget.mjs.map +1 -1
  58. package/dist/chunks/NcRichContenteditable.mjs +10 -10
  59. package/dist/chunks/NcSelect.mjs.map +1 -1
  60. package/dist/chunks/NcUploadPicker.mjs +6 -6
  61. package/dist/chunks/_l10n.mjs +3 -3
  62. package/dist/chunks/autolink.mjs +3 -3
  63. package/dist/components/NcDateTimePicker/formatValidation.d.ts +10 -0
  64. package/package.json +7 -7
@@ -1,5 +1,5 @@
1
1
 
2
- ._filePicker_DdklE {
2
+ ._filePicker_OtaU5 {
3
3
  display: inline-flex;
4
4
  align-items: center;
5
5
  height: var(--default-clickable-area);
@@ -9,46 +9,46 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_jy9UL {
12
+ ._material-design-icon_yBoUo {
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
- ._ncFormBox_hfm4f {
19
+ ._ncFormBox_8ywSx {
20
20
  display: flex;
21
21
  flex-direction: column;
22
22
  gap: calc(1 * var(--default-grid-baseline));
23
23
  }
24
- ._ncFormBox_hfm4f._ncFormBox_row_aPH49 {
24
+ ._ncFormBox_8ywSx._ncFormBox_row_rN0Yz {
25
25
  flex-direction: row;
26
26
  }
27
- ._ncFormBox__item_6Ti-E {
27
+ ._ncFormBox__item_ZKUg8 {
28
28
  border-radius: var(--border-radius-small) !important;
29
29
  }
30
- ._ncFormBox_col_RxD6y {
30
+ ._ncFormBox_col_jXBwS {
31
31
  flex-direction: column;
32
32
  }
33
- ._ncFormBox_col_RxD6y ._ncFormBox__item_6Ti-E:first-child {
33
+ ._ncFormBox_col_jXBwS ._ncFormBox__item_ZKUg8:first-child {
34
34
  border-start-start-radius: var(--border-radius-element) !important;
35
35
  border-start-end-radius: var(--border-radius-element) !important;
36
36
  }
37
- ._ncFormBox_col_RxD6y ._ncFormBox__item_6Ti-E:last-child {
37
+ ._ncFormBox_col_jXBwS ._ncFormBox__item_ZKUg8:last-child {
38
38
  border-end-start-radius: var(--border-radius-element) !important;
39
39
  border-end-end-radius: var(--border-radius-element) !important;
40
40
  }
41
- ._ncFormBox_row_aPH49 {
41
+ ._ncFormBox_row_rN0Yz {
42
42
  flex-direction: row;
43
43
  }
44
- ._ncFormBox_row_aPH49 ._ncFormBox__item_6Ti-E {
44
+ ._ncFormBox_row_rN0Yz ._ncFormBox__item_ZKUg8 {
45
45
  flex: 1 1;
46
46
  }
47
- ._ncFormBox_row_aPH49 ._ncFormBox__item_6Ti-E:first-child {
47
+ ._ncFormBox_row_rN0Yz ._ncFormBox__item_ZKUg8:first-child {
48
48
  border-start-start-radius: var(--border-radius-element) !important;
49
49
  border-end-start-radius: var(--border-radius-element) !important;
50
50
  }
51
- ._ncFormBox_row_aPH49 ._ncFormBox__item_6Ti-E:last-child {
51
+ ._ncFormBox_row_rN0Yz ._ncFormBox__item_ZKUg8:last-child {
52
52
  border-end-end-radius: var(--border-radius-element) !important;
53
53
  border-start-end-radius: var(--border-radius-element) !important;
54
54
  }
@@ -9,14 +9,14 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_oADPC {
12
+ ._material-design-icon_8LcXj {
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
- ._formBoxButton_jLjuK {
19
+ ._formBoxButton_JbeJI {
20
20
  /* Reset default HTML button styles */
21
21
  background: unset;
22
22
  border: none;
@@ -9,14 +9,14 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_38d5k {
12
+ ._material-design-icon_50Qhh {
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
- ._formBoxItem_PJOAO {
19
+ ._formBoxItem_0eB9U {
20
20
  --nc-form-box-item-border-width: 1px;
21
21
  --nc-form-box-item-min-height: 40px;
22
22
  --form-element-label-offset: calc(var(--border-radius-element) + var(--default-grid-baseline));
@@ -43,53 +43,53 @@
43
43
  user-select: none;
44
44
  cursor: pointer;
45
45
  }
46
- ._formBoxItem_PJOAO * {
46
+ ._formBoxItem_0eB9U * {
47
47
  cursor: inherit;
48
48
  }
49
- ._formBoxItem_PJOAO:has(:disabled) {
49
+ ._formBoxItem_0eB9U:has(:disabled) {
50
50
  cursor: default;
51
51
  opacity: 0.5;
52
52
  }
53
- ._formBoxItem_PJOAO:hover:not(:has(:disabled)) {
53
+ ._formBoxItem_0eB9U:hover:not(:has(:disabled)) {
54
54
  color: var(--color-primary-element-light-text);
55
55
  background-color: var(--color-primary-element-extra-light-hover);
56
56
  }
57
- ._formBoxItem_PJOAO:active:not(:disabled) {
57
+ ._formBoxItem_0eB9U:active:not(:disabled) {
58
58
  transform: scale(0.985);
59
59
  }
60
- ._formBoxItem_PJOAO:has(:focus-visible) {
60
+ ._formBoxItem_0eB9U:has(:focus-visible) {
61
61
  outline: 2px solid var(--color-main-text);
62
62
  box-shadow: 0 0 0 4px var(--color-main-background);
63
63
  }
64
- ._formBoxItem__description_mgQF6 {
64
+ ._formBoxItem__description_-Y9pr {
65
65
  font-weight: var(--font-weight-default, normal);
66
66
  }
67
- ._formBoxItem_PJOAO._formBoxItem_legacy_DqLYy {
67
+ ._formBoxItem_0eB9U._formBoxItem_legacy_K9-y2 {
68
68
  --nc-form-box-item-border-width: 0px;
69
69
  border: none;
70
70
  }
71
- ._formBoxItem_PJOAO._formBoxItem_inverted_77j8f ._formBoxItem__element_l-vrn {
71
+ ._formBoxItem_0eB9U._formBoxItem_inverted_-wXyj ._formBoxItem__element_jngkO {
72
72
  color: var(--color-text-maxcontrast);
73
73
  }
74
- ._formBoxItem_PJOAO._formBoxItem_inverted_77j8f ._formBoxItem__description_mgQF6 {
74
+ ._formBoxItem_0eB9U._formBoxItem_inverted_-wXyj ._formBoxItem__description_-Y9pr {
75
75
  color: inherit;
76
76
  }
77
- ._formBoxItem__content_x-g-c {
77
+ ._formBoxItem__content_hRTkn {
78
78
  flex: 1;
79
79
  display: flex;
80
80
  flex-direction: column;
81
81
  padding-block: calc(2 * var(--default-grid-baseline));
82
82
  overflow-wrap: anywhere;
83
83
  }
84
- ._formBoxItem__element_l-vrn::after {
84
+ ._formBoxItem__element_jngkO::after {
85
85
  content: "";
86
86
  position: absolute;
87
87
  inset: 0;
88
88
  }
89
- ._formBoxItem__description_mgQF6 {
89
+ ._formBoxItem__description_-Y9pr {
90
90
  color: var(--color-text-maxcontrast);
91
91
  }
92
- ._formBoxItem__icon_ag5Tf {
92
+ ._formBoxItem__icon_udRxK {
93
93
  display: flex;
94
94
  align-items: center;
95
95
  justify-content: flex-end;
@@ -9,14 +9,14 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_oM2UW {
12
+ ._material-design-icon_Xz4ev {
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
- input._formBoxSwitch__input_zScTH {
19
+ input._formBoxSwitch__input_oY7zN {
20
20
  margin: 0;
21
21
  width: var(--default-clickable-area);
22
22
  /* Keep it visually hidden but on the position of visual switch icon */
@@ -9,35 +9,35 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_-aTJn {
12
+ ._material-design-icon_lkvY0 {
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
- ._formGroup_alpCx {
19
+ ._formGroup_q7zVW {
20
20
  --form-element-label-offset: calc(var(--border-radius-element) + var(--default-grid-baseline));
21
21
  --form-group-content-gap: calc(2 * var(--default-grid-baseline));
22
22
  }
23
- ._formGroup_alpCx._formGroup_noGap_nxMYN {
23
+ ._formGroup_q7zVW._formGroup_noGap_6A2Dx {
24
24
  --form-group-content-gap: 0;
25
25
  }
26
- ._formGroup__label_ouOV4 {
26
+ ._formGroup__label_B0sqc {
27
27
  padding-inline: var(--form-element-label-offset);
28
28
  font-size: var(--font-size);
29
29
  font-weight: var(--font-weight-heading, bold);
30
30
  }
31
- ._formGroup__description_ndRRF {
31
+ ._formGroup__description_V-dp- {
32
32
  padding-inline: var(--form-element-label-offset);
33
33
  color: var(--color-text-maxcontrast);
34
34
  }
35
- ._formGroup__content_O-600 {
35
+ ._formGroup__content_fXWHt {
36
36
  display: flex;
37
37
  flex-direction: column;
38
38
  gap: var(--form-group-content-gap);
39
39
  margin-block-start: calc(2.5 * var(--default-grid-baseline));
40
40
  }
41
- ._formGroup__content_O-600._formGroup__content_only_Tivq9 {
41
+ ._formGroup__content_fXWHt._formGroup__content_only_o13JX {
42
42
  margin-block-start: 0;
43
43
  }
@@ -9,35 +9,35 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_Nn4zt {
12
+ ._material-design-icon_b8Jeb {
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
- ._hotkey_DzGB- {
19
+ ._hotkey_W5WOO {
20
20
  --form-element-label-offset: calc(var(--border-radius-element) + var(--default-grid-baseline));
21
21
  display: flex;
22
22
  flex-direction: row-reverse;
23
23
  align-items: stretch;
24
24
  padding-inline: var(--form-element-label-offset);
25
25
  }
26
- ._hotkey_DzGB-:first-child ._hotkey__label_9ecAM,
27
- ._hotkey_DzGB-:first-child ._hotkey__keys_UG-zt {
26
+ ._hotkey_W5WOO:first-child ._hotkey__label_UJqDg,
27
+ ._hotkey_W5WOO:first-child ._hotkey__keys_DhshL {
28
28
  border-block-start: none;
29
29
  }
30
- ._hotkey__label_9ecAM,
31
- ._hotkey__keys_UG-zt {
30
+ ._hotkey__label_UJqDg,
31
+ ._hotkey__keys_DhshL {
32
32
  display: flex;
33
33
  align-items: center;
34
34
  padding-block: calc(2 * var(--default-grid-baseline));
35
35
  border-block-start: 1px solid var(--color-border);
36
36
  }
37
- ._hotkey__label_9ecAM {
37
+ ._hotkey__label_UJqDg {
38
38
  flex: 1 1 200px;
39
39
  }
40
- ._hotkey__keys_UG-zt {
40
+ ._hotkey__keys_DhshL {
41
41
  flex: 1 1 auto;
42
42
  flex-wrap: wrap;
43
43
  justify-content: end;
@@ -1,8 +1,8 @@
1
1
 
2
- ._hotkeyList_l5aVR {
2
+ ._hotkeyList_l6iQ2 {
3
3
  --form-element-label-offset: calc(var(--border-radius-element) + var(--default-grid-baseline));
4
4
  }
5
- ._hotkeyList__heading_hiuXH {
5
+ ._hotkeyList__heading_N5hMl {
6
6
  font-weight: var(--font-weight-heading, bold);
7
7
  margin-inline: var(--form-element-label-offset);
8
8
  }
@@ -9,22 +9,22 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_r7JU1 {
12
+ ._material-design-icon_zYnoU {
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
- ._iconToggleSwitch_1qpqv {
19
+ ._iconToggleSwitch_hhj0H {
20
20
  color: var(--v6bd152af);
21
21
  transition: color var(--animation-quick) ease;
22
22
  }
23
- ._iconToggleSwitch_1qpqv svg {
23
+ ._iconToggleSwitch_hhj0H svg {
24
24
  /* Unlike other icons, this icon is not a square */
25
25
  height: auto !important;
26
26
  }
27
- ._iconToggleSwitch_1qpqv circle {
27
+ ._iconToggleSwitch_hhj0H circle {
28
28
  cx: var(--v16fd8ca9);
29
29
  transition: cx var(--animation-quick) ease;
30
30
  }
@@ -9,14 +9,14 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_X6X6f {
12
+ ._material-design-icon_TcOah {
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
- ._kbd_rjhff {
19
+ ._kbd_ouG-F {
20
20
  display: inline-flex;
21
21
  align-items: center;
22
22
  justify-content: center;
@@ -31,6 +31,6 @@
31
31
  line-height: 1;
32
32
  white-space: nowrap;
33
33
  }
34
- ._kbd_rjhff + ._kbd_rjhff {
34
+ ._kbd_ouG-F + ._kbd_ouG-F {
35
35
  margin-inline-start: calc(1 * var(--default-grid-baseline));
36
36
  }
@@ -9,14 +9,14 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- .material-design-icon[data-v-8a639337] {
12
+ .material-design-icon[data-v-c6039372] {
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-8a639337] {
19
+ .modal-mask[data-v-c6039372] {
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-8a639337], .modal-mask[data-v-8a639337] * {
30
+ .modal-mask[data-v-c6039372], .modal-mask[data-v-c6039372] * {
31
31
  box-sizing: border-box;
32
32
  }
33
- .modal-mask--opaque[data-v-8a639337] {
33
+ .modal-mask--opaque[data-v-c6039372] {
34
34
  background-color: rgba(var(--backdrop-color), 0.92);
35
35
  }
36
- .modal-mask--light[data-v-8a639337] {
36
+ .modal-mask--light[data-v-c6039372] {
37
37
  --backdrop-color: 255, 255, 255;
38
38
  }
39
- .modal-header[data-v-8a639337] {
39
+ .modal-header[data-v-c6039372] {
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-8a639337] {
52
+ .modal-header__name[data-v-c6039372] {
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-8a639337] {
64
- padding-inline-start: calc(var(--header-height) * var(--v11237964));
63
+ .modal-header__name[data-v-c6039372] {
64
+ padding-inline-start: calc(var(--header-height) * var(--v46e58dab));
65
65
  text-align: center;
66
66
  }
67
67
  }
68
- .modal-header .icons-menu[data-v-8a639337] {
68
+ .modal-header .icons-menu[data-v-c6039372] {
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-8a639337] {
74
+ .modal-header .icons-menu .header-close[data-v-c6039372] {
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-8a639337] {
81
+ .modal-header .icons-menu .play-pause-icons[data-v-c6039372] {
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-8a639337], .modal-header .icons-menu .play-pause-icons:focus .play-pause-icons__icon[data-v-8a639337] {
91
+ .modal-header .icons-menu .play-pause-icons:hover .play-pause-icons__icon[data-v-c6039372], .modal-header .icons-menu .play-pause-icons:focus .play-pause-icons__icon[data-v-c6039372] {
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-8a639337] {
96
+ .modal-header .icons-menu .play-pause-icons__icon[data-v-c6039372] {
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-8a639337] .action-item {
103
+ .modal-header .icons-menu[data-v-c6039372] .action-item {
104
104
  margin: calc((var(--header-height) - var(--default-clickable-area)) / 2);
105
105
  }
106
- .modal-header .icons-menu[data-v-8a639337] .action-item--single {
106
+ .modal-header .icons-menu[data-v-c6039372] .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-8a639337] button:focus-visible {
113
+ .modal-header .icons-menu .header-actions[data-v-c6039372] button:focus-visible {
114
114
  box-shadow: none !important;
115
115
  outline: 2px solid #fff !important;
116
116
  }
117
- .modal-wrapper[data-v-8a639337] {
117
+ .modal-wrapper[data-v-c6039372] {
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-8a639337] {
125
+ .modal-wrapper--no-header[data-v-c6039372] {
126
126
  --modal-header-offset: var(--body-container-margin);
127
127
  }
128
- .modal-wrapper[data-v-8a639337] {
128
+ .modal-wrapper[data-v-c6039372] {
129
129
  /* Navigation buttons */
130
130
  }
131
- .modal-wrapper .prev[data-v-8a639337],
132
- .modal-wrapper .next[data-v-8a639337] {
131
+ .modal-wrapper .prev[data-v-c6039372],
132
+ .modal-wrapper .next[data-v-c6039372] {
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-8a639337]:focus-visible,
141
- .modal-wrapper .next[data-v-8a639337]:focus-visible {
140
+ .modal-wrapper .prev[data-v-c6039372]:focus-visible,
141
+ .modal-wrapper .next[data-v-c6039372]: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-8a639337] {
145
+ .modal-wrapper .prev[data-v-c6039372] {
146
146
  inset-inline-start: 2px;
147
147
  }
148
- .modal-wrapper .next[data-v-8a639337] {
148
+ .modal-wrapper .next[data-v-c6039372] {
149
149
  inset-inline-end: 2px;
150
150
  }
151
- .modal-wrapper[data-v-8a639337] {
151
+ .modal-wrapper[data-v-c6039372] {
152
152
  /* Content */
153
153
  }
154
- .modal-wrapper .modal-container[data-v-8a639337] {
154
+ .modal-wrapper .modal-container[data-v-c6039372] {
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-8a639337] {
165
+ .modal-wrapper .modal-container__close[data-v-c6039372] {
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-8a639337] {
171
+ .modal-wrapper .modal-container__content[data-v-c6039372] {
172
172
  width: 100%;
173
173
  min-height: 52px;
174
174
  overflow: auto;
175
175
  }
176
- .modal-wrapper--small > .modal-container[data-v-8a639337] {
176
+ .modal-wrapper--small > .modal-container[data-v-c6039372] {
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-8a639337] {
181
+ .modal-wrapper--normal > .modal-container[data-v-c6039372] {
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-8a639337] {
186
+ .modal-wrapper--large > .modal-container[data-v-c6039372] {
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-8a639337] {
191
+ .modal-wrapper--full > .modal-container[data-v-c6039372] {
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-8a639337] {
199
+ .modal-wrapper .modal-container[data-v-c6039372] {
200
200
  max-width: initial;
201
201
  width: 100%;
202
202
  max-height: initial;
@@ -208,68 +208,75 @@
208
208
  }
209
209
 
210
210
  /* TRANSITIONS */
211
- .fade-enter-active[data-v-8a639337],
212
- .fade-leave-active[data-v-8a639337] {
211
+ .fade-enter-active[data-v-c6039372],
212
+ .fade-leave-active[data-v-c6039372] {
213
213
  transition: opacity 250ms;
214
214
  }
215
- .fade-enter-from[data-v-8a639337],
216
- .fade-leave-to[data-v-8a639337] {
215
+ .fade-enter-from[data-v-c6039372],
216
+ .fade-leave-to[data-v-c6039372] {
217
217
  opacity: 0;
218
218
  }
219
- .fade-visibility-enter-from[data-v-8a639337],
220
- .fade-visibility-leave-to[data-v-8a639337] {
219
+ .fade-visibility-enter-from[data-v-c6039372],
220
+ .fade-visibility-leave-to[data-v-c6039372] {
221
221
  visibility: hidden;
222
222
  opacity: 0;
223
223
  }
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] {
224
+ .modal-in-enter-active[data-v-c6039372],
225
+ .modal-in-leave-active[data-v-c6039372],
226
+ .modal-out-enter-active[data-v-c6039372],
227
+ .modal-out-leave-active[data-v-c6039372] {
228
228
  transition: opacity 250ms;
229
229
  }
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] {
230
+ .modal-in-enter-from[data-v-c6039372],
231
+ .modal-in-leave-to[data-v-c6039372],
232
+ .modal-out-enter-from[data-v-c6039372],
233
+ .modal-out-leave-to[data-v-c6039372] {
234
234
  opacity: 0;
235
235
  }
236
- .modal-in-enter .modal-container[data-v-8a639337],
237
- .modal-in-leave-to .modal-container[data-v-8a639337] {
236
+ .modal-in-enter .modal-container[data-v-c6039372],
237
+ .modal-in-leave-to .modal-container[data-v-c6039372] {
238
238
  transform: scale(0.9);
239
239
  }
240
- .modal-out-enter .modal-container[data-v-8a639337],
241
- .modal-out-leave-to .modal-container[data-v-8a639337] {
240
+ .modal-out-enter .modal-container[data-v-c6039372],
241
+ .modal-out-leave-to .modal-container[data-v-c6039372] {
242
242
  transform: scale(1.1);
243
243
  }
244
- .modal-mask .play-pause-icons .progress-ring[data-v-8a639337] {
244
+ .modal-mask .play-pause-icons[data-v-c6039372] {
245
+ --progress-ring-radius: calc(var(--default-clickable-area) / 2 + 1px);
246
+ --progress-ring-circumference: calc(2 * pi * var(--progress-ring-radius));
247
+ }
248
+ .modal-mask .play-pause-icons .progress-ring[data-v-c6039372] {
245
249
  position: absolute;
246
250
  top: 0;
247
251
  inset-inline-start: 0;
252
+ width: 100%;
253
+ height: 100%;
248
254
  transform: rotate(-90deg);
249
255
  }
250
- .modal-mask .play-pause-icons .progress-ring .progress-ring__circle[data-v-8a639337] {
256
+ .modal-mask .play-pause-icons .progress-ring .progress-ring__circle[data-v-c6039372] {
251
257
  transition: 100ms stroke-dashoffset;
252
258
  transform-origin: 50% 50%;
253
- animation: progressring-8a639337 linear var(--v5117887e) infinite;
259
+ animation: progressring-c6039372 linear var(--v58d005d2) infinite;
260
+ r: var(--progress-ring-radius);
254
261
  stroke-linecap: round;
255
- stroke-dashoffset: 94.2477796077;
256
- stroke-dasharray: 94.2477796077;
262
+ stroke-dashoffset: var(--progress-ring-circumference);
263
+ stroke-dasharray: var(--progress-ring-circumference);
257
264
  }
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;
265
+ .modal-mask .play-pause-icons--paused .play-pause-icons__icon[data-v-c6039372] {
266
+ animation: breath-c6039372 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
260
267
  }
261
- .modal-mask .play-pause-icons--paused .progress-ring__circle[data-v-8a639337] {
268
+ .modal-mask .play-pause-icons--paused .progress-ring__circle[data-v-c6039372] {
262
269
  animation-play-state: paused !important;
263
270
  }
264
- @keyframes progressring-8a639337 {
271
+ @keyframes progressring-c6039372 {
265
272
  from {
266
- stroke-dashoffset: 94.2477796077;
273
+ stroke-dashoffset: var(--progress-ring-circumference);
267
274
  }
268
275
  to {
269
276
  stroke-dashoffset: 0;
270
277
  }
271
278
  }
272
- @keyframes breath-8a639337 {
279
+ @keyframes breath-c6039372 {
273
280
  0% {
274
281
  opacity: 1;
275
282
  }