@openedx/paragon 23.3.0 → 23.3.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.
@@ -851,7 +851,7 @@ $user-selects: all, auto, none !default;
851
851
 
852
852
  // Printing
853
853
 
854
- $print-page-size: var(--pgn-typography-print-page-size) !default;
854
+ $print-page-size: var(--pgn-print-page-size) !default;
855
855
  $print-body-min-width: map.get($grid-breakpoints, "lg") !default;
856
856
 
857
857
  // List group
@@ -4,5 +4,10 @@
4
4
  "$type": "percentage",
5
5
  "source": "$theme-color-interval",
6
6
  "$value": "8%"
7
+ },
8
+ "print-page-size": {
9
+ "source": "$print-page-size",
10
+ "$value": "a3",
11
+ "$type": "text"
7
12
  }
8
13
  }
@@ -276,11 +276,6 @@
276
276
  "$description": "Mobile display line height."
277
277
  }
278
278
  }
279
- },
280
- "print-page-size": {
281
- "source": "$print-page-size",
282
- "$value": "a3",
283
- "$type": "dimension"
284
279
  }
285
280
  }
286
281
  }