@dataloop-ai/components 0.20.152 → 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.152",
3
+ "version": "0.20.154-colors.0",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -23,7 +23,7 @@
23
23
  "check-only": "if grep -E -H -r --exclude-dir=.git --exclude-dir=node_modules --exclude=*.json --exclude=*.yml '^(describe|it).only' .; then echo 'Found only in test files' && exit 1; fi"
24
24
  },
25
25
  "dependencies": {
26
- "@dataloop-ai/icons": "^3.1.29",
26
+ "@dataloop-ai/icons": "^3.1.30",
27
27
  "@types/flat": "^5.0.2",
28
28
  "@types/lodash": "^4.14.184",
29
29
  "@types/sortablejs": "^1.15.7",
@@ -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
 
@@ -95,6 +99,10 @@ body {
95
99
  --dl-json-editor-value-color-boolean: #0184bb;
96
100
  --dl-json-editor-value-color-number: #c18401;
97
101
  --dl-json-editor-value-color-string: #50a14f;
102
+
103
+ --dl-color-discovery: #7F3EE0;
104
+ --dl-color-discovery-bg: #F6F2FD;
105
+
98
106
  }
99
107
 
100
108
  /* Define styles for the root window with dark - mode preference */
@@ -134,11 +142,15 @@ body {
134
142
  --q-color-warning: #f8d29a;
135
143
 
136
144
  /* alert colors */
137
- --dl-color-negative-background: #734145;
145
+ --dl-color-negative-background: #391A19;
146
+ --dl-color-negative-bg: #391A19;
138
147
  --dl-color-warning: #FFDE5C;
139
- --dl-color-warning-background: #686045;
140
- --dl-color-positive-background: #3a644e;
141
- --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;
142
154
  --dl-color-info: #92cdf2;
143
155
 
144
156
  --dl-color-chart-brush: #475077;
@@ -153,4 +165,7 @@ body {
153
165
  --dl-json-editor-value-color-boolean: #56b6c2;
154
166
  --dl-json-editor-value-color-number: #d19a66;
155
167
  --dl-json-editor-value-color-string: #98c379;
168
+
169
+ --dl-color-discovery: #B687FD;
170
+ --dl-color-discovery-bg: #392556;
156
171
  }