@seed-design/css 1.1.17 → 1.1.23

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 CHANGED
@@ -186,8 +186,7 @@
186
186
  gap: var(--seed-box-gap);
187
187
  }
188
188
 
189
- .seed-box:is(:active, [data-active]) {
190
- --seed-box-background--active: var(--seed-box-background);
189
+ .seed-box[data-has-active-bg]:is(:active, [data-active]) {
191
190
  background: var(--seed-box-background--active);
192
191
  }
193
192
 
@@ -2742,6 +2741,7 @@
2742
2741
  }
2743
2742
 
2744
2743
  .seed-bottom-sheet__header--headerAlign_center {
2744
+ text-align: center;
2745
2745
  justify-content: center;
2746
2746
  padding-left: 50px;
2747
2747
  padding-right: 50px;
@@ -5145,6 +5145,7 @@
5145
5145
  }
5146
5146
 
5147
5147
  .seed-menu-sheet__header {
5148
+ text-align: center;
5148
5149
  align-items: center;
5149
5150
  gap: var(--seed-dimension-x1);
5150
5151
  padding-bottom: var(--seed-dimension-x4);