@luscii-healthtech/web-ui 42.7.0 → 42.8.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.
@@ -1126,9 +1126,6 @@ button, input:where([type='button'], [type='reset'], [type='submit']), ::file-se
1126
1126
  .ui\:w-16 {
1127
1127
  width: calc(var(--ui-spacing) * 16);
1128
1128
  }
1129
- .ui\:w-24 {
1130
- width: calc(var(--ui-spacing) * 24);
1131
- }
1132
1129
  .ui\:w-32 {
1133
1130
  width: calc(var(--ui-spacing) * 32);
1134
1131
  }