@justeattakeaway/pie-css 0.23.0 → 0.23.1
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/dist/index.css +8 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -393,6 +393,14 @@
|
|
|
393
393
|
--dt-font-heading-xxl-weight: var(--dt-font-weight-extrabold);
|
|
394
394
|
--dt-font-heading-xxl-line-height--wide: var(--dt-font-size-48-line-height);
|
|
395
395
|
--dt-font-heading-xxl-line-height--narrow: var(--dt-font-size-32-line-height);
|
|
396
|
+
/* Heading-xs-italic font theme */
|
|
397
|
+
--dt-font-heading-xs-italic-size--wide: var(--dt-font-size-16);
|
|
398
|
+
--dt-font-heading-xs-italic-size--narrow: var(--dt-font-size-14);
|
|
399
|
+
--dt-font-heading-xs-italic-family: var(--dt-font-family-alternative);
|
|
400
|
+
--dt-font-heading-xs-italic-weight: var(--dt-font-weight-extrabold);
|
|
401
|
+
--dt-font-heading-xs-italic-font-style: var(--dt-font-style-italic);
|
|
402
|
+
--dt-font-heading-xs-italic-line-height--wide: var(--dt-font-size-16-line-height);
|
|
403
|
+
--dt-font-heading-xs-italic-line-height--narrow: var(--dt-font-size-14-line-height);
|
|
396
404
|
/* Heading-s-italic font theme */
|
|
397
405
|
--dt-font-heading-s-italic-size--wide: var(--dt-font-size-20);
|
|
398
406
|
--dt-font-heading-s-italic-size--narrow: var(--dt-font-size-16);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-css",
|
|
3
|
-
"version": "0.23.
|
|
3
|
+
"version": "0.23.1",
|
|
4
4
|
"description": "A styling library that provides both a shared collection of ready to use CSS styles to be used across JET web front-ends, and SCSS-based style helpers for our PIE Web Component library.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|