@homebound/beam 4.9.2 → 4.11.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/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 */
@@ -947,8 +947,6 @@
947
947
  .pb3 { padding-bottom: calc(var(--t-spacing) * 3); }
948
948
  /* @truss p:4000 c:pb4 */
949
949
  .pb4 { padding-bottom: calc(var(--t-spacing) * 4); }
950
- /* @truss p:4000 c:pb_11px */
951
- .pb_11px { padding-bottom: 11px; }
952
950
  /* @truss p:4000 c:pb_12 */
953
951
  .pb_12 { padding-bottom: calc(var(--t-spacing) * 12); }
954
952
  /* @truss p:4000 c:pb_12px */
@@ -1023,8 +1021,6 @@
1023
1021
  .pt4 { padding-top: calc(var(--t-spacing) * 4); }
1024
1022
  /* @truss p:4000 c:pt5 */
1025
1023
  .pt5 { padding-top: calc(var(--t-spacing) * 5); }
1026
- /* @truss p:4000 c:pt_11px */
1027
- .pt_11px { padding-top: 11px; }
1028
1024
  /* @truss p:4000 c:pt_12 */
1029
1025
  .pt_12 { padding-top: calc(var(--t-spacing) * 12); }
1030
1026
  /* @truss p:4000 c:pt_12px */
@@ -1119,8 +1115,6 @@
1119
1115
  .w_42px { width: 42px; }
1120
1116
  /* @truss p:4000 c:w_480px */
1121
1117
  .w_480px { width: 480px; }
1122
- /* @truss p:4000 c:w_48px */
1123
- .w_48px { width: 48px; }
1124
1118
  /* @truss p:4000 c:w_4px */
1125
1119
  .w_4px { width: 4px; }
1126
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.9.2",
3
+ "version": "4.11.0",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",