cats-ui-lib 2.2.3 → 2.2.5

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 (35) hide show
  1. package/README.md +780 -780
  2. package/assets/images/building-07.svg +3 -3
  3. package/assets/images/check-disabled.svg +3 -3
  4. package/assets/images/check-white.svg +3 -3
  5. package/assets/images/chevron-down-white.svg +3 -3
  6. package/assets/images/chevron-down.svg +3 -3
  7. package/assets/images/chevron-right-blue.svg +3 -3
  8. package/assets/images/chevron-right-red.svg +3 -3
  9. package/assets/images/chevron-up.svg +3 -3
  10. package/assets/images/clock-refresh.svg +3 -3
  11. package/assets/images/file-check-02.svg +3 -3
  12. package/assets/images/filled-dropdown.svg +3 -3
  13. package/assets/images/indeterminate.svg +3 -3
  14. package/assets/images/key-01.svg +3 -3
  15. package/assets/images/log-out-04.svg +3 -3
  16. package/assets/images/menu-collapsed.svg +4 -4
  17. package/assets/images/message-smile-square.svg +3 -3
  18. package/assets/images/settings-04.svg +3 -3
  19. package/assets/images/shuffle-01.svg +3 -3
  20. package/assets/images/spanish-flag.svg +72 -72
  21. package/assets/images/star-yellow.svg +3 -3
  22. package/assets/images/user-image.svg +9 -9
  23. package/assets/images/users-01.svg +3 -3
  24. package/assets/images/x-cancel-btn.svg +3 -3
  25. package/fesm2022/cats-ui-lib.mjs +168 -139
  26. package/fesm2022/cats-ui-lib.mjs.map +1 -1
  27. package/index.d.ts +9 -6
  28. package/package.json +1 -1
  29. package/styles/_fonts.scss +82 -82
  30. package/styles/_functions.scss +10 -10
  31. package/styles/_index.scss +6 -6
  32. package/styles/_mixins.scss +65 -65
  33. package/styles/_reset.scss +69 -69
  34. package/styles/_utilities.scss +894 -893
  35. package/styles/_variables.scss +126 -212
@@ -1,212 +1,126 @@
1
- :root {
2
- --white: #ffffff;
3
- --white-50: rgba(255, 255, 255, 0.582);
4
-
5
- --black: #1f1f1f;
6
- --default: #000000;
7
- --black-900: #202224;
8
- --pagination-text: var(--neutral-500);
9
- --black-dust: #1a1a1a;
10
-
11
- // NEUTRAL-COLOR
12
- --neutral-cross: #d9d9d9;
13
- --neutral-40: #d5d7da;
14
- --neutral-50: #f0f0f0;
15
- --neutral-100: #e6e7e8;
16
- --neutral-200: #dadbdc;
17
- --neutral-300: #c0c2c5;
18
- --neutral-400: #81858a;
19
- --neutral-500: #434a51;
20
- --neutral-600: #040d17;
21
- --neutral-900: #010306;
22
-
23
- // BLUE COLOR
24
- --blue-700: #1c60af;
25
- --blue-600: #2680ea;
26
- --blue-400: #92bff4;
27
- --blue-100: #eaf3fd;
28
- --blue-300: #c8dff9;
29
- --blue-200: #dfecfc;
30
- --blue-50: #f7fafe;
31
- --blue-800: #1849d6;
32
-
33
- // GREY COLOR
34
- --grey-50: #e9eaeb;
35
- --grey-100: #e2e8f0;
36
- --grey-150: #d6d6d6;
37
- --grey-200: #64748b;
38
- --grey-300: #414651;
39
- --grey-400: #8080808c;
40
- --grey-600: #535862;
41
- --light-grey: #81858a;
42
- --dark-grey: #4a4a4a;
43
-
44
- --green-50: #f7fbf7;
45
- --green-100: #ecf4ec;
46
- --green-200: #2a6a2d;
47
- --green-400: #9bc69d;
48
- --green-600: #388e3c;
49
- --green-700: rgba(42, 106, 45, 1);
50
-
51
- --red: #ff0000;
52
- --red-50: #fdf7f7;
53
- --red-100: #f0c9c9;
54
- --red-200: #f7dfdf;
55
- --red-300: #f2f2f2;
56
- --red-700: #941e1e;
57
-
58
- --yellow-50: #fffdf5;
59
- --yellow-100: #fff5e6;
60
- --yellow-200: #fff6da;
61
- --yellow-300: #ffefc1;
62
- --yellow-400: #fff9e7;
63
- --yellow-500: #bf7200;
64
- --yellow-600: #ffc107;
65
- --yellow-700: #bf9105;
66
- --yellow-800: #806003;
67
- --yellow-900: #bf9105;
68
-
69
- // Orange
70
- --orange-50: rgba(255, 251, 245, 1);
71
- --orange-100: #fff5e6;
72
- --orange-200: #fff0d9;
73
- --orange-600: #ff9800;
74
- --orange-700: rgba(191, 114, 0, 1);
75
-
76
- --box-shadow: #0a0d1208;
77
- --box-shadow-100: #0000001f;
78
- --box-shadow-200: #0a0d1214;
79
- --grid-box-shadow: #0000000a;
80
- --model-shadow: rgba(0, 0, 0, 0.08);
81
- --canvas-shadow: #00000014;
82
- // chunk shadow
83
- --chunk-shadow: #0a0d120d;
84
-
85
- --loader-border: #6f7b93;
86
- --modal-bg: rgba(4, 13, 23, 0.3);
87
- --checkbox-border: #0d6efd;
88
-
89
- // FILTER COLOR
90
- --filter-600: rgba(0, 0, 0, 0.644);
91
- --feather-bg: #fafafa;
92
-
93
-
94
- /* TEXT TOKENS */
95
- --text-heading-primary: #040D17;
96
- --text-heading-secondary: #434A51;
97
- --text-heading-inverse: #FFFFFF;
98
-
99
- --text-body-primary: #434A51;
100
- --text-body-secondary: #81858A;
101
- --text-body-muted: #C0C2C5;
102
- --text-body-inversed: #FFFFFF;
103
-
104
- --text-link-default: #2680EA;
105
- --text-link-hover: #1C60AF;
106
- --text-link-muted: #C8DFF9;
107
- --text-link-inverse: #5CA0EF;
108
-
109
- /* SURFACE TOKENS */
110
- /* Background */
111
- --surface-background-canvas: #FFFFFF;
112
- --surface-background-default: #F0F0F0;
113
- --surface-background-subtle: #E6E7E8;
114
- --surface-background-blue: #F7FAFE;
115
-
116
- /* Contextual */
117
- --surface-contextual-green: #F7FBF7;
118
- --surface-contextual-red: #FDF7F7;
119
- --surface-contextual-yellow: #FFFDF5;
120
-
121
- /* Decorative */
122
- --surface-decorative-sage-green: #F3FCF9;
123
- --surface-decorative-amber-brown: #F9F1F1;
124
- --surface-decorative-teal: #EAFAFB;
125
- --surface-decorative-pink: #F9EBF5;
126
- --surface-decorative-orange: #FFFBF5;
127
- --surface-decorative-purple: #F4F0FA;
128
- --surface-decorative-blue: #F7FAFE;
129
-
130
- /* Action */
131
- --surface-action-default: #2680EA;
132
- --surface-action-hover: #1C60AF;
133
- --surface-action-muted: #E6E7E8;
134
-
135
- /* BORDER TOKENS */
136
- /* Core */
137
- --border-core-default: #DADBDC;
138
- --border-core-muted: #E6E7E8;
139
- --border-core-strong: #C0C2C5;
140
- --border-core-inverted: #81858A;
141
-
142
- /* Interaction */
143
- --border-interaction-default: #DFECFC;
144
- --border-interaction-focus: #2680EA;
145
-
146
- /* Semantics */
147
- --border-semantics-red: #F7DFDF;
148
- --border-semantics-green: #CDE2CE;
149
- --border-semantics-yellow: #FFEFC1;
150
-
151
- /* Decorative */
152
- --border-decorative-purple: #D9C9ED;
153
- --border-decorative-orange: #FFE5BF;
154
- --border-decorative-pink: #EEC2E0;
155
- --border-decorative-teal: #B0EDEE;
156
- --border-decorative-amber-brown: #E5C1C5;
157
- --border-decorative-sage-green: #A8E9D2;
158
-
159
- /* ICON TOKENS */
160
- --icons-main-primary: #040D17;
161
- --icons-main-secondary: #434A51;
162
- --icons-main-hover: #2680EA;
163
- --icons-main-muted: #C0C2C5;
164
- --icons-main-inverse: #FFFFFF;
165
-
166
- /* SEMANTICS TOKENS */
167
- /* Success */
168
- --semantics-success-subtle: #6AAA6D;
169
- --semantics-success-default: #388E3C;
170
- --semantics-success-strong: #2A6A2D;
171
-
172
- /* Error */
173
- --semantics-error-subtle: #D45E5E;
174
- --semantics-error-default: #FF0000;
175
- --semantics-error-strong: #941E1E;
176
-
177
- /* Warning */
178
- --semantics-warning-subtle: #FFD145;
179
- --semantics-warning-default: #FFC107;
180
- --semantics-warning-strong: #BF9105;
181
-
182
- /* ACCENT TOKENS */
183
- /* Orange */
184
- --accent-orange-subtle: #FFB240;
185
- --accent-orange-default: #FF9800;
186
- --accent-orange-strong: #BF7200;
187
-
188
- /* Teal */
189
- --accent-teal-subtle: #6ADEDF;
190
- --accent-teal-default: #2AC7C9;
191
- --accent-teal-strong: #23A4A6;
192
-
193
- /* Purple */
194
- --accent-purple-subtle: #976DCD;
195
- --accent-purple-default: #8656C5;
196
- --accent-purple-strong: #733FB7;
197
-
198
- /* Amber Brown */
199
- --accent-amber-brown-subtle: #DEAFB4;
200
- --accent-amber-brown-default: #CF8A91;
201
- --accent-amber-brown-strong: #C77880;
202
-
203
- /* Sage Green */
204
- --accent-sage-green-subtle: #33C994;
205
- --accent-sage-green-default: #29A277;
206
- --accent-sage-green-dark: #1F7A5A;
207
-
208
- /* Pink */
209
- --accent-pink-subtle: #D772B9;
210
- --accent-pink-default: #D058AB;
211
- --accent-pink-dark: #C83D9E;
212
- }
1
+ :root {
2
+ --blue-100: #eaf3fd;
3
+ --box-shadow: #0a0d1208;
4
+ --box-shadow-200: #0a0d1214;
5
+ --canvas-shadow: #00000014;
6
+ --chunk-shadow: #0a0d120d;
7
+
8
+ /* TEXT TOKENS */
9
+ --text-heading-primary: #040d17;
10
+ --text-heading-secondary: #434a51;
11
+ --text-heading-inverse: #ffffff;
12
+
13
+ --text-body-primary: #434a51;
14
+ --text-body-secondary: #81858a;
15
+ --text-body-muted: #c0c2c5;
16
+ --text-body-inversed: #ffffff;
17
+
18
+ --text-link-default: #2680ea;
19
+ --text-link-hover: #1c60af;
20
+ --text-link-muted: #c8dff9;
21
+ --text-link-inverse: #5ca0ef;
22
+
23
+ /* SURFACE TOKENS */
24
+ /* Background */
25
+ --surface-background-canvas: #ffffff;
26
+ --surface-background-default: #f0f0f0;
27
+ --surface-background-subtle: #e6e7e8;
28
+ --surface-background-blue: #f7fafe;
29
+
30
+ /* Contextual */
31
+ --surface-contextual-green: #f7fbf7;
32
+ --surface-contextual-red: #fdf7f7;
33
+ --surface-contextual-yellow: #fffdf5;
34
+
35
+ /* Decorative */
36
+ --surface-decorative-sage-green: #f3fcf9;
37
+ --surface-decorative-amber-brown: #f9f1f1;
38
+ --surface-decorative-teal: #eafafb;
39
+ --surface-decorative-pink: #f9ebf5;
40
+ --surface-decorative-orange: #fffbf5;
41
+ --surface-decorative-purple: #f4f0fa;
42
+ --surface-decorative-blue: #f7fafe;
43
+
44
+ /* Action */
45
+ --surface-action-default: #2680ea;
46
+ --surface-action-hover: #1c60af;
47
+ --surface-action-muted: #e6e7e8;
48
+
49
+ /* BORDER TOKENS */
50
+ /* Core */
51
+ --border-core-default: #dadbdc;
52
+ --border-core-muted: #e6e7e8;
53
+ --border-core-strong: #c0c2c5;
54
+ --border-core-inverted: #81858a;
55
+
56
+ /* Interaction */
57
+ --border-interaction-default: #dfecfc;
58
+ --border-interaction-focus: #2680ea;
59
+
60
+ /* Semantics */
61
+ --border-semantics-red: #f7dfdf;
62
+ --border-semantics-green: #cde2ce;
63
+ --border-semantics-yellow: #ffefc1;
64
+
65
+ /* Decorative */
66
+ --border-decorative-purple: #d9c9ed;
67
+ --border-decorative-orange: #ffe5bf;
68
+ --border-decorative-pink: #eec2e0;
69
+ --border-decorative-teal: #b0edee;
70
+ --border-decorative-amber-brown: #e5c1c5;
71
+ --border-decorative-sage-green: #a8e9d2;
72
+
73
+ /* ICON TOKENS */
74
+ --icons-main-primary: #040d17;
75
+ --icons-main-secondary: #434a51;
76
+ --icons-main-hover: #2680ea;
77
+ --icons-main-muted: #c0c2c5;
78
+ --icons-main-inverse: #ffffff;
79
+
80
+ /* SEMANTICS TOKENS */
81
+ /* Success */
82
+ --semantics-success-subtle: #6aaa6d;
83
+ --semantics-success-default: #388e3c;
84
+ --semantics-success-strong: #2a6a2d;
85
+
86
+ /* Error */
87
+ --semantics-error-subtle: #d45e5e;
88
+ --semantics-error-default: #ff0000;
89
+ --semantics-error-strong: #941e1e;
90
+
91
+ /* Warning */
92
+ --semantics-warning-subtle: #ffd145;
93
+ --semantics-warning-default: #ffc107;
94
+ --semantics-warning-strong: #bf9105;
95
+
96
+ /* ACCENT TOKENS */
97
+ /* Orange */
98
+ --accent-orange-subtle: #ffb240;
99
+ --accent-orange-default: #ff9800;
100
+ --accent-orange-strong: #bf7200;
101
+
102
+ /* Teal */
103
+ --accent-teal-subtle: #6adedf;
104
+ --accent-teal-default: #2ac7c9;
105
+ --accent-teal-strong: #23a4a6;
106
+
107
+ /* Purple */
108
+ --accent-purple-subtle: #976dcd;
109
+ --accent-purple-default: #8656c5;
110
+ --accent-purple-strong: #733fb7;
111
+
112
+ /* Amber Brown */
113
+ --accent-amber-brown-subtle: #deafb4;
114
+ --accent-amber-brown-default: #cf8a91;
115
+ --accent-amber-brown-strong: #c77880;
116
+
117
+ /* Sage Green */
118
+ --accent-sage-green-subtle: #33c994;
119
+ --accent-sage-green-default: #29a277;
120
+ --accent-sage-green-dark: #1f7a5a;
121
+
122
+ /* Pink */
123
+ --accent-pink-subtle: #d772b9;
124
+ --accent-pink-default: #d058ab;
125
+ --accent-pink-dark: #c83d9e;
126
+ }