@seed-design/css 1.2.14 → 1.2.16
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 +2 -0
- package/all.layered.css +2 -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/menu-sheet.css +1 -0
- package/recipes/menu-sheet.layered.css +1 -0
- package/vars/color/bg.d.ts +1 -1
- package/vars/component/image-frame.d.ts +2 -2
- package/vars/gradient.d.ts +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;
|
|
@@ -5408,6 +5409,7 @@
|
|
|
5408
5409
|
padding-bottom: calc(var(--seed-dimension-x4) + var(--seed-safe-area-bottom));
|
|
5409
5410
|
border-top-left-radius: var(--seed-radius-r5);
|
|
5410
5411
|
border-top-right-radius: var(--seed-radius-r5);
|
|
5412
|
+
outline: none;
|
|
5411
5413
|
flex-direction: column;
|
|
5412
5414
|
flex: 1;
|
|
5413
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;
|
|
@@ -5509,6 +5510,7 @@
|
|
|
5509
5510
|
padding-bottom: calc(var(--seed-dimension-x4) + var(--seed-safe-area-bottom));
|
|
5510
5511
|
border-top-left-radius: var(--seed-radius-r5);
|
|
5511
5512
|
border-top-right-radius: var(--seed-radius-r5);
|
|
5513
|
+
outline: none;
|
|
5512
5514
|
flex-direction: column;
|
|
5513
5515
|
flex: 1;
|
|
5514
5516
|
display: flex;
|