@szum-tech/design-system 2.3.1 → 2.5.0

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 (41) hide show
  1. package/dist/chunk-3X6DLFNA.cjs +113 -0
  2. package/dist/{chunk-WIOOP3VE.js → chunk-4C7M4HBP.js} +3 -3
  3. package/dist/{chunk-IV5F734M.js → chunk-AGVEKVWD.js} +15 -5
  4. package/dist/{chunk-QQ7CBNSR.cjs → chunk-BJ553XYM.cjs} +3 -3
  5. package/dist/{chunk-5U55UIDY.js → chunk-DTSFPOLX.js} +2 -2
  6. package/dist/chunk-G4WPMCUU.js +111 -0
  7. package/dist/{chunk-6YLG3PWU.cjs → chunk-GHV2TURY.cjs} +2 -2
  8. package/dist/{chunk-6VVDXGYO.cjs → chunk-PH4LO5TE.cjs} +15 -5
  9. package/dist/{chunk-TSN5DAKH.cjs → chunk-UKWZ5BHD.cjs} +0 -7
  10. package/dist/{chunk-XDTI4DFM.js → chunk-WMMJEZ7Y.js} +1 -1
  11. package/dist/{chunk-25X5IOB3.cjs → chunk-XKXP3W3H.cjs} +3 -3
  12. package/dist/{chunk-INJBKPIE.js → chunk-XTO7CMIM.js} +0 -1
  13. package/dist/components/badge/index.cjs +11 -0
  14. package/dist/components/badge/index.d.cts +32 -0
  15. package/dist/components/badge/index.d.ts +32 -0
  16. package/dist/components/badge/index.js +2 -0
  17. package/dist/components/button/index.cjs +3 -3
  18. package/dist/components/button/index.d.cts +1 -1
  19. package/dist/components/button/index.d.ts +1 -1
  20. package/dist/components/button/index.js +2 -2
  21. package/dist/components/dialog/index.cjs +9 -9
  22. package/dist/components/dialog/index.js +1 -1
  23. package/dist/components/form/index.cjs +14 -13
  24. package/dist/components/form/index.js +7 -6
  25. package/dist/components/index.cjs +81 -76
  26. package/dist/components/index.d.cts +10 -9
  27. package/dist/components/index.d.ts +10 -9
  28. package/dist/components/index.js +7 -6
  29. package/dist/components/select/index.cjs +3 -3
  30. package/dist/components/select/index.js +1 -1
  31. package/dist/components/sheet/index.cjs +9 -9
  32. package/dist/components/sheet/index.js +1 -1
  33. package/dist/icons/index.cjs +5 -5
  34. package/dist/icons/index.d.cts +0 -1
  35. package/dist/icons/index.d.ts +0 -1
  36. package/dist/icons/index.js +1 -1
  37. package/package.json +6 -6
  38. package/tailwind/scroll.css +1 -1
  39. package/tailwind/typography.css +7 -7
  40. /package/dist/{chunk-CN3NQLTK.cjs → chunk-DH5YKYXV.cjs} +0 -0
  41. /package/dist/{chunk-CLBOIGDQ.js → chunk-SPCZ3GVM.js} +0 -0
@@ -8,37 +8,37 @@
8
8
  --text-heading-1: 6rem;
9
9
  --text-heading-1--line-height: 1.5;
10
10
  --text-heading-1--letter-spacing: -0.01562em;
11
- --text-heading-1--font-weight: 300;
11
+ --text-heading-1--font-weight: 700;
12
12
 
13
13
  --text-heading-2: 3.75rem;
14
14
  --text-heading-2--line-height: 1.2;
15
15
  --text-heading-2--letter-spacing: -0.00833em;
16
- --text-heading-2--font-weight: 300;
16
+ --text-heading-2--font-weight: 700;
17
17
 
18
18
  --text-heading-3: 3rem;
19
19
  --text-heading-3--line-height: 1.167;
20
20
  --text-heading-3--letter-spacing: 0em;
21
- --text-heading-3--font-weight: 400;
21
+ --text-heading-3--font-weight: 600;
22
22
 
23
23
  --text-heading-4: 2.125rem;
24
24
  --text-heading-4--line-height: 1.235;
25
25
  --text-heading-4--letter-spacing: 0.00735em;
26
- --text-heading-4--font-weight: 400;
26
+ --text-heading-4--font-weight: 600;
27
27
 
28
28
  --text-heading-5: 1.5rem;
29
29
  --text-heading-5--line-height: 1.334;
30
30
  --text-heading-5--letter-spacing: 0.00735em;
31
- --text-heading-5--font-weight: 400;
31
+ --text-heading-5--font-weight: 600;
32
32
 
33
33
  --text-heading-6: 1.25rem;
34
34
  --text-heading-6--line-height: 1.6;
35
35
  --text-heading-6--letter-spacing: 0.0075em;
36
- --text-heading-6--font-weight: 500;
36
+ --text-heading-6--font-weight: 600;
37
37
 
38
38
  --text-subtitle-1: 1rem;
39
39
  --text-subtitle-1--line-height: 1.75;
40
40
  --text-subtitle-1--letter-spacing: 0.00938em;
41
- --text-subtitle-1--font-weight: 400;
41
+ --text-subtitle-1--font-weight: 500;
42
42
 
43
43
  --text-subtitle-2: 0.875rem;
44
44
  --text-subtitle-2--line-height: 1.57;
File without changes
File without changes