@cuby-ui/core 0.0.89 → 0.0.91

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,12 +1,12 @@
1
1
  {
2
2
  "name": "@cuby-ui/core",
3
- "version": "0.0.89",
3
+ "version": "0.0.91",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=15.0.0",
6
6
  "@angular/core": ">=15.0.0",
7
7
  "@angular/forms": ">=15.0.0",
8
- "@cuby-ui/icons": "^0.0.89",
9
- "@cuby-ui/cdk": "^0.0.89"
8
+ "@cuby-ui/icons": "^0.0.91",
9
+ "@cuby-ui/cdk": "^0.0.91"
10
10
  },
11
11
  "dependencies": {
12
12
  "tslib": "^2.3.0"
package/styles/theme.scss CHANGED
@@ -106,6 +106,8 @@
106
106
  --cui-magenta-800: #46033D;
107
107
  --cui-magenta-900: #1C0018;
108
108
 
109
+ --cui-violet-50: #f2efff;
110
+
109
111
  --cui-base-0: var(--cui-gray-0);
110
112
  --cui-base-10: var(--cui-gray-10);
111
113
  --cui-base-50: var(--cui-gray-50);
@@ -103,6 +103,8 @@ $cui-magenta-700: var(--cui-magenta-700);
103
103
  $cui-magenta-800: var(--cui-magenta-800);
104
104
  $cui-magenta-900: var(--cui-magenta-900);
105
105
 
106
+ $cui-violet-50: var(--cui-violet-50);
107
+
106
108
  $cui-base-0: var(--cui-base-0);
107
109
  $cui-base-10: var(--cui-base-10);
108
110
  $cui-base-50: var(--cui-base-50);