@deframe-sdk/components 0.1.58 → 0.1.59

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
@@ -1186,6 +1186,9 @@
1186
1186
  .grid-cols-\[1fr_100px\] {
1187
1187
  grid-template-columns: 1fr 100px;
1188
1188
  }
1189
+ .grid-cols-\[1fr_100px_100px_100px\] {
1190
+ grid-template-columns: 1fr 100px 100px 100px;
1191
+ }
1189
1192
  .grid-cols-\[1fr_100px_130px\] {
1190
1193
  grid-template-columns: 1fr 100px 130px;
1191
1194
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deframe-sdk/components",
3
- "version": "0.1.58",
3
+ "version": "0.1.59",
4
4
  "packageManager": "pnpm@9.0.0",
5
5
  "description": "Deframe SDK React component library",
6
6
  "engines": {