armtek-uikit-react 1.0.240 → 1.0.242

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 (61) hide show
  1. package/assets/Accordion.scss +113 -113
  2. package/assets/Adornment.scss +22 -22
  3. package/assets/Alert.scss +56 -56
  4. package/assets/Avatar.scss +104 -104
  5. package/assets/AvatarGroup.scss +47 -47
  6. package/assets/BackDrop.scss +27 -27
  7. package/assets/Badge.scss +96 -96
  8. package/assets/Button.scss +750 -750
  9. package/assets/ButtonGroup.scss +37 -37
  10. package/assets/ButtonIcon.scss +32 -32
  11. package/assets/Card.scss +13 -13
  12. package/assets/Checkbox.scss +313 -313
  13. package/assets/Chip.scss +279 -279
  14. package/assets/DateField.scss +2 -2
  15. package/assets/DatePicker.scss +72 -72
  16. package/assets/Dropdown.scss +42 -42
  17. package/assets/FormControls.scss +14 -14
  18. package/assets/HelperText.scss +11 -11
  19. package/assets/Icon.scss +30 -30
  20. package/assets/Interval.scss +34 -34
  21. package/assets/Link.scss +96 -96
  22. package/assets/ListItem.scss +72 -72
  23. package/assets/Loader.scss +56 -56
  24. package/assets/Logo.scss +28 -28
  25. package/assets/Modal.scss +97 -97
  26. package/assets/Pagination.scss +3 -3
  27. package/assets/Paper.scss +19 -19
  28. package/assets/Period.scss +8 -8
  29. package/assets/Popper.scss +2 -2
  30. package/assets/Rating.scss +26 -26
  31. package/assets/Select.scss +85 -85
  32. package/assets/Skeleton.scss +25 -25
  33. package/assets/Slider.scss +5 -5
  34. package/assets/Stack.scss +27 -27
  35. package/assets/Status.scss +50 -50
  36. package/assets/StepItem.scss +89 -89
  37. package/assets/StepItemIcon.scss +47 -47
  38. package/assets/Stepper.scss +30 -30
  39. package/assets/Switch.scss +67 -67
  40. package/assets/Table.scss +37 -37
  41. package/assets/TextArea.scss +17 -17
  42. package/assets/TextField.scss +197 -197
  43. package/assets/Tooltip.scss +17 -17
  44. package/assets/classes.scss +422 -422
  45. package/assets/fonts.scss +24 -24
  46. package/assets/global.scss +221 -221
  47. package/assets/styles.scss +46 -46
  48. package/assets/variables.scss +13 -13
  49. package/lib/hooks/useEnhancedEffect.js +6 -6
  50. package/lib/hooks/useTimeout.js +2 -2
  51. package/package.json +1 -1
  52. package/ui/Form/DatePicker/styles.css +802 -802
  53. package/ui/Form/FormControls/FormControls.js +2 -1
  54. package/ui/Form/FormControls/const.d.ts +1 -0
  55. package/ui/Form/FormControls/const.js +5 -0
  56. package/ui/Form/Select/Select.js +8 -4
  57. package/ui/Modal/BaseModal.js +3 -2
  58. package/ui/Modal/Modal.js +24 -0
  59. package/ui/Modal/const.d.ts +2 -0
  60. package/ui/Modal/const.js +6 -0
  61. package/ui/Slider/style.scss +346 -346
package/assets/fonts.scss CHANGED
@@ -1,24 +1,24 @@
1
- @import url('https://fonts.googleapis.com/css?family=Roboto:wght@400;500;700&display=swap');
2
-
3
- @font-face {
4
- font-family: 'Material Symbols Outlined';
5
- font-style: normal;
6
- font-weight: 400;
7
- font-display: block;
8
- src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v133/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOej.woff2) format('woff2');
9
- }
10
-
11
- @font-face {
12
- font-family: 'Material Symbols Outlined';
13
- font-style: normal;
14
- font-display: block;
15
- font-weight: 700;
16
- src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v134/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzazHD_dY43zj-jCxv3fzvRNU22ZXGJpEpjC_1p-p_4MrImHCIJIZrDBIG-ej.woff2) format('woff2');
17
- }
18
-
19
- body{
20
- font-family: 'Roboto';
21
- }
22
-
23
-
24
-
1
+ @import url('https://fonts.googleapis.com/css?family=Roboto:wght@400;500;700&display=swap');
2
+
3
+ @font-face {
4
+ font-family: 'Material Symbols Outlined';
5
+ font-style: normal;
6
+ font-weight: 400;
7
+ font-display: block;
8
+ src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v133/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOej.woff2) format('woff2');
9
+ }
10
+
11
+ @font-face {
12
+ font-family: 'Material Symbols Outlined';
13
+ font-style: normal;
14
+ font-display: block;
15
+ font-weight: 700;
16
+ src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v134/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzazHD_dY43zj-jCxv3fzvRNU22ZXGJpEpjC_1p-p_4MrImHCIJIZrDBIG-ej.woff2) format('woff2');
17
+ }
18
+
19
+ body{
20
+ font-family: 'Roboto';
21
+ }
22
+
23
+
24
+
@@ -1,221 +1,221 @@
1
- * {
2
- box-sizing: border-box;
3
- }
4
- ::-webkit-scrollbar {
5
- width: 4px;
6
- }
7
-
8
- ::-webkit-scrollbar-track {
9
- background: transparent;
10
- }
11
- ::-webkit-scrollbar-thumb {
12
- background-color: #DFE2E6;
13
- border-radius: 0px;
14
- }
15
- :root{
16
-
17
- --font-family: 'Roboto';
18
- --size-elarge: 56px;
19
- --size-large: 42px;
20
- --size-medium: 36px;
21
- --size-small: 30px;
22
- --size-step: 8px;
23
- --border-radius: 4px;
24
- --box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
25
- --font-weight-regular: 400;
26
- --font-weight-medium: 500;
27
- --font-weight-bold: 700;
28
- --color-white: #ffffff;
29
- --color-white-rgba: 255, 255, 255;
30
- --color-primary: #254FE9;
31
- --color-primary-rgba: 37, 79, 233;
32
- --color-primary-dark: #1D49D5;
33
- --color-primary-dark-rgb: 29, 73, 213;
34
- --color-primary-light: #4277FD;
35
- --color-primary-opacity: rgba(37, 79, 233, 0.08);
36
- --color-primary-contrast: #ffffff;
37
-
38
- --color-secondary: #FF7F00;
39
- --color-secondary-rgba: 255, 127, 0;
40
- --color-secondary-light: #FFA140;
41
- --color-secondary-light-rgb: 255, 161, 64;
42
- --color-secondary-dark: #D96C00;
43
- --color-secondary-dark-rgb: 217, 108, 0;
44
- --color-secondary-opacity: rgba(255, 127, 0, 0.08);
45
- --color-secondary-contrast: #ffffff;
46
-
47
- --color-neutral: #4D5359;
48
- --color-neutral-rgba: 77, 83, 89;
49
- --color-neutral-light: #9AA4AE;
50
- --color-neutral-dark: #40454A;
51
- --color-neutral-opacity: rgba(77, 83, 89, 0.08);
52
- --color-neutral-contrast: #ffffff;
53
- --color-neutral-contrast-rgb: 255, 255, 255;
54
-
55
- --color-error: #FF3342;
56
- --color-error-rgba: 255, 51, 66;
57
- --color-error-light: #FA4D56;
58
- --color-error-dark: #D92B38;
59
- --color-error-dark-rgb: 217, 43, 56;
60
- --color-error-opacity: rgba(245, 49, 63, 0.08);
61
- --color-error-contrast: #ffffff;
62
-
63
- --color-warning: #FFC61A;
64
- --color-warning-light: #FFD249;
65
- --color-warning-dark: #E8A915;
66
- --color-warning-opacity: rgba(255, 198, 26, 0.08);
67
- --color-warning-contrast: #212529;
68
-
69
- --color-info: #254FE9;
70
- --color-info-light: #4277FD;
71
- --color-info-dark: #1D49D5;
72
- --color-info-opacity: rgba(13, 70, 255, 0.08);
73
- --color-info-contrast: #ffffff;
74
-
75
- --color-success: #0BD998;
76
- --color-success-rgb: 11, 217, 152;
77
- --color-success-light: #38E6A4;
78
- --color-success-dark: #00A66F;
79
- --color-success-opacity: rgba(11, 196, 127, 0.08);
80
- --color-success-contrast: #212529;
81
-
82
- --color-orange-a700: #FFA140;
83
- --color-orange-a400: #FFC68C;
84
- --color-orange-a200: #FFD9B3;
85
- --color-orange-a100: #FFE6CC;
86
- --color-orange-d2: #BD5E00;
87
- --color-orange-d1: #D96C00;
88
- --color-orange-900: #FF7F00;
89
- --color-orange-800: #FF9426;
90
- --color-orange-700: #FFA140;
91
- --color-orange-600: #FFAD59;
92
- --color-orange-500: #FFBA73;
93
- --color-orange-400: #FFC68C;
94
- --color-orange-300: #FFD3A6;
95
- --color-orange-200: #FFD9B3;
96
- --color-orange-100: #FFE6CC;
97
- --color-orange-50: #FFF8F0;
98
-
99
- --color-blue-a700: #4277FD;
100
- --color-blue-a400: #99C2FF;
101
- --color-blue-a200: #CCE4FF;
102
- --color-blue-a100: #DFF0FF;
103
- --color-blue-d2: #1841BE;
104
- --color-blue-d1: #1D49D5;
105
- --color-blue-900: #254FE9;
106
- --color-blue-800-rgba: 47, 97, 248;
107
- --color-blue-800: #2F61F8;
108
- --color-blue-700: #4277FD;
109
- --color-blue-600: #6092FF;
110
- --color-blue-500: #79ACFF;
111
- --color-blue-400: #99C2FF;
112
- --color-blue-300: #B6D7FF;
113
- --color-blue-200: #CCE4FF;
114
- --color-blue-100: #DFF0FF;
115
- --color-blue-50: #F2F9FF;
116
-
117
- --color-gray-a700: #4D5359;
118
- --color-gray-a400: #B1BCC6;
119
- --color-gray-a200: #DFE2E6;
120
- --color-gray-a100: #212529;
121
- --color-gray-900: #212529;
122
- --color-gray-900-rgb: 33, 37, 41;
123
- --color-gray-800: #40454A;
124
- --color-gray-700: #4D5359;
125
- --color-gray-700-rgb: 77, 83, 89;
126
- --color-gray-600: #6C757D;
127
- --color-gray-500: #9AA4AE;
128
- --color-gray-500-rgba: 154, 164, 174;
129
- --color-gray-400: #B1BCC6;
130
- --color-gray-300: #D3DAE1;
131
- --color-gray-200: #DFE2E6;
132
- --color-gray-100: #E9ECEF;
133
- --color-gray-50: #F8F9FA;
134
-
135
- --color-red-a700: #FA4D56;
136
- --color-red-a400: #FC9D9E;
137
- --color-red-a200: #FCCFCF;
138
- --color-red-a100: #FCE1E1;
139
- --color-red-d2: #AA2230;
140
- --color-red-d1: #D62B39;
141
- --color-red-900: #F5313F;
142
- --color-red-800: #FA3D46;
143
- --color-red-800-rgb: 250, 61, 70;
144
- --color-red-700: #FA4D56;
145
- --color-red-600: #FA696D;
146
- --color-red-500: #FA8286;
147
- --color-red-400: #FC9D9E;
148
- --color-red-300: #FCB7B8;
149
- --color-red-200: #FCCFCF;
150
- --color-red-100: #FCE1E1;
151
- --color-red-50: #FFF2F2;
152
-
153
- --color-yellow-a700: #FFD249;
154
- --color-yellow-a400: #FFE18F;
155
- --color-yellow-a200: #FFEEB8;
156
- --color-yellow-a100: #FFF3C8;
157
- --color-yellow-d2: #80580F;
158
- --color-yellow-d1: #E8A915;
159
- --color-yellow-900: #FFC61A;
160
- --color-yellow-800: #FFCC31;
161
- --color-yellow-700: #FFD249;
162
- --color-yellow-600: #FFD45E;
163
- --color-yellow-500: #FFDB75;
164
- --color-yellow-400: #FFE18F;
165
- --color-yellow-300: #FFE8A4;
166
- --color-yellow-200: #FFEEB8;
167
- --color-yellow-100: #FFF3C8;
168
- --color-yellow-50: #FFF8D4;
169
-
170
- --color-green-a700: #38E6A4;
171
- --color-green-a400: #90F5C9;
172
- --color-green-a200: #C5FAE1;
173
- --color-green-a100: #DEFDEE;
174
- --color-green-d2: #008059;
175
- --color-green-d1: #00A66F;
176
- --color-green-900: #0BC47F;
177
- --color-green-800: #1FDB93;
178
- --color-green-800-rgba: 31, 219, 147;
179
- --color-green-700: #38E6A4;
180
- --color-green-600: #58EDB1;
181
- --color-green-500: #74F2BD;
182
- --color-green-400: #90F5C9;
183
- --color-green-300: #ACF7D6;
184
- --color-green-200: #C5FAE1;
185
- --color-green-100: #DEFDEE;
186
- --color-green-50: #EEFEF6;
187
- }
188
-
189
-
190
- .mi,
191
- .material_icon {
192
- font-family: 'Material Symbols Outlined';
193
- font-weight: normal;
194
- font-style: normal;
195
- font-size: 24px;
196
- line-height: 1;
197
- letter-spacing: normal;
198
- text-transform: none;
199
- display: inline-block;
200
- white-space: nowrap;
201
- word-wrap: normal;
202
- direction: ltr;
203
- -webkit-font-feature-settings: 'liga';
204
- -webkit-font-smoothing: antialiased;
205
- }
206
- .mis,
207
- .material_icon_solid{
208
- font-family: 'Material Symbols Outlined';
209
- font-style: normal;
210
- font-size: 24px;
211
- line-height: 1;
212
- letter-spacing: normal;
213
- text-transform: none;
214
- display: inline-block;
215
- white-space: nowrap;
216
- word-wrap: normal;
217
- direction: ltr;
218
- -webkit-font-feature-settings: 'liga';
219
- -webkit-font-smoothing: antialiased;
220
- font-weight: 700;
221
- }
1
+ * {
2
+ box-sizing: border-box;
3
+ }
4
+ ::-webkit-scrollbar {
5
+ width: 4px;
6
+ }
7
+
8
+ ::-webkit-scrollbar-track {
9
+ background: transparent;
10
+ }
11
+ ::-webkit-scrollbar-thumb {
12
+ background-color: #DFE2E6;
13
+ border-radius: 0px;
14
+ }
15
+ :root{
16
+
17
+ --font-family: 'Roboto';
18
+ --size-elarge: 56px;
19
+ --size-large: 42px;
20
+ --size-medium: 36px;
21
+ --size-small: 30px;
22
+ --size-step: 8px;
23
+ --border-radius: 4px;
24
+ --box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
25
+ --font-weight-regular: 400;
26
+ --font-weight-medium: 500;
27
+ --font-weight-bold: 700;
28
+ --color-white: #ffffff;
29
+ --color-white-rgba: 255, 255, 255;
30
+ --color-primary: #254FE9;
31
+ --color-primary-rgba: 37, 79, 233;
32
+ --color-primary-dark: #1D49D5;
33
+ --color-primary-dark-rgb: 29, 73, 213;
34
+ --color-primary-light: #4277FD;
35
+ --color-primary-opacity: rgba(37, 79, 233, 0.08);
36
+ --color-primary-contrast: #ffffff;
37
+
38
+ --color-secondary: #FF7F00;
39
+ --color-secondary-rgba: 255, 127, 0;
40
+ --color-secondary-light: #FFA140;
41
+ --color-secondary-light-rgb: 255, 161, 64;
42
+ --color-secondary-dark: #D96C00;
43
+ --color-secondary-dark-rgb: 217, 108, 0;
44
+ --color-secondary-opacity: rgba(255, 127, 0, 0.08);
45
+ --color-secondary-contrast: #ffffff;
46
+
47
+ --color-neutral: #4D5359;
48
+ --color-neutral-rgba: 77, 83, 89;
49
+ --color-neutral-light: #9AA4AE;
50
+ --color-neutral-dark: #40454A;
51
+ --color-neutral-opacity: rgba(77, 83, 89, 0.08);
52
+ --color-neutral-contrast: #ffffff;
53
+ --color-neutral-contrast-rgb: 255, 255, 255;
54
+
55
+ --color-error: #FF3342;
56
+ --color-error-rgba: 255, 51, 66;
57
+ --color-error-light: #FA4D56;
58
+ --color-error-dark: #D92B38;
59
+ --color-error-dark-rgb: 217, 43, 56;
60
+ --color-error-opacity: rgba(245, 49, 63, 0.08);
61
+ --color-error-contrast: #ffffff;
62
+
63
+ --color-warning: #FFC61A;
64
+ --color-warning-light: #FFD249;
65
+ --color-warning-dark: #E8A915;
66
+ --color-warning-opacity: rgba(255, 198, 26, 0.08);
67
+ --color-warning-contrast: #212529;
68
+
69
+ --color-info: #254FE9;
70
+ --color-info-light: #4277FD;
71
+ --color-info-dark: #1D49D5;
72
+ --color-info-opacity: rgba(13, 70, 255, 0.08);
73
+ --color-info-contrast: #ffffff;
74
+
75
+ --color-success: #0BD998;
76
+ --color-success-rgb: 11, 217, 152;
77
+ --color-success-light: #38E6A4;
78
+ --color-success-dark: #00A66F;
79
+ --color-success-opacity: rgba(11, 196, 127, 0.08);
80
+ --color-success-contrast: #212529;
81
+
82
+ --color-orange-a700: #FFA140;
83
+ --color-orange-a400: #FFC68C;
84
+ --color-orange-a200: #FFD9B3;
85
+ --color-orange-a100: #FFE6CC;
86
+ --color-orange-d2: #BD5E00;
87
+ --color-orange-d1: #D96C00;
88
+ --color-orange-900: #FF7F00;
89
+ --color-orange-800: #FF9426;
90
+ --color-orange-700: #FFA140;
91
+ --color-orange-600: #FFAD59;
92
+ --color-orange-500: #FFBA73;
93
+ --color-orange-400: #FFC68C;
94
+ --color-orange-300: #FFD3A6;
95
+ --color-orange-200: #FFD9B3;
96
+ --color-orange-100: #FFE6CC;
97
+ --color-orange-50: #FFF8F0;
98
+
99
+ --color-blue-a700: #4277FD;
100
+ --color-blue-a400: #99C2FF;
101
+ --color-blue-a200: #CCE4FF;
102
+ --color-blue-a100: #DFF0FF;
103
+ --color-blue-d2: #1841BE;
104
+ --color-blue-d1: #1D49D5;
105
+ --color-blue-900: #254FE9;
106
+ --color-blue-800-rgba: 47, 97, 248;
107
+ --color-blue-800: #2F61F8;
108
+ --color-blue-700: #4277FD;
109
+ --color-blue-600: #6092FF;
110
+ --color-blue-500: #79ACFF;
111
+ --color-blue-400: #99C2FF;
112
+ --color-blue-300: #B6D7FF;
113
+ --color-blue-200: #CCE4FF;
114
+ --color-blue-100: #DFF0FF;
115
+ --color-blue-50: #F2F9FF;
116
+
117
+ --color-gray-a700: #4D5359;
118
+ --color-gray-a400: #B1BCC6;
119
+ --color-gray-a200: #DFE2E6;
120
+ --color-gray-a100: #212529;
121
+ --color-gray-900: #212529;
122
+ --color-gray-900-rgb: 33, 37, 41;
123
+ --color-gray-800: #40454A;
124
+ --color-gray-700: #4D5359;
125
+ --color-gray-700-rgb: 77, 83, 89;
126
+ --color-gray-600: #6C757D;
127
+ --color-gray-500: #9AA4AE;
128
+ --color-gray-500-rgba: 154, 164, 174;
129
+ --color-gray-400: #B1BCC6;
130
+ --color-gray-300: #D3DAE1;
131
+ --color-gray-200: #DFE2E6;
132
+ --color-gray-100: #E9ECEF;
133
+ --color-gray-50: #F8F9FA;
134
+
135
+ --color-red-a700: #FA4D56;
136
+ --color-red-a400: #FC9D9E;
137
+ --color-red-a200: #FCCFCF;
138
+ --color-red-a100: #FCE1E1;
139
+ --color-red-d2: #AA2230;
140
+ --color-red-d1: #D62B39;
141
+ --color-red-900: #F5313F;
142
+ --color-red-800: #FA3D46;
143
+ --color-red-800-rgb: 250, 61, 70;
144
+ --color-red-700: #FA4D56;
145
+ --color-red-600: #FA696D;
146
+ --color-red-500: #FA8286;
147
+ --color-red-400: #FC9D9E;
148
+ --color-red-300: #FCB7B8;
149
+ --color-red-200: #FCCFCF;
150
+ --color-red-100: #FCE1E1;
151
+ --color-red-50: #FFF2F2;
152
+
153
+ --color-yellow-a700: #FFD249;
154
+ --color-yellow-a400: #FFE18F;
155
+ --color-yellow-a200: #FFEEB8;
156
+ --color-yellow-a100: #FFF3C8;
157
+ --color-yellow-d2: #80580F;
158
+ --color-yellow-d1: #E8A915;
159
+ --color-yellow-900: #FFC61A;
160
+ --color-yellow-800: #FFCC31;
161
+ --color-yellow-700: #FFD249;
162
+ --color-yellow-600: #FFD45E;
163
+ --color-yellow-500: #FFDB75;
164
+ --color-yellow-400: #FFE18F;
165
+ --color-yellow-300: #FFE8A4;
166
+ --color-yellow-200: #FFEEB8;
167
+ --color-yellow-100: #FFF3C8;
168
+ --color-yellow-50: #FFF8D4;
169
+
170
+ --color-green-a700: #38E6A4;
171
+ --color-green-a400: #90F5C9;
172
+ --color-green-a200: #C5FAE1;
173
+ --color-green-a100: #DEFDEE;
174
+ --color-green-d2: #008059;
175
+ --color-green-d1: #00A66F;
176
+ --color-green-900: #0BC47F;
177
+ --color-green-800: #1FDB93;
178
+ --color-green-800-rgba: 31, 219, 147;
179
+ --color-green-700: #38E6A4;
180
+ --color-green-600: #58EDB1;
181
+ --color-green-500: #74F2BD;
182
+ --color-green-400: #90F5C9;
183
+ --color-green-300: #ACF7D6;
184
+ --color-green-200: #C5FAE1;
185
+ --color-green-100: #DEFDEE;
186
+ --color-green-50: #EEFEF6;
187
+ }
188
+
189
+
190
+ .mi,
191
+ .material_icon {
192
+ font-family: 'Material Symbols Outlined';
193
+ font-weight: normal;
194
+ font-style: normal;
195
+ font-size: 24px;
196
+ line-height: 1;
197
+ letter-spacing: normal;
198
+ text-transform: none;
199
+ display: inline-block;
200
+ white-space: nowrap;
201
+ word-wrap: normal;
202
+ direction: ltr;
203
+ -webkit-font-feature-settings: 'liga';
204
+ -webkit-font-smoothing: antialiased;
205
+ }
206
+ .mis,
207
+ .material_icon_solid{
208
+ font-family: 'Material Symbols Outlined';
209
+ font-style: normal;
210
+ font-size: 24px;
211
+ line-height: 1;
212
+ letter-spacing: normal;
213
+ text-transform: none;
214
+ display: inline-block;
215
+ white-space: nowrap;
216
+ word-wrap: normal;
217
+ direction: ltr;
218
+ -webkit-font-feature-settings: 'liga';
219
+ -webkit-font-smoothing: antialiased;
220
+ font-weight: 700;
221
+ }
@@ -1,47 +1,47 @@
1
-
2
- @use "global";
3
- @use "variables";
4
- @use "Accordion";
5
- @use "Adornment";
6
- @use "Avatar";
7
- @use "AvatarGroup";
8
- @use "BackDrop";
9
- @use "Badge";
10
- @use "Button";
11
- @use "ButtonGroup";
12
- @use "ButtonIcon";
13
- @use "Alert";
14
- @use "Card";
15
- @use "Checkbox";
16
- @use "Chip";
17
- @use "DateField";
18
- @use "DatePicker";
19
- @use "Dropdown";
20
- @use "FormControls";
21
- @use "HelperText";
22
- @use "Icon";
23
- @use "Interval";
24
- @use "Link";
25
- @use "ListItem";
26
- @use "Loader";
27
- @use "Logo";
28
- @use "Modal";
29
- @use "Paper";
30
- @use "Period";
31
- @use "Rating";
32
- @use "Select";
33
- @use "Skeleton";
34
- @use "Slider";
35
- @use "Stack";
36
- @use "Status";
37
- @use "StepItem";
38
- @use "StepItemIcon";
39
- @use "Stepper";
40
- @use "Switch";
41
- @use "Table";
42
- @use "TextField";
43
- @use "TextArea";
44
- @use "Tooltip";
45
- @use "Pagination";
46
- @use "Popper";
1
+
2
+ @use "global";
3
+ @use "variables";
4
+ @use "Accordion";
5
+ @use "Adornment";
6
+ @use "Avatar";
7
+ @use "AvatarGroup";
8
+ @use "BackDrop";
9
+ @use "Badge";
10
+ @use "Button";
11
+ @use "ButtonGroup";
12
+ @use "ButtonIcon";
13
+ @use "Alert";
14
+ @use "Card";
15
+ @use "Checkbox";
16
+ @use "Chip";
17
+ @use "DateField";
18
+ @use "DatePicker";
19
+ @use "Dropdown";
20
+ @use "FormControls";
21
+ @use "HelperText";
22
+ @use "Icon";
23
+ @use "Interval";
24
+ @use "Link";
25
+ @use "ListItem";
26
+ @use "Loader";
27
+ @use "Logo";
28
+ @use "Modal";
29
+ @use "Paper";
30
+ @use "Period";
31
+ @use "Rating";
32
+ @use "Select";
33
+ @use "Skeleton";
34
+ @use "Slider";
35
+ @use "Stack";
36
+ @use "Status";
37
+ @use "StepItem";
38
+ @use "StepItemIcon";
39
+ @use "Stepper";
40
+ @use "Switch";
41
+ @use "Table";
42
+ @use "TextField";
43
+ @use "TextArea";
44
+ @use "Tooltip";
45
+ @use "Pagination";
46
+ @use "Popper";
47
47
  @use "classes";
@@ -1,13 +1,13 @@
1
-
2
- .react-datepicker-popper{
3
- z-index: 6;
4
- }
5
-
6
- @mixin transition($time: 0.5s, $target: all, $animation: ease) {
7
- transition: $time $target $animation;
8
- }
9
- @mixin flex($justifyContent: flex-start, $alignItems: center) {
10
- display: flex;
11
- align-items: $alignItems;
12
- justify-content: $justifyContent;
13
- }
1
+
2
+ .react-datepicker-popper{
3
+ z-index: 6;
4
+ }
5
+
6
+ @mixin transition($time: 0.5s, $target: all, $animation: ease) {
7
+ transition: $time $target $animation;
8
+ }
9
+ @mixin flex($justifyContent: flex-start, $alignItems: center) {
10
+ display: flex;
11
+ align-items: $alignItems;
12
+ justify-content: $justifyContent;
13
+ }
@@ -5,12 +5,12 @@ exports.__esModule = true;
5
5
  exports.default = void 0;
6
6
  var React = _interopRequireWildcard(require("react"));
7
7
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
8
- /**
9
- * A version of `React.useLayoutEffect` that does not show a warning when server-side rendering.
10
- * This is useful for effects that are only needed for client-side rendering but not for SSR.
11
- *
12
- * Before you use this hook, make sure to read https://gist.github.com/gaearon/e7d97cdf38a2907924ea12e4ebdf3c85
13
- * and confirm it doesn't apply to your use-case.
8
+ /**
9
+ * A version of `React.useLayoutEffect` that does not show a warning when server-side rendering.
10
+ * This is useful for effects that are only needed for client-side rendering but not for SSR.
11
+ *
12
+ * Before you use this hook, make sure to read https://gist.github.com/gaearon/e7d97cdf38a2907924ea12e4ebdf3c85
13
+ * and confirm it doesn't apply to your use-case.
14
14
  */
15
15
  const useEnhancedEffect = typeof window !== 'undefined' ? React.useLayoutEffect : React.useEffect;
16
16
  var _default = exports.default = useEnhancedEffect;
@@ -23,8 +23,8 @@ class Timeout {
23
23
  static create() {
24
24
  return new Timeout();
25
25
  }
26
- /**
27
- * Executes `fn` after `delay`, clearing any previously scheduled call.
26
+ /**
27
+ * Executes `fn` after `delay`, clearing any previously scheduled call.
28
28
  */
29
29
  start(delay, fn) {
30
30
  this.clear();
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"armtek-uikit-react","version":"1.0.240","description":"Armtek UIKit for React","main":"cjs/index.js","module":"esm/index.js","types":"esm/index.d.ts","repository":{"type":"git","url":"ssh://git@gl.corp:10022/int/uikit/uikit_react.git"},"author":"","license":"ISC","dependencies":{"@popperjs/core":"^2.11.8","clsx":"^2.0.0","date-fns":"^4.1.0","rc-slider":"^10.2.1","react":"<=18.2.0","react-datepicker":"^8.3.0","react-dom":"<=18.2.0","react-transition-group":"^4.4.5"},"peerDependencies":{"react":"<=18.2.0","react-dom":"<=18.2.0"},"engines":{"node":">=14.0.0"},"scripts":{"pub":"npm version patch && npm publish"}}
1
+ {"name":"armtek-uikit-react","version":"1.0.242","description":"Armtek UIKit for React","main":"cjs/index.js","module":"esm/index.js","types":"esm/index.d.ts","repository":{"type":"git","url":"ssh://git@gl.corp:10022/int/uikit/uikit_react.git"},"author":"","license":"ISC","dependencies":{"@popperjs/core":"^2.11.8","clsx":"^2.0.0","date-fns":"^4.1.0","rc-slider":"^10.2.1","react":"<=18.2.0","react-datepicker":"^8.3.0","react-dom":"<=18.2.0","react-transition-group":"^4.4.5"},"peerDependencies":{"react":"<=18.2.0","react-dom":"<=18.2.0"},"engines":{"node":">=14.0.0"},"scripts":{"pub":"npm version patch && npm publish"}}