invenio-app-rdm 14.0.0b4.dev5__py2.py3-none-any.whl → 14.0.0b4.dev6__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.dev5"
20
+ __version__ = "14.0.0b4.dev6"
21
21
 
22
22
  __all__ = ("__version__",)
@@ -32,33 +32,27 @@ export class ExportDropdown extends Component {
32
32
  });
33
33
 
34
34
  return (
35
- <Grid>
36
- <Grid.Column width={10}>
37
- <Dropdown
38
- aria-label={i18next.t("Export selection")}
39
- selection
40
- fluid
41
- selectOnNavigation={false}
42
- options={exportOptions}
43
- onChange={(event, data) => this.setState({ selectedFormatUrl: data.value })}
44
- defaultValue={selectedFormatUrl}
45
- />
46
- </Grid.Column>
47
- <Grid.Column width={4} className="pl-0">
48
- <Button
49
- as="a"
50
- role="button"
51
- fluid
52
- href={selectedFormatUrl}
53
- title={i18next.t("Download file")}
54
- >
55
- {i18next.t("Export")}
56
- </Button>
57
- </Grid.Column>
58
- <Grid.Column width={2} className="pl-0">
59
- <CopyButton url={selectedFormatUrl} />
60
- </Grid.Column>
61
- </Grid>
35
+ <div className="auto-column-grid no-wrap">
36
+ <Dropdown
37
+ aria-label={i18next.t("Export selection")}
38
+ selection
39
+ fluid
40
+ selectOnNavigation={false}
41
+ options={exportOptions}
42
+ onChange={(event, data) => this.setState({ selectedFormatUrl: data.value })}
43
+ defaultValue={selectedFormatUrl}
44
+ />
45
+ <Button
46
+ as="a"
47
+ role="button"
48
+ fluid
49
+ href={selectedFormatUrl}
50
+ title={i18next.t("Download file")}
51
+ >
52
+ {i18next.t("Export")}
53
+ </Button>
54
+ <CopyButton url={selectedFormatUrl} />
55
+ </div>
62
56
  );
63
57
  }
64
58
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: invenio-app-rdm
3
- Version: 14.0.0b4.dev5
3
+ Version: 14.0.0b4.dev6
4
4
  Summary: Invenio Research Data Management.
5
5
  Home-page: https://github.com/inveniosoftware/invenio-app-rdm
6
6
  Author: CERN
@@ -101,7 +101,11 @@ https://inveniordm.docs.cern.ch
101
101
  Changes
102
102
  =======
103
103
 
104
- Version v14.0.0b4.dev4 (released 2026-01-21)
104
+ Version v14.0.0b4.dev6 released 2026-01-22)
105
+
106
+ - fix(ExportDropdown): Fix css spacing and responsiveness
107
+
108
+ Version v14.0.0b4.dev5 (released 2026-01-21)
105
109
 
106
110
  - feat(CopyButton): Pass remaining props to customize UI & functionality
107
111
  - refactor(RecordVersionsList): Make version items overridable
@@ -1,4 +1,4 @@
1
- invenio_app_rdm/__init__.py,sha256=ekTsVfOct-ISZRXM4igCnTpOnzlxQBGQvoAIMnmtetI,704
1
+ invenio_app_rdm/__init__.py,sha256=hhs26HnzcPQGbNSftfV7Vlmatox779zYp3VnjTS1gXQ,704
2
2
  invenio_app_rdm/cli.py,sha256=G6QqNU2W6n6ICtTMnpeKFXIsdorncDmVXwwwsGH5F2k,2746
3
3
  invenio_app_rdm/config.py,sha256=OI25kBsLhnyYP3SMqLGyUt4iIpc0Xqho1dtRvLCA1L8,53937
4
4
  invenio_app_rdm/ext.py,sha256=K7syn5CU5If7yOclFeNOCZX_u5q6VB7NJEQVm41mlng,5286
@@ -193,7 +193,7 @@ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/AccessR
193
193
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/CommunitiesManagement.js,sha256=V04OaFLy0_AgzZgtaNvEYvyZrXuflIOejlS6io5ZXQY,5927
194
194
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/CommunitiesManagementDropdown.js,sha256=1XXvWFJmpZl4LpqKXmvWtfjNPo0-0TRYTrKZDaX4fZg,5953
195
195
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/EditButton.js,sha256=WJ5lNpbPcd_Kymn_TYklSTfkCJRPhpFeT6cWcR48mSQ,1452
196
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/ExportDropdown.js,sha256=fDqs5sel6Zo1oPkJT1XbR3dtHXvvgVuDhe_sg_-D690,1969
196
+ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/ExportDropdown.js,sha256=nqsfGSosSHnPac7eI6IiQd1ZT4gpW6sow3A9Lt1Ebo8,1766
197
197
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/ManageButton.js,sha256=Sf5mBYLq3ydpb10cwBFbqUGqn0hsQ3aap3ujkdMTB9g,3872
198
198
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordCitationField.js,sha256=XYfXsQejNeC1R0spndn0qDrqvz6w3bj5UlPEIgT4U24,4757
199
199
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordCommunitiesList.js,sha256=w9iPhdQWJDpc9eXUFfUMqFp1GOjLHriAuVzAgIysHTs,5217
@@ -500,9 +500,9 @@ invenio_app_rdm/users_ui/views/__init__.py,sha256=SMdY2NJj9GICfr3Xuok7qdNYVtA2bJ
500
500
  invenio_app_rdm/users_ui/views/dashboard.py,sha256=iUn2PrODAwb8ugmMosJKAjPhUzjCiWiAWoXQr9RUFuc,1793
501
501
  invenio_app_rdm/users_ui/views/ui.py,sha256=W_eXM8dLVIrNHQB2UEh37C9BYoHauft6RyvcDNFHovA,1742
502
502
  invenio_app_rdm/utils/files.py,sha256=CruDyO2gDVadSlWEJD-WHpWHeOQ0juh-Ei9jz3D9yjc,3923
503
- invenio_app_rdm-14.0.0b4.dev5.dist-info/licenses/LICENSE,sha256=AZXFHRrZa5s4m9DV7zZr4bPGTMUvcEPCodeV_AmFI8k,1204
504
- invenio_app_rdm-14.0.0b4.dev5.dist-info/METADATA,sha256=0pdeo8AG-6J46a_Oj6FpB2wY4z6GVbn0MydocNwGWlc,22534
505
- invenio_app_rdm-14.0.0b4.dev5.dist-info/WHEEL,sha256=Q6xS052dXadQWXcEVKSI037R6NoyqhUlJ5BcYz2iMP4,110
506
- invenio_app_rdm-14.0.0b4.dev5.dist-info/entry_points.txt,sha256=MwtT1SN5saWOgTYhNb5y0YGA9VGAi0kXN0cykIfsb4U,2405
507
- invenio_app_rdm-14.0.0b4.dev5.dist-info/top_level.txt,sha256=quZejDUw2vLfKQboNIuVLJ9fxZifdnCT_s2PNf1dfmk,16
508
- invenio_app_rdm-14.0.0b4.dev5.dist-info/RECORD,,
503
+ invenio_app_rdm-14.0.0b4.dev6.dist-info/licenses/LICENSE,sha256=AZXFHRrZa5s4m9DV7zZr4bPGTMUvcEPCodeV_AmFI8k,1204
504
+ invenio_app_rdm-14.0.0b4.dev6.dist-info/METADATA,sha256=qd2uKps5g4p5rsC4yvnDUTPOlWEJsQE19rFuRRm0Uw0,22638
505
+ invenio_app_rdm-14.0.0b4.dev6.dist-info/WHEEL,sha256=Q6xS052dXadQWXcEVKSI037R6NoyqhUlJ5BcYz2iMP4,110
506
+ invenio_app_rdm-14.0.0b4.dev6.dist-info/entry_points.txt,sha256=MwtT1SN5saWOgTYhNb5y0YGA9VGAi0kXN0cykIfsb4U,2405
507
+ invenio_app_rdm-14.0.0b4.dev6.dist-info/top_level.txt,sha256=quZejDUw2vLfKQboNIuVLJ9fxZifdnCT_s2PNf1dfmk,16
508
+ invenio_app_rdm-14.0.0b4.dev6.dist-info/RECORD,,