@withlayers/tokens 0.31.0 → 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.
Files changed (2) hide show
  1. package/dist/index.css +6 -6
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -561,12 +561,12 @@
561
561
  --l--units--static--384: 384px;
562
562
  --l--units--static--448: 448px;
563
563
  --l--units--static--512: 512px;
564
- --l--theme--size--measure--xs: 12rem;
565
- --l--theme--size--measure--sm: 18.75rem;
566
- --l--theme--size--measure--md: 37.5rem;
567
- --l--theme--size--measure--lg: 48rem;
568
- --l--theme--size--measure--xl: 64rem;
569
- --l--theme--size--measure--xxl: 80rem;
564
+ --l--theme--size--measure--xs: 11.25rem;
565
+ --l--theme--size--measure--sm: 24.5rem;
566
+ --l--theme--size--measure--md: 37.75rem;
567
+ --l--theme--size--measure--lg: 51rem;
568
+ --l--theme--size--measure--xl: 64.25rem;
569
+ --l--theme--size--measure--xxl: 77.5rem;
570
570
  --l--theme--border--radius--none: var(--l--border--radius--0);
571
571
  --l--theme--border--radius--sm: var(--l--border--radius--2);
572
572
  --l--theme--border--radius--md: var(--l--border--radius--4);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@withlayers/tokens",
3
- "version": "0.31.0",
3
+ "version": "0.33.0",
4
4
  "description": "Design tokens layer",
5
5
  "license": "MIT",
6
6
  "author": "Dmitry Mayorov",