@photoroom/ui 0.1.631 → 0.1.633
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/components/status/ListingGauge/ListingGauge.d.ts +13 -1
- package/components/status/ListingGauge/ListingGauge.d.ts.map +1 -1
- package/components/unsorted/FileUploader/DropZoneAreaWrapper.d.ts +2 -2
- package/components/unsorted/FileUploader/DropZoneAreaWrapper.d.ts.map +1 -1
- package/components/unsorted/FileUploader/DropZoneFullscreen/DropZoneFullscreen.d.ts +3 -1
- package/components/unsorted/FileUploader/DropZoneFullscreen/DropZoneFullscreen.d.ts.map +1 -1
- package/components/unsorted/FileUploader/DropZoneOverlayWrapper.d.ts +6 -1
- package/components/unsorted/FileUploader/DropZoneOverlayWrapper.d.ts.map +1 -1
- package/components/website/DimensionCardsBlock/DimensionCardsBlock.d.ts +3 -1
- package/components/website/DimensionCardsBlock/DimensionCardsBlock.d.ts.map +1 -1
- package/index.css +1 -1
- package/index.mjs +9762 -9660
- package/package.json +1 -1
- package/theme.css +4 -0
package/package.json
CHANGED
package/theme.css
CHANGED
|
@@ -310,6 +310,7 @@
|
|
|
310
310
|
--text-1200: 50px;
|
|
311
311
|
--text-1300: 60px;
|
|
312
312
|
--text-1400: 72px;
|
|
313
|
+
--text-1500: 96px;
|
|
313
314
|
|
|
314
315
|
/* Font weight — https://www.figma.com/file/cHgANa7dtzDDGXk7dKuAOQ/?node-id=6953%3A13333 */
|
|
315
316
|
--font-weight-inherit: inherit;
|
|
@@ -1053,6 +1054,9 @@
|
|
|
1053
1054
|
@utility heading-extra-thin-1200 {
|
|
1054
1055
|
@apply text-1400 font-400 leading-400 -tracking-[1.973px];
|
|
1055
1056
|
}
|
|
1057
|
+
@utility heading-extra-thin-1300 {
|
|
1058
|
+
@apply text-1500 font-400 leading-400 -tracking-[0.48px];
|
|
1059
|
+
}
|
|
1056
1060
|
@utility heading-thin-300 {
|
|
1057
1061
|
@apply text-500 font-500 leading-500;
|
|
1058
1062
|
}
|