@homebound/beam 4.10.0 → 4.11.1

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/truss.css CHANGED
@@ -205,8 +205,6 @@
205
205
  .tsn_transform_250ms_linear { transition: transform 250ms linear; }
206
206
  /* @truss p:2000 c:tsn_width_200ms */
207
207
  .tsn_width_200ms { transition: width 200ms; }
208
- /* @truss p:2000 c:tsn_width_2s_linear */
209
- .tsn_width_2s_linear { transition: width .2s linear; }
210
208
  /* @truss p:2000.5 c:bc_var */
211
209
  .bc_var { border-color: var(--borderColor); }
212
210
  /* @truss p:2000.5 c:bw_var */
@@ -555,6 +553,8 @@
555
553
  .tf_scale_0_75_translateY_100 { transform: scale(0.75) translateY(100%); }
556
554
  /* @truss p:3000 c:tf_scale_1_translateY_0 */
557
555
  .tf_scale_1_translateY_0 { transform: scale(1) translateY(0%); }
556
+ /* @truss p:3000 c:tf_translateX_0 */
557
+ .tf_translateX_0 { transform: translateX(0); }
558
558
  /* @truss p:3000 c:tf_translateX_50 */
559
559
  .tf_translateX_50 { transform: translateX(-50%); }
560
560
  /* @truss p:3000 c:tf_translateY_0 */
@@ -1115,8 +1115,6 @@
1115
1115
  .w_42px { width: 42px; }
1116
1116
  /* @truss p:4000 c:w_480px */
1117
1117
  .w_480px { width: 480px; }
1118
- /* @truss p:4000 c:w_48px */
1119
- .w_48px { width: 48px; }
1120
1118
  /* @truss p:4000 c:w_4px */
1121
1119
  .w_4px { width: 4px; }
1122
1120
  /* @truss p:4000 c:w_78px */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "4.10.0",
3
+ "version": "4.11.1",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",