@seed-design/css 1.2.13 → 1.2.15
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/all.css +5 -0
- package/all.layered.css +5 -0
- package/all.layered.min.css +1 -1
- package/all.min.css +1 -1
- package/package.json +1 -1
- package/recipes/dialog.css +1 -0
- package/recipes/dialog.layered.css +1 -0
- package/recipes/help-bubble.css +3 -0
- package/recipes/help-bubble.layered.css +3 -0
- package/recipes/menu-sheet.css +1 -0
- package/recipes/menu-sheet.layered.css +1 -0
- package/vars/component/menu-sheet.d.ts +2 -2
- package/vars/component/menu-sheet.mjs +2 -2
package/all.css
CHANGED
|
@@ -3837,6 +3837,7 @@
|
|
|
3837
3837
|
max-width: 272px;
|
|
3838
3838
|
margin: auto var(--seed-dimension-x8);
|
|
3839
3839
|
border-radius: var(--seed-radius-r5);
|
|
3840
|
+
outline: none;
|
|
3840
3841
|
flex-direction: column;
|
|
3841
3842
|
flex: 1;
|
|
3842
3843
|
display: flex;
|
|
@@ -4420,6 +4421,7 @@
|
|
|
4420
4421
|
.seed-help-bubble__positioner {
|
|
4421
4422
|
--popover-z-index: 99;
|
|
4422
4423
|
z-index: calc(var(--popover-z-index) + var(--z-index-offset, 0));
|
|
4424
|
+
max-width: var(--seed-popover-available-width, none);
|
|
4423
4425
|
}
|
|
4424
4426
|
|
|
4425
4427
|
.seed-help-bubble__content {
|
|
@@ -4475,7 +4477,9 @@
|
|
|
4475
4477
|
.seed-help-bubble__body {
|
|
4476
4478
|
gap: var(--seed-dimension-x0_5);
|
|
4477
4479
|
word-break: keep-all;
|
|
4480
|
+
overflow-wrap: break-word;
|
|
4478
4481
|
flex-direction: column;
|
|
4482
|
+
min-width: 0;
|
|
4479
4483
|
display: flex;
|
|
4480
4484
|
}
|
|
4481
4485
|
|
|
@@ -5405,6 +5409,7 @@
|
|
|
5405
5409
|
padding-bottom: calc(var(--seed-dimension-x4) + var(--seed-safe-area-bottom));
|
|
5406
5410
|
border-top-left-radius: var(--seed-radius-r5);
|
|
5407
5411
|
border-top-right-radius: var(--seed-radius-r5);
|
|
5412
|
+
outline: none;
|
|
5408
5413
|
flex-direction: column;
|
|
5409
5414
|
flex: 1;
|
|
5410
5415
|
display: flex;
|
package/all.layered.css
CHANGED
|
@@ -3938,6 +3938,7 @@
|
|
|
3938
3938
|
max-width: 272px;
|
|
3939
3939
|
margin: auto var(--seed-dimension-x8);
|
|
3940
3940
|
border-radius: var(--seed-radius-r5);
|
|
3941
|
+
outline: none;
|
|
3941
3942
|
flex-direction: column;
|
|
3942
3943
|
flex: 1;
|
|
3943
3944
|
display: flex;
|
|
@@ -4521,6 +4522,7 @@
|
|
|
4521
4522
|
.seed-help-bubble__positioner {
|
|
4522
4523
|
--popover-z-index: 99;
|
|
4523
4524
|
z-index: calc(var(--popover-z-index) + var(--z-index-offset, 0));
|
|
4525
|
+
max-width: var(--seed-popover-available-width, none);
|
|
4524
4526
|
}
|
|
4525
4527
|
|
|
4526
4528
|
.seed-help-bubble__content {
|
|
@@ -4576,7 +4578,9 @@
|
|
|
4576
4578
|
.seed-help-bubble__body {
|
|
4577
4579
|
gap: var(--seed-dimension-x0_5);
|
|
4578
4580
|
word-break: keep-all;
|
|
4581
|
+
overflow-wrap: break-word;
|
|
4579
4582
|
flex-direction: column;
|
|
4583
|
+
min-width: 0;
|
|
4580
4584
|
display: flex;
|
|
4581
4585
|
}
|
|
4582
4586
|
|
|
@@ -5506,6 +5510,7 @@
|
|
|
5506
5510
|
padding-bottom: calc(var(--seed-dimension-x4) + var(--seed-safe-area-bottom));
|
|
5507
5511
|
border-top-left-radius: var(--seed-radius-r5);
|
|
5508
5512
|
border-top-right-radius: var(--seed-radius-r5);
|
|
5513
|
+
outline: none;
|
|
5509
5514
|
flex-direction: column;
|
|
5510
5515
|
flex: 1;
|
|
5511
5516
|
display: flex;
|