@ama-pt/agora-design-system 3.7.0 → 4.0.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 (105) hide show
  1. package/README.md +33 -76
  2. package/artifacts/dist/index.css +1 -0
  3. package/artifacts/dist/index.mjs +6673 -6956
  4. package/artifacts/dist/index.mjs.map +1 -1
  5. package/artifacts/dist/index.umd.js +1 -5
  6. package/artifacts/dist/index.umd.js.map +1 -1
  7. package/artifacts/dist/{solid-hand-heart-XS9tzo8e.mjs → solid-hand-heart-CmuM78yB.mjs} +4 -4
  8. package/artifacts/dist/{solid-hand-heart-XS9tzo8e.mjs.map → solid-hand-heart-CmuM78yB.mjs.map} +1 -1
  9. package/artifacts/dist/types/components/button/button.d.ts +1 -1
  10. package/artifacts/dist/types/components/cards/card-general/card-general.d.ts +23 -2
  11. package/artifacts/dist/types/components/cards/card-general/variants.d.ts +3 -0
  12. package/artifacts/dist/types/components/cards/card-general-v2/body-section/body-section-container.d.ts +7 -0
  13. package/artifacts/dist/types/components/cards/card-general-v2/card-general.d.ts +28 -0
  14. package/artifacts/dist/types/components/cards/card-general-v2/footer-section/footer-section-container.d.ts +7 -0
  15. package/artifacts/dist/types/components/cards/card-general-v2/header-section/header-section-container.d.ts +7 -0
  16. package/artifacts/dist/types/components/cards/card-general-v2/helpers.d.ts +32 -0
  17. package/artifacts/dist/types/components/cards/card-general-v2/image-section/image-section-container.d.ts +10 -0
  18. package/artifacts/dist/types/components/cards/card-general-v2/index.d.ts +31 -0
  19. package/artifacts/dist/types/components/cards/card-general-v2/shared/card-anchor/card-anchor.d.ts +6 -0
  20. package/artifacts/dist/types/components/cards/card-general-v2/shared/card-category/card-category.d.ts +6 -0
  21. package/artifacts/dist/types/components/cards/card-general-v2/shared/card-description/card-description.d.ts +6 -0
  22. package/artifacts/dist/types/components/cards/card-general-v2/shared/card-icon/card-icon.d.ts +8 -0
  23. package/artifacts/dist/types/components/cards/card-general-v2/shared/card-logo/card-logo.d.ts +8 -0
  24. package/artifacts/dist/types/components/cards/card-general-v2/shared/card-pills/card-pills.d.ts +14 -0
  25. package/artifacts/dist/types/components/cards/card-general-v2/shared/card-status/card-status.d.ts +14 -0
  26. package/artifacts/dist/types/components/cards/card-general-v2/shared/card-subtitle/card-subtitle.d.ts +6 -0
  27. package/artifacts/dist/types/components/cards/card-general-v2/shared/card-title/card-title.d.ts +10 -0
  28. package/artifacts/dist/types/components/cards/card-general-v2/shared/card-topics/card-topics.d.ts +9 -0
  29. package/artifacts/dist/types/components/cards/card-general-v2/variants.d.ts +20 -0
  30. package/artifacts/dist/types/components/cards/index.d.ts +2 -6
  31. package/artifacts/dist/types/components/header/general-bar/ecosystem-panel/ecosystem-panel-anchor.d.ts +5 -0
  32. package/artifacts/dist/types/components/header/general-bar/ecosystem-panel/ecosystem-panel-go-back.d.ts +5 -0
  33. package/artifacts/dist/types/components/header/general-bar/ecosystem-panel/ecosystem-panel-section-title.d.ts +5 -0
  34. package/artifacts/dist/types/components/header/general-bar/ecosystem-panel/ecosystem-panel-short-description.d.ts +5 -0
  35. package/artifacts/dist/types/components/header/general-bar/ecosystem-panel/ecosystem-panel-title.d.ts +5 -0
  36. package/artifacts/dist/types/components/header/general-bar/ecosystem-panel/ecosystem-panel.d.ts +5 -0
  37. package/artifacts/dist/types/components/header/header.d.ts +2 -2
  38. package/artifacts/dist/types/components/header/index.d.ts +40 -12
  39. package/artifacts/dist/types/components/header/internals/context/data-context/header-data-context.d.ts +7 -5
  40. package/artifacts/dist/types/components/header/internals/context/data-context/utils/areas-utils.d.ts +4 -3
  41. package/artifacts/dist/types/components/header/internals/context/data-context/utils/ecosystem-panel-utils.d.ts +15 -0
  42. package/artifacts/dist/types/components/header/internals/context/data-context/utils/navigation-bar-utils.d.ts +10 -0
  43. package/artifacts/dist/types/components/header/internals/context/data-context/utils/navigation-utils.d.ts +2 -2
  44. package/artifacts/dist/types/components/header/internals/context/external-context/header-external-controller.d.ts +2 -1
  45. package/artifacts/dist/types/components/header/internals/context/menu-context/header-menu-context.d.ts +2 -1
  46. package/artifacts/dist/types/components/header/internals/context/menu-context/menu-type.enum.d.ts +2 -1
  47. package/artifacts/dist/types/components/header/internals/general-bar/ecosystem-panel/internal-ecosystem-panel-anchor.d.ts +6 -0
  48. package/artifacts/dist/types/components/header/internals/general-bar/ecosystem-panel/internal-ecosystem-panel-go-back.d.ts +6 -0
  49. package/artifacts/dist/types/components/header/internals/general-bar/ecosystem-panel/internal-ecosystem-panel-section-title.d.ts +6 -0
  50. package/artifacts/dist/types/components/header/internals/general-bar/ecosystem-panel/internal-ecosystem-panel-short-description.d.ts +6 -0
  51. package/artifacts/dist/types/components/header/internals/general-bar/ecosystem-panel/internal-ecosystem-panel-title.d.ts +6 -0
  52. package/artifacts/dist/types/components/header/internals/general-bar/ecosystem-panel/internal-ecosystem-panel.d.ts +8 -0
  53. package/artifacts/dist/types/components/header/internals/navigation-bar/helper.d.ts +9 -0
  54. package/artifacts/dist/types/components/header/internals/navigation-bar/navigation-area/internal-navigation-area.d.ts +11 -0
  55. package/artifacts/dist/types/components/header/internals/navigation-bar/navigation-link/internal-navigation-link.d.ts +8 -0
  56. package/artifacts/dist/types/components/header/internals/navigation-bar/navigation-modal/internal-modal-content.d.ts +1 -1
  57. package/artifacts/dist/types/components/header/internals/navigation-bar/navigation-root/internal-navigation-root.d.ts +20 -0
  58. package/artifacts/dist/types/components/header/navigation-bar/navigation-area.d.ts +5 -0
  59. package/artifacts/dist/types/components/header/navigation-bar/navigation-bar.d.ts +3 -1
  60. package/artifacts/dist/types/components/header/navigation-bar/navigation-link.d.ts +2 -27
  61. package/artifacts/dist/types/components/header/navigation-bar/navigation-section.d.ts +5 -0
  62. package/artifacts/dist/types/components/input-search/input-search.d.ts +15 -1
  63. package/artifacts/dist/types/components/pill/pill.d.ts +2 -2
  64. package/artifacts/dist/types/components/progress-bar/index.d.ts +1 -1
  65. package/artifacts/dist/types/components/progress-bar/progress-bar.d.ts +37 -1
  66. package/artifacts/dist/types/components/progress-bar-group/progress-bar-group.d.ts +6 -1
  67. package/artifacts/dist/types/components/quiz/quiz-item-summary/quiz-item-summary.d.ts +0 -5
  68. package/artifacts/dist/types/components/timelines/timeline-horizontal/timeline-horizontal.d.ts +4 -0
  69. package/artifacts/dist/types/components/timelines/timeline-vertical/timeline-vertical.d.ts +4 -0
  70. package/artifacts/dist/types/components/toggle/toggle.d.ts +13 -1
  71. package/artifacts/dist/types/components/tooltip/tooltip.d.ts +8 -0
  72. package/artifacts/dist/types/configs/tailwind-config.d.ts +4 -385
  73. package/artifacts/dist/types/hooks/use-breakpoints-to-number.d.ts +3 -3
  74. package/artifacts/dist/types/index.d.ts +11 -1
  75. package/package.json +19 -8
  76. package/src/styles/theme.css +418 -0
  77. package/artifacts/dist/style.css +0 -1
  78. package/artifacts/dist/tailwind.css +0 -43719
  79. package/artifacts/dist/types/components/cards/card-article/card-article.d.ts +0 -49
  80. package/artifacts/dist/types/components/cards/card-article/index.d.ts +0 -2
  81. package/artifacts/dist/types/components/cards/card-collection/card-collection.d.ts +0 -27
  82. package/artifacts/dist/types/components/cards/card-collection/index.d.ts +0 -2
  83. package/artifacts/dist/types/components/cards/card-emphasize/card-emphasize.d.ts +0 -31
  84. package/artifacts/dist/types/components/cards/card-emphasize/index.d.ts +0 -2
  85. package/artifacts/dist/types/components/cards/card-highlight-single/card-highlight-single.d.ts +0 -23
  86. package/artifacts/dist/types/components/cards/card-highlight-single/index.d.ts +0 -2
  87. package/artifacts/dist/types/components/cards/card-single/card-single.d.ts +0 -40
  88. package/artifacts/dist/types/components/cards/card-single/index.d.ts +0 -2
  89. package/artifacts/dist/types/components/cards/card-topic/card-topic.d.ts +0 -56
  90. package/artifacts/dist/types/components/cards/card-topic/index.d.ts +0 -2
  91. package/artifacts/dist/types/components/header/general-bar/direct-link/direct-link-anchor.d.ts +0 -5
  92. package/artifacts/dist/types/components/header/general-bar/direct-link/direct-link-go-back.d.ts +0 -5
  93. package/artifacts/dist/types/components/header/general-bar/direct-link/direct-link-section-title.d.ts +0 -5
  94. package/artifacts/dist/types/components/header/general-bar/direct-link/direct-link-short-description.d.ts +0 -5
  95. package/artifacts/dist/types/components/header/general-bar/direct-link/direct-link-title.d.ts +0 -5
  96. package/artifacts/dist/types/components/header/general-bar/direct-link/direct-link.d.ts +0 -5
  97. package/artifacts/dist/types/components/header/internals/context/data-context/utils/direct-link-utils.d.ts +0 -15
  98. package/artifacts/dist/types/components/header/internals/general-bar/areas/internal-area.d.ts +0 -6
  99. package/artifacts/dist/types/components/header/internals/general-bar/areas/internal-areas.d.ts +0 -5
  100. package/artifacts/dist/types/components/header/internals/general-bar/direct-link/internal-direct-link-anchor.d.ts +0 -6
  101. package/artifacts/dist/types/components/header/internals/general-bar/direct-link/internal-direct-link-go-back.d.ts +0 -6
  102. package/artifacts/dist/types/components/header/internals/general-bar/direct-link/internal-direct-link-section-title.d.ts +0 -6
  103. package/artifacts/dist/types/components/header/internals/general-bar/direct-link/internal-direct-link-short-description.d.ts +0 -6
  104. package/artifacts/dist/types/components/header/internals/general-bar/direct-link/internal-direct-link-title.d.ts +0 -6
  105. package/artifacts/dist/types/components/header/internals/general-bar/direct-link/internal-direct-link.d.ts +0 -8
@@ -1,386 +1,5 @@
1
- import { PluginAPI } from 'tailwindcss/types/config';
2
- declare const AgoraTailwindConfig: {
3
- content: never[];
4
- theme: {
5
- extend: {
6
- borderWidth: {
7
- DEFAULT: string;
8
- 0: string;
9
- 1: string;
10
- 2: string;
11
- 3: string;
12
- 4: string;
13
- };
14
- content: {
15
- empty: string;
16
- };
17
- gridTemplateRows: {
18
- 7: string;
19
- 8: string;
20
- 9: string;
21
- 10: string;
22
- };
23
- gridTemplateColumns: {
24
- '1-auto': string;
25
- '2-auto': string;
26
- '3-auto': string;
27
- '4-auto': string;
28
- '5-auto': string;
29
- '6-auto': string;
30
- '7-auto': string;
31
- '8-auto': string;
32
- '9-auto': string;
33
- '10-auto': string;
34
- '11-auto': string;
35
- '12-auto': string;
36
- };
37
- opacity: {
38
- 16: string;
39
- 32: string;
40
- };
41
- minWidth: {
42
- initial: string;
43
- };
44
- maxWidth: {
45
- initial: string;
46
- };
47
- minHeight: {
48
- initial: string;
49
- };
50
- maxHeight: {
51
- initial: string;
52
- };
53
- zIndex: {
54
- dropdown: string;
55
- backdrop: string;
56
- sticky: string;
57
- fixed: string;
58
- drawer: string;
59
- dialog: string;
60
- toast: string;
61
- tooltip: string;
62
- };
63
- };
64
- screens: {
65
- xs: string;
66
- md: string;
67
- xl: string;
68
- };
69
- fontFamily: {
70
- sans: [string, string];
71
- };
72
- fontSize: {
73
- base: string;
74
- 's-regular': [string, {
75
- lineHeight: string;
76
- letterSpacing: string;
77
- fontWeight: string;
78
- }];
79
- 's-medium': [string, {
80
- lineHeight: string;
81
- letterSpacing: string;
82
- fontWeight: string;
83
- }];
84
- 's-semibold': [string, {
85
- lineHeight: string;
86
- letterSpacing: string;
87
- fontWeight: string;
88
- }];
89
- 's-bold': [string, {
90
- lineHeight: string;
91
- letterSpacing: string;
92
- fontWeight: string;
93
- }];
94
- 'm-light': [string, {
95
- lineHeight: string;
96
- letterSpacing: string;
97
- fontWeight: string;
98
- }];
99
- 'm-regular': [string, {
100
- lineHeight: string;
101
- letterSpacing: string;
102
- fontWeight: string;
103
- }];
104
- 'm-medium': [string, {
105
- lineHeight: string;
106
- letterSpacing: string;
107
- fontWeight: string;
108
- }];
109
- 'm-semibold': [string, {
110
- lineHeight: string;
111
- letterSpacing: string;
112
- fontWeight: string;
113
- }];
114
- 'm-bold': [string, {
115
- lineHeight: string;
116
- letterSpacing: string;
117
- fontWeight: string;
118
- }];
119
- 'l-light': [string, {
120
- lineHeight: string;
121
- letterSpacing: string;
122
- fontWeight: string;
123
- }];
124
- 'l-regular': [string, {
125
- lineHeight: string;
126
- letterSpacing: string;
127
- fontWeight: string;
128
- }];
129
- 'l-medium': [string, {
130
- lineHeight: string;
131
- letterSpacing: string;
132
- fontWeight: string;
133
- }];
134
- 'l-semibold': [string, {
135
- lineHeight: string;
136
- letterSpacing: string;
137
- fontWeight: string;
138
- }];
139
- 'l-bold': [string, {
140
- lineHeight: string;
141
- letterSpacing: string;
142
- fontWeight: string;
143
- }];
144
- 'xl-light': [string, {
145
- lineHeight: string;
146
- letterSpacing: string;
147
- fontWeight: string;
148
- }];
149
- 'xl-regular': [string, {
150
- lineHeight: string;
151
- letterSpacing: string;
152
- fontWeight: string;
153
- }];
154
- 'xl-medium': [string, {
155
- lineHeight: string;
156
- letterSpacing: string;
157
- fontWeight: string;
158
- }];
159
- 'xl-semibold': [string, {
160
- lineHeight: string;
161
- letterSpacing: string;
162
- fontWeight: string;
163
- }];
164
- 'xl-bold': [string, {
165
- lineHeight: string;
166
- letterSpacing: string;
167
- fontWeight: string;
168
- }];
169
- '2xl-light': [string, {
170
- lineHeight: string;
171
- letterSpacing: string;
172
- fontWeight: string;
173
- }];
174
- '2xl-regular': [string, {
175
- lineHeight: string;
176
- letterSpacing: string;
177
- fontWeight: string;
178
- }];
179
- '2xl-medium': [string, {
180
- lineHeight: string;
181
- letterSpacing: string;
182
- fontWeight: string;
183
- }];
184
- '2xl-semibold': [string, {
185
- lineHeight: string;
186
- letterSpacing: string;
187
- fontWeight: string;
188
- }];
189
- '2xl-bold': [string, {
190
- lineHeight: string;
191
- letterSpacing: string;
192
- fontWeight: string;
193
- }];
194
- '3xl-light': [string, {
195
- lineHeight: string;
196
- letterSpacing: string;
197
- fontWeight: string;
198
- }];
199
- '3xl-regular': [string, {
200
- lineHeight: string;
201
- letterSpacing: string;
202
- fontWeight: string;
203
- }];
204
- '3xl-medium': [string, {
205
- lineHeight: string;
206
- letterSpacing: string;
207
- fontWeight: string;
208
- }];
209
- '3xl-semibold': [string, {
210
- lineHeight: string;
211
- letterSpacing: string;
212
- fontWeight: string;
213
- }];
214
- '3xl-bold': [string, {
215
- lineHeight: string;
216
- letterSpacing: string;
217
- fontWeight: string;
218
- }];
219
- };
220
- borderRadius: {
221
- none: string;
222
- 4: string;
223
- 8: string;
224
- 16: string;
225
- 24: string;
226
- 32: string;
227
- full: string;
228
- };
229
- colors: {
230
- transparent: string;
231
- white: string;
232
- black: string;
233
- focus: string;
234
- backdrop: string;
235
- mask: {
236
- image: string;
237
- 'neutral-900': string;
238
- 'primary-900': string;
239
- 'secondary-900': string;
240
- };
241
- neutral: {
242
- 50: string;
243
- 100: string;
244
- 200: string;
245
- 300: string;
246
- 400: string;
247
- 500: string;
248
- 600: string;
249
- 700: string;
250
- 800: string;
251
- 900: string;
252
- };
253
- primary: {
254
- 50: string;
255
- 100: string;
256
- 200: string;
257
- 300: string;
258
- 400: string;
259
- 500: string;
260
- 600: string;
261
- 700: string;
262
- 800: string;
263
- 900: string;
264
- };
265
- secondary: {
266
- 50: string;
267
- 100: string;
268
- 200: string;
269
- 300: string;
270
- 400: string;
271
- 500: string;
272
- 600: string;
273
- 700: string;
274
- 800: string;
275
- 900: string;
276
- };
277
- informative: {
278
- 50: string;
279
- 100: string;
280
- 200: string;
281
- 300: string;
282
- 400: string;
283
- 500: string;
284
- 600: string;
285
- 700: string;
286
- 800: string;
287
- 900: string;
288
- };
289
- success: {
290
- 50: string;
291
- 100: string;
292
- 200: string;
293
- 300: string;
294
- 400: string;
295
- 500: string;
296
- 600: string;
297
- 700: string;
298
- 800: string;
299
- 900: string;
300
- };
301
- warning: {
302
- 50: string;
303
- 100: string;
304
- 200: string;
305
- 300: string;
306
- 400: string;
307
- 500: string;
308
- 600: string;
309
- 700: string;
310
- 800: string;
311
- 900: string;
312
- };
313
- danger: {
314
- 50: string;
315
- 100: string;
316
- 200: string;
317
- 300: string;
318
- 400: string;
319
- 500: string;
320
- 600: string;
321
- 700: string;
322
- 800: string;
323
- 900: string;
324
- };
325
- };
326
- spacing: {
327
- 0: string;
328
- 8: string;
329
- 16: string;
330
- 24: string;
331
- 32: string;
332
- 40: string;
333
- 48: string;
334
- 56: string;
335
- 64: string;
336
- 72: string;
337
- 80: string;
338
- 88: string;
339
- 96: string;
340
- 104: string;
341
- 112: string;
342
- 120: string;
343
- 128: string;
344
- 256: string;
345
- '1/4': string;
346
- '1/2': string;
347
- full: string;
348
- initial: string;
349
- };
350
- boxShadow: {
351
- none: string;
352
- 'top-lower': string;
353
- 'top-low': string;
354
- 'top-medium': string;
355
- 'top-high': string;
356
- 'top-higher': string;
357
- 'center-lower': string;
358
- 'center-low': string;
359
- 'center-medium': string;
360
- 'center-high': string;
361
- 'center-higher': string;
362
- 'bottom-lower': string;
363
- 'bottom-low': string;
364
- 'bottom-medium': string;
365
- 'bottom-high': string;
366
- 'bottom-higher': string;
367
- inner: string;
368
- };
369
- transitionDuration: {
370
- DEFAULT: string;
371
- };
372
- container: {
373
- padding: {
374
- xs: string;
375
- md: string;
376
- xl: string;
377
- };
378
- };
379
- };
380
- plugins: (({ addComponents }: PluginAPI) => void)[];
381
- safelist: {
382
- pattern: RegExp;
383
- variants: string[];
384
- }[];
1
+ export declare const BREAKPOINTS: {
2
+ readonly xs: 360;
3
+ readonly md: 768;
4
+ readonly xl: 1280;
385
5
  };
386
- export { AgoraTailwindConfig };
@@ -1,6 +1,6 @@
1
1
  declare const useBreakpointScreenValues: () => {
2
- xsScreen: number;
3
- mdScreen: number;
4
- xlScreen: number;
2
+ xsScreen: 360;
3
+ mdScreen: 768;
4
+ xlScreen: 1280;
5
5
  };
6
6
  export { useBreakpointScreenValues };
@@ -1,4 +1,14 @@
1
- export { AgoraTailwindConfig } from './configs/tailwind-config';
1
+ /**
2
+ * Side-effect import: this file is not imported for runtime values.
3
+ * It tells Vite to include lib.css in the generated index.css.
4
+ *
5
+ * This ensures the library base styles, such as html/button rules and
6
+ * @layer base, are emitted with the package output.
7
+ *
8
+ * theme.css and Tailwind Preflight/Utilities are intentionally not bundled here;
9
+ * consumers are responsible for importing/providing them.
10
+ */
11
+ import './styles/lib.css';
2
12
  export * from './components';
3
13
  export * from './hooks';
4
14
  export * from './models';
package/package.json CHANGED
@@ -1,13 +1,23 @@
1
1
  {
2
2
  "name": "@ama-pt/agora-design-system",
3
3
  "description": "Ágora Design system",
4
- "version": "3.7.0",
4
+ "version": "4.0.1",
5
5
  "main": "artifacts/dist/index.mjs",
6
6
  "module": "artifacts/dist/index.umd.js",
7
7
  "files": [
8
- "artifacts/dist"
8
+ "artifacts/dist",
9
+ "src/styles/theme.css"
9
10
  ],
10
11
  "types": "artifacts/dist/types/index.d.ts",
12
+ "exports": {
13
+ ".": {
14
+ "types": "./artifacts/dist/types/index.d.ts",
15
+ "import": "./artifacts/dist/index.mjs",
16
+ "require": "./artifacts/dist/index.umd.js"
17
+ },
18
+ "./index.css": "./artifacts/dist/index.css",
19
+ "./theme.css": "./src/styles/theme.css"
20
+ },
11
21
  "scripts": {
12
22
  "start": "npm run storybook",
13
23
  "dev": "npm run storybook",
@@ -21,7 +31,7 @@
21
31
  "jest-tests-no-coverage": "jest --coverage=false",
22
32
  "local-jest-tests": "jest --config jest.config.local.ts --coverage",
23
33
  "local-jest-tests-no-coverage": "jest --config jest.config.local.ts --coverage=false",
24
- "build": "vite build && tailwindcss -i ./src/styles/globals.css -o ./artifacts/dist/tailwind.css && tsc --project tsconfig-build.json && tsc-alias -p tsconfig-build.json"
34
+ "build": "vite build && tsc --project tsconfig-build.json && tsc-alias -p tsconfig-build.json"
25
35
  },
26
36
  "dependencies": {
27
37
  "classnames": "^2.5.1"
@@ -40,6 +50,8 @@
40
50
  "@storybook/mdx2-csf": "^1.1.0",
41
51
  "@storybook/react": "^9.1.16",
42
52
  "@storybook/react-vite": "^9.1.16",
53
+ "@tailwindcss/cli": "^4.3.0",
54
+ "@tailwindcss/vite": "^4.3.0",
43
55
  "@testing-library/jest-dom": "^6.9.1",
44
56
  "@testing-library/react": "^16.3.0",
45
57
  "@testing-library/user-event": "^14.6.1",
@@ -52,7 +64,6 @@
52
64
  "@typescript-eslint/eslint-plugin": "^6.21.0",
53
65
  "@typescript-eslint/parser": "^6.21.0",
54
66
  "@vitejs/plugin-react-swc": "^3.11.0",
55
- "autoprefixer": "^10.4.22",
56
67
  "babel-jest": "^29.7.0",
57
68
  "date-fns": "^4.1.0",
58
69
  "del": "^8.0.1",
@@ -77,26 +88,26 @@
77
88
  "jest-preview": "^0.3.2",
78
89
  "jest-sonar-reporter": "^2.0.0",
79
90
  "playwright": "^1.57.0",
80
- "postcss": "^8.5.6",
81
91
  "prettier": "^3.7.4",
82
92
  "react": "^19.2.1",
83
93
  "react-dom": "^19.2.1",
84
94
  "react-syntax-highlighter": "^15.6.6",
85
95
  "storybook": "^9.1.16",
86
- "tailwindcss": "^3.4.18",
96
+ "tailwindcss": "^4.3.0",
87
97
  "ts-dedent": "^2.2.0",
88
98
  "ts-jest": "^29.4.6",
89
99
  "ts-node": "^10.9.2",
90
100
  "tsc-alias": "^1.8.16",
91
101
  "typescript": "*",
92
- "vite": "^5.4.21",
102
+ "vite": "^7.3.3",
93
103
  "vite-tsconfig-paths": "^5.1.4"
94
104
  },
95
105
  "peerDependencies": {
96
106
  "@types/react": "^19.0.12",
97
107
  "@types/react-dom": "^19.0.4",
98
108
  "react": "^19.0.0",
99
- "react-dom": "^19.0.0"
109
+ "react-dom": "^19.0.0",
110
+ "tailwindcss": "^4.3.0"
100
111
  },
101
112
  "author": "AMA",
102
113
  "license": "MIT",