@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dataloop-ai/components",
3
- "version": "0.20.244-check.0",
3
+ "version": "0.20.244",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -92,77 +92,61 @@
92
92
  --dell-color-discovery: #7F3EE0;
93
93
  --dell-color-discovery-bg: #F6F2FD;
94
94
 
95
- /* Dell Typography Tokens */
96
-
97
- /* Font Families (configurable per typography group) */
98
- --dell-font-family-header: 'Roboto', sans-serif;
99
- --dell-font-family-body: 'Roboto', sans-serif;
100
-
101
- /* typography.header.h1 */
102
- --dell-typography-header-h1-font-family: var(--dell-font-family-header);
103
- --dell-typography-header-h1-font-size: 42px;
104
- --dell-typography-header-h1-line-height: 48px;
105
- --dell-typography-header-h1-font-weight: 400;
106
-
107
- /* typography.header.h2 */
108
- --dell-typography-header-h2-font-family: var(--dell-font-family-header);
109
- --dell-typography-header-h2-font-size: 36px;
110
- --dell-typography-header-h2-line-height: 44px;
111
- --dell-typography-header-h2-font-weight: 400;
112
-
113
- /* typography.header.h3 — on hold, no token implementation at this stage */
114
-
115
- /* typography.header.h4 */
116
- --dell-typography-header-h4-font-family: var(--dell-font-family-header);
117
- --dell-typography-header-h4-font-size: 28px;
118
- --dell-typography-header-h4-line-height: 36px;
119
- --dell-typography-header-h4-font-weight: 400;
120
-
121
- /* typography.header.h5 */
122
- --dell-typography-header-h5-font-family: var(--dell-font-family-header);
123
- --dell-typography-header-h5-font-size: 24px;
124
- --dell-typography-header-h5-line-height: 32px;
125
- --dell-typography-header-h5-font-weight: 400;
126
-
127
- /* typography.header.h6.regular */
128
- --dell-typography-header-h6-regular-font-family: var(--dell-font-family-header);
129
- --dell-typography-header-h6-regular-font-size: 18px;
130
- --dell-typography-header-h6-regular-line-height: 24px;
131
- --dell-typography-header-h6-regular-font-weight: 400;
132
-
133
- /* typography.header.h6.medium */
134
- --dell-typography-header-h6-medium-font-family: var(--dell-font-family-header);
135
- --dell-typography-header-h6-medium-font-size: 18px;
136
- --dell-typography-header-h6-medium-line-height: 24px;
137
- --dell-typography-header-h6-medium-font-weight: 500;
138
-
139
- /* typography.body.body1.regular */
140
- --dell-typography-body-body1-regular-font-family: var(--dell-font-family-body);
141
- --dell-typography-body-body1-regular-font-size: 16px;
142
- --dell-typography-body-body1-regular-line-height: 24px;
143
- --dell-typography-body-body1-regular-font-weight: 400;
144
-
145
- /* typography.body.body1.medium */
146
- --dell-typography-body-body1-medium-font-family: var(--dell-font-family-body);
147
- --dell-typography-body-body1-medium-font-size: 16px;
148
- --dell-typography-body-body1-medium-line-height: 24px;
149
- --dell-typography-body-body1-medium-font-weight: 500;
150
-
151
- /* typography.body.body2.regular */
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
  }
@@ -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: 42px; /* typography.header.h1 — replace to --dell-typography-header-h1-font-size: 42px */
34
- --dl-font-size-h2: 36px; /* typography.header.h2 — replace to --dell-typography-header-h2-font-size: 36px */
35
- --dl-font-size-h3: 16px; /* typography.header.h3 — on hold, no token implementation at this stage */
36
- --dl-font-size-h4: 28px; /* typography.header.h4 — replace to --dell-typography-header-h4-font-size: 28px */
37
- --dl-font-size-h5: 24px; /* typography.header.h5 — replace to --dell-typography-header-h5-font-size: 24px */
38
- --dl-font-size-h6: 18px; /* typography.header.h6.regular — replace to --dell-typography-header-h6-regular-font-size: 18px */
39
- --dl-font-size-body: 12px; /* typography.body.body3.regular — replace to --dell-typography-body-body3-regular-font-size: 12px */
40
- --dl-font-size-small: 10px; /* no direct typography token mapping */
41
- --dl-font-size-alert: 14px; /* typography.body.body2.regular — replace to --dell-typography-body-body2-regular-font-size: 14px */
42
- --dl-font-size-alert-title: 16px; /* typography.body.body1.regular — replace to --dell-typography-body-body1-regular-font-size: 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); */