@homebound/beam 3.90.1 → 3.91.0
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.cjs +164 -74
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +30 -8
- package/dist/index.d.ts +30 -8
- package/dist/index.js +138 -50
- package/dist/index.js.map +1 -1
- package/dist/truss.css +2 -0
- package/package.json +1 -1
package/dist/truss.css
CHANGED
|
@@ -1131,6 +1131,8 @@
|
|
|
1131
1131
|
@media screen and (min-width: 600px) { .mdandup_pr3.mdandup_pr3 { padding-right: calc(var(--t-spacing) * 3); } }
|
|
1132
1132
|
/* @truss p:4200 c:mdandup_pr5 */
|
|
1133
1133
|
@media screen and (min-width: 600px) { .mdandup_pr5.mdandup_pr5 { padding-right: calc(var(--t-spacing) * 5); } }
|
|
1134
|
+
/* @truss p:4200 c:mdandup_pt6 */
|
|
1135
|
+
@media screen and (min-width: 600px) { .mdandup_pt6.mdandup_pt6 { padding-top: calc(var(--t-spacing) * 6); } }
|
|
1134
1136
|
/* @truss p:4200 c:sm_mw0 */
|
|
1135
1137
|
@media screen and (max-width: 599px) { .sm_mw0.sm_mw0 { min-width: 0; } }
|
|
1136
1138
|
/* @truss p:4200 c:sm_oxa */
|