@dataloop-ai/components 0.20.244-check.0 → 0.20.244
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 +57 -73
- package/src/assets/theme.css +10 -10
package/package.json
CHANGED
package/src/assets/constants.css
CHANGED
|
@@ -92,77 +92,61 @@
|
|
|
92
92
|
--dell-color-discovery: #7F3EE0;
|
|
93
93
|
--dell-color-discovery-bg: #F6F2FD;
|
|
94
94
|
|
|
95
|
-
/*
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
--
|
|
103
|
-
--
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
--
|
|
110
|
-
--
|
|
111
|
-
--
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
--
|
|
117
|
-
--
|
|
118
|
-
--
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
--
|
|
123
|
-
--
|
|
124
|
-
--
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
--
|
|
131
|
-
--
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
--
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
--
|
|
141
|
-
--
|
|
142
|
-
--
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
--
|
|
149
|
-
--
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
--dell-typography-body-body2-regular-font-family: var(--dell-font-family-body);
|
|
153
|
-
--dell-typography-body-body2-regular-font-size: 14px;
|
|
154
|
-
--dell-typography-body-body2-regular-line-height: 20px;
|
|
155
|
-
--dell-typography-body-body2-regular-font-weight: 400;
|
|
156
|
-
|
|
157
|
-
/* typography.body.body2.medium */
|
|
158
|
-
--dell-typography-body-body2-medium-font-family: var(--dell-font-family-body);
|
|
159
|
-
--dell-typography-body-body2-medium-font-size: 14px;
|
|
160
|
-
--dell-typography-body-body2-medium-line-height: 20px;
|
|
161
|
-
--dell-typography-body-body2-medium-font-weight: 500;
|
|
162
|
-
|
|
163
|
-
/* typography.body.body3.regular */
|
|
164
|
-
--dell-typography-body-body3-regular-font-family: var(--dell-font-family-body);
|
|
165
|
-
--dell-typography-body-body3-regular-font-size: 12px;
|
|
166
|
-
--dell-typography-body-body3-regular-line-height: 18px;
|
|
167
|
-
--dell-typography-body-body3-regular-font-weight: 400;
|
|
95
|
+
/* Typography – Font Families (per group, configurable independently) */
|
|
96
|
+
--dl-typography-font-family-header: 'Roboto', sans-serif;
|
|
97
|
+
--dl-typography-font-family-body: 'Roboto', sans-serif;
|
|
98
|
+
|
|
99
|
+
/* Typography – Header 1 */
|
|
100
|
+
--dl-typography-header-h1-font-family: var(--dl-typography-font-family-header);
|
|
101
|
+
--dl-typography-header-h1-font-size: 42px;
|
|
102
|
+
--dl-typography-header-h1-line-height: 48px;
|
|
103
|
+
--dl-typography-header-h1-font-weight: 400;
|
|
104
|
+
|
|
105
|
+
/* Typography – Header 2: on hold */
|
|
106
|
+
/* Typography – Header 3: on hold */
|
|
107
|
+
|
|
108
|
+
/* Typography – Header 4 */
|
|
109
|
+
--dl-typography-header-h4-font-family: var(--dl-typography-font-family-header);
|
|
110
|
+
--dl-typography-header-h4-font-size: 28px;
|
|
111
|
+
--dl-typography-header-h4-line-height: 36px;
|
|
112
|
+
--dl-typography-header-h4-font-weight: 400;
|
|
113
|
+
|
|
114
|
+
/* Typography – Header 5 */
|
|
115
|
+
--dl-typography-header-h5-font-family: var(--dl-typography-font-family-header);
|
|
116
|
+
--dl-typography-header-h5-font-size: 24px;
|
|
117
|
+
--dl-typography-header-h5-line-height: 32px;
|
|
118
|
+
--dl-typography-header-h5-font-weight: 400;
|
|
119
|
+
|
|
120
|
+
/* Typography – Header 6 – Regular */
|
|
121
|
+
--dl-typography-header-h6-font-family: var(--dl-typography-font-family-header);
|
|
122
|
+
--dl-typography-header-h6-font-size: 18px;
|
|
123
|
+
--dl-typography-header-h6-line-height: 24px;
|
|
124
|
+
--dl-typography-header-h6-font-weight: 400;
|
|
125
|
+
|
|
126
|
+
/* Typography – Header 6 – Medium */
|
|
127
|
+
--dl-typography-header-h6-medium-font-weight: 500;
|
|
128
|
+
|
|
129
|
+
/* Typography – Body 1 – Regular */
|
|
130
|
+
--dl-typography-body-body1-font-family: var(--dl-typography-font-family-body);
|
|
131
|
+
--dl-typography-body-body1-font-size: 16px;
|
|
132
|
+
--dl-typography-body-body1-line-height: 24px;
|
|
133
|
+
--dl-typography-body-body1-font-weight: 400;
|
|
134
|
+
|
|
135
|
+
/* Typography – Body 1 – Medium */
|
|
136
|
+
--dl-typography-body-body1-medium-font-weight: 500;
|
|
137
|
+
|
|
138
|
+
/* Typography – Body 2 – Regular */
|
|
139
|
+
--dl-typography-body-body2-font-family: var(--dl-typography-font-family-body);
|
|
140
|
+
--dl-typography-body-body2-font-size: 14px;
|
|
141
|
+
--dl-typography-body-body2-line-height: 20px;
|
|
142
|
+
--dl-typography-body-body2-font-weight: 400;
|
|
143
|
+
|
|
144
|
+
/* Typography – Body 2 – Medium */
|
|
145
|
+
--dl-typography-body-body2-medium-font-weight: 500;
|
|
146
|
+
|
|
147
|
+
/* Typography – Body 3 – Regular */
|
|
148
|
+
--dl-typography-body-body3-font-family: var(--dl-typography-font-family-body);
|
|
149
|
+
--dl-typography-body-body3-font-size: 12px;
|
|
150
|
+
--dl-typography-body-body3-line-height: 18px;
|
|
151
|
+
--dl-typography-body-body3-font-weight: 400;
|
|
168
152
|
}
|
package/src/assets/theme.css
CHANGED
|
@@ -30,16 +30,16 @@ body {
|
|
|
30
30
|
--dl-color-transparent: transparent; /* replace to --dell-transparent: transparent */
|
|
31
31
|
|
|
32
32
|
/* fontSizes */
|
|
33
|
-
--dl-font-size-h1:
|
|
34
|
-
--dl-font-size-h2:
|
|
35
|
-
--dl-font-size-h3: 16px;
|
|
36
|
-
--dl-font-size-h4:
|
|
37
|
-
--dl-font-size-h5:
|
|
38
|
-
--dl-font-size-h6:
|
|
39
|
-
--dl-font-size-body: 12px;
|
|
40
|
-
--dl-font-size-small: 10px;
|
|
41
|
-
--dl-font-size-alert: 14px;
|
|
42
|
-
--dl-font-size-alert-title: 16px;
|
|
33
|
+
--dl-font-size-h1: 30px;
|
|
34
|
+
--dl-font-size-h2: 20px;
|
|
35
|
+
--dl-font-size-h3: 16px;
|
|
36
|
+
--dl-font-size-h4: 14px;
|
|
37
|
+
--dl-font-size-h5: 12px;
|
|
38
|
+
--dl-font-size-h6: 10px;
|
|
39
|
+
--dl-font-size-body: 12px;
|
|
40
|
+
--dl-font-size-small: 10px;
|
|
41
|
+
--dl-font-size-alert: 14px;
|
|
42
|
+
--dl-font-size-alert-title: 16px;
|
|
43
43
|
|
|
44
44
|
/* shadows */
|
|
45
45
|
--dl-menu-shadow: rgba(0, 0, 0, 0.14); /* replace to --dell-shadow: rgba(0, 0, 0, 0.14); */
|