@atom-learning/components 6.1.2 → 6.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
@@ -4,7 +4,7 @@
4
4
  "main": "dist/index.cjs.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "module": "dist/index.js",
7
- "version": "6.1.2",
7
+ "version": "6.2.0",
8
8
  "description": "",
9
9
  "files": [
10
10
  "dist",
package/src/index.css CHANGED
@@ -163,6 +163,14 @@
163
163
  }
164
164
  }
165
165
 
166
+ @utility grid-areas-* {
167
+ grid-template-areas: --value([*]);
168
+ }
169
+
170
+ @utility grid-in-* {
171
+ grid-area: --value([*]);
172
+ }
173
+
166
174
  /**
167
175
  * Font Feature Settings for Inter
168
176
  */