cats-ui-lib 2.0.3 → 2.0.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.
@@ -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
+ }