@trafilea/afrodita-components 4.3.1-beta.9 → 4.4.0-beta.2
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/build/index.d.ts +35 -12
- package/build/index.esm.js +158 -55
- package/build/index.esm.js.map +1 -1
- package/build/index.js +158 -54
- package/build/index.js.map +1 -1
- package/build/theme/shapermint.theme.d.ts +25 -0
- package/build/theme/shapermint.theme.js +25 -0
- package/build/theme/truekind.theme.d.ts +25 -0
- package/build/theme/truekind.theme.js +25 -0
- package/package.json +2 -1
|
@@ -196,6 +196,31 @@ declare type ThemeComponent = {
|
|
|
196
196
|
};
|
|
197
197
|
};
|
|
198
198
|
};
|
|
199
|
+
stars: {
|
|
200
|
+
element: {
|
|
201
|
+
color: string;
|
|
202
|
+
xsmall: {
|
|
203
|
+
width: string;
|
|
204
|
+
height: string;
|
|
205
|
+
marginRight: string;
|
|
206
|
+
};
|
|
207
|
+
small: {
|
|
208
|
+
width: string;
|
|
209
|
+
height: string;
|
|
210
|
+
marginRight: string;
|
|
211
|
+
};
|
|
212
|
+
medium: {
|
|
213
|
+
width: string;
|
|
214
|
+
height: string;
|
|
215
|
+
marginRight: string;
|
|
216
|
+
};
|
|
217
|
+
large: {
|
|
218
|
+
width: string;
|
|
219
|
+
height: string;
|
|
220
|
+
marginRight: string;
|
|
221
|
+
};
|
|
222
|
+
};
|
|
223
|
+
};
|
|
199
224
|
card: {
|
|
200
225
|
borderRadius: string;
|
|
201
226
|
};
|
|
@@ -284,6 +284,31 @@ var shapermint = {
|
|
|
284
284
|
},
|
|
285
285
|
},
|
|
286
286
|
},
|
|
287
|
+
stars: {
|
|
288
|
+
element: {
|
|
289
|
+
color: '#F2D96F',
|
|
290
|
+
xsmall: {
|
|
291
|
+
width: '0.656rem',
|
|
292
|
+
height: '0.656rem',
|
|
293
|
+
marginRight: '0.156rem',
|
|
294
|
+
},
|
|
295
|
+
small: {
|
|
296
|
+
width: '0.875rem',
|
|
297
|
+
height: '0.875rem',
|
|
298
|
+
marginRight: '0.25rem',
|
|
299
|
+
},
|
|
300
|
+
medium: {
|
|
301
|
+
width: '1.375rem',
|
|
302
|
+
height: '1.375rem',
|
|
303
|
+
marginRight: '0.375rem',
|
|
304
|
+
},
|
|
305
|
+
large: {
|
|
306
|
+
width: '2.375rem',
|
|
307
|
+
height: '2.375rem',
|
|
308
|
+
marginRight: '0.375rem',
|
|
309
|
+
},
|
|
310
|
+
},
|
|
311
|
+
},
|
|
287
312
|
card: {
|
|
288
313
|
borderRadius: '0.5rem',
|
|
289
314
|
},
|
|
@@ -196,6 +196,31 @@ declare type ThemeComponent = {
|
|
|
196
196
|
};
|
|
197
197
|
};
|
|
198
198
|
};
|
|
199
|
+
stars: {
|
|
200
|
+
element: {
|
|
201
|
+
color: string;
|
|
202
|
+
xsmall: {
|
|
203
|
+
width: string;
|
|
204
|
+
height: string;
|
|
205
|
+
marginRight: string;
|
|
206
|
+
};
|
|
207
|
+
small: {
|
|
208
|
+
width: string;
|
|
209
|
+
height: string;
|
|
210
|
+
marginRight: string;
|
|
211
|
+
};
|
|
212
|
+
medium: {
|
|
213
|
+
width: string;
|
|
214
|
+
height: string;
|
|
215
|
+
marginRight: string;
|
|
216
|
+
};
|
|
217
|
+
large: {
|
|
218
|
+
width: string;
|
|
219
|
+
height: string;
|
|
220
|
+
marginRight: string;
|
|
221
|
+
};
|
|
222
|
+
};
|
|
223
|
+
};
|
|
199
224
|
card: {
|
|
200
225
|
borderRadius: string;
|
|
201
226
|
};
|
|
@@ -365,6 +365,31 @@ var truekind = {
|
|
|
365
365
|
},
|
|
366
366
|
},
|
|
367
367
|
},
|
|
368
|
+
stars: {
|
|
369
|
+
element: {
|
|
370
|
+
color: '#F2D96F',
|
|
371
|
+
xsmall: {
|
|
372
|
+
width: '0.656rem',
|
|
373
|
+
height: '0.656rem',
|
|
374
|
+
marginRight: '0.156rem',
|
|
375
|
+
},
|
|
376
|
+
small: {
|
|
377
|
+
width: '0.875rem',
|
|
378
|
+
height: '0.875rem',
|
|
379
|
+
marginRight: '0.25rem',
|
|
380
|
+
},
|
|
381
|
+
medium: {
|
|
382
|
+
width: '1.375rem',
|
|
383
|
+
height: '1.375rem',
|
|
384
|
+
marginRight: '0.375rem',
|
|
385
|
+
},
|
|
386
|
+
large: {
|
|
387
|
+
width: '2.375rem',
|
|
388
|
+
height: '2.375rem',
|
|
389
|
+
marginRight: '0.375rem',
|
|
390
|
+
},
|
|
391
|
+
},
|
|
392
|
+
},
|
|
368
393
|
card: {
|
|
369
394
|
borderRadius: '1.5rem',
|
|
370
395
|
},
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Trafilea's Design System",
|
|
4
4
|
"author": "Trafilea",
|
|
5
5
|
"repository": "https://github.com/trafilea/afrodita-components",
|
|
6
|
-
"version": "4.
|
|
6
|
+
"version": "4.4.0-beta.2",
|
|
7
7
|
"private": false,
|
|
8
8
|
"main": "build/index.js",
|
|
9
9
|
"style": "build/index.css",
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"@emotion/react": "^11.4.0",
|
|
18
18
|
"@emotion/styled": "^11.3.0",
|
|
19
19
|
"@headlessui/react": "^1.4.0",
|
|
20
|
+
"@ribeirolabs/events": "3.0.0",
|
|
20
21
|
"facepaint": "^1.2.1",
|
|
21
22
|
"react-swipeable": "6.2.0",
|
|
22
23
|
"typescript": "^4.3.5"
|