@wallarm-org/design-system 0.7.0 → 0.7.1

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.
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "0.6.1",
3
- "generatedAt": "2026-03-10T06:30:53.906Z",
2
+ "version": "0.7.0",
3
+ "generatedAt": "2026-03-10T13:03:55.122Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "Alert",
@@ -25434,7 +25434,7 @@
25434
25434
  },
25435
25435
  {
25436
25436
  "name": "--color-component-tooltip-bg",
25437
- "value": "--alpha(var(--color-slate-100) / 85%)"
25437
+ "value": "--alpha(var(--color-slate-100) / 20%)"
25438
25438
  },
25439
25439
  {
25440
25440
  "name": "--color-component-logo-ic",
@@ -580,7 +580,7 @@
580
580
  --color-component-border-hotkey: var(--color-slate-700);
581
581
  --color-component-border-input-hover: var(--color-slate-500);
582
582
  --color-component-overlay: --alpha(var(--color-slate-950) / 60%);
583
- --color-component-tooltip-bg: --alpha(var(--color-slate-100) / 85%);
583
+ --color-component-tooltip-bg: --alpha(var(--color-slate-100) / 20%);
584
584
  --color-component-logo-ic: var(--color-w-orange-600);
585
585
  --color-component-logo-wordmark: var(--color-white);
586
586
  --color-component-logo-wordmark-alt: var(--color-slate-950);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wallarm-org/design-system",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Core design system library with React components and Storybook documentation",
5
5
  "publishConfig": {
6
6
  "access": "public",