@cuby-ui/core 0.0.103 → 0.0.105
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.
|
|
3
|
+
"version": "0.0.105",
|
|
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.
|
|
9
|
-
"@cuby-ui/cdk": "^0.0.
|
|
8
|
+
"@cuby-ui/icons": "^0.0.105",
|
|
9
|
+
"@cuby-ui/cdk": "^0.0.105"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"tslib": "^2.3.0"
|
package/styles/theme.scss
CHANGED
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
--cui-magenta-900: #1C0018;
|
|
108
108
|
|
|
109
109
|
--cui-violet-50: #f2efff;
|
|
110
|
+
--cui-violet-400: #7B61FF;
|
|
110
111
|
|
|
111
112
|
--cui-base-0: var(--cui-gray-0);
|
|
112
113
|
--cui-base-10: var(--cui-gray-10);
|
|
@@ -129,6 +130,8 @@
|
|
|
129
130
|
--cui-focus: var(--cui-blue-100);
|
|
130
131
|
|
|
131
132
|
--cui-input: var(--cui-base-10);
|
|
133
|
+
|
|
134
|
+
--cui-badge-info-bg: var(--cui-blue-50);
|
|
132
135
|
}
|
|
133
136
|
|
|
134
137
|
[cuiTheme='dark'] {
|
|
@@ -153,4 +156,6 @@
|
|
|
153
156
|
--cui-focus: var(--cui-light-blue-700);
|
|
154
157
|
|
|
155
158
|
--cui-input: var(--cui-slate-700);
|
|
159
|
+
|
|
160
|
+
--cui-badge-info-bg: var(--cui-blue-900);
|
|
156
161
|
}
|