shirkasoft-ui-components 1.0.5 → 1.0.6

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/theme.css +1 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shirkasoft-ui-components",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Angular UI Components Library — themeable via CSS custom properties",
5
5
  "keywords": [
6
6
  "angular",
package/src/theme.css CHANGED
@@ -65,7 +65,7 @@
65
65
 
66
66
  --shk-bg-overlay: rgba(0, 0, 0, 0.4);
67
67
  --shk-bg-overlay-light: rgba(0, 0, 0, 0.3);
68
- --shk-tooltip-bg: var(--shk-surface-800);
68
+ --shk-tooltip-bg: #27272a;
69
69
  --shk-tooltip-text: #fff;
70
70
  --shk-scrollbar-thumb: #cbd5e1;
71
71
  --shk-scrollbar-thumb-hover: #94a3b8;
@@ -116,8 +116,6 @@
116
116
  --shk-amber-700: #d97706;
117
117
  --shk-amber-900: #78350f;
118
118
 
119
- --shk-tooltip-bg: var(--shk-surface-800);
120
- --shk-tooltip-text: #fff;
121
119
  --shk-scrollbar-thumb: #475569;
122
120
  --shk-scrollbar-thumb-hover: #64748b;
123
121
  }