@cuby-ui/core 0.0.544 → 0.0.545

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.544",
3
+ "version": "0.0.545",
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.544",
10
- "@cuby-ui/cdk": "^0.0.544",
11
- "@cuby-ui/icons": "^0.0.544",
9
+ "@cuby-ui/api": "^0.0.545",
10
+ "@cuby-ui/cdk": "^0.0.545",
11
+ "@cuby-ui/icons": "^0.0.545",
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
@@ -411,7 +411,7 @@
411
411
 
412
412
  --cui-badge-magenta-bg: var(--cui-magenta-900);
413
413
  --cui-badge-magenta-label: var(--cui-magenta-500);
414
- --cui-badge-magenta-border: var(--cui-magenta-600)
414
+ --cui-badge-magenta-border: var(--cui-magenta-600);
415
415
 
416
416
  --cui-badge-light-green-bg: var(--cui-light-green-900);
417
417
  --cui-badge-light-green-label: var(--cui-light-green-500);