@moises.ai/design-system 2.0.51 → 2.0.52

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.
@@ -142,6 +142,25 @@
142
142
  --red-alpha-2: rgba(242, 47, 62, 0.07);
143
143
  --red-alpha-3: rgba(255, 23, 63, 0.18);
144
144
 
145
+ /* Success */
146
+ --success-alpha-2: rgba(41, 249, 157, 0.04);
147
+ --success-alpha-11: rgba(70, 254, 165, 0.83);
148
+ --success-alpha-12: rgba(187, 255, 215, 0.94);
149
+
150
+ /* Warning */
151
+ --warning-alpha-2: rgba(253, 155, 0, 0.05);
152
+ --warning-alpha-12: #FFE7B3;
153
+
154
+ /* Error */
155
+ --error-alpha-11: #FF9592;
156
+ --error-alpha-12: #FFD1D9;
157
+
158
+ /* Info */
159
+ --info-alpha-11: rgba(0, 249, 121, 0.11);
160
+ --info-alpha-3: rgba(0, 249, 121, 0.11);
161
+ --info-alpha-12: rgba(166, 255, 206, 1);
162
+
163
+
145
164
  .radix-themes {
146
165
  --cursor-button: pointer;
147
166
  --cursor-checkbox: pointer;