@dataloop-ai/components 0.20.168 → 0.20.169

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": "@dataloop-ai/components",
3
- "version": "0.20.168",
3
+ "version": "0.20.169",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -85,6 +85,8 @@ body {
85
85
  --dl-color-info: var(--dl-color-alert-info);
86
86
  --dl-color-info-background: var(--dl-color-alert-info-background);
87
87
  --dl-color-info-bg: var(--dl-color-alert-info-bg);
88
+ --dl-color-info-base: #E3F0FC;
89
+ --dl-color-info-highlight: #C7E2FA;
88
90
 
89
91
  --dl-color-chart-brush: #eef1ff;
90
92
 
@@ -151,8 +153,10 @@ body {
151
153
  --dl-color-positive-background: #183928;
152
154
  --dl-color-positive-bg: #183928;
153
155
  --dl-color-info-background: #1F3447;
154
- --dl-color-info-bg: #1F3447;
156
+ --dl-color-info-bg: #182F44;
155
157
  --dl-color-info: #7CC8F4;
158
+ --dl-color-info-base: #0A365C;
159
+ --dl-color-info-highlight: #034782;
156
160
 
157
161
  --dl-color-chart-brush: #475077;
158
162