@flodesk/grain 5.4.0 → 5.4.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.
@@ -5,7 +5,7 @@
5
5
  :root {
6
6
  --grn-text-s: 12px;
7
7
  --grn-text-m: 14px;
8
- --grn-text-l: 20px;
8
+ --grn-text-l: 18px;
9
9
  --grn-text-xl: 24px;
10
10
  --grn-text-xxl: 30px;
11
11
  }
@@ -96,16 +96,16 @@
96
96
  0 2px 8px hsl(0 0% 0% / 2%),
97
97
  0 4px 16px hsl(0 0% 0% / 2%)
98
98
  ;
99
-
99
+
100
100
  --grn-shadow-m:
101
- var(--grn-shadow-s),
101
+ var(--grn-shadow-s),
102
102
  0 8px 32px hsl(0 0% 0% / 4%)
103
103
  ;
104
-
104
+
105
105
  --grn-shadow-l:
106
106
  var(--grn-shadow-m),
107
107
  0 16px 64px hsl(0 0% 0% / 4%),
108
108
  0 32px 128px hsl(0 0% 0% / 5%),
109
109
  0 64px 128px -32px hsl(0 0% 0% / 5%)
110
110
  ;
111
- }
111
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flodesk/grain",
3
- "version": "5.4.0",
3
+ "version": "5.4.1",
4
4
  "description": "Flodesk design system",
5
5
  "module": "es/index.js",
6
6
  "author": "Flodesk",