@cuby-ui/core 0.0.461 → 0.0.463
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 +4 -4
- package/styles/theme.scss +3 -3
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cuby-ui/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.463",
|
|
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.
|
|
10
|
-
"@cuby-ui/cdk": "^0.0.
|
|
11
|
-
"@cuby-ui/icons": "^0.0.
|
|
9
|
+
"@cuby-ui/api": "^0.0.463",
|
|
10
|
+
"@cuby-ui/cdk": "^0.0.463",
|
|
11
|
+
"@cuby-ui/icons": "^0.0.463",
|
|
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
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
--cui-badge-light-green-label: var(--cui-gray-900);
|
|
233
233
|
|
|
234
234
|
--cui-badge-lavender-bg: var(--cui-lavender-50);
|
|
235
|
-
--cui-badge-lavender-label: var(--cui-
|
|
235
|
+
--cui-badge-lavender-label: var(--cui-lavender-400);
|
|
236
236
|
|
|
237
237
|
--cui-badge-violet-bg: var(--cui-violet-50);
|
|
238
238
|
--cui-badge-violet-label: var(--cui-gray-900);
|
|
@@ -365,7 +365,7 @@
|
|
|
365
365
|
--cui-badge-light-green-label: var(--cui-light-green-500);
|
|
366
366
|
|
|
367
367
|
--cui-badge-lavender-bg: var(--cui-lavender-900);
|
|
368
|
-
--cui-badge-lavender-label: var(--cui-lavender-
|
|
368
|
+
--cui-badge-lavender-label: var(--cui-lavender-300);
|
|
369
369
|
|
|
370
370
|
--cui-badge-violet-bg: var(--cui-violet-900);
|
|
371
371
|
--cui-badge-violet-label: var(--cui-violet-400);
|
|
@@ -424,4 +424,4 @@
|
|
|
424
424
|
--cui-yellow-bg: var(--cui-yellow-600);
|
|
425
425
|
--cui-lavender-bg: var(--cui-lavender-900);
|
|
426
426
|
--cui-violet-bg: var(-cui-violet-600);
|
|
427
|
-
}
|
|
427
|
+
}
|