@dbcdk/react-components 0.0.90 → 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.
@@ -38,6 +38,11 @@
38
38
  padding: var(--spacing-lg);
39
39
  }
40
40
 
41
+ .md .content,
42
+ .lg .content {
43
+ gap: var(--spacing-lg);
44
+ }
45
+
41
46
  .lg .container {
42
47
  padding: var(--spacing-xl);
43
48
  }
@@ -147,12 +147,12 @@ html {
147
147
  /* Chart colors */
148
148
  --color-chart-empty: var(--color-bg-surface-strong);
149
149
  --color-chart-neutral: color-mix(in srgb, var(--color-fg-default) 15%, var(--color-bg-surface));
150
- --color-chart-blue: var(--dbc-blue-500);
151
- --color-chart-green: var(--dbc-green-500);
152
- --color-chart-amber: var(--dbc-amber-400);
153
- --color-chart-pink: var(--dbc-pink-500);
154
- --color-chart-sky: var(--dbc-info-500);
155
- --color-chart-red: var(--dbc-red-300);
150
+ --color-chart-blue: color-mix(in srgb, var(--dbc-blue-500) 75%, transparent);
151
+ --color-chart-green: color-mix(in srgb, var(--dbc-green-500) 75%, transparent);
152
+ --color-chart-amber: color-mix(in srgb, var(--dbc-amber-500) 75%, transparent);
153
+ --color-chart-pink: color-mix(in srgb, var(--dbc-pink-500) 75%, transparent);
154
+ --color-chart-sky: color-mix(in srgb, var(--dbc-info-500) 75%, transparent);
155
+ --color-chart-red: color-mix(in srgb, var(--dbc-red-500) 75%, transparent);
156
156
 
157
157
  /* Disabled */
158
158
  --color-disabled-bg: var(--dbc-neutral-100);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dbcdk/react-components",
3
- "version": "0.0.90",
3
+ "version": "0.0.91",
4
4
  "description": "Reusable React components for DBC projects",
5
5
  "license": "ISC",
6
6
  "author": "",