cloud-ide-element 1.1.50 → 1.1.51

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,6 +1,6 @@
1
1
  {
2
2
  "name": "cloud-ide-element",
3
- "version": "1.1.50",
3
+ "version": "1.1.51",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"
@@ -33,6 +33,8 @@
33
33
  --cide-ele-brand-primary-hover: #2563eb;
34
34
  --cide-ele-brand-primary-light: #dbeafe;
35
35
  --cide-ele-brand-primary-dark: #1e40af;
36
+ --cide-ele-brand-secondary: #4b5563;
37
+ --cide-ele-brand-secondary-hover: #374151;
36
38
 
37
39
  /* Status Colors */
38
40
  --cide-ele-success: #10b981;
@@ -115,6 +117,8 @@ body.dark-mode {
115
117
  --cide-ele-brand-primary-hover: #3b82f6;
116
118
  --cide-ele-brand-primary-light: #1e3a8a;
117
119
  --cide-ele-brand-primary-dark: #1e40af;
120
+ --cide-ele-brand-secondary: #4b5563;
121
+ --cide-ele-brand-secondary-hover: #6b7280;
118
122
 
119
123
  /* Status Colors */
120
124
  --cide-ele-success: #34d399;
@@ -233,7 +233,7 @@ $sizes: xxs, xs, sm, md, lg, xl;
233
233
  left: -2px;
234
234
  right: -2px;
235
235
  height: 2px; // Cover the border width
236
- background-color: var(--cide-ele-bg-primary, var(--cide-theme-light-color, #ffffff));
236
+ background-color: var(--cide-ele-bg-primary, #ffffff);
237
237
  z-index: -1;
238
238
  transform: translateY(-50%);
239
239
  pointer-events: none;