@dataloop-ai/components 0.20.153 → 0.20.154-colors.0

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.153",
3
+ "version": "0.20.154-colors.0",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -1,13 +1,17 @@
1
1
  :root {
2
2
  /* Constants */
3
3
  --dl-color-alert-success: #38d079;
4
- --dl-color-alert-success-background: #e1fff0;
4
+ --dl-color-alert-success-background: #EDFCF4;
5
+ --dl-color-alert-success-bg: #EDFCF4;
5
6
  --dl-color-alert-warn: #F5C114;
6
- --dl-color-alert-warn-background: #FFF8E0;
7
+ --dl-color-alert-warn-background: #FEFAEB;
8
+ --dl-color-alert-warn-bg: #FEFAEB;
7
9
  --dl-color-alert-error: #ff3434;
8
- --dl-color-alert-error-background: #ffeaea;
10
+ --dl-color-alert-error-background: #FCEFEE;
11
+ --dl-color-alert-error-bg: #FCEFEE;
9
12
  --dl-color-alert-info: #4e81b3;
10
- --dl-color-alert-info-background: #f3f9ff;
13
+ --dl-color-alert-info-background: #F2F8FD;
14
+ --dl-color-alert-info-bg: #F2F8FD;
11
15
  --dl-color-alert-text: #171723;
12
16
 
13
17
  /* Z-Index */
@@ -75,12 +75,16 @@ body {
75
75
  /* alert colors */
76
76
  --dl-color-negative: var(--dl-color-alert-error);
77
77
  --dl-color-negative-background: var(--dl-color-alert-error-background);
78
+ --dl-color-negative-bg: var(--dl-color-alert-error-bg);
78
79
  --dl-color-warning: var(--dl-color-alert-warn);
79
80
  --dl-color-warning-background: var(--dl-color-alert-warn-background);
81
+ --dl-color-warning-bg: var(--dl-color-alert-warn-bg);
80
82
  --dl-color-positive: var(--dl-color-alert-success);
81
83
  --dl-color-positive-background: var(--dl-color-alert-success-background);
84
+ --dl-color-positive-bg: var(--dl-color-alert-success-bg);
82
85
  --dl-color-info: var(--dl-color-alert-info);
83
86
  --dl-color-info-background: var(--dl-color-alert-info-background);
87
+ --dl-color-info-bg: var(--dl-color-alert-info-bg);
84
88
 
85
89
  --dl-color-chart-brush: #eef1ff;
86
90
 
@@ -138,11 +142,15 @@ body {
138
142
  --q-color-warning: #f8d29a;
139
143
 
140
144
  /* alert colors */
141
- --dl-color-negative-background: #734145;
145
+ --dl-color-negative-background: #391A19;
146
+ --dl-color-negative-bg: #391A19;
142
147
  --dl-color-warning: #FFDE5C;
143
- --dl-color-warning-background: #686045;
144
- --dl-color-positive-background: #3a644e;
145
- --dl-color-info-background: #4b5a6b;
148
+ --dl-color-warning-background: #393218;
149
+ --dl-color-warning-bg: #393218;
150
+ --dl-color-positive-background: #183928;
151
+ --dl-color-positive-bg: #183928;
152
+ --dl-color-info-background: #1F3447;
153
+ --dl-color-info-bg: #1F3447;
146
154
  --dl-color-info: #92cdf2;
147
155
 
148
156
  --dl-color-chart-brush: #475077;