cats-ui-lib 2.0.41 → 2.2.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 (40) hide show
  1. package/README.md +749 -32
  2. package/assets/images/Waffle.svg +11 -0
  3. package/assets/images/brand-Logo.svg +46 -0
  4. package/assets/images/building-07.svg +3 -0
  5. package/assets/images/check-disabled.svg +3 -0
  6. package/assets/images/check-white.svg +3 -0
  7. package/assets/images/chevron-down-white.svg +3 -0
  8. package/assets/images/chevron-down.svg +3 -1
  9. package/assets/images/chevron-right-blue.svg +3 -0
  10. package/assets/images/chevron-right-red.svg +3 -0
  11. package/assets/images/chevron-up.svg +3 -1
  12. package/assets/images/clock-refresh.svg +3 -0
  13. package/assets/images/error-info.svg +10 -0
  14. package/assets/images/expand.svg +4 -0
  15. package/assets/images/file-check-02.svg +3 -0
  16. package/assets/images/filled-dropdown.svg +3 -0
  17. package/assets/images/global-logo.svg +8 -0
  18. package/assets/images/key-01.svg +3 -0
  19. package/assets/images/log-out-04.svg +3 -0
  20. package/assets/images/menu-collapsed.svg +4 -0
  21. package/assets/images/menu-expand.svg +4 -0
  22. package/assets/images/message-smile-square.svg +3 -0
  23. package/assets/images/minimize-expand.svg +4 -0
  24. package/assets/images/nodification.svg +4 -0
  25. package/assets/images/product-logo.svg +36 -0
  26. package/assets/images/settings-04.svg +3 -0
  27. package/assets/images/shuffle-01.svg +3 -0
  28. package/assets/images/spanish-flag.svg +72 -0
  29. package/assets/images/star-yellow.svg +3 -0
  30. package/assets/images/user-active.svg +10 -0
  31. package/assets/images/user-image.svg +9 -0
  32. package/assets/images/users-01.svg +3 -0
  33. package/assets/images/x-cancel-btn.svg +3 -0
  34. package/fesm2022/cats-ui-lib.mjs +2610 -643
  35. package/fesm2022/cats-ui-lib.mjs.map +1 -1
  36. package/index.d.ts +510 -226
  37. package/package.json +1 -1
  38. package/styles/_mixins.scss +1 -1
  39. package/styles/_utilities.scss +787 -1
  40. package/styles/_variables.scss +121 -1
@@ -89,4 +89,124 @@
89
89
  // FILTER COLOR
90
90
  --filter-600: rgba(0, 0, 0, 0.644);
91
91
  --feather-bg: #fafafa;
92
- }
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
+ }