@bspk/ui 1.4.1 → 1.4.2

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.
@@ -256,13 +256,10 @@ body[data-bspk] {
256
256
  }
257
257
 
258
258
  [data-attachment-wrapper] {
259
- display: inline-flex;
260
- align-items: center;
261
- justify-content: center;
259
+ display: block;
262
260
  position: relative;
263
261
  width: fit-content;
264
262
  height: fit-content;
265
- flex-shrink: 0;
266
263
  }
267
264
  [data-attachment-wrapper] [data-attachment] {
268
265
  position: absolute;
@@ -259,13 +259,10 @@ body[data-bspk] {
259
259
  }
260
260
 
261
261
  [data-attachment-wrapper] {
262
- display: inline-flex;
263
- align-items: center;
264
- justify-content: center;
262
+ display: block;
265
263
  position: relative;
266
264
  width: fit-content;
267
265
  height: fit-content;
268
- flex-shrink: 0;
269
266
  }
270
267
  [data-attachment-wrapper] [data-attachment] {
271
268
  position: absolute;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bspk/ui",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "license": "CC-BY-4.0",
5
5
  "type": "module",
6
6
  "files": [
@@ -207,13 +207,10 @@ body[data-bspk] {
207
207
  }
208
208
 
209
209
  [data-attachment-wrapper] {
210
- display: inline-flex;
211
- align-items: center;
212
- justify-content: center;
210
+ display: block;
213
211
  position: relative;
214
212
  width: fit-content;
215
213
  height: fit-content;
216
- flex-shrink: 0;
217
214
 
218
215
  [data-attachment] {
219
216
  position: absolute;