@sinequa/atomic-angular 0.1.3 → 0.1.33

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.
package/package.json CHANGED
@@ -1,14 +1,10 @@
1
1
  {
2
2
  "name": "@sinequa/atomic-angular",
3
- "version": "0.1.3",
3
+ "version": "0.1.33",
4
4
  "i18n": [
5
5
  {
6
- "scope": "recent-searches",
7
- "path": "features/recent-searches/i18n"
8
- },
9
- {
10
- "scope": "saved-searches",
11
- "path": "features/saved-searches/i18n"
6
+ "scope": "searches",
7
+ "path": "features/searches/i18n"
12
8
  },
13
9
  {
14
10
  "scope": "bookmarks",
@@ -69,6 +65,13 @@
69
65
  ],
70
66
  "peerDependencies": {},
71
67
  "dependencies": {
68
+ "@angular-architects/ngrx-toolkit": "^18.1.1",
69
+ "@floating-ui/dom": "^1.6.13",
70
+ "@jsverse/transloco": "^7.6.1",
71
+ "@ngrx/signals": "^18.1.1",
72
+ "@ngrx/store": "^18.1.1",
73
+ "class-variance-authority": "^0.7.1",
74
+ "highlight-words": "2.0.0",
72
75
  "tslib": "^2.3.0"
73
76
  },
74
77
  "sideEffects": false,
@@ -1,6 +0,0 @@
1
- {
2
- "label": "Recent Searches",
3
- "filterCount": "{count} {count, plural, one {filter} other {filters}}",
4
- "removeRecentSearch": "Remove recent search",
5
- "noRecentSearches": "No recent searches yet"
6
- }
@@ -1,6 +0,0 @@
1
- {
2
- "label": "Recherches récentes",
3
- "filterCount": "{count} {count, plural, one {filtre} other {filtres}}",
4
- "removeRecentSearch": "Supprimer la recherche récente",
5
- "noRecentSearches": "Aucune recherche récente"
6
- }
@@ -1,8 +0,0 @@
1
- {
2
- "label": "Saved Searches",
3
- "filterCount": "{count} {count, plural, one {filter} other {filters}}",
4
- "removeSavedSearch": "Remove saved search",
5
- "noSavedSearches": "No saved searches yet",
6
- "saveSearch": "Save search",
7
- "saveName": "Save name"
8
- }
@@ -1,8 +0,0 @@
1
- {
2
- "label": "Recherches enregistrées",
3
- "filterCount": "{count} {count, plural, one {filtre} other {filtres}}",
4
- "removeSavedSearch": "Supprimer la recherche enregistrée",
5
- "noSavedSearches": "Aucune recherche enregistrée",
6
- "saveSearch": "Sauvegarder la recherche",
7
- "saveName": "Nom de la sauvegarde"
8
- }