@dataloop-ai/components 0.20.158 → 0.20.159
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 +1 -1
- package/src/assets/constants.css +11 -7
- package/src/assets/theme.css +17 -7
package/package.json
CHANGED
package/src/assets/constants.css
CHANGED
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
/* Constants */
|
|
3
|
-
--dl-color-alert-success: #
|
|
4
|
-
--dl-color-alert-success-background: #
|
|
3
|
+
--dl-color-alert-success: #2CC970;
|
|
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: #
|
|
7
|
-
--dl-color-alert-
|
|
8
|
-
--dl-color-alert-error
|
|
9
|
-
--dl-color-alert-
|
|
10
|
-
--dl-color-alert-
|
|
7
|
+
--dl-color-alert-warn-background: #FEFAEB;
|
|
8
|
+
--dl-color-alert-warn-bg: #FEFAEB;
|
|
9
|
+
--dl-color-alert-error: #DC2618;
|
|
10
|
+
--dl-color-alert-error-background: #FCEFEE;
|
|
11
|
+
--dl-color-alert-error-bg: #FCEFEE;
|
|
12
|
+
--dl-color-alert-info: #3B7FBA;
|
|
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 */
|
package/src/assets/theme.css
CHANGED
|
@@ -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
|
|
|
@@ -133,16 +137,22 @@ body {
|
|
|
133
137
|
--dl-color-link: #53b2e8;
|
|
134
138
|
--dl-color-cell-background: #fffae2;
|
|
135
139
|
--dl-color-disabled-slider: #64686d;
|
|
136
|
-
--q-color-positive: #
|
|
140
|
+
--q-color-positive: #3FC97F;
|
|
137
141
|
--q-color-warning: #f8d29a;
|
|
138
142
|
|
|
139
143
|
/* alert colors */
|
|
140
|
-
--dl-color-negative
|
|
141
|
-
--dl-color-
|
|
142
|
-
--dl-color-
|
|
143
|
-
--dl-color-
|
|
144
|
-
--dl-color-
|
|
145
|
-
--dl-color-
|
|
144
|
+
--dl-color-negative: #F56A66;
|
|
145
|
+
--dl-color-negative-background: #391A19;
|
|
146
|
+
--dl-color-negative-bg: #391A19;
|
|
147
|
+
--dl-color-warning: #F8DA63;
|
|
148
|
+
--dl-color-warning-background: #393218;
|
|
149
|
+
--dl-color-warning-bg: #393218;
|
|
150
|
+
--dl-color-positive: #3FC97F;
|
|
151
|
+
--dl-color-positive-background: #183928;
|
|
152
|
+
--dl-color-positive-bg: #183928;
|
|
153
|
+
--dl-color-info-background: #1F3447;
|
|
154
|
+
--dl-color-info-bg: #1F3447;
|
|
155
|
+
--dl-color-info: #7CC8F4;
|
|
146
156
|
|
|
147
157
|
--dl-color-chart-brush: #475077;
|
|
148
158
|
|