@sikka/hawa 0.1.52 → 0.1.53

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/dist/styles.css CHANGED
@@ -4134,6 +4134,10 @@ body {
4134
4134
  columns: 4;
4135
4135
  }
4136
4136
 
4137
+ .lg\:grid-cols-3 {
4138
+ grid-template-columns: repeat(3, minmax(0, 1fr));
4139
+ }
4140
+
4137
4141
  .lg\:grid-cols-4 {
4138
4142
  grid-template-columns: repeat(4, minmax(0, 1fr));
4139
4143
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.1.52",
3
+ "version": "0.1.53",
4
4
  "description": "Modern UI Kit made with Tailwind & Radix Primitives",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
package/src/styles.css CHANGED
@@ -4134,6 +4134,10 @@ body {
4134
4134
  columns: 4;
4135
4135
  }
4136
4136
 
4137
+ .lg\:grid-cols-3 {
4138
+ grid-template-columns: repeat(3, minmax(0, 1fr));
4139
+ }
4140
+
4137
4141
  .lg\:grid-cols-4 {
4138
4142
  grid-template-columns: repeat(4, minmax(0, 1fr));
4139
4143
  }