armtek-uikit-react 1.0.63 → 1.0.64

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/assets/global.css CHANGED
@@ -40,6 +40,63 @@ body{
40
40
  .text_success{
41
41
  color: #0BD998;
42
42
  }
43
+
44
+ .app{
45
+ --font-family: 'Roboto';
46
+ --size-elarge: 56px;
47
+ --size-large: 42px;
48
+ --size-medium: 36px;
49
+ --size-small: 30px;
50
+ --size-step: 8px;
51
+ --border-radius: 4px;
52
+
53
+ --color-primary: #0D46FF;
54
+ --color-primary-dark: #0B3CD9;
55
+ --color-primary-light: #0B3CD9;
56
+ --color-blue-800: #406DFF;
57
+ --color-blue-A100: #D9E2FF;
58
+ --color-blue-50: #F2F5FF;
59
+
60
+ --color-info: #0D46FF;
61
+ --color-info-dark: #0B3CD9;
62
+
63
+ --color-secondary: #FF7F00;
64
+ --color-secondary-dark: #D96C00;
65
+ --color-secondary-light: #FFA140;
66
+ --color-orange-800: #FF9426;
67
+ --color-orange-400: #FFC68C;
68
+ --color-orange-300: #FFD3A6;
69
+ --color-orange-100: #FFE6CC;
70
+ --color-orange-50: #FFF8F0;
71
+
72
+ --color-neutral: #4D5359;
73
+ --color-neutral-dark: #40454A;
74
+ --color-neutral-light: #9AA4AE;
75
+ --color-gray-900: #212529;
76
+ --color-gray-800: #40454A;
77
+ --color-gray-700: #4D5359;
78
+ --color-gray-600: #6C757D;
79
+ --color-gray-500: #9AA4AE;
80
+ --color-gray-400: #B1BCC6;
81
+ --color-gray-300: #D3DAE1;
82
+ --color-gray-200: #DFE2E6;
83
+ --color-gray-100: #E9ECEF;
84
+ --color-gray-50: #F8F9FA;
85
+
86
+ --color-green-50: #F2FFFB;
87
+
88
+ --color-success: #0BD998;
89
+ --color-success-dark: #08996B;
90
+ --color-error: #FF3342;
91
+ --color-error-dark: #CC2935;
92
+ --color-warning: #FFC61A;
93
+ --color-warning-dark: #F7B519;
94
+
95
+ --color-red-50: #FFF0F1;
96
+
97
+ --box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
98
+ }
99
+
43
100
  .material_icon {
44
101
  font-family: 'Material Symbols Outlined';
45
102
  font-weight: normal;
@@ -57,61 +57,7 @@ $color-red-100: #FCE1E1;
57
57
 
58
58
  $box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
59
59
 
60
- .app{
61
- --font-family: 'Roboto';
62
- --size-elarge: 56px;
63
- --size-large: 42px;
64
- --size-medium: 36px;
65
- --size-small: 30px;
66
- --size-step: 8px;
67
- --border-radius: 4px;
68
60
 
69
- --color-primary: #0D46FF;
70
- --color-primary-dark: #0B3CD9;
71
- --color-primary-light: #0B3CD9;
72
- --color-blue-800: #406DFF;
73
- --color-blue-A100: #D9E2FF;
74
- --color-blue-50: #F2F5FF;
75
-
76
- --color-info: #0D46FF;
77
- --color-info-dark: #0B3CD9;
78
-
79
- --color-secondary: #FF7F00;
80
- --color-secondary-dark: #D96C00;
81
- --color-secondary-light: #FFA140;
82
- --color-orange-800: #FF9426;
83
- --color-orange-400: #FFC68C;
84
- --color-orange-300: #FFD3A6;
85
- --color-orange-100: #FFE6CC;
86
- --color-orange-50: #FFF8F0;
87
-
88
- --color-neutral: #4D5359;
89
- --color-neutral-dark: #40454A;
90
- --color-neutral-light: #9AA4AE;
91
- --color-gray-900: #212529;
92
- --color-gray-800: #40454A;
93
- --color-gray-700: #4D5359;
94
- --color-gray-600: #6C757D;
95
- --color-gray-500: #9AA4AE;
96
- --color-gray-400: #B1BCC6;
97
- --color-gray-300: #D3DAE1;
98
- --color-gray-200: #DFE2E6;
99
- --color-gray-100: #E9ECEF;
100
- --color-gray-50: #F8F9FA;
101
-
102
- --color-green-50: #F2FFFB;
103
-
104
- --color-success: #0BD998;
105
- --color-success-dark: #08996B;
106
- --color-error: #FF3342;
107
- --color-error-dark: #CC2935;
108
- --color-warning: #FFC61A;
109
- --color-warning-dark: #F7B519;
110
-
111
- --color-red-50: #FFF0F1;
112
-
113
- --box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
114
- }
115
61
 
116
62
  .react-datepicker-popper{
117
63
  z-index: 6;
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"armtek-uikit-react","version":"1.0.63","description":"Armtek UIKit for React","repository":{"type":"git","url":"ssh://git@gl.corp:10022/int/uikit/uikit_react.git"},"author":"","license":"ISC","dependencies":{"build":"^0.1.4","clsx":"^2.0.0","rc-slider":"^10.2.1","react":"*","react-datepicker":"^4.16.0","react-dom":"*"},"peerDependencies":{"react":"*","react-dom":"*"},"scripts":{"pub":"npm version patch && npm publish"}}
1
+ {"name":"armtek-uikit-react","version":"1.0.64","description":"Armtek UIKit for React","repository":{"type":"git","url":"ssh://git@gl.corp:10022/int/uikit/uikit_react.git"},"author":"","license":"ISC","dependencies":{"build":"^0.1.4","clsx":"^2.0.0","rc-slider":"^10.2.1","react":"*","react-datepicker":"^4.16.0","react-dom":"*"},"peerDependencies":{"react":"*","react-dom":"*"},"scripts":{"pub":"npm version patch && npm publish"}}