@autofleet/theme 0.2.2 → 0.2.3

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.
@@ -1 +1 @@
1
- .desktopLargeTitle{font-family:Montserrat,sans-serif!important;font-size:48px;font-style:normal;font-weight:700;line-height:60px}.desktopMediumTitle{font-family:Montserrat,sans-serif!important;font-size:24px;font-style:normal;font-weight:700;line-height:60px}.desktopPlaceHolderTitleInput{font-family:Montserrat,sans-serif!important;font-size:24px;font-style:normal;font-weight:400;line-height:30px}.desktopSmallTitle{font-family:Montserrat,sans-serif!important;font-size:18px;font-style:normal;font-weight:700;line-height:24px}.desktopFine{font-family:Montserrat,sans-serif!important;font-size:12px;font-style:normal;font-weight:500;line-height:16px}.desktopFineStrong{font-family:Montserrat,sans-serif!important;font-size:12px;font-style:normal;font-weight:700;line-height:16px}.desktopBodyStrong{font-family:Montserrat,sans-serif!important;font-size:14px;font-style:normal;font-weight:700;line-height:20px}.desktopBody{font-family:Montserrat,sans-serif!important;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.mobileBodyStrong{font-family:Montserrat,sans-serif!important;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.mobileBody{font-family:Montserrat,sans-serif!important;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.mobileSmallTitle{font-family:Montserrat,sans-serif!important;font-size:20px;font-style:normal;font-weight:700;line-height:26px}.mobileLargeTitle{font-family:Montserrat,sans-serif!important;font-size:24px;font-style:normal;font-weight:700;line-height:60px}.mobileFineStrong{font-family:Montserrat,sans-serif!important;font-size:14px;font-style:normal;font-weight:700;line-height:20px}.mobileFine{font-family:Montserrat,sans-serif!important;font-size:14px;font-style:normal;font-weight:500;line-height:20px}
1
+ .desktopLargeTitle,.mobileExtraLargeTitle{font:700 32px/40px Montserrat,sans-serif}.desktopMediumTitle,.mobileLargeTitle{font:700 24px/30px Montserrat,sans-serif}.desktopPlaceHolderTitleInput{font:400 24px/30px Montserrat,sans-serif}.desktopSmallTitle{font:700 18px/24px Montserrat,sans-serif}.desktopFine{font:500 12px/16px Montserrat,sans-serif}.desktopFineStrong{font:700 12px/16px Montserrat,sans-serif}.desktopBodyStrong,.mobileFineStrong{font:700 14px/20px Montserrat,sans-serif}.desktopBody,.mobileFine{font:500 14px/20px Montserrat,sans-serif}.mobileBodyStrong{font:700 16px/24px Montserrat,sans-serif}.mobileBody{font:500 16px/24px Montserrat,sans-serif}.mobileSmallTitle{font:700 20px/26px Montserrat,sans-serif}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autofleet/theme",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",