@castlabs/ui 8.5.2 → 8.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@castlabs/ui",
3
- "version": "8.5.2",
3
+ "version": "8.5.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/castlabs/ui-styleguide.git"
@@ -275,7 +275,7 @@ $typography-responsive-scale: 0.8;
275
275
  400,
276
276
  px($font-size),
277
277
  px(25),
278
- 0.125,
278
+ 0.125px,
279
279
  100%,
280
280
  -0.1em
281
281
  );
@@ -313,7 +313,7 @@ $typography-responsive-scale: 0.8;
313
313
  400,
314
314
  px(14),
315
315
  px(14 * $typography-sans-line-height),
316
- 0.25,
316
+ 0.25px,
317
317
  100%,
318
318
  -0.1em
319
319
  );
@@ -1,3 +1,3 @@
1
1
  :root {
2
- #{'--cl-version'}: 'v8.5.2';
2
+ #{'--cl-version'}: 'v8.5.3';
3
3
  }