@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.
- package/dist/styles/base.css +1 -4
- package/dist/styles/base.css.js +1 -4
- package/package.json +1 -1
- package/src/styles/base.scss +1 -4
package/dist/styles/base.css
CHANGED
|
@@ -256,13 +256,10 @@ body[data-bspk] {
|
|
|
256
256
|
}
|
|
257
257
|
|
|
258
258
|
[data-attachment-wrapper] {
|
|
259
|
-
display:
|
|
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;
|
package/dist/styles/base.css.js
CHANGED
|
@@ -259,13 +259,10 @@ body[data-bspk] {
|
|
|
259
259
|
}
|
|
260
260
|
|
|
261
261
|
[data-attachment-wrapper] {
|
|
262
|
-
display:
|
|
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
package/src/styles/base.scss
CHANGED
|
@@ -207,13 +207,10 @@ body[data-bspk] {
|
|
|
207
207
|
}
|
|
208
208
|
|
|
209
209
|
[data-attachment-wrapper] {
|
|
210
|
-
display:
|
|
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;
|