@haloduck/ui 2.0.49 → 2.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haloduck/ui",
3
- "version": "2.0.49",
3
+ "version": "2.1.1",
4
4
  "description": "HaloDuck UI Library - Angular",
5
5
  "keywords": [
6
6
  "angular",
@@ -26,17 +26,6 @@
26
26
  "esm2022": "fesm2022/haloduck-ui.mjs",
27
27
  "fesm2022": "fesm2022/haloduck-ui.mjs",
28
28
  "typings": "index.d.ts",
29
- "exports": {
30
- ".": {
31
- "import": "./fesm2022/haloduck-ui.mjs",
32
- "require": "./bundles/haloduck-ui.umd.js",
33
- "types": "./index.d.ts",
34
- "default": "./fesm2022/haloduck-ui.mjs"
35
- },
36
- "./package.json": {
37
- "default": "./package.json"
38
- }
39
- },
40
29
  "peerDependencies": {
41
30
  "@angular/common": "^20.0.0",
42
31
  "@angular/core": "^20.0.0",
@@ -47,7 +36,9 @@
47
36
  "@ngrx/component-store": "^20.0.0",
48
37
  "three": "^0.175.0",
49
38
  "three-stdlib": "^2.35.15",
50
- "@types/three": "^0.178.1"
39
+ "@types/three": "^0.178.1",
40
+ "jspdf": "^3.0.4",
41
+ "html2canvas": "^1.4.1"
51
42
  },
52
43
  "dependencies": {
53
44
  "tslib": "^2.3.0"
@@ -58,5 +49,14 @@
58
49
  },
59
50
  "publishConfig": {
60
51
  "access": "public"
52
+ },
53
+ "exports": {
54
+ "./package.json": {
55
+ "default": "./package.json"
56
+ },
57
+ ".": {
58
+ "types": "./index.d.ts",
59
+ "default": "./fesm2022/haloduck-ui.mjs"
60
+ }
61
61
  }
62
62
  }
@@ -1,4 +1,67 @@
1
1
  {
2
+ "ui.authenticate.An account with this email already exists. Please sign in instead.": "An account with this email already exists. Please sign in instead.",
3
+ "ui.authenticate.Authentication failed": "Authentication failed",
4
+ "ui.authenticate.Authentication processing failed.": "Authentication processing failed.",
5
+ "ui.authenticate.Authentication successful": "Authentication successful",
6
+ "ui.authenticate.Back to Sign Up": "Back to Sign Up",
7
+ "ui.authenticate.Back to login page": "Back to login page",
8
+ "ui.authenticate.Change Password": "Change Password",
9
+ "ui.authenticate.Check your email": "Check your email",
10
+ "ui.authenticate.Confirm Email": "Confirm Email",
11
+ "ui.authenticate.Confirm Password": "Confirm Password",
12
+ "ui.authenticate.Confirmation Code": "Confirmation Code",
13
+ "ui.authenticate.Confirmation code has expired. Please request a new one.": "Confirmation code has expired. Please request a new one.",
14
+ "ui.authenticate.Confirmation code sent! Please check your email.": "Confirmation code sent! Please check your email.",
15
+ "ui.authenticate.Continue with Apple": "Continue with Apple",
16
+ "ui.authenticate.Continue with Google": "Continue with Google",
17
+ "ui.authenticate.Continue with KakaoTalk": "Continue with KakaoTalk",
18
+ "ui.authenticate.Currently signed in as:": "Currently signed in as:",
19
+ "ui.authenticate.Email": "Email",
20
+ "ui.authenticate.Email confirmed successfully! You can now sign in.": "Email confirmed successfully! You can now sign in.",
21
+ "ui.authenticate.Failed to confirm email. Please try again.": "Failed to confirm email. Please try again.",
22
+ "ui.authenticate.Failed to confirm new password.": "Failed to confirm new password.",
23
+ "ui.authenticate.Failed to resend confirmation code.": "Failed to resend confirmation code.",
24
+ "ui.authenticate.Failed to sign in for new password.": "Failed to sign in.",
25
+ "ui.authenticate.Failed to sign in.": "Failed to sign in.",
26
+ "ui.authenticate.Failed to sign up.": "Failed to sign up.",
27
+ "ui.authenticate.Invalid confirmation code. Please try again.": "Invalid confirmation code. Please try again.",
28
+ "ui.authenticate.Invalid data format.": "Invalid data format.",
29
+ "ui.authenticate.Invalid email or password. You can reset your password if needed.": "Invalid email or password. You can reset your password if needed.",
30
+ "ui.authenticate.Invalid password.": "Invalid password.",
31
+ "ui.authenticate.New password": "New password",
32
+ "ui.authenticate.Password": "Password",
33
+ "ui.authenticate.Passwords do not match": "Passwords do not match",
34
+ "ui.authenticate.password.minimum of 8 characters": "minimum of 8 characters",
35
+ "ui.authenticate.password.one uppercase letter": "one uppercase letter",
36
+ "ui.authenticate.password.one lowercase letter": "one lowercase letter",
37
+ "ui.authenticate.password.one numeric digit": "one numeric digit",
38
+ "ui.authenticate.password.one special character": "one special character",
39
+ "ui.authenticate.Please check your email for confirmation code.": "Please check your email for confirmation code.",
40
+ "ui.authenticate.Please complete additional sign-in steps.": "Please complete additional sign-in steps.",
41
+ "ui.authenticate.Processing authentication": "Processing authentication",
42
+ "ui.authenticate.Processing social login...": "Processing social login...",
43
+ "ui.authenticate.Redirecting automatically...": "Redirecting automatically...",
44
+ "ui.authenticate.Resend Code": "Resend Code",
45
+ "ui.authenticate.Reset Password": "Reset Password",
46
+ "ui.authenticate.Send Verification Code": "Send Verification Code",
47
+ "ui.authenticate.Sign In": "Sign In",
48
+ "ui.authenticate.Sign Out": "Sign Out",
49
+ "ui.authenticate.Sign Up": "Sign Up",
50
+ "ui.authenticate.Social login completed successfully.": "Social login completed successfully.",
51
+ "ui.authenticate.Social login completed.": "Social login completed.",
52
+ "ui.authenticate.Social login data not found.": "Social login data not found.",
53
+ "ui.authenticate.Successfully signed in.": "Successfully signed in.",
54
+ "ui.authenticate.Successfully signed up.": "Successfully signed up.",
55
+ "ui.authenticate.Verification Code": "Verification Code",
56
+ "ui.authenticate.We sent a confirmation code to {{email}}": "We sent a confirmation code to {{email}}",
57
+ "ui.authenticate.You appear to be already signed in. Please sign out first to create a new account.": "You appear to be already signed in. Please sign out first to create a new account.",
58
+ "ui.authenticate.You are already signed in with this account.": "You are already signed in with this account.",
59
+ "ui.authenticate.You are currently signed in as {{currentEmail}}. Please sign out first to create a new account.": "You are currently signed in as {{currentEmail}}. Please sign out first to create a new account.",
60
+ "ui.authenticate.Your account is not confirmed yet. Please check your email for the confirmation code.": "Your account is not confirmed yet. Please check your email for the confirmation code.",
61
+ "ui.authenticate.Your temporary password has expired. Please contact an administrator to receive a new temporary password.": "Your temporary password has expired. Please contact an administrator to receive a new temporary password.",
62
+ "ui.authenticate.or": "or",
63
+ "ui.authenticate.to Sign In": "to Sign In",
64
+ "ui.authenticate.to Sign Up": "to Sign Up",
2
65
  "ui.button.Close": "Close",
3
66
  "ui.button.Copied": "Copied",
4
67
  "ui.button.Copy": "Copy",
@@ -52,16 +115,5 @@
52
115
  "ui.table.No data available.": "No data available.",
53
116
  "ui.table.Show headers": "Show headers",
54
117
  "ui.table.settings": "Table settings",
55
- "ui.tag.Please input tags.": "Please input tags.",
56
- "ui.authenticate.Processing authentication": "Processing authentication",
57
- "ui.authenticate.Processing social login...": "Processing social login...",
58
- "ui.authenticate.Authentication failed": "Authentication failed",
59
- "ui.authenticate.Back to login page": "Back to login page",
60
- "ui.authenticate.Authentication successful": "Authentication successful",
61
- "ui.authenticate.Social login completed.": "Social login completed.",
62
- "ui.authenticate.Redirecting automatically...": "Redirecting automatically...",
63
- "ui.authenticate.Social login data not found.": "Social login data not found.",
64
- "ui.authenticate.Social login completed successfully.": "Social login completed successfully.",
65
- "ui.authenticate.Authentication processing failed.": "Authentication processing failed.",
66
- "ui.authenticate.Invalid data format.": "Invalid data format."
118
+ "ui.tag.Please input tags.": "Please input tags."
67
119
  }
@@ -1,4 +1,67 @@
1
1
  {
2
+ "ui.authenticate.An account with this email already exists. Please sign in instead.": "이 이메일로 이미 계정이 존재합니다. 로그인해주세요.",
3
+ "ui.authenticate.Authentication failed": "로그인 실패",
4
+ "ui.authenticate.Authentication processing failed.": "인증 처리 중 오류가 발생했습니다.",
5
+ "ui.authenticate.Authentication successful": "로그인 성공",
6
+ "ui.authenticate.Back to Sign Up": "회원가입으로 돌아가기",
7
+ "ui.authenticate.Back to login page": "로그인 페이지로 돌아가기",
8
+ "ui.authenticate.Change Password": "비밀번호 변경",
9
+ "ui.authenticate.Check your email": "이메일을 확인해주세요",
10
+ "ui.authenticate.Confirm Email": "이메일 확인",
11
+ "ui.authenticate.Confirm Password": "비밀번호 확인",
12
+ "ui.authenticate.Confirmation Code": "확인 코드",
13
+ "ui.authenticate.Confirmation code has expired. Please request a new one.": "확인 코드가 만료되었습니다. 새로운 코드를 요청해주세요.",
14
+ "ui.authenticate.Confirmation code sent! Please check your email.": "확인 코드가 전송되었습니다! 이메일을 확인해주세요.",
15
+ "ui.authenticate.Continue with Apple": "Apple로 계속하기",
16
+ "ui.authenticate.Continue with Google": "Google로 계속하기",
17
+ "ui.authenticate.Continue with KakaoTalk": "카카오톡으로 계속하기",
18
+ "ui.authenticate.Currently signed in as:": "현재 로그인: ",
19
+ "ui.authenticate.Email": "이메일",
20
+ "ui.authenticate.Email confirmed successfully! You can now sign in.": "이메일이 성공적으로 확인되었습니다! 이제 로그인하실 수 있습니다.",
21
+ "ui.authenticate.Failed to confirm email. Please try again.": "이메일 확인에 실패했습니다. 다시 시도해주세요.",
22
+ "ui.authenticate.Failed to confirm new password.": "새 비밀번호 확인에 실패했습니다.",
23
+ "ui.authenticate.Failed to resend confirmation code.": "확인 코드 재전송에 실패했습니다.",
24
+ "ui.authenticate.Failed to sign in for new password.": "로그인에 실패했습니다.",
25
+ "ui.authenticate.Failed to sign in.": "로그인에 실패했습니다.",
26
+ "ui.authenticate.Failed to sign up.": "회원가입에 실패했습니다.",
27
+ "ui.authenticate.Invalid confirmation code. Please try again.": "유효하지 않은 확인 코드입니다. 다시 시도해주세요.",
28
+ "ui.authenticate.Invalid data format.": "유효하지 않은 데이터 형식입니다.",
29
+ "ui.authenticate.Invalid email or password. You can reset your password if needed.": "이메일 또는 비밀번호가 올바르지 않습니다. 필요시 비밀번호를 재설정하실 수 있습니다.",
30
+ "ui.authenticate.Invalid password.": "유효하지 않은 비밀번호입니다.",
31
+ "ui.authenticate.New password": "새 비밀번호",
32
+ "ui.authenticate.Password": "비밀번호",
33
+ "ui.authenticate.Passwords do not match": "비밀번호가 일치하지 않습니다",
34
+ "ui.authenticate.password.minimum of 8 characters": "최소 8자 이상",
35
+ "ui.authenticate.password.one uppercase letter": "대문자 1개 이상",
36
+ "ui.authenticate.password.one lowercase letter": "소문자 1개 이상",
37
+ "ui.authenticate.password.one numeric digit": "숫자 1개 이상",
38
+ "ui.authenticate.password.one special character": "특수문자 1개 이상",
39
+ "ui.authenticate.Please check your email for confirmation code.": "이메일에서 확인 코드를 확인해주세요.",
40
+ "ui.authenticate.Please complete additional sign-in steps.": "추가 로그인 단계를 완료해주세요.",
41
+ "ui.authenticate.Processing authentication": "인증 처리 중",
42
+ "ui.authenticate.Processing social login...": "소셜 로그인을 처리하고 있습니다...",
43
+ "ui.authenticate.Redirecting automatically...": "잠시 후 자동으로 이동합니다...",
44
+ "ui.authenticate.Resend Code": "코드 재전송",
45
+ "ui.authenticate.Reset Password": "비밀번호 재설정",
46
+ "ui.authenticate.Send Verification Code": "인증 코드 전송",
47
+ "ui.authenticate.Sign In": "로그인",
48
+ "ui.authenticate.Sign Out": "로그아웃",
49
+ "ui.authenticate.Sign Up": "회원가입",
50
+ "ui.authenticate.Social login completed successfully.": "소셜 로그인이 완료되었습니다.",
51
+ "ui.authenticate.Social login completed.": "소셜 로그인이 완료되었습니다.",
52
+ "ui.authenticate.Social login data not found.": "소셜 로그인 데이터를 찾을 수 없습니다.",
53
+ "ui.authenticate.Successfully signed in.": "성공적으로 로그인되었습니다.",
54
+ "ui.authenticate.Successfully signed up.": "성공적으로 회원가입되었습니다.",
55
+ "ui.authenticate.Verification Code": "인증 코드",
56
+ "ui.authenticate.We sent a confirmation code to {{email}}": "{{email}}로 확인 코드를 전송했습니다",
57
+ "ui.authenticate.You appear to be already signed in. Please sign out first to create a new account.": "이미 로그인되어 있는 것 같습니다. 새 계정을 만들려면 먼저 로그아웃해주세요.",
58
+ "ui.authenticate.You are already signed in with this account.": "이미 이 계정으로 로그인되어 있습니다.",
59
+ "ui.authenticate.You are currently signed in as {{currentEmail}}. Please sign out first to create a new account.": "현재 {{currentEmail}}로 로그인되어 있습니다. 새 계정을 만들려면 먼저 로그아웃해주세요.",
60
+ "ui.authenticate.Your account is not confirmed yet. Please check your email for the confirmation code.": "계정이 아직 확인되지 않았습니다. 이메일에서 확인 코드를 확인해주세요.",
61
+ "ui.authenticate.Your temporary password has expired. Please contact an administrator to receive a new temporary password.": "임시 비밀번호가 만료되었습니다. 새 임시 비밀번호를 받으려면 관리자에게 문의하세요.",
62
+ "ui.authenticate.or": "또는",
63
+ "ui.authenticate.to Sign In": "로그인으로",
64
+ "ui.authenticate.to Sign Up": "회원가입으로",
2
65
  "ui.button.Close": "닫기",
3
66
  "ui.button.Copied": "복사됨",
4
67
  "ui.button.Copy": "복사",
@@ -52,16 +115,5 @@
52
115
  "ui.table.No data available.": "데이터가 없습니다.",
53
116
  "ui.table.Show headers": "헤더 표시",
54
117
  "ui.table.settings": "테이블 설정",
55
- "ui.tag.Please input tags.": "태그를 입력하세요.",
56
- "ui.authenticate.Processing authentication": "인증 처리 중",
57
- "ui.authenticate.Processing social login...": "소셜 로그인을 처리하고 있습니다...",
58
- "ui.authenticate.Authentication failed": "로그인 실패",
59
- "ui.authenticate.Back to login page": "로그인 페이지로 돌아가기",
60
- "ui.authenticate.Authentication successful": "로그인 성공",
61
- "ui.authenticate.Social login completed.": "소셜 로그인이 완료되었습니다.",
62
- "ui.authenticate.Redirecting automatically...": "잠시 후 자동으로 이동합니다...",
63
- "ui.authenticate.Social login data not found.": "소셜 로그인 데이터를 찾을 수 없습니다.",
64
- "ui.authenticate.Social login completed successfully.": "소셜 로그인이 완료되었습니다.",
65
- "ui.authenticate.Authentication processing failed.": "인증 처리 중 오류가 발생했습니다.",
66
- "ui.authenticate.Invalid data format.": "유효하지 않은 데이터 형식입니다."
118
+ "ui.tag.Please input tags.": "태그를 입력하세요."
67
119
  }
package/src/tailwind.css CHANGED
@@ -23,10 +23,15 @@
23
23
  --color-green-500: oklch(72.3% 0.219 149.579);
24
24
  --color-green-600: oklch(62.7% 0.194 149.214);
25
25
  --color-green-900: oklch(39.3% 0.095 152.535);
26
+ --color-blue-50: oklch(97% 0.014 254.604);
27
+ --color-blue-100: oklch(93.2% 0.032 255.585);
28
+ --color-blue-200: oklch(88.2% 0.059 254.128);
26
29
  --color-blue-400: oklch(70.7% 0.165 254.624);
27
30
  --color-blue-500: oklch(62.3% 0.214 259.815);
28
31
  --color-blue-600: oklch(54.6% 0.245 262.881);
29
32
  --color-blue-700: oklch(48.8% 0.243 264.376);
33
+ --color-blue-800: oklch(42.4% 0.199 265.638);
34
+ --color-blue-900: oklch(37.9% 0.146 265.522);
30
35
  --color-violet-500: oklch(60.6% 0.25 292.717);
31
36
  --color-violet-600: oklch(54.1% 0.281 293.009);
32
37
  --color-purple-500: oklch(62.7% 0.265 303.9);
@@ -70,6 +75,7 @@
70
75
  --radius-xl: 0.75rem;
71
76
  --radius-2xl: 1rem;
72
77
  --radius-3xl: 1.5rem;
78
+ --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
73
79
  --animate-spin: spin 1s linear infinite;
74
80
  --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
75
81
  --animate-bounce: bounce 1s infinite;
@@ -264,6 +270,9 @@
264
270
  .invisible {
265
271
  visibility: hidden;
266
272
  }
273
+ .visible {
274
+ visibility: visible;
275
+ }
267
276
  .sr-only {
268
277
  position: absolute;
269
278
  width: 1px;
@@ -287,6 +296,9 @@
287
296
  .static {
288
297
  position: static;
289
298
  }
299
+ .sticky {
300
+ position: sticky;
301
+ }
290
302
  .inset-0 {
291
303
  inset: calc(var(--spacing) * 0);
292
304
  }
@@ -401,9 +413,6 @@
401
413
  .mb-6 {
402
414
  margin-bottom: calc(var(--spacing) * 6);
403
415
  }
404
- .mb-8 {
405
- margin-bottom: calc(var(--spacing) * 8);
406
- }
407
416
  .ml-2 {
408
417
  margin-left: calc(var(--spacing) * 2);
409
418
  }
@@ -434,11 +443,15 @@
434
443
  .inline-flex {
435
444
  display: inline-flex;
436
445
  }
446
+ .list-item {
447
+ display: list-item;
448
+ }
437
449
  .table {
438
450
  display: table;
439
451
  }
440
- .aspect-square {
441
- aspect-ratio: 1 / 1;
452
+ .size-4 {
453
+ width: calc(var(--spacing) * 4);
454
+ height: calc(var(--spacing) * 4);
442
455
  }
443
456
  .size-5 {
444
457
  width: calc(var(--spacing) * 5);
@@ -485,12 +498,18 @@
485
498
  .h-full {
486
499
  height: 100%;
487
500
  }
501
+ .h-screen {
502
+ height: 100vh;
503
+ }
488
504
  .max-h-60 {
489
505
  max-height: calc(var(--spacing) * 60);
490
506
  }
491
507
  .max-h-full {
492
508
  max-height: 100%;
493
509
  }
510
+ .min-h-0 {
511
+ min-height: calc(var(--spacing) * 0);
512
+ }
494
513
  .min-h-\[100px\] {
495
514
  min-height: 100px;
496
515
  }
@@ -597,6 +616,9 @@
597
616
  --tw-scale-z: 150%;
598
617
  scale: var(--tw-scale-x) var(--tw-scale-y);
599
618
  }
619
+ .transform {
620
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
621
+ }
600
622
  .animate-pulse {
601
623
  animation: var(--animate-pulse);
602
624
  }
@@ -853,6 +875,9 @@
853
875
  .border-black {
854
876
  border-color: var(--color-black);
855
877
  }
878
+ .border-blue-200 {
879
+ border-color: var(--color-blue-200);
880
+ }
856
881
  .border-blue-500 {
857
882
  border-color: var(--color-blue-500);
858
883
  }
@@ -943,6 +968,9 @@
943
968
  background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
944
969
  }
945
970
  }
971
+ .bg-blue-50 {
972
+ background-color: var(--color-blue-50);
973
+ }
946
974
  .bg-blue-500 {
947
975
  background-color: var(--color-blue-500);
948
976
  }
@@ -1027,6 +1055,9 @@
1027
1055
  .bg-yellow-400 {
1028
1056
  background-color: var(--color-yellow-400);
1029
1057
  }
1058
+ .object-contain {
1059
+ object-fit: contain;
1060
+ }
1030
1061
  .object-cover {
1031
1062
  object-fit: cover;
1032
1063
  }
@@ -1176,6 +1207,12 @@
1176
1207
  .text-blue-400 {
1177
1208
  color: var(--color-blue-400);
1178
1209
  }
1210
+ .text-blue-800 {
1211
+ color: var(--color-blue-800);
1212
+ }
1213
+ .text-blue-900 {
1214
+ color: var(--color-blue-900);
1215
+ }
1179
1216
  .text-gray-500 {
1180
1217
  color: var(--color-gray-500);
1181
1218
  }
@@ -1284,9 +1321,15 @@
1284
1321
  .uppercase {
1285
1322
  text-transform: uppercase;
1286
1323
  }
1324
+ .italic {
1325
+ font-style: italic;
1326
+ }
1287
1327
  .line-through {
1288
1328
  text-decoration-line: line-through;
1289
1329
  }
1330
+ .underline {
1331
+ text-decoration-line: underline;
1332
+ }
1290
1333
  .accent-light-primary {
1291
1334
  accent-color: var(--color-light-primary);
1292
1335
  }
@@ -1307,6 +1350,10 @@
1307
1350
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1308
1351
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1309
1352
  }
1353
+ .shadow-md {
1354
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1355
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1356
+ }
1310
1357
  .shadow-sm {
1311
1358
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1312
1359
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -1359,6 +1406,11 @@
1359
1406
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1360
1407
  transition-duration: var(--tw-duration, var(--default-transition-duration));
1361
1408
  }
1409
+ .transition-opacity {
1410
+ transition-property: opacity;
1411
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1412
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1413
+ }
1362
1414
  .transition-transform {
1363
1415
  transition-property: transform, translate, scale, rotate;
1364
1416
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
@@ -1372,6 +1424,10 @@
1372
1424
  --tw-duration: 500ms;
1373
1425
  transition-duration: 500ms;
1374
1426
  }
1427
+ .ease-in-out {
1428
+ --tw-ease: var(--ease-in-out);
1429
+ transition-timing-function: var(--ease-in-out);
1430
+ }
1375
1431
  .outline-none {
1376
1432
  --tw-outline-style: none;
1377
1433
  outline-style: none;
@@ -1394,6 +1450,13 @@
1394
1450
  }
1395
1451
  }
1396
1452
  }
1453
+ .group-hover\:opacity-100 {
1454
+ &:is(:where(.group):hover *) {
1455
+ @media (hover: hover) {
1456
+ opacity: 100%;
1457
+ }
1458
+ }
1459
+ }
1397
1460
  .group-focus\:visible {
1398
1461
  &:is(:where(.group):focus *) {
1399
1462
  visibility: visible;
@@ -1770,21 +1833,11 @@
1770
1833
  line-height: calc(var(--spacing) * 6);
1771
1834
  }
1772
1835
  }
1773
- .md\:grid-cols-2 {
1774
- @media (width >= 48rem) {
1775
- grid-template-columns: repeat(2, minmax(0, 1fr));
1776
- }
1777
- }
1778
1836
  .lg\:grid-cols-2 {
1779
1837
  @media (width >= 64rem) {
1780
1838
  grid-template-columns: repeat(2, minmax(0, 1fr));
1781
1839
  }
1782
1840
  }
1783
- .lg\:grid-cols-3 {
1784
- @media (width >= 64rem) {
1785
- grid-template-columns: repeat(3, minmax(0, 1fr));
1786
- }
1787
- }
1788
1841
  .lg\:items-center {
1789
1842
  @media (width >= 64rem) {
1790
1843
  align-items: center;
@@ -1805,6 +1858,11 @@
1805
1858
  border-color: var(--color-black);
1806
1859
  }
1807
1860
  }
1861
+ .dark\:border-blue-800 {
1862
+ @media (prefers-color-scheme: dark) {
1863
+ border-color: var(--color-blue-800);
1864
+ }
1865
+ }
1808
1866
  .dark\:border-dark-inactive {
1809
1867
  @media (prefers-color-scheme: dark) {
1810
1868
  border-color: var(--color-dark-inactive);
@@ -1858,6 +1916,14 @@
1858
1916
  background-color: var(--color-blue-500);
1859
1917
  }
1860
1918
  }
1919
+ .dark\:bg-blue-900\/20 {
1920
+ @media (prefers-color-scheme: dark) {
1921
+ background-color: color-mix(in srgb, oklch(37.9% 0.146 265.522) 20%, transparent);
1922
+ @supports (color: color-mix(in lab, red, red)) {
1923
+ background-color: color-mix(in oklab, var(--color-blue-900) 20%, transparent);
1924
+ }
1925
+ }
1926
+ }
1861
1927
  .dark\:bg-dark-alternative {
1862
1928
  @media (prefers-color-scheme: dark) {
1863
1929
  background-color: var(--color-dark-alternative);
@@ -1950,6 +2016,16 @@
1950
2016
  }
1951
2017
  }
1952
2018
  }
2019
+ .dark\:text-blue-100 {
2020
+ @media (prefers-color-scheme: dark) {
2021
+ color: var(--color-blue-100);
2022
+ }
2023
+ }
2024
+ .dark\:text-blue-200 {
2025
+ @media (prefers-color-scheme: dark) {
2026
+ color: var(--color-blue-200);
2027
+ }
2028
+ }
1953
2029
  .dark\:text-dark-danger {
1954
2030
  @media (prefers-color-scheme: dark) {
1955
2031
  color: var(--color-dark-danger);
@@ -2063,6 +2139,11 @@
2063
2139
  color: var(--color-dark-secondary);
2064
2140
  }
2065
2141
  }
2142
+ .dark\:text-gray-200 {
2143
+ @media (prefers-color-scheme: dark) {
2144
+ color: var(--color-gray-200);
2145
+ }
2146
+ }
2066
2147
  .dark\:text-gray-300 {
2067
2148
  @media (prefers-color-scheme: dark) {
2068
2149
  color: var(--color-gray-300);
@@ -2335,6 +2416,26 @@
2335
2416
  inherits: false;
2336
2417
  initial-value: 1;
2337
2418
  }
2419
+ @property --tw-rotate-x {
2420
+ syntax: "*";
2421
+ inherits: false;
2422
+ }
2423
+ @property --tw-rotate-y {
2424
+ syntax: "*";
2425
+ inherits: false;
2426
+ }
2427
+ @property --tw-rotate-z {
2428
+ syntax: "*";
2429
+ inherits: false;
2430
+ }
2431
+ @property --tw-skew-x {
2432
+ syntax: "*";
2433
+ inherits: false;
2434
+ }
2435
+ @property --tw-skew-y {
2436
+ syntax: "*";
2437
+ inherits: false;
2438
+ }
2338
2439
  @property --tw-space-y-reverse {
2339
2440
  syntax: "*";
2340
2441
  inherits: false;
@@ -2481,6 +2582,10 @@
2481
2582
  syntax: "*";
2482
2583
  inherits: false;
2483
2584
  }
2585
+ @property --tw-ease {
2586
+ syntax: "*";
2587
+ inherits: false;
2588
+ }
2484
2589
  @property --tw-content {
2485
2590
  syntax: "*";
2486
2591
  initial-value: "";
@@ -2515,6 +2620,11 @@
2515
2620
  --tw-scale-x: 1;
2516
2621
  --tw-scale-y: 1;
2517
2622
  --tw-scale-z: 1;
2623
+ --tw-rotate-x: initial;
2624
+ --tw-rotate-y: initial;
2625
+ --tw-rotate-z: initial;
2626
+ --tw-skew-x: initial;
2627
+ --tw-skew-y: initial;
2518
2628
  --tw-space-y-reverse: 0;
2519
2629
  --tw-space-x-reverse: 0;
2520
2630
  --tw-border-style: solid;
@@ -2548,6 +2658,7 @@
2548
2658
  --tw-drop-shadow-alpha: 100%;
2549
2659
  --tw-drop-shadow-size: initial;
2550
2660
  --tw-duration: initial;
2661
+ --tw-ease: initial;
2551
2662
  --tw-content: "";
2552
2663
  }
2553
2664
  }
Binary file