@c-rex/components 0.1.39 → 0.3.0-build.15

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 (1) hide show
  1. package/package.json +249 -249
package/package.json CHANGED
@@ -1,250 +1,250 @@
1
- {
2
- "name": "@c-rex/components",
3
- "version": "0.1.39",
4
- "files": [
5
- "src"
6
- ],
7
- "publishConfig": {
8
- "access": "public"
9
- },
10
- "sideEffects": false,
11
- "exports": {
12
- "./server-components": {
13
- "types": "./src/generated/server-components.tsx",
14
- "import": "./src/generated/server-components.tsx"
15
- },
16
- "./client-components": {
17
- "types": "./src/generated/client-components.tsx",
18
- "import": "./src/generated/client-components.tsx"
19
- },
20
- "./suggestion-components": {
21
- "types": "./src/generated/suggestions.tsx",
22
- "import": "./src/generated/suggestions.tsx"
23
- },
24
- "./breadcrumb": {
25
- "types": "./src/breadcrumb.tsx",
26
- "import": "./src/breadcrumb.tsx"
27
- },
28
- "./navbar": {
29
- "types": "./src/navbar/navbar.tsx",
30
- "import": "./src/navbar/navbar.tsx"
31
- },
32
- "./page-wrapper": {
33
- "types": "./src/page-wrapper.tsx",
34
- "import": "./src/page-wrapper.tsx"
35
- },
36
- "./settings-menu": {
37
- "types": "./src/navbar/settings.tsx",
38
- "import": "./src/navbar/settings.tsx"
39
- },
40
- "./favorite-button": {
41
- "types": "./src/favorites/favorite-button.tsx",
42
- "import": "./src/favorites/favorite-button.tsx"
43
- },
44
- "./flag": {
45
- "types": "./src/icons/flag-icon.tsx",
46
- "import": "./src/icons/flag-icon.tsx"
47
- },
48
- "./loading": {
49
- "types": "./src/icons/loading.tsx",
50
- "import": "./src/icons/loading.tsx"
51
- },
52
- "./information-unit-metadata-grid": {
53
- "types": "./src/info/information-unit-metadata-grid.tsx",
54
- "import": "./src/info/information-unit-metadata-grid.tsx"
55
- },
56
- "./info-card": {
57
- "types": "./src/info/info-card.tsx",
58
- "import": "./src/info/info-card.tsx"
59
- },
60
- "./check-article-lang": {
61
- "types": "./src/check-article-lang.tsx",
62
- "import": "./src/check-article-lang.tsx"
63
- },
64
- "./render-article": {
65
- "types": "./src/render-article.tsx",
66
- "import": "./src/render-article.tsx"
67
- },
68
- "./html-rendition": {
69
- "types": "./src/renditions/html.tsx",
70
- "import": "./src/renditions/html.tsx"
71
- },
72
- "./image-rendition-container": {
73
- "types": "./src/renditions/container.ts",
74
- "import": "./src/renditions/container.ts"
75
- },
76
- "./autocomplete": {
77
- "types": "./src/autocomplete.tsx",
78
- "import": "./src/autocomplete.tsx"
79
- },
80
- "./result-container": {
81
- "types": "./src/result-container.tsx",
82
- "import": "./src/result-container.tsx"
83
- },
84
- "./dialog-filter": {
85
- "types": "./src/results/dialog-filter.tsx",
86
- "import": "./src/results/dialog-filter.tsx"
87
- },
88
- "./pagination": {
89
- "types": "./src/results/pagination.tsx",
90
- "import": "./src/results/pagination.tsx"
91
- },
92
- "./information-unit-search-results-cards": {
93
- "types": "./src/results/information-unit-search-results-cards.tsx",
94
- "import": "./src/results/information-unit-search-results-cards.tsx"
95
- },
96
- "./empty": {
97
- "types": "./src/results/empty.tsx",
98
- "import": "./src/results/empty.tsx"
99
- },
100
- "./filter-sidebar": {
101
- "types": "./src/results/filter-sidebar/index.tsx",
102
- "import": "./src/results/filter-sidebar/index.tsx"
103
- },
104
- "./filter-navbar": {
105
- "types": "./src/results/filter-navbar.tsx",
106
- "import": "./src/results/filter-navbar.tsx"
107
- },
108
- "./language-store": {
109
- "types": "./src/stores/language-store.ts",
110
- "import": "./src/stores/language-store.ts"
111
- },
112
- "./highlight-store": {
113
- "types": "./src/stores/highlight-store.ts",
114
- "import": "./src/stores/highlight-store.ts"
115
- },
116
- "./favorites-store": {
117
- "types": "./src/stores/favorites-store.ts",
118
- "import": "./src/stores/favorites-store.ts"
119
- },
120
- "./search-settings-store": {
121
- "types": "./src/stores/search-settings-store.ts",
122
- "import": "./src/stores/search-settings-store.ts"
123
- },
124
- "./article-content": {
125
- "types": "./src/article/article-content.tsx",
126
- "import": "./src/article/article-content.tsx"
127
- },
128
- "./tree-of-content": {
129
- "types": "./src/directoryNodes/tree-of-content.tsx",
130
- "import": "./src/directoryNodes/tree-of-content.tsx"
131
- },
132
- "./directory-tree-context": {
133
- "types": "./src/directoryNodes/directory-tree-context.tsx",
134
- "import": "./src/directoryNodes/directory-tree-context.tsx"
135
- },
136
- "./share-button": {
137
- "types": "./src/share-button.tsx",
138
- "import": "./src/share-button.tsx"
139
- },
140
- "./file-download": {
141
- "types": "./src/renditions/file-download.tsx",
142
- "import": "./src/renditions/file-download.tsx"
143
- },
144
- "./image-container": {
145
- "types": "./src/renditions/image/container.tsx",
146
- "import": "./src/renditions/image/container.tsx"
147
- },
148
- "./image-rendition": {
149
- "types": "./src/renditions/image/rendition.tsx",
150
- "import": "./src/renditions/image/rendition.tsx"
151
- },
152
- "./server-image-rendition": {
153
- "types": "./src/renditions/image/server-image-rendition.tsx",
154
- "import": "./src/renditions/image/server-image-rendition.tsx"
155
- },
156
- "./article-skeleton": {
157
- "types": "./src/article/article-skeleton.tsx",
158
- "import": "./src/article/article-skeleton.tsx"
159
- },
160
- "./documents-result-list": {
161
- "types": "./src/documents/result-list.tsx",
162
- "import": "./src/documents/result-list.tsx"
163
- },
164
- "./generic-table-result-list": {
165
- "types": "./src/results/generic/table-result-list.tsx",
166
- "import": "./src/results/generic/table-result-list.tsx"
167
- },
168
- "./carousel": {
169
- "types": "./src/carousel/carousel.tsx",
170
- "import": "./src/carousel/carousel.tsx"
171
- },
172
- "./restriction-menu": {
173
- "types": "./src/restriction-menu/restriction-menu.tsx",
174
- "import": "./src/restriction-menu/restriction-menu.tsx"
175
- },
176
- "./restriction-menu-item": {
177
- "types": "./src/restriction-menu/restriction-menu-item.tsx",
178
- "import": "./src/restriction-menu/restriction-menu-item.tsx"
179
- },
180
- "./search-input": {
181
- "types": "./src/search-input.tsx",
182
- "import": "./src/search-input.tsx"
183
- },
184
- "./footer": {
185
- "types": "./src/footer/footer.tsx",
186
- "import": "./src/footer/footer.tsx"
187
- }
188
- },
189
- "scripts": {
190
- "storybook": "storybook dev -p 6006",
191
- "build-storybook": "storybook build",
192
- "test:watch": "jest --watch",
193
- "test": "jest",
194
- "lint": "eslint .",
195
- "lint:fix": "eslint . --fix"
196
- },
197
- "devDependencies": {
198
- "@c-rex/eslint-config": "*",
199
- "@c-rex/typescript-config": "*",
200
- "@chromatic-com/storybook": "^3.2.6",
201
- "@storybook/addon-essentials": "^8.6.12",
202
- "@storybook/addon-onboarding": "^8.6.12",
203
- "@storybook/blocks": "^8.6.12",
204
- "@storybook/nextjs": "^8.6.12",
205
- "@storybook/react": "^8.6.12",
206
- "@storybook/test": "^8.6.12",
207
- "@turbo/gen": "^2.4.4",
208
- "@types/node": "^22.13.10",
209
- "@types/jest": "^29.5.14",
210
- "@types/react": "19.0.10",
211
- "@types/react-dom": "19.0.4",
212
- "autoprefixer": "^10.4.21",
213
- "eslint": "^9.23.0",
214
- "eslint-plugin-storybook": "^0.12.0",
215
- "jest": "^29.7.0",
216
- "postcss": "^8.5.3",
217
- "storybook": "^8.6.12",
218
- "style-loader": "^4.0.0",
219
- "tailwindcss": "^3.4.17",
220
- "ts-jest": "^29.1.2",
221
- "typescript": "latest"
222
- },
223
- "dependencies": {
224
- "@c-rex/config": "*",
225
- "@c-rex/constants": "*",
226
- "@c-rex/contexts": "*",
227
- "@c-rex/core": "*",
228
- "@c-rex/interfaces": "*",
229
- "@c-rex/services": "*",
230
- "@c-rex/types": "*",
231
- "@c-rex/ui": "*",
232
- "@c-rex/utils": "*",
233
- "country-flag-icons": "^1.5.19",
234
- "html-react-parser": "^5.2.6",
235
- "lucide-react": "^0.511.0",
236
- "next": "^14",
237
- "next-intl": "^4.1.0",
238
- "nuqs": "^2.4.3",
239
- "react": "^18.3.1",
240
- "react-dom": "^18.3.1",
241
- "react-icons": "^5.5.0",
242
- "tailwindcss-animate": "^1.0.7",
243
- "zustand": "^5.0.8"
244
- },
245
- "eslintConfig": {
246
- "extends": [
247
- "plugin:storybook/recommended"
248
- ]
249
- }
1
+ {
2
+ "name": "@c-rex/components",
3
+ "version": "0.3.0-build.15",
4
+ "files": [
5
+ "src"
6
+ ],
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
+ "sideEffects": false,
11
+ "exports": {
12
+ "./server-components": {
13
+ "types": "./src/generated/server-components.tsx",
14
+ "import": "./src/generated/server-components.tsx"
15
+ },
16
+ "./client-components": {
17
+ "types": "./src/generated/client-components.tsx",
18
+ "import": "./src/generated/client-components.tsx"
19
+ },
20
+ "./suggestion-components": {
21
+ "types": "./src/generated/suggestions.tsx",
22
+ "import": "./src/generated/suggestions.tsx"
23
+ },
24
+ "./breadcrumb": {
25
+ "types": "./src/breadcrumb.tsx",
26
+ "import": "./src/breadcrumb.tsx"
27
+ },
28
+ "./navbar": {
29
+ "types": "./src/navbar/navbar.tsx",
30
+ "import": "./src/navbar/navbar.tsx"
31
+ },
32
+ "./page-wrapper": {
33
+ "types": "./src/page-wrapper.tsx",
34
+ "import": "./src/page-wrapper.tsx"
35
+ },
36
+ "./settings-menu": {
37
+ "types": "./src/navbar/settings.tsx",
38
+ "import": "./src/navbar/settings.tsx"
39
+ },
40
+ "./favorite-button": {
41
+ "types": "./src/favorites/favorite-button.tsx",
42
+ "import": "./src/favorites/favorite-button.tsx"
43
+ },
44
+ "./flag": {
45
+ "types": "./src/icons/flag-icon.tsx",
46
+ "import": "./src/icons/flag-icon.tsx"
47
+ },
48
+ "./loading": {
49
+ "types": "./src/icons/loading.tsx",
50
+ "import": "./src/icons/loading.tsx"
51
+ },
52
+ "./information-unit-metadata-grid": {
53
+ "types": "./src/info/information-unit-metadata-grid.tsx",
54
+ "import": "./src/info/information-unit-metadata-grid.tsx"
55
+ },
56
+ "./info-card": {
57
+ "types": "./src/info/info-card.tsx",
58
+ "import": "./src/info/info-card.tsx"
59
+ },
60
+ "./check-article-lang": {
61
+ "types": "./src/check-article-lang.tsx",
62
+ "import": "./src/check-article-lang.tsx"
63
+ },
64
+ "./render-article": {
65
+ "types": "./src/render-article.tsx",
66
+ "import": "./src/render-article.tsx"
67
+ },
68
+ "./html-rendition": {
69
+ "types": "./src/renditions/html.tsx",
70
+ "import": "./src/renditions/html.tsx"
71
+ },
72
+ "./image-rendition-container": {
73
+ "types": "./src/renditions/container.ts",
74
+ "import": "./src/renditions/container.ts"
75
+ },
76
+ "./autocomplete": {
77
+ "types": "./src/autocomplete.tsx",
78
+ "import": "./src/autocomplete.tsx"
79
+ },
80
+ "./result-container": {
81
+ "types": "./src/result-container.tsx",
82
+ "import": "./src/result-container.tsx"
83
+ },
84
+ "./dialog-filter": {
85
+ "types": "./src/results/dialog-filter.tsx",
86
+ "import": "./src/results/dialog-filter.tsx"
87
+ },
88
+ "./pagination": {
89
+ "types": "./src/results/pagination.tsx",
90
+ "import": "./src/results/pagination.tsx"
91
+ },
92
+ "./information-unit-search-results-cards": {
93
+ "types": "./src/results/information-unit-search-results-cards.tsx",
94
+ "import": "./src/results/information-unit-search-results-cards.tsx"
95
+ },
96
+ "./empty": {
97
+ "types": "./src/results/empty.tsx",
98
+ "import": "./src/results/empty.tsx"
99
+ },
100
+ "./filter-sidebar": {
101
+ "types": "./src/results/filter-sidebar/index.tsx",
102
+ "import": "./src/results/filter-sidebar/index.tsx"
103
+ },
104
+ "./filter-navbar": {
105
+ "types": "./src/results/filter-navbar.tsx",
106
+ "import": "./src/results/filter-navbar.tsx"
107
+ },
108
+ "./language-store": {
109
+ "types": "./src/stores/language-store.ts",
110
+ "import": "./src/stores/language-store.ts"
111
+ },
112
+ "./highlight-store": {
113
+ "types": "./src/stores/highlight-store.ts",
114
+ "import": "./src/stores/highlight-store.ts"
115
+ },
116
+ "./favorites-store": {
117
+ "types": "./src/stores/favorites-store.ts",
118
+ "import": "./src/stores/favorites-store.ts"
119
+ },
120
+ "./search-settings-store": {
121
+ "types": "./src/stores/search-settings-store.ts",
122
+ "import": "./src/stores/search-settings-store.ts"
123
+ },
124
+ "./article-content": {
125
+ "types": "./src/article/article-content.tsx",
126
+ "import": "./src/article/article-content.tsx"
127
+ },
128
+ "./tree-of-content": {
129
+ "types": "./src/directoryNodes/tree-of-content.tsx",
130
+ "import": "./src/directoryNodes/tree-of-content.tsx"
131
+ },
132
+ "./directory-tree-context": {
133
+ "types": "./src/directoryNodes/directory-tree-context.tsx",
134
+ "import": "./src/directoryNodes/directory-tree-context.tsx"
135
+ },
136
+ "./share-button": {
137
+ "types": "./src/share-button.tsx",
138
+ "import": "./src/share-button.tsx"
139
+ },
140
+ "./file-download": {
141
+ "types": "./src/renditions/file-download.tsx",
142
+ "import": "./src/renditions/file-download.tsx"
143
+ },
144
+ "./image-container": {
145
+ "types": "./src/renditions/image/container.tsx",
146
+ "import": "./src/renditions/image/container.tsx"
147
+ },
148
+ "./image-rendition": {
149
+ "types": "./src/renditions/image/rendition.tsx",
150
+ "import": "./src/renditions/image/rendition.tsx"
151
+ },
152
+ "./server-image-rendition": {
153
+ "types": "./src/renditions/image/server-image-rendition.tsx",
154
+ "import": "./src/renditions/image/server-image-rendition.tsx"
155
+ },
156
+ "./article-skeleton": {
157
+ "types": "./src/article/article-skeleton.tsx",
158
+ "import": "./src/article/article-skeleton.tsx"
159
+ },
160
+ "./documents-result-list": {
161
+ "types": "./src/documents/result-list.tsx",
162
+ "import": "./src/documents/result-list.tsx"
163
+ },
164
+ "./generic-table-result-list": {
165
+ "types": "./src/results/generic/table-result-list.tsx",
166
+ "import": "./src/results/generic/table-result-list.tsx"
167
+ },
168
+ "./carousel": {
169
+ "types": "./src/carousel/carousel.tsx",
170
+ "import": "./src/carousel/carousel.tsx"
171
+ },
172
+ "./restriction-menu": {
173
+ "types": "./src/restriction-menu/restriction-menu.tsx",
174
+ "import": "./src/restriction-menu/restriction-menu.tsx"
175
+ },
176
+ "./restriction-menu-item": {
177
+ "types": "./src/restriction-menu/restriction-menu-item.tsx",
178
+ "import": "./src/restriction-menu/restriction-menu-item.tsx"
179
+ },
180
+ "./search-input": {
181
+ "types": "./src/search-input.tsx",
182
+ "import": "./src/search-input.tsx"
183
+ },
184
+ "./footer": {
185
+ "types": "./src/footer/footer.tsx",
186
+ "import": "./src/footer/footer.tsx"
187
+ }
188
+ },
189
+ "scripts": {
190
+ "storybook": "storybook dev -p 6006",
191
+ "build-storybook": "storybook build",
192
+ "test:watch": "jest --watch",
193
+ "test": "jest",
194
+ "lint": "eslint .",
195
+ "lint:fix": "eslint . --fix"
196
+ },
197
+ "devDependencies": {
198
+ "@c-rex/eslint-config": "*",
199
+ "@c-rex/typescript-config": "*",
200
+ "@chromatic-com/storybook": "^3.2.6",
201
+ "@storybook/addon-essentials": "^8.6.12",
202
+ "@storybook/addon-onboarding": "^8.6.12",
203
+ "@storybook/blocks": "^8.6.12",
204
+ "@storybook/nextjs": "^8.6.12",
205
+ "@storybook/react": "^8.6.12",
206
+ "@storybook/test": "^8.6.12",
207
+ "@turbo/gen": "^2.4.4",
208
+ "@types/node": "^22.13.10",
209
+ "@types/jest": "^29.5.14",
210
+ "@types/react": "19.0.10",
211
+ "@types/react-dom": "19.0.4",
212
+ "autoprefixer": "^10.4.21",
213
+ "eslint": "^9.23.0",
214
+ "eslint-plugin-storybook": "^0.12.0",
215
+ "jest": "^29.7.0",
216
+ "postcss": "^8.5.3",
217
+ "storybook": "^8.6.12",
218
+ "style-loader": "^4.0.0",
219
+ "tailwindcss": "^3.4.17",
220
+ "ts-jest": "^29.1.2",
221
+ "typescript": "latest"
222
+ },
223
+ "dependencies": {
224
+ "@c-rex/config": "*",
225
+ "@c-rex/constants": "*",
226
+ "@c-rex/contexts": "*",
227
+ "@c-rex/core": "*",
228
+ "@c-rex/interfaces": "*",
229
+ "@c-rex/services": "*",
230
+ "@c-rex/types": "*",
231
+ "@c-rex/ui": "*",
232
+ "@c-rex/utils": "*",
233
+ "country-flag-icons": "^1.5.19",
234
+ "html-react-parser": "^5.2.6",
235
+ "lucide-react": "^0.511.0",
236
+ "next": "^14",
237
+ "next-intl": "^4.1.0",
238
+ "nuqs": "^2.4.3",
239
+ "react": "^18.3.1",
240
+ "react-dom": "^18.3.1",
241
+ "react-icons": "^5.5.0",
242
+ "tailwindcss-animate": "^1.0.7",
243
+ "zustand": "^5.0.8"
244
+ },
245
+ "eslintConfig": {
246
+ "extends": [
247
+ "plugin:storybook/recommended"
248
+ ]
249
+ }
250
250
  }