@atom-learning/components 6.1.3 → 6.2.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.
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.3",
7
+ "version": "6.2.1",
8
8
  "description": "",
9
9
  "files": [
10
10
  "dist",
@@ -105,7 +105,7 @@
105
105
  "@types/react-dom": "^17.0.11",
106
106
  "@typescript-eslint/eslint-plugin": "^5.62.0",
107
107
  "@typescript-eslint/parser": "^5.62.0",
108
- "@vitejs/plugin-react-refresh": "^1.3.3",
108
+ "@vitejs/plugin-react": "^5.1.4",
109
109
  "@vitest/browser-playwright": "^4.0.18",
110
110
  "@vitest/coverage-v8": "^4.0.18",
111
111
  "@vitest/eslint-plugin": "^1.6.9",
@@ -86,7 +86,6 @@ export function tailwindResponsiveVariantClasses(options = {}) {
86
86
  handleHotUpdate({ file }) {
87
87
  if (matchesPattern(file)) {
88
88
  debouncedGenerate()
89
- return []
90
89
  }
91
90
  }
92
91
  }
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
  */