@jobber/design 0.32.1-tay.4 → 0.33.0
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/foundation.d.ts +8 -8
- package/foundation.js +8 -8
- package/package.json +2 -2
package/foundation.d.ts
CHANGED
|
@@ -159,8 +159,8 @@ export const JobberStyle: {
|
|
|
159
159
|
"timing-slow": string;
|
|
160
160
|
"timing-slower": string;
|
|
161
161
|
"timing-slowest": string;
|
|
162
|
-
"opacity-overlay":
|
|
163
|
-
"opacity-pressed":
|
|
162
|
+
"opacity-overlay": number;
|
|
163
|
+
"opacity-pressed": number;
|
|
164
164
|
"elevation-base": number;
|
|
165
165
|
"elevation-menu": number;
|
|
166
166
|
"elevation-datepicker": number;
|
|
@@ -179,10 +179,10 @@ export const JobberStyle: {
|
|
|
179
179
|
"typography--fontSize-base": number;
|
|
180
180
|
"typography--fontSize-small": number;
|
|
181
181
|
"typography--fontSize-smaller": number;
|
|
182
|
-
"typography--lineHeight-large":
|
|
183
|
-
"typography--lineHeight-base":
|
|
184
|
-
"typography--lineHeight-tight":
|
|
185
|
-
"typography--lineHeight-tighter":
|
|
186
|
-
"typography--lineHeight-tightest":
|
|
187
|
-
"typography--lineHeight-miniscule":
|
|
182
|
+
"typography--lineHeight-large": number;
|
|
183
|
+
"typography--lineHeight-base": number;
|
|
184
|
+
"typography--lineHeight-tight": number;
|
|
185
|
+
"typography--lineHeight-tighter": number;
|
|
186
|
+
"typography--lineHeight-tightest": number;
|
|
187
|
+
"typography--lineHeight-miniscule": number;
|
|
188
188
|
};
|
package/foundation.js
CHANGED
|
@@ -159,8 +159,8 @@ export const JobberStyle = {
|
|
|
159
159
|
"timing-slow": "300ms",
|
|
160
160
|
"timing-slower": "400ms",
|
|
161
161
|
"timing-slowest": "500ms",
|
|
162
|
-
"opacity-overlay":
|
|
163
|
-
"opacity-pressed":
|
|
162
|
+
"opacity-overlay": 0.8,
|
|
163
|
+
"opacity-pressed": 0.6,
|
|
164
164
|
"elevation-base": 1,
|
|
165
165
|
"elevation-menu": 6,
|
|
166
166
|
"elevation-datepicker": 6,
|
|
@@ -179,10 +179,10 @@ export const JobberStyle = {
|
|
|
179
179
|
"typography--fontSize-base": 14,
|
|
180
180
|
"typography--fontSize-small": 12,
|
|
181
181
|
"typography--fontSize-smaller": 10,
|
|
182
|
-
"typography--lineHeight-large":
|
|
183
|
-
"typography--lineHeight-base":
|
|
184
|
-
"typography--lineHeight-tight":
|
|
185
|
-
"typography--lineHeight-tighter":
|
|
186
|
-
"typography--lineHeight-tightest":
|
|
187
|
-
"typography--lineHeight-miniscule":
|
|
182
|
+
"typography--lineHeight-large": 1.34,
|
|
183
|
+
"typography--lineHeight-base": 1.25,
|
|
184
|
+
"typography--lineHeight-tight": 1.2,
|
|
185
|
+
"typography--lineHeight-tighter": 1.143,
|
|
186
|
+
"typography--lineHeight-tightest": 1.12,
|
|
187
|
+
"typography--lineHeight-miniscule": 1.08
|
|
188
188
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/design",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.33.0",
|
|
4
4
|
"description": "Design foundation for the Jobber Atlantis Design System",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"typed-css-modules": "^0.7.0",
|
|
54
54
|
"typescript": "^4.9.5"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "6c91da697b90986ca573e75ee26cba9732fbd628"
|
|
57
57
|
}
|