@castlabs/ui 8.1.1 → 8.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@castlabs/ui",
3
- "version": "8.1.1",
3
+ "version": "8.2.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/castlabs/ui-styleguide.git"
@@ -273,7 +273,7 @@ $typography-responsive-scale: 0.8;
273
273
  400,
274
274
  px($font-size),
275
275
  px(25),
276
- 0,
276
+ 0.125,
277
277
  100%,
278
278
  -0.1em
279
279
  );
@@ -311,7 +311,7 @@ $typography-responsive-scale: 0.8;
311
311
  400,
312
312
  px(14),
313
313
  px(14 * $typography-sans-line-height),
314
- 0.01em,
314
+ 0.25,
315
315
  100%,
316
316
  -0.1em
317
317
  );
@@ -321,6 +321,11 @@ $typography-responsive-scale: 0.8;
321
321
  font-weight: 700;
322
322
  }
323
323
 
324
+ code,
325
+ pre {
326
+ font-size: 1em;
327
+ }
328
+
324
329
  .cl-btn-a {
325
330
  @include cl-btn-a(21);
326
331
  }
@@ -1,3 +1,3 @@
1
1
  :root {
2
- #{'--cl-version'}: 'v8.1.1';
2
+ #{'--cl-version'}: 'v8.2.0';
3
3
  }