prometeo-design-system 2.8.4 → 2.8.6

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 (82) hide show
  1. package/dist/Avatar.es.js +23 -28
  2. package/dist/Button.es.js +1 -1
  3. package/dist/{CardProfile-BB-IP1MR.js → CardProfile-CsytJlKZ.js} +9 -9
  4. package/dist/CardProfile.d.ts +4 -0
  5. package/dist/CardProfile.es.js +3 -2
  6. package/dist/CheckBox.es.js +5 -5
  7. package/dist/DatePicker.d.ts +2 -0
  8. package/dist/DatePicker.es.js +1479 -1538
  9. package/dist/DialogModal.es.js +1 -1
  10. package/dist/DrawerDesktop.es.js +2 -2
  11. package/dist/DrawerMobile.es.js +1 -1
  12. package/dist/DropZone.d.ts +4 -0
  13. package/dist/DropZone.es.js +18 -17
  14. package/dist/FAButton.es.js +2 -2
  15. package/dist/Header.es.js +1 -1
  16. package/dist/{HelperComponent-D_Cqdf1J.js → HelperComponent-g_xuKWzK.js} +8 -8
  17. package/dist/Icons/Icons.d.ts +1 -1
  18. package/dist/Icons-DtFC5DJ7.js +1079 -0
  19. package/dist/Icons.d.ts +4 -0
  20. package/dist/Icons.es.js +3 -1053
  21. package/dist/Image.es.js +2 -2
  22. package/dist/{ImageGallery-CjaJ0UCN.js → ImageGallery-Ckxg9OIC.js} +35 -35
  23. package/dist/ImageGallery.es.js +1 -1
  24. package/dist/{Input-Bdo-Acix.js → Input-Cck37DpG.js} +12 -12
  25. package/dist/Input.es.js +1 -1
  26. package/dist/InputMultiple.d.ts +4 -0
  27. package/dist/InputMultiple.es.js +37 -36
  28. package/dist/{LayoutGeneric-B6E-yOYJ.js → LayoutGeneric-CbaoatQB.js} +1 -1
  29. package/dist/LayoutGeneric.es.js +1 -1
  30. package/dist/Logo.es.js +2 -2
  31. package/dist/Menu.d.ts +4 -0
  32. package/dist/Menu.es.js +3 -2
  33. package/dist/OtpInput.es.js +44 -44
  34. package/dist/Pagination.es.js +1 -1
  35. package/dist/ProfilePictureUpload.d.ts +4 -0
  36. package/dist/ProfilePictureUpload.es.js +79 -103
  37. package/dist/ProgressBar.es.js +1 -1
  38. package/dist/RadioButton.d.ts +4 -0
  39. package/dist/RadioButton.es.js +4 -3
  40. package/dist/SegmentedButton.d.ts +4 -0
  41. package/dist/SegmentedButton.es.js +3 -2
  42. package/dist/{Select-D2APaG1z.js → Select-BD5FTxVw.js} +5 -5
  43. package/dist/Select.es.js +1 -1
  44. package/dist/SelectSearch.es.js +2 -2
  45. package/dist/Skeleton.d.ts +4 -0
  46. package/dist/Skeleton.es.js +3 -2
  47. package/dist/Spinner.es.js +1 -1
  48. package/dist/Steps.d.ts +4 -0
  49. package/dist/Steps.es.js +4 -3
  50. package/dist/SwipeContainer.es.js +1 -1
  51. package/dist/Switch.d.ts +4 -0
  52. package/dist/Switch.es.js +3 -2
  53. package/dist/TabLinks.es.js +1 -1
  54. package/dist/Table.es.js +1 -1
  55. package/dist/TextArea.es.js +1 -1
  56. package/dist/Toast.es.js +23 -23
  57. package/dist/ToastProvider.es.js +1 -1
  58. package/dist/Tooltip.es.js +2 -2
  59. package/dist/components/ProfilePictureUpload/ProfilePictureUpload.d.ts +1 -1
  60. package/dist/exports/CardProfile.d.ts +1 -0
  61. package/dist/exports/DatePicker.d.ts +2 -0
  62. package/dist/exports/DropZone.d.ts +2 -0
  63. package/dist/exports/Icons.d.ts +2 -1
  64. package/dist/exports/InputMultiple.d.ts +2 -0
  65. package/dist/exports/Menu.d.ts +1 -0
  66. package/dist/exports/ProfilePictureUpload.d.ts +1 -0
  67. package/dist/exports/RadioButton.d.ts +2 -0
  68. package/dist/exports/SegmentedButton.d.ts +2 -0
  69. package/dist/exports/Skeleton.d.ts +2 -0
  70. package/dist/exports/Steps.d.ts +1 -0
  71. package/dist/exports/Switch.d.ts +2 -0
  72. package/dist/index.d.ts +0 -4
  73. package/dist/{jsx-runtime-ByW6EXIE.js → jsx-runtime-DKDX3adD.js} +94 -96
  74. package/dist/prometeo-design-system.es.js +117 -123
  75. package/dist/styles.d.ts +0 -0
  76. package/package.json +283 -274
  77. package/src/styles/app.css +1314 -0
  78. package/src/styles/base.css +1323 -0
  79. package/src/styles/fonts.css +46 -0
  80. package/src/styles/palette.css +83 -0
  81. package/src/styles/utilities.css +1126 -0
  82. package/dist/components/Button/Button_Legacy.d.ts +0 -29
@@ -0,0 +1,46 @@
1
+ @layer base {
2
+ /* Montserrat 300 */
3
+ @font-face {
4
+ font-family: 'Montserrat';
5
+ font-style: normal;
6
+ font-weight: 300;
7
+ font-display: swap;
8
+ src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw5aXo.woff2) format('woff2');
9
+ }
10
+
11
+ /* Montserrat 400 */
12
+ @font-face {
13
+ font-family: 'Montserrat';
14
+ font-style: normal;
15
+ font-weight: 400;
16
+ font-display: swap;
17
+ src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXo.woff2) format('woff2');
18
+ }
19
+
20
+ /* Montserrat 500 */
21
+ @font-face {
22
+ font-family: 'Montserrat';
23
+ font-style: normal;
24
+ font-weight: 500;
25
+ font-display: swap;
26
+ src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aXo.woff2) format('woff2');
27
+ }
28
+
29
+ /* Montserrat 600 */
30
+ @font-face {
31
+ font-family: 'Montserrat';
32
+ font-style: normal;
33
+ font-weight: 600;
34
+ font-display: swap;
35
+ src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aXo.woff2) format('woff2');
36
+ }
37
+
38
+ /* Montserrat 700 */
39
+ @font-face {
40
+ font-family: 'Montserrat';
41
+ font-style: normal;
42
+ font-weight: 700;
43
+ font-display: swap;
44
+ src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXo.woff2) format('woff2');
45
+ }
46
+ }
@@ -0,0 +1,83 @@
1
+ @layer base {
2
+ :root {
3
+ /* Colors Foundation */
4
+ --white: #ffffff;
5
+ --black: #000000;
6
+
7
+ /* Colors Neutral */
8
+ --neutral-50: #fafafa;
9
+ --neutral-100: #f4f4f5;
10
+ --neutral-200: #e4e4e7;
11
+ --neutral-300: #d4d4d8;
12
+ --neutral-400: #9f9fa9;
13
+ --neutral-500: #71717b;
14
+ --neutral-600: #52525c;
15
+ --neutral-700: #3f3f47;
16
+ --neutral-800: #27272a;
17
+ --neutral-900: #18181b;
18
+ --neutral-925: #151517;
19
+ --neutral-950: #09090b;
20
+
21
+ /* Primary Color (Indigo) */
22
+ --primary-50: #eef2ff;
23
+ --primary-100: #e0e7ff;
24
+ --primary-200: #c6d2ff;
25
+ --primary-300: #a3b3ff;
26
+ --primary-400: #7c86ff;
27
+ --primary-500: #615fff;
28
+ --primary-600: #4f39f6;
29
+ --primary-700: #432dd7;
30
+ --primary-800: #372aac;
31
+ --primary-900: #312c85;
32
+ --primary-950: #1e1a4d;
33
+
34
+ /* Success Colors (Emerald/Green) */
35
+ --success-50: #ecfdf5;
36
+ --success-100: #d0fae5;
37
+ --success-200: #a4f4cf;
38
+ --success-300: #5ee9b5;
39
+ --success-400: #00d492;
40
+ --success-500: #00bc7d;
41
+ --success-600: #009966;
42
+ --success-700: #007a55;
43
+ --success-800: #006045;
44
+ --success-900: #004f3b;
45
+ --success-950: #002c22;
46
+
47
+ /* Error Colors (Red) */
48
+ --error-50: #fef2f2;
49
+ --error-100: #ffe2e2;
50
+ --error-200: #ffc9c9;
51
+ --error-300: #ffa2a2;
52
+ --error-400: #ff6467;
53
+ --error-500: #fb2c36;
54
+ --error-600: #e7000b;
55
+ --error-700: #c10007;
56
+ --error-800: #9f0712;
57
+ --error-900: #82181a;
58
+ --error-950: #460809;
59
+
60
+ /* Warning Colors (Amber/Orange) */
61
+ --warning-50: #fefce8;
62
+ --warning-100: #fef9c2;
63
+ --warning-200: #fff085;
64
+ --warning-300: #ffdf20;
65
+ --warning-400: #fdc700;
66
+ --warning-500: #f0b100;
67
+ --warning-600: #d08700;
68
+ --warning-700: #a65f00;
69
+ --warning-800: #894b00;
70
+ --warning-900: #733e0a;
71
+ --warning-950: #432004;
72
+
73
+ /* Pending's Colors */
74
+ --pending-300: #ffb86a;
75
+ --pending-500: #ff6900;
76
+ --pending-800: #9f2d00;
77
+
78
+ /* On Progress Colors */
79
+ --progress-300: #51a2ff;
80
+ --progress-500: #155dfc;
81
+ --progress-800: #193cb8;
82
+ }
83
+ }