@cuby-ui/core 0.0.312 → 0.0.313

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.
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@cuby-ui/core",
3
- "version": "0.0.312",
3
+ "version": "0.0.313",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",
7
7
  "@angular/elements": ">=18.0.0",
8
8
  "@angular/forms": ">=18.0.0",
9
- "@cuby-ui/api": "^0.0.312",
10
- "@cuby-ui/cdk": "^0.0.312",
11
- "@cuby-ui/icons": "^0.0.312",
9
+ "@cuby-ui/api": "^0.0.313",
10
+ "@cuby-ui/cdk": "^0.0.313",
11
+ "@cuby-ui/icons": "^0.0.313",
12
12
  "@editorjs/editorjs": "2.29.1",
13
13
  "@editorjs/header": "^2.8.1",
14
14
  "@editorjs/list": "^1.9.0",
package/styles/theme.scss CHANGED
@@ -274,6 +274,8 @@
274
274
  --cui-toast-success-text: var(--cui-gray-0);
275
275
  --cui-toast-success-icon: var(--cui-green-600);
276
276
 
277
+ --cui-danger-bg: var(--cui-red-50);
278
+ --cui-success-bg: var(--cui-green-50);
277
279
  --cui-cyan-bg: var(--cui-cyan-600);
278
280
  --cui-yellow-bg: var(--cui-yellow-400);
279
281
  --cui-lavender-bg: var(--cui-lavender-50);
@@ -402,6 +404,8 @@
402
404
  --cui-toast-success-text: var(--cui-gray-0);
403
405
  --cui-toast-success-icon: var(--cui-green-500);
404
406
 
407
+ --cui-danger-bg: var(--cui-red-900);
408
+ --cui-success-bg: var(--cui-green-900);
405
409
  --cui-cyan-bg: var(--cui-cyan-800);
406
410
  --cui-yellow-bg: var(--cui-yellow-600);
407
411
  --cui-lavender-bg: var(--cui-lavender-900);
@@ -270,6 +270,8 @@ $cui-toast-success-bg: var(--cui-toast-success-bg);
270
270
  $cui-toast-success-text: var(--cui-toast-success-text);
271
271
  $cui-toast-success-icon: var(--cui-toast-success-icon);
272
272
 
273
+ $cui-danger-bg: var(--cui-danger-bg);
274
+ $cui-success-bg: var(--cui-success-bg);
273
275
  $cui-cyan-bg: var(--cui-cyan-bg);
274
276
  $cui-yellow-bg: var(--cui-yellow-bg);
275
277
  $cui-violet-bg: var(--cui-violet-bg);