@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
@@ -0,0 +1,418 @@
1
+ @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
2
+
3
+ @theme {
4
+ /* Colors */
5
+ --color-*: initial;
6
+ --color-transparent: transparent;
7
+ --color-white: #ffffff;
8
+ --color-black: #000000;
9
+ --color-focus: #f408fc;
10
+ --color-backdrop: rgba(43, 54, 60, 0.96);
11
+
12
+ --color-mask-image: rgba(43, 54, 60, 0.8);
13
+ --color-mask-neutral-900: #2b363ccc;
14
+ --color-mask-primary-900: #021c51cc;
15
+ --color-mask-secondary-900: #0d4c75cc;
16
+
17
+ --color-neutral-50: #f7f8fa;
18
+ --color-neutral-100: #f1f3f8;
19
+ --color-neutral-200: #e1e4ea;
20
+ --color-neutral-300: #cdd2dc;
21
+ --color-neutral-400: #bac0cc;
22
+ --color-neutral-500: #9ca6b8;
23
+ --color-neutral-600: #8893aa;
24
+ --color-neutral-700: #64718b;
25
+ --color-neutral-800: #475164;
26
+ --color-neutral-900: #2b363c;
27
+
28
+ --color-primary-50: #fafcff;
29
+ --color-primary-100: #f2f6ff;
30
+ --color-primary-200: #e5eeff;
31
+ --color-primary-300: #bbd1fd;
32
+ --color-primary-400: #5f93fc;
33
+ --color-primary-500: #1a65fa;
34
+ --color-primary-600: #034ad8;
35
+ --color-primary-700: #0338a2;
36
+ --color-primary-800: #002b82;
37
+ --color-primary-900: #021c51;
38
+
39
+ --color-secondary-50: #f5fbff;
40
+ --color-secondary-100: #ebf6ff;
41
+ --color-secondary-200: #e3f4ff;
42
+ --color-secondary-300: #cceaff;
43
+ --color-secondary-400: #a0d8fe;
44
+ --color-secondary-500: #1ca3fc;
45
+ --color-secondary-600: #1993e3;
46
+ --color-secondary-700: #1682ca;
47
+ --color-secondary-800: #12669e;
48
+ --color-secondary-900: #0d4c75;
49
+
50
+ --color-informative-50: #e5f6ff;
51
+ --color-informative-100: #e5f6ff;
52
+ --color-informative-200: #a5deff;
53
+ --color-informative-300: #77ceff;
54
+ --color-informative-400: #49bcff;
55
+ --color-informative-500: #0079bf;
56
+ --color-informative-600: #00598c;
57
+ --color-informative-700: #0b486b;
58
+ --color-informative-800: #083752;
59
+ --color-informative-900: #00121c;
60
+
61
+ --color-success-50: #e5fff6;
62
+ --color-success-100: #c2f2e2;
63
+ --color-success-200: #7accb1;
64
+ --color-success-300: #36b289;
65
+ --color-success-400: #1f9970;
66
+ --color-success-500: #008558;
67
+ --color-success-600: #00724c;
68
+ --color-success-700: #005539;
69
+ --color-success-800: #013926;
70
+ --color-success-900: #001c13;
71
+
72
+ --color-warning-50: #fff9e5;
73
+ --color-warning-100: #fff2cc;
74
+ --color-warning-200: #ffe699;
75
+ --color-warning-300: #ffe699;
76
+ --color-warning-400: #ffd966;
77
+ --color-warning-500: #fbcb3c;
78
+ --color-warning-600: #fbbb3c;
79
+ --color-warning-700: #f2a222;
80
+ --color-warning-800: #b06112;
81
+ --color-warning-900: #80460d;
82
+
83
+ --color-danger-50: #fef1f2;
84
+ --color-danger-100: #fee1e3;
85
+ --color-danger-200: #fec8cc;
86
+ --color-danger-300: #fca6ad;
87
+ --color-danger-400: #f8727d;
88
+ --color-danger-500: #de2d3b;
89
+ --color-danger-600: #d12332;
90
+ --color-danger-700: #c41826;
91
+ --color-danger-800: #b20917;
92
+ --color-danger-900: #86131d;
93
+
94
+ /* Font family */
95
+ --font-*: initial;
96
+ --font-sans: 'Noto Sans', sans-serif;
97
+
98
+ /* Typography */
99
+ --text-*: initial;
100
+ --text-base: 16px;
101
+
102
+ /* Typography / S */
103
+ --text-s-regular: 0.875rem;
104
+ --text-s-regular--line-height: 1.5rem;
105
+ --text-s-regular--letter-spacing: 0;
106
+ --text-s-regular--font-weight: 400;
107
+
108
+ --text-s-medium: 0.875rem;
109
+ --text-s-medium--line-height: 1.5rem;
110
+ --text-s-medium--letter-spacing: 0;
111
+ --text-s-medium--font-weight: 500;
112
+
113
+ --text-s-semibold: 0.875rem;
114
+ --text-s-semibold--line-height: 1.5rem;
115
+ --text-s-semibold--letter-spacing: 0;
116
+ --text-s-semibold--font-weight: 600;
117
+
118
+ --text-s-bold: 0.875rem;
119
+ --text-s-bold--line-height: 1.5rem;
120
+ --text-s-bold--letter-spacing: 0;
121
+ --text-s-bold--font-weight: 700;
122
+
123
+ /* Typography / M */
124
+ --text-m-light: 1rem;
125
+ --text-m-light--line-height: 1.75rem;
126
+ --text-m-light--letter-spacing: 0;
127
+ --text-m-light--font-weight: 300;
128
+
129
+ --text-m-regular: 1rem;
130
+ --text-m-regular--line-height: 1.75rem;
131
+ --text-m-regular--letter-spacing: 0;
132
+ --text-m-regular--font-weight: 400;
133
+
134
+ --text-m-medium: 1rem;
135
+ --text-m-medium--line-height: 1.75rem;
136
+ --text-m-medium--letter-spacing: 0;
137
+ --text-m-medium--font-weight: 500;
138
+
139
+ --text-m-semibold: 1rem;
140
+ --text-m-semibold--line-height: 1.75rem;
141
+ --text-m-semibold--letter-spacing: 0;
142
+ --text-m-semibold--font-weight: 600;
143
+
144
+ --text-m-bold: 1rem;
145
+ --text-m-bold--line-height: 1.75rem;
146
+ --text-m-bold--letter-spacing: 0;
147
+ --text-m-bold--font-weight: 700;
148
+
149
+ /* Typography / L */
150
+ --text-l-light: 1.25rem;
151
+ --text-l-light--line-height: 2rem;
152
+ --text-l-light--letter-spacing: 0;
153
+ --text-l-light--font-weight: 300;
154
+
155
+ --text-l-regular: 1.25rem;
156
+ --text-l-regular--line-height: 2rem;
157
+ --text-l-regular--letter-spacing: 0;
158
+ --text-l-regular--font-weight: 400;
159
+
160
+ --text-l-medium: 1.25rem;
161
+ --text-l-medium--line-height: 2rem;
162
+ --text-l-medium--letter-spacing: 0;
163
+ --text-l-medium--font-weight: 500;
164
+
165
+ --text-l-semibold: 1.25rem;
166
+ --text-l-semibold--line-height: 2rem;
167
+ --text-l-semibold--letter-spacing: 0;
168
+ --text-l-semibold--font-weight: 600;
169
+
170
+ --text-l-bold: 1.25rem;
171
+ --text-l-bold--line-height: 2rem;
172
+ --text-l-bold--letter-spacing: 0;
173
+ --text-l-bold--font-weight: 700;
174
+
175
+ /* Typography / XL */
176
+ --text-xl-light: 1.5rem;
177
+ --text-xl-light--line-height: 2.25rem;
178
+ --text-xl-light--letter-spacing: 0;
179
+ --text-xl-light--font-weight: 300;
180
+
181
+ --text-xl-regular: 1.5rem;
182
+ --text-xl-regular--line-height: 2.25rem;
183
+ --text-xl-regular--letter-spacing: 0;
184
+ --text-xl-regular--font-weight: 400;
185
+
186
+ --text-xl-medium: 1.5rem;
187
+ --text-xl-medium--line-height: 2.25rem;
188
+ --text-xl-medium--letter-spacing: 0;
189
+ --text-xl-medium--font-weight: 500;
190
+
191
+ --text-xl-semibold: 1.5rem;
192
+ --text-xl-semibold--line-height: 2.25rem;
193
+ --text-xl-semibold--letter-spacing: 0;
194
+ --text-xl-semibold--font-weight: 600;
195
+
196
+ --text-xl-bold: 1.5rem;
197
+ --text-xl-bold--line-height: 2.25rem;
198
+ --text-xl-bold--letter-spacing: 0;
199
+ --text-xl-bold--font-weight: 700;
200
+
201
+ /* Typography / 2XL */
202
+ --text-2xl-light: 2rem;
203
+ --text-2xl-light--line-height: 3rem;
204
+ --text-2xl-light--letter-spacing: 0;
205
+ --text-2xl-light--font-weight: 300;
206
+
207
+ --text-2xl-regular: 2rem;
208
+ --text-2xl-regular--line-height: 3rem;
209
+ --text-2xl-regular--letter-spacing: 0;
210
+ --text-2xl-regular--font-weight: 400;
211
+
212
+ --text-2xl-medium: 2rem;
213
+ --text-2xl-medium--line-height: 3rem;
214
+ --text-2xl-medium--letter-spacing: 0;
215
+ --text-2xl-medium--font-weight: 500;
216
+
217
+ --text-2xl-semibold: 2rem;
218
+ --text-2xl-semibold--line-height: 3rem;
219
+ --text-2xl-semibold--letter-spacing: 0;
220
+ --text-2xl-semibold--font-weight: 600;
221
+
222
+ --text-2xl-bold: 2rem;
223
+ --text-2xl-bold--line-height: 3rem;
224
+ --text-2xl-bold--letter-spacing: 0;
225
+ --text-2xl-bold--font-weight: 700;
226
+
227
+ /* Typography / 3XL */
228
+ --text-3xl-light: 2.5rem;
229
+ --text-3xl-light--line-height: 3.75rem;
230
+ --text-3xl-light--letter-spacing: 0;
231
+ --text-3xl-light--font-weight: 300;
232
+
233
+ --text-3xl-regular: 2.5rem;
234
+ --text-3xl-regular--line-height: 3.75rem;
235
+ --text-3xl-regular--letter-spacing: 0;
236
+ --text-3xl-regular--font-weight: 400;
237
+
238
+ --text-3xl-medium: 2.5rem;
239
+ --text-3xl-medium--line-height: 3.75rem;
240
+ --text-3xl-medium--letter-spacing: 0;
241
+ --text-3xl-medium--font-weight: 500;
242
+
243
+ --text-3xl-semibold: 2.5rem;
244
+ --text-3xl-semibold--line-height: 3.75rem;
245
+ --text-3xl-semibold--letter-spacing: 0;
246
+ --text-3xl-semibold--font-weight: 600;
247
+
248
+ --text-3xl-bold: 2.5rem;
249
+ --text-3xl-bold--line-height: 3.75rem;
250
+ --text-3xl-bold--letter-spacing: 0;
251
+ --text-3xl-bold--font-weight: 700;
252
+
253
+ /* Spacing */
254
+ --spacing-*: initial;
255
+ --spacing-0: 0px;
256
+ --spacing-8: 8px;
257
+ --spacing-16: 16px;
258
+ --spacing-24: 24px;
259
+ --spacing-32: 32px;
260
+ --spacing-40: 40px;
261
+ --spacing-48: 48px;
262
+ --spacing-56: 56px;
263
+ --spacing-64: 64px;
264
+ --spacing-72: 72px;
265
+ --spacing-80: 80px;
266
+ --spacing-88: 88px;
267
+ --spacing-96: 96px;
268
+ --spacing-104: 104px;
269
+ --spacing-112: 112px;
270
+ --spacing-120: 120px;
271
+ --spacing-128: 128px;
272
+ --spacing-256: 256px;
273
+ --spacing-1\/4: 25%;
274
+ --spacing-1\/2: 50%;
275
+ --spacing-full: 100%;
276
+
277
+ /* Screens */
278
+ --breakpoint-*: initial;
279
+ --breakpoint-xs: 360px;
280
+ --breakpoint-md: 768px;
281
+ --breakpoint-xl: 1280px;
282
+
283
+ /* Border Radius */
284
+ --radius-*: initial;
285
+ --radius-none: 0px;
286
+ --radius-4: 4px;
287
+ --radius-8: 8px;
288
+ --radius-16: 16px;
289
+ --radius-24: 24px;
290
+ --radius-32: 32px;
291
+ --radius-full: 100%;
292
+
293
+ /* Box Shadow */
294
+ --shadow-*: initial;
295
+ --shadow-none: 0 0 #0000;
296
+ --shadow-top-lower: 0px -4px 4px 0px rgba(0, 0, 0, 0.16);
297
+ --shadow-top-low: 0px -8px 8px 0px rgba(0, 0, 0, 0.08);
298
+ --shadow-top-medium: 0px -16px 16px 0px rgba(0, 0, 0, 0.08);
299
+ --shadow-top-high: 0px -16px 16px 0px rgba(0, 0, 0, 0.16);
300
+ --shadow-top-higher: 0px -16px 16px 0px rgba(0, 0, 0, 0.32);
301
+ --shadow-center-lower: 0px 0px 4px 0px rgba(0, 0, 0, 0.32);
302
+ --shadow-center-low: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
303
+ --shadow-center-medium: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
304
+ --shadow-center-high: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
305
+ --shadow-center-higher: 0px 0px 16px 0px rgba(0, 0, 0, 0.32);
306
+ --shadow-bottom-lower: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
307
+ --shadow-bottom-low: 0px 8px 8px 0px rgba(0, 0, 0, 0.08);
308
+ --shadow-bottom-medium: 0px 16px 16px 0px rgba(0, 0, 0, 0.08);
309
+ --shadow-bottom-high: 0px 16px 16px 0px rgba(0, 0, 0, 0.16);
310
+ --shadow-bottom-higher: 0px 16px 16px 0px rgba(0, 0, 0, 0.32);
311
+ --shadow-inner: 0px 4px 4px 0px rgba(0, 0, 0, 0.32) inset;
312
+
313
+ /* Z-Index */
314
+ --z-dropdown: 1000;
315
+ --z-backdrop: 2000;
316
+ --z-sticky: 3000;
317
+ --z-fixed: 4000;
318
+ --z-drawer: 5000;
319
+ --z-dialog: 6000;
320
+ --z-toast: 7000;
321
+ --z-tooltip: 8000;
322
+
323
+ /* Opacity */
324
+ --opacity-16: 0.16;
325
+ --opacity-32: 0.32;
326
+
327
+ /* Grid Template Columns */
328
+ --grid-template-columns-1-auto: auto;
329
+ --grid-template-columns-2-auto: auto auto;
330
+ --grid-template-columns-3-auto: auto auto auto;
331
+ --grid-template-columns-4-auto: auto auto auto auto;
332
+ --grid-template-columns-5-auto: auto auto auto auto auto;
333
+ --grid-template-columns-6-auto: auto auto auto auto auto auto;
334
+ --grid-template-columns-7-auto: auto auto auto auto auto auto auto;
335
+ --grid-template-columns-8-auto: auto auto auto auto auto auto auto auto;
336
+ --grid-template-columns-9-auto: auto auto auto auto auto auto auto auto auto;
337
+ --grid-template-columns-10-auto: auto auto auto auto auto auto auto auto auto auto;
338
+ --grid-template-columns-11-auto: auto auto auto auto auto auto auto auto auto auto auto;
339
+ --grid-template-columns-12-auto: auto auto auto auto auto auto auto auto auto auto auto auto;
340
+
341
+ /* Transition Duration — semantic token for the DS default animation speed */
342
+ --duration-default: 200ms;
343
+
344
+ /*
345
+ Tailwind v3 merged default utilities automatically; v4 only generates utilities
346
+ for values explicitly defined in the config. Because this project imports only
347
+ 'tailwindcss/preflight' and 'tailwindcss/utilities' (not 'tailwindcss/theme'),
348
+ the default CSS variables are absent and must be declared here.
349
+
350
+ Variables in Tailwind v4 recognized namespaces (--animate-*, --ease-*,
351
+ --font-weight-*, --leading-*, --content-*) auto-generate their corresponding
352
+ utilities — no @utility block needed (unlike --z-*, which does require one).
353
+
354
+ Only values actually referenced via @apply in component CSS files are listed.
355
+ */
356
+ --animate-spin: spin 1s linear infinite;
357
+ --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
358
+ --font-weight-bold: 700;
359
+ --font-weight-medium: 500;
360
+ --leading-5: 1.25rem;
361
+ --content-empty: '';
362
+ }
363
+
364
+ @utility duration {
365
+ transition-duration: var(--duration-default);
366
+ }
367
+
368
+ @utility z-dropdown {
369
+ z-index: var(--z-dropdown);
370
+ }
371
+
372
+ @utility z-backdrop {
373
+ z-index: var(--z-backdrop);
374
+ }
375
+
376
+ @utility z-sticky {
377
+ z-index: var(--z-sticky);
378
+ }
379
+
380
+ @utility z-fixed {
381
+ z-index: var(--z-fixed);
382
+ }
383
+
384
+ @utility z-drawer {
385
+ z-index: var(--z-drawer);
386
+ }
387
+
388
+ @utility z-dialog {
389
+ z-index: var(--z-dialog);
390
+ }
391
+
392
+ @utility z-toast {
393
+ z-index: var(--z-toast);
394
+ }
395
+
396
+ @utility z-tooltip {
397
+ z-index: var(--z-tooltip);
398
+ }
399
+
400
+ @utility container {
401
+ max-width: 1216px;
402
+
403
+ @variant xs {
404
+ padding-inline: 32px;
405
+ }
406
+
407
+ @variant md {
408
+ padding-inline: 64px;
409
+ }
410
+
411
+ @variant xl {
412
+ padding-inline: 0;
413
+ }
414
+ }
415
+
416
+ /* Replaces safelist. Forces generation of utilities regardless of source scan.
417
+ Needed for classes constructed dynamically at runtime (e.g. `bg-${color}-${shade}`). */
418
+ @source inline("{,hover:,focus:,xs:,md:,xl:}{border,bg,fill,text,stroke,gap}-{neutral,primary,secondary,informative,success,warning,danger}-{50,100,200,300,400,500,600,700,800,900}");