@ouestfrance/sipa-bms-ui 8.52.0 → 8.52.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ouestfrance/sipa-bms-ui",
3
- "version": "8.52.0",
3
+ "version": "8.52.1",
4
4
  "author": "Ouest-France BMS",
5
5
  "license": "ISC",
6
6
  "scripts": {
@@ -276,6 +276,7 @@ onUnmounted(() => {
276
276
  align-items: center;
277
277
  justify-content: center;
278
278
  background: var(--bms-white);
279
+ border-radius: var(--bms-border-radius-large);
279
280
  z-index: calc(var(--bms-z-index-fixed) + 5);
280
281
 
281
282
  p {
@@ -328,6 +329,8 @@ onUnmounted(() => {
328
329
  margin-bottom: 0;
329
330
  top: -1em;
330
331
  display: flex;
332
+ border-radius: var(--bms-border-radius-large) var(--bms-border-radius-large)
333
+ 0 0;
331
334
 
332
335
  &-inner {
333
336
  flex: 1 1 auto;
@@ -338,6 +341,8 @@ onUnmounted(() => {
338
341
  padding: 1em;
339
342
  margin-top: 0;
340
343
  bottom: -1em;
344
+ border-radius: 0 0 var(--bms-border-radius-large)
345
+ var(--bms-border-radius-large);
341
346
  }
342
347
 
343
348
  &__buttons {