tycho-components 0.16.5 → 0.17.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 (43) hide show
  1. package/dist/AppReplaceAll/AppReplaceAll.d.ts +2 -0
  2. package/dist/{Header/HeaderReplaceAll/HeaderReplaceAll.js → AppReplaceAll/AppReplaceAll.js} +9 -6
  3. package/dist/AppReplaceAll/index.d.ts +2 -0
  4. package/dist/AppReplaceAll/index.js +2 -0
  5. package/dist/AppReplaceAll/style.scss +11 -0
  6. package/dist/Comments/HeaderNotifications/HeaderNotifications.d.ts +2 -1
  7. package/dist/Comments/HeaderNotifications/HeaderNotifications.js +2 -2
  8. package/dist/Header/Header.d.ts +1 -2
  9. package/dist/Header/Header.js +3 -14
  10. package/dist/Header/HeaderApps/HeaderApps.d.ts +14 -1
  11. package/dist/Header/HeaderApps/HeaderApps.js +18 -6
  12. package/dist/Header/HeaderApps/style.scss +65 -56
  13. package/dist/Header/HeaderApps/youtube.png +0 -0
  14. package/dist/Header/HeaderButtons/HeaderButtons.d.ts +16 -0
  15. package/dist/Header/HeaderButtons/HeaderButtons.js +18 -0
  16. package/dist/Header/HeaderButtons/index.d.ts +2 -0
  17. package/dist/Header/HeaderButtons/index.js +2 -0
  18. package/dist/Header/HeaderButtons/styles.scss +0 -0
  19. package/dist/Header/HeaderCorpora/HeaderCorpora.js +0 -2
  20. package/dist/Header/HeaderCorpora/HeaderCorpus.js +1 -1
  21. package/dist/Header/HeaderCorpora/style.scss +30 -6
  22. package/dist/Header/HeaderUser/HeaderUser.d.ts +1 -1
  23. package/dist/Header/HeaderUser/HeaderUser.js +9 -9
  24. package/dist/Header/HeaderUser/style.scss +1 -1
  25. package/dist/Header/HelpButton/HelpButton.d.ts +2 -1
  26. package/dist/Header/HelpButton/HelpButton.js +2 -2
  27. package/dist/Header/styles.scss +42 -14
  28. package/dist/Header/types/App.js +15 -15
  29. package/dist/LanguageSelector/LanguageSelector.d.ts +4 -1
  30. package/dist/LanguageSelector/LanguageSelector.js +3 -3
  31. package/dist/LanguageSelector/styles.scss +19 -0
  32. package/dist/configs/Localization.d.ts +143 -136
  33. package/dist/configs/localization/HeaderAppTexts.d.ts +87 -83
  34. package/dist/configs/localization/HeaderAppTexts.js +87 -83
  35. package/dist/configs/localization/HeaderTexts.d.ts +58 -55
  36. package/dist/configs/localization/HeaderTexts.js +58 -55
  37. package/dist/index.d.ts +1 -0
  38. package/dist/index.js +1 -0
  39. package/package.json +1 -1
  40. package/dist/Header/HeaderReplaceAll/HeaderReplaceAll.d.ts +0 -2
  41. package/dist/Header/HeaderReplaceAll/index.d.ts +0 -2
  42. package/dist/Header/HeaderReplaceAll/index.js +0 -2
  43. package/dist/Header/HeaderReplaceAll/style.scss +0 -24
@@ -1,62 +1,65 @@
1
1
  export const HeaderTexts = {
2
2
  en: {
3
- "label.platform": "Tycho Brahe Platform",
4
- "label.signout": "sign out",
5
- "label.my.settings": "My Settings",
6
- "label.choose": "Choose a corpus",
7
- "tooltip.keyboard": "Open Virtual Keyboard",
8
- "tooltip.tutorials": "Views Tutorials",
9
- "replace.all.tooltip": "Replace All",
10
- "replace.find.placeholder": "Find",
11
- "replace.placeholder": "Replace",
12
- "tag.public": "Public",
13
- "tag.private": "Private",
14
- "profile.label.hello": "Hello,",
15
- "profile.label.theme": "Layout Theme",
16
- "profile.label.help": "Help Center",
17
- "profile.label.logout": "Logout",
18
- "profile.label.home": "My profile",
19
- "button.sign.in": "Sign In",
20
- "button.close": "Close",
3
+ 'label.platform': 'Tycho',
4
+ 'label.platform.complete': 'Tycho Platform',
5
+ 'label.signout': 'sign out',
6
+ 'label.my.settings': 'My Settings',
7
+ 'label.choose': 'Choose a corpus',
8
+ 'tooltip.keyboard': 'Open Virtual Keyboard',
9
+ 'tooltip.tutorials': 'Views Tutorials',
10
+ 'replace.all.tooltip': 'Replace All',
11
+ 'replace.find.placeholder': 'Find',
12
+ 'replace.placeholder': 'Replace',
13
+ 'tag.public': 'Public',
14
+ 'tag.private': 'Private',
15
+ 'profile.label.hello': 'Hello,',
16
+ 'profile.label.theme': 'Layout Theme',
17
+ 'profile.label.help': 'Help Center',
18
+ 'profile.label.logout': 'Logout',
19
+ 'profile.label.home': 'My profile',
20
+ 'button.sign.in': 'Sign In',
21
+ 'button.close': 'Close',
21
22
  },
22
- "pt-BR": {
23
- "label.platform": "Plataforma Tycho Brahe",
24
- "label.signout": "sair",
25
- "label.my.settings": "Minhas Configurações",
26
- "label.choose": "Escolha um corpus",
27
- "tooltip.keyboard": "Abrir Teclado Virtual",
28
- "tooltip.tutorials": "Ver tutoriais",
29
- "replace.all.tooltip": "Substituir Todos",
30
- "replace.find.placeholder": "Procurar",
31
- "replace.placeholder": "Substituir",
32
- "tag.public": "Público",
33
- "tag.private": "Privado",
34
- "profile.label.hello": "Olá,",
35
- "profile.label.theme": "Tema do Layout",
36
- "profile.label.help": "Central de Ajuda",
37
- "profile.label.logout": "Sair da conta",
38
- "profile.label.home": "Meu perfil",
39
- "button.sign.in": "Entrar",
40
- "button.close": "Fechar",
23
+ 'pt-BR': {
24
+ 'label.platform': 'Tycho',
25
+ 'label.platform.complete': 'Plataforma Tycho',
26
+ 'label.signout': 'sair',
27
+ 'label.my.settings': 'Minhas Configurações',
28
+ 'label.choose': 'Escolha um corpus',
29
+ 'tooltip.keyboard': 'Abrir Teclado Virtual',
30
+ 'tooltip.tutorials': 'Ver tutoriais',
31
+ 'replace.all.tooltip': 'Substituir Todos',
32
+ 'replace.find.placeholder': 'Procurar',
33
+ 'replace.placeholder': 'Substituir',
34
+ 'tag.public': 'Público',
35
+ 'tag.private': 'Privado',
36
+ 'profile.label.hello': 'Olá,',
37
+ 'profile.label.theme': 'Tema do Layout',
38
+ 'profile.label.help': 'Central de Ajuda',
39
+ 'profile.label.logout': 'Sair da conta',
40
+ 'profile.label.home': 'Meu perfil',
41
+ 'button.sign.in': 'Entrar',
42
+ 'button.close': 'Fechar',
41
43
  },
42
44
  it: {
43
- "label.platform": "Piattaforma Tycho Brahe",
44
- "label.signout": "esci",
45
- "label.my.settings": "Le mie impostazioni",
46
- "label.choose": "Scegli un corpus",
47
- "tooltip.keyboard": "Apri tastiera virtuale",
48
- "tooltip.tutorials": "Visualizza i tutorial",
49
- "replace.all.tooltip": "Sostituisci tutto",
50
- "replace.find.placeholder": "Trova",
51
- "replace.placeholder": "Sostituisci",
52
- "tag.public": "Pubblico",
53
- "tag.private": "Privato",
54
- "profile.label.hello": "Ciao,",
55
- "profile.label.theme": "Tema grafico",
56
- "profile.label.help": "Centro assistenza",
57
- "profile.label.logout": "Disconnetti",
58
- "profile.label.home": "Il mio profilo",
59
- "button.sign.in": "Accedi",
60
- "button.close": "Chiudi",
45
+ 'label.platform': 'Tycho',
46
+ 'label.platform.complete': 'Piattaforma Tycho',
47
+ 'label.signout': 'esci',
48
+ 'label.my.settings': 'Le mie impostazioni',
49
+ 'label.choose': 'Scegli un corpus',
50
+ 'tooltip.keyboard': 'Apri tastiera virtuale',
51
+ 'tooltip.tutorials': 'Visualizza i tutorial',
52
+ 'replace.all.tooltip': 'Sostituisci tutto',
53
+ 'replace.find.placeholder': 'Trova',
54
+ 'replace.placeholder': 'Sostituisci',
55
+ 'tag.public': 'Pubblico',
56
+ 'tag.private': 'Privato',
57
+ 'profile.label.hello': 'Ciao,',
58
+ 'profile.label.theme': 'Tema grafico',
59
+ 'profile.label.help': 'Centro assistenza',
60
+ 'profile.label.logout': 'Disconnetti',
61
+ 'profile.label.home': 'Il mio profilo',
62
+ 'button.sign.in': 'Accedi',
63
+ 'button.close': 'Chiudi',
61
64
  },
62
65
  };
package/dist/index.d.ts CHANGED
@@ -21,6 +21,7 @@ export { default as AppModalRemove } from './AppModal/AppModalRemove';
21
21
  export { default as AppPagination } from './AppPagination';
22
22
  export { default as AppPicture } from './AppPicture';
23
23
  export { default as AppPlaceholder } from './AppPlaceholder';
24
+ export { default as AppReplaceAll } from './AppReplaceAll/AppReplaceAll';
24
25
  export { default as AppTable } from './AppTable';
25
26
  export { default as AppTableList } from './AppTable/AppTableList';
26
27
  export { EMPTY_GRID_PAGE, EMPTY_PAGE, isPageEmpty, } from './AppTable/types/AppPage';
package/dist/index.js CHANGED
@@ -16,6 +16,7 @@ export { default as AppModalRemove } from './AppModal/AppModalRemove';
16
16
  export { default as AppPagination } from './AppPagination';
17
17
  export { default as AppPicture } from './AppPicture';
18
18
  export { default as AppPlaceholder } from './AppPlaceholder';
19
+ export { default as AppReplaceAll } from './AppReplaceAll/AppReplaceAll';
19
20
  export { default as AppTable } from './AppTable';
20
21
  export { default as AppTableList } from './AppTable/AppTableList';
21
22
  export { EMPTY_GRID_PAGE, EMPTY_PAGE, isPageEmpty, } from './AppTable/types/AppPage';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tycho-components",
3
3
  "private": false,
4
- "version": "0.16.5",
4
+ "version": "0.17.1",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -1,2 +0,0 @@
1
- import './style.scss';
2
- export default function HeaderReplaceAll(): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +0,0 @@
1
- import HeaderReplaceAll from './HeaderReplaceAll';
2
- export default HeaderReplaceAll;
@@ -1,2 +0,0 @@
1
- import HeaderReplaceAll from './HeaderReplaceAll';
2
- export default HeaderReplaceAll;
@@ -1,24 +0,0 @@
1
- .popover-replace {
2
- max-width: 10vw;
3
-
4
- .popover-body {
5
- display: flex;
6
- flex-direction: column;
7
- gap: 4px;
8
- max-width: 10vw;
9
- padding: 8px;
10
- }
11
- }
12
-
13
- .btn-replace-all {
14
- width: 40px;
15
- height: 40px;
16
- background: var(--button-primary-default);
17
- border-radius: 0;
18
- border: 0;
19
- margin-right: 4px;
20
-
21
- &:hover {
22
- background: var(--button-primary-hover);
23
- }
24
- }