invenio-app-rdm 14.0.0b4.dev1__py2.py3-none-any.whl → 14.0.0b4.dev2__py2.py3-none-any.whl

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.
@@ -17,6 +17,6 @@
17
17
  #
18
18
  # See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440
19
19
 
20
- __version__ = "14.0.0b4.dev1"
20
+ __version__ = "14.0.0b4.dev2"
21
21
 
22
22
  __all__ = ("__version__",)
@@ -4,7 +4,7 @@
4
4
  Copyright (C) 2021-2023 TU Wien.
5
5
  Copyright (C) 2021 Graz University of Technology.
6
6
  Copyright (C) 2021 New York University.
7
- Copyright (C) 2024 KTH Royal Institute of Technology.
7
+ Copyright (C) 2024-2025 KTH Royal Institute of Technology.
8
8
 
9
9
  Invenio RDM Records is free software; you can redistribute it and/or modify
10
10
  it under the terms of the MIT License; see LICENSE file for more details.
@@ -107,7 +107,7 @@
107
107
 
108
108
  <!-- PREVIEW HEADER -->
109
109
  {% if is_preview %}
110
- <div class="ui info flashed bottom attached manage message">
110
+ <div class="ui info bottom attached manage message">
111
111
  <div class="ui container">
112
112
  <div class="header">
113
113
  <i class="eye icon"></i>
@@ -86,17 +86,28 @@
86
86
 
87
87
  .ui.button.text-only {
88
88
  padding: @verticalPadding @textOnlyHorizontalPadding;
89
+ border: none !important;
89
90
  transform: translateX(-@textOnlyHorizontalPadding);
90
91
 
92
+ &.basic {
93
+ box-shadow: none !important;
94
+ }
95
+
91
96
  &:not(:hover):not(:active):not(:focus) {
92
- background: none;
97
+ background: none !important;
93
98
  }
94
99
 
95
100
  &:hover:not(:active), &:focus:not(:active) {
96
- background-color: @backgroundColor;
101
+ background-color: @backgroundColor !important;
102
+ box-shadow: none !important;
103
+ }
104
+
105
+ &:active, &:active:focus {
106
+ background-color: @hoverBackgroundColor !important;
107
+ box-shadow: none !important;
97
108
  }
98
109
 
99
- &:active {
100
- background-color: @hoverBackgroundColor;
110
+ &.centered {
111
+ transform: none;
101
112
  }
102
113
  }
@@ -194,6 +194,10 @@
194
194
  font-style: italic;
195
195
  color: @mutedTextColor;
196
196
  }
197
+
198
+ & > .placeholder {
199
+ margin: 1rem;
200
+ }
197
201
  }
198
202
 
199
203
  .requests-action-event-icon {
@@ -265,8 +269,25 @@
265
269
  }
266
270
  }
267
271
  }
268
- .ui.feed.last-page .requests-event-item:first-child .requests-event-container {
269
- padding-top: @defaultPadding;
272
+
273
+ /* First element after LoadMore component */
274
+ .ui.feed.stretched-feed .requests-event-item:first-child .requests-event-container:not(.reply) {
275
+ padding-top: 3em;
276
+ &::before {
277
+ background: linear-gradient(180deg, transparent 0, @borderColor 75%) !important;
278
+ }
279
+ }
280
+
281
+ /* Last element before LoadMore component */
282
+ .ui.feed.gradient-feed .requests-event-item:last-child .requests-event-container:not(.reply) {
283
+ padding-bottom: 3em;
284
+ &::before {
285
+ background: linear-gradient(0deg, transparent 0, @borderColor 75%) !important;
286
+ }
287
+ }
288
+
289
+ .requests-pagination-load-more {
290
+ cursor: pointer;
270
291
  }
271
292
 
272
293
  .ui.feed {
@@ -414,3 +435,29 @@
414
435
  margin: 0;
415
436
  }
416
437
  }
438
+
439
+ .requests-placeholder-avatar {
440
+ width: 28px;
441
+ height: 28px;
442
+ border-radius: 50%;
443
+ margin-right: 0.75rem;
444
+ position: relative;
445
+ z-index: 9999;
446
+ }
447
+
448
+ .requests-placeholder-event-icon {
449
+ width: 24px;
450
+ height: 21px;
451
+ z-index: 9999;
452
+ }
453
+
454
+ .requests-placeholder-avatar-icon {
455
+ width: 20px;
456
+ height: 20px;
457
+ border-radius: 50%;
458
+ margin-right: 5px;
459
+ }
460
+
461
+ .requests-placeholder-summary-line {
462
+ width: 150px;
463
+ }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: invenio-app-rdm
3
- Version: 14.0.0b4.dev1
3
+ Version: 14.0.0b4.dev2
4
4
  Summary: Invenio Research Data Management.
5
5
  Home-page: https://github.com/inveniosoftware/invenio-app-rdm
6
6
  Author: CERN
@@ -101,6 +101,11 @@ https://inveniordm.docs.cern.ch
101
101
  Changes
102
102
  =======
103
103
 
104
+ Version v14.0.0b4.dev2 (released 2025-12-16)
105
+
106
+ - semantic-ui: feed.overrides: Add placeholder css
107
+ - fix: css padding for preview msg
108
+
104
109
  Version v14.0.0b4.dev1 (released 2025-12-13)
105
110
 
106
111
  - feat(css): styles for threaded replies
@@ -1,4 +1,4 @@
1
- invenio_app_rdm/__init__.py,sha256=5YWVAzC2dRYfBTYLcy8l6i0t1Uml8jFSIXhyQI2WAmU,704
1
+ invenio_app_rdm/__init__.py,sha256=u8VeAx8RFcatUNs7h0tGDd5F8ChY-4KX4tEz_wPCr7Q,704
2
2
  invenio_app_rdm/cli.py,sha256=G6QqNU2W6n6ICtTMnpeKFXIsdorncDmVXwwwsGH5F2k,2746
3
3
  invenio_app_rdm/config.py,sha256=pigyCXGUMru2krv-ZJ15iosbm3UBk9dmiAQauYvzWbk,53632
4
4
  invenio_app_rdm/ext.py,sha256=K7syn5CU5If7yOclFeNOCZX_u5q6VB7NJEQVm41mlng,5286
@@ -51,7 +51,7 @@ invenio_app_rdm/records_ui/utils.py,sha256=MGB4YAWrrE5Wu4RhbT2F5SAfVkm3PLe-jzD1B
51
51
  invenio_app_rdm/records_ui/previewer/__init__.py,sha256=T32i_ssGKONDpNB3gECpn20ubHvGYYVrNuIgCADioOM,267
52
52
  invenio_app_rdm/records_ui/previewer/iiif_simple.py,sha256=lGxB3g0hNVJDWnq5jV_KrKPwC-LR1C51DMjas1-UpBM,1589
53
53
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html,sha256=aBdqSLQMi2nKKoC0dt3c7B8xluy3eE6l9j-M-rAa5Zc,3121
54
- invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html,sha256=_OqYPP-7qOyzenDoj-8qhSPwmwtMFYJ8mj6MdJcMPNI,20852
54
+ invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html,sha256=Bi2LGkcXb9ftgJWterPeA8GtzZs8HhMipJlj4qA4g68,20849
55
55
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/draft_not_found.html,sha256=_FPflgqVZ556Xw349mHPSFb0FOhxYkIHfmUUTX53_LU,624
56
56
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/export.html,sha256=2h-FGJvNKS9ASZ0mErL2vz5jXQYiLL8u8rTO2_D3FVQ,1166
57
57
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/iiif_preview.html,sha256=RningdsVBXsJ8qnQjzurf0Ty8R5Tq08eS31s53c3DNE,444
@@ -257,7 +257,7 @@ invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/collections/
257
257
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/collections/message.variables,sha256=mDRGjqL2avCh326NEin4h0z7bTP9QiE0nQxV_c9X40k,224
258
258
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/collections/table.overrides,sha256=x26vg15BUVB4OjSbIol0EGY2XF9NlPDMvfRIsYl-ots,4104
259
259
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/collections/table.variables,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
260
- invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/button.overrides,sha256=RzrycdPZr2nEoMQMndK7_4kvXLLFnZRf0U0B-1A6gMM,1876
260
+ invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/button.overrides,sha256=XgtKuOBTgUJQX7WNZSfEAgrf-lQP_2DWkdzznsiMyxA,2109
261
261
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/button.variables,sha256=D7XmhqrO4orM91k0iMdyCcEqW2JywOdMZdSzR9tcyI8,206
262
262
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/container.overrides,sha256=KYUGvQqDLcgUUCiUreJ2eVXN85B800H3pZV3O2sXVpI,2826
263
263
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/container.variables,sha256=pq_DrgmlkubeyqvRYhhv7LXbWYJ8q_hbTOWVpDxG6A8,237
@@ -295,7 +295,7 @@ invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/modules/tran
295
295
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/modules/transition.variables,sha256=LxC404-t4GRykg6qSUf4KDoDX9OgRvVlOp9LhVtTj3o,139
296
296
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/card.overrides,sha256=QKS9FOgRu0wFAcRzSq_HTt1lxiEBsXuq5xBwJB2nr7M,3348
297
297
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/card.variables,sha256=3KceqH6Y0rQsbWgH3IPuXHE9ThE6cEygSrOsW5XcWto,83
298
- invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/feed.overrides,sha256=9Pd093tvm_DmcSg8-Eez2pkPlWizOieehJmV6jcDgBw,8684
298
+ invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/feed.overrides,sha256=iUCx2gQHnJltJo8Zm-TsETrWGHBG6evu0rH8VC9BI-s,9616
299
299
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/feed.variables,sha256=2cPZcPQO6ULJygE_BkFgo29lAq-aBMRyyEgQna2rL24,38
300
300
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/item.overrides,sha256=m8gkMU_yKP9YIbVQ-A9eZIAj7dTmz0R25aZ5nWOYuCE,3059
301
301
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/item.variables,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -498,9 +498,9 @@ invenio_app_rdm/users_ui/views/__init__.py,sha256=SMdY2NJj9GICfr3Xuok7qdNYVtA2bJ
498
498
  invenio_app_rdm/users_ui/views/dashboard.py,sha256=iUn2PrODAwb8ugmMosJKAjPhUzjCiWiAWoXQr9RUFuc,1793
499
499
  invenio_app_rdm/users_ui/views/ui.py,sha256=W_eXM8dLVIrNHQB2UEh37C9BYoHauft6RyvcDNFHovA,1742
500
500
  invenio_app_rdm/utils/files.py,sha256=CruDyO2gDVadSlWEJD-WHpWHeOQ0juh-Ei9jz3D9yjc,3923
501
- invenio_app_rdm-14.0.0b4.dev1.dist-info/licenses/LICENSE,sha256=AZXFHRrZa5s4m9DV7zZr4bPGTMUvcEPCodeV_AmFI8k,1204
502
- invenio_app_rdm-14.0.0b4.dev1.dist-info/METADATA,sha256=5Yg3KNJ7UklCH4exaUVFiEe_PgdaIJ3ff_v6BKQXRZE,21796
503
- invenio_app_rdm-14.0.0b4.dev1.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
504
- invenio_app_rdm-14.0.0b4.dev1.dist-info/entry_points.txt,sha256=MwtT1SN5saWOgTYhNb5y0YGA9VGAi0kXN0cykIfsb4U,2405
505
- invenio_app_rdm-14.0.0b4.dev1.dist-info/top_level.txt,sha256=quZejDUw2vLfKQboNIuVLJ9fxZifdnCT_s2PNf1dfmk,16
506
- invenio_app_rdm-14.0.0b4.dev1.dist-info/RECORD,,
501
+ invenio_app_rdm-14.0.0b4.dev2.dist-info/licenses/LICENSE,sha256=AZXFHRrZa5s4m9DV7zZr4bPGTMUvcEPCodeV_AmFI8k,1204
502
+ invenio_app_rdm-14.0.0b4.dev2.dist-info/METADATA,sha256=v6SKfFDBqEImy1bOCpUIpJ3G2j4d7fjmeswwsmmZfGU,21929
503
+ invenio_app_rdm-14.0.0b4.dev2.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
504
+ invenio_app_rdm-14.0.0b4.dev2.dist-info/entry_points.txt,sha256=MwtT1SN5saWOgTYhNb5y0YGA9VGAi0kXN0cykIfsb4U,2405
505
+ invenio_app_rdm-14.0.0b4.dev2.dist-info/top_level.txt,sha256=quZejDUw2vLfKQboNIuVLJ9fxZifdnCT_s2PNf1dfmk,16
506
+ invenio_app_rdm-14.0.0b4.dev2.dist-info/RECORD,,