@cuby-ui/core 0.0.140 → 0.0.141

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.
@@ -286,19 +286,19 @@ class CuiNotificationComponent {
286
286
  this.cuiNotificationOptions = inject(CUI_NOTIFICATION_OPTIONS);
287
287
  this.ICON_OPTIONS = {
288
288
  info: {
289
- icon: 'cuiIconInfo',
289
+ icon: 'cuiIconInfoSm',
290
290
  color: 'var(--c-info-icon-color)'
291
291
  },
292
292
  success: {
293
- icon: 'cuiIconCheckCircle',
293
+ icon: 'cuiIconCheckCircleSm',
294
294
  color: 'var(--cui-green-500)'
295
295
  },
296
296
  alert: {
297
- icon: 'cuiIconAlertTriangle',
297
+ icon: 'cuiIconAlertTriangleSm',
298
298
  color: 'var(--cui-yellow-400)'
299
299
  },
300
300
  error: {
301
- icon: 'cuiIconXCircle',
301
+ icon: 'cuiIconXCircleSm',
302
302
  color: 'var(--cui-danger)'
303
303
  },
304
304
  };