@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/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +65 -40
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +65 -40
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +3 -0
- package/package.json +1 -1
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
|
}
|