@sinequa/atomic-angular 0.1.37 → 0.1.39
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/components/no-result/i18n/de.json +5 -0
- package/components/no-result/i18n/en.json +5 -0
- package/components/no-result/i18n/fr.json +5 -0
- package/components/sort-selector/i18n/de.json +3 -0
- package/components/sort-selector/i18n/en.json +3 -0
- package/components/sort-selector/i18n/fr.json +3 -0
- package/components/source/i18n/de.json +3 -0
- package/components/source/i18n/en.json +3 -0
- package/components/source/i18n/fr.json +3 -0
- package/features/alerts/i18n/de.json +33 -0
- package/features/alerts/i18n/en.json +33 -0
- package/features/alerts/i18n/fr.json +33 -0
- package/features/bookmarks/i18n/de.json +11 -0
- package/features/bookmarks/i18n/en.json +11 -0
- package/features/bookmarks/i18n/fr.json +11 -0
- package/features/collections/i18n/de.json +17 -0
- package/features/collections/i18n/en.json +17 -0
- package/features/collections/i18n/fr.json +16 -0
- package/features/dialogs/i18n/de.json +15 -0
- package/features/dialogs/i18n/en.json +15 -0
- package/features/dialogs/i18n/fr.json +15 -0
- package/features/did-you-mean/i18n/de.json +5 -0
- package/features/did-you-mean/i18n/en.json +5 -0
- package/features/did-you-mean/i18n/fr.json +5 -0
- package/features/drawer/i18n/de.json +22 -0
- package/features/drawer/i18n/en.json +22 -0
- package/features/drawer/i18n/fr.json +22 -0
- package/features/export/i18n/de.json +10 -0
- package/features/export/i18n/en.json +10 -0
- package/features/export/i18n/fr.json +10 -0
- package/features/feedback/i18n/de.json +26 -0
- package/features/feedback/i18n/en.json +26 -0
- package/features/feedback/i18n/fr.json +26 -0
- package/features/filters/i18n/de.json +14 -0
- package/features/filters/i18n/en.json +14 -0
- package/features/filters/i18n/fr.json +14 -0
- package/features/labels/i18n/de.json +8 -0
- package/features/labels/i18n/en.json +8 -0
- package/features/labels/i18n/fr.json +8 -0
- package/features/searches/i18n/de.json +15 -0
- package/features/searches/i18n/en.json +15 -0
- package/features/searches/i18n/fr.json +15 -0
- package/features/sign-in/i18n/de.json +12 -0
- package/features/sign-in/i18n/en.json +12 -0
- package/features/sign-in/i18n/fr.json +14 -0
- package/fesm2022/sinequa-atomic-angular.mjs.map +1 -1
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sinequa/atomic-angular",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.39",
|
|
4
4
|
"i18n": [
|
|
5
5
|
{
|
|
6
6
|
"scope": "searches",
|
|
@@ -63,14 +63,15 @@
|
|
|
63
63
|
"path": "components/source/i18n"
|
|
64
64
|
}
|
|
65
65
|
],
|
|
66
|
-
"peerDependencies": {
|
|
66
|
+
"peerDependencies": {
|
|
67
|
+
"class-variance-authority": "^0.7.1"
|
|
68
|
+
},
|
|
67
69
|
"dependencies": {
|
|
68
70
|
"@angular-architects/ngrx-toolkit": "^18.1.1",
|
|
69
71
|
"@floating-ui/dom": "^1.6.13",
|
|
70
72
|
"@jsverse/transloco": "^7.6.1",
|
|
71
73
|
"@ngrx/signals": "^18.1.1",
|
|
72
74
|
"@ngrx/store": "^18.1.1",
|
|
73
|
-
"class-variance-authority": "^0.7.1",
|
|
74
75
|
"highlight-words": "2.0.0",
|
|
75
76
|
"tslib": "^2.3.0"
|
|
76
77
|
},
|