@betterstart/cli 0.1.72 → 0.1.74

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": "@betterstart/cli",
3
- "version": "0.1.72",
3
+ "version": "0.1.74",
4
4
  "description": "Scaffold a full-featured CMS into any Next.js 16 application",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -157,19 +157,19 @@
157
157
  border-radius: 6px;
158
158
  }
159
159
 
160
- @utility material-small {
160
+ @utility material-sm {
161
161
  background-color: var(--card);
162
162
  box-shadow: var(--shadow-border-small);
163
163
  border-radius: 6px;
164
164
  }
165
165
 
166
- @utility material-medium {
166
+ @utility material-md {
167
167
  background-color: var(--card);
168
168
  box-shadow: var(--shadow-border-medium);
169
169
  border-radius: 12px;
170
170
  }
171
171
 
172
- @utility material-large {
172
+ @utility material-lg {
173
173
  background-color: var(--card);
174
174
  box-shadow: var(--shadow-border-large);
175
175
  border-radius: 12px;