@cuby-ui/core 0.0.407 → 0.0.409
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/components/badge/badge.options.d.ts +4 -1
- package/esm2022/components/badge/badge.component.mjs +2 -2
- package/esm2022/components/badge/badge.options.mjs +1 -1
- package/esm2022/widgets/user-action-context-menu/activity-item/activity-item.component.mjs +6 -4
- package/esm2022/widgets/user-action-context-menu/company-item/company-item.component.mjs +7 -4
- package/fesm2022/cuby-ui-core.mjs +9 -9
- package/fesm2022/cuby-ui-core.mjs.map +1 -1
- package/package.json +4 -4
- package/styles/theme.scss +13 -1
- package/styles/variables/colors.scss +7 -1
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cuby-ui/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.409",
|
|
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.409",
|
|
10
|
+
"@cuby-ui/cdk": "^0.0.409",
|
|
11
|
+
"@cuby-ui/icons": "^0.0.409",
|
|
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
|
@@ -228,6 +228,12 @@
|
|
|
228
228
|
--cui-badge-magenta-bg: var(--cui-magenta-50);
|
|
229
229
|
--cui-badge-magenta-label: var(--cui-gray-900);
|
|
230
230
|
|
|
231
|
+
--cui-badge-light-green-bg: var(--cui-light-green-100);
|
|
232
|
+
--cui-badge-light-green-label: var(--cui-gray-900);
|
|
233
|
+
|
|
234
|
+
--cui-badge-lavender-bg: var(--cui-lavender-50);
|
|
235
|
+
--cui-badge-lavender-label: var(--cui-gray-900);
|
|
236
|
+
|
|
231
237
|
--cui-badge-violet-bg: var(--cui-violet-50);
|
|
232
238
|
--cui-badge-violet-label: var(--cui-gray-900);
|
|
233
239
|
|
|
@@ -355,6 +361,12 @@
|
|
|
355
361
|
--cui-badge-magenta-bg: var(--cui-magenta-900);
|
|
356
362
|
--cui-badge-magenta-label: var(--cui-magenta-500);
|
|
357
363
|
|
|
364
|
+
--cui-badge-light-green-bg: var(--cui-light-green-900);
|
|
365
|
+
--cui-badge-light-green-label: var(--cui-light-green-500);
|
|
366
|
+
|
|
367
|
+
--cui-badge-lavender-bg: var(--cui-lavender-900);
|
|
368
|
+
--cui-badge-lavender-label: var(--cui-lavender-400);
|
|
369
|
+
|
|
358
370
|
--cui-badge-violet-bg: var(--cui-violet-900);
|
|
359
371
|
--cui-badge-violet-label: var(--cui-violet-400);
|
|
360
372
|
|
|
@@ -412,4 +424,4 @@
|
|
|
412
424
|
--cui-yellow-bg: var(--cui-yellow-600);
|
|
413
425
|
--cui-lavender-bg: var(--cui-lavender-900);
|
|
414
426
|
--cui-violet-bg: var(-cui-violet-600);
|
|
415
|
-
}
|
|
427
|
+
}
|
|
@@ -223,6 +223,12 @@ $cui-badge-light-blue-label: var(--cui-badge-light-blue-label);
|
|
|
223
223
|
$cui-badge-magenta-bg: var(--cui-badge-magenta-bg);
|
|
224
224
|
$cui-badge-magenta-label: var(--cui-badge-magenta-label);
|
|
225
225
|
|
|
226
|
+
$cui-badge-light-green-bg: var(--cui-badge-light-green-bg);
|
|
227
|
+
$cui-badge-light-green-label: var(--cui-badge-light-green-label);
|
|
228
|
+
|
|
229
|
+
$cui-badge-lavender-bg: var(--cui-badge-lavender-bg);
|
|
230
|
+
$cui-badge-lavender-label: var(--cui-badge-lavender-label);
|
|
231
|
+
|
|
226
232
|
$cui-badge-violet-bg: var(--cui-badge-violet-bg);
|
|
227
233
|
$cui-badge-violet-label: var(--cui-badge-violet-label);
|
|
228
234
|
|
|
@@ -279,4 +285,4 @@ $cui-success-bg: var(--cui-success-bg);
|
|
|
279
285
|
$cui-cyan-bg: var(--cui-cyan-bg);
|
|
280
286
|
$cui-yellow-bg: var(--cui-yellow-bg);
|
|
281
287
|
$cui-violet-bg: var(--cui-violet-bg);
|
|
282
|
-
$cui-lavender-bg: var(--cui-lavender-bg);
|
|
288
|
+
$cui-lavender-bg: var(--cui-lavender-bg);
|