@dataloop-ai/components 0.20.154-colors.0 → 0.20.154
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 +4 -8
- package/src/assets/theme.css +4 -13
package/package.json
CHANGED
package/src/assets/constants.css
CHANGED
|
@@ -1,17 +1,13 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
/* Constants */
|
|
3
3
|
--dl-color-alert-success: #38d079;
|
|
4
|
-
--dl-color-alert-success-background: #
|
|
5
|
-
--dl-color-alert-success-bg: #EDFCF4;
|
|
4
|
+
--dl-color-alert-success-background: #e1fff0;
|
|
6
5
|
--dl-color-alert-warn: #F5C114;
|
|
7
|
-
--dl-color-alert-warn-background: #
|
|
8
|
-
--dl-color-alert-warn-bg: #FEFAEB;
|
|
6
|
+
--dl-color-alert-warn-background: #FFF8E0;
|
|
9
7
|
--dl-color-alert-error: #ff3434;
|
|
10
|
-
--dl-color-alert-error-background: #
|
|
11
|
-
--dl-color-alert-error-bg: #FCEFEE;
|
|
8
|
+
--dl-color-alert-error-background: #ffeaea;
|
|
12
9
|
--dl-color-alert-info: #4e81b3;
|
|
13
|
-
--dl-color-alert-info-background: #
|
|
14
|
-
--dl-color-alert-info-bg: #F2F8FD;
|
|
10
|
+
--dl-color-alert-info-background: #f3f9ff;
|
|
15
11
|
--dl-color-alert-text: #171723;
|
|
16
12
|
|
|
17
13
|
/* Z-Index */
|
package/src/assets/theme.css
CHANGED
|
@@ -75,16 +75,12 @@ 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);
|
|
79
78
|
--dl-color-warning: var(--dl-color-alert-warn);
|
|
80
79
|
--dl-color-warning-background: var(--dl-color-alert-warn-background);
|
|
81
|
-
--dl-color-warning-bg: var(--dl-color-alert-warn-bg);
|
|
82
80
|
--dl-color-positive: var(--dl-color-alert-success);
|
|
83
81
|
--dl-color-positive-background: var(--dl-color-alert-success-background);
|
|
84
|
-
--dl-color-positive-bg: var(--dl-color-alert-success-bg);
|
|
85
82
|
--dl-color-info: var(--dl-color-alert-info);
|
|
86
83
|
--dl-color-info-background: var(--dl-color-alert-info-background);
|
|
87
|
-
--dl-color-info-bg: var(--dl-color-alert-info-bg);
|
|
88
84
|
|
|
89
85
|
--dl-color-chart-brush: #eef1ff;
|
|
90
86
|
|
|
@@ -124,7 +120,6 @@ body {
|
|
|
124
120
|
--dl-color-hover: #aeb9ff;
|
|
125
121
|
--dl-color-disabled: #ffffff40;
|
|
126
122
|
--dl-color-fill: #ffffff1e;
|
|
127
|
-
--dl-color-fill-secondary: #f8f8f81a;
|
|
128
123
|
--dl-color-fill-hover: #454a50;
|
|
129
124
|
--dl-color-separator: #ffffff26;
|
|
130
125
|
--dl-color-component: #30363d;
|
|
@@ -142,15 +137,11 @@ body {
|
|
|
142
137
|
--q-color-warning: #f8d29a;
|
|
143
138
|
|
|
144
139
|
/* alert colors */
|
|
145
|
-
--dl-color-negative-background: #
|
|
146
|
-
--dl-color-negative-bg: #391A19;
|
|
140
|
+
--dl-color-negative-background: #734145;
|
|
147
141
|
--dl-color-warning: #FFDE5C;
|
|
148
|
-
--dl-color-warning-background: #
|
|
149
|
-
--dl-color-
|
|
150
|
-
--dl-color-
|
|
151
|
-
--dl-color-positive-bg: #183928;
|
|
152
|
-
--dl-color-info-background: #1F3447;
|
|
153
|
-
--dl-color-info-bg: #1F3447;
|
|
142
|
+
--dl-color-warning-background: #686045;
|
|
143
|
+
--dl-color-positive-background: #3a644e;
|
|
144
|
+
--dl-color-info-background: #4b5a6b;
|
|
154
145
|
--dl-color-info: #92cdf2;
|
|
155
146
|
|
|
156
147
|
--dl-color-chart-brush: #475077;
|