@ohhwells/bridge 0.1.21 → 0.1.23

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/styles.css CHANGED
@@ -218,6 +218,10 @@
218
218
  .w-14 {
219
219
  width: calc(var(--spacing) * 14);
220
220
  }
221
+ .w-fit {
222
+ width: -moz-fit-content;
223
+ width: fit-content;
224
+ }
221
225
  .w-full {
222
226
  width: 100%;
223
227
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohhwells/bridge",
3
- "version": "0.1.21",
3
+ "version": "0.1.23",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",