@sonic-equipment/ui 189.0.0 → 190.0.0
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.css +7 -12
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -7976,7 +7976,6 @@ button.swiper-pagination-bullet {
|
|
|
7976
7976
|
.table-module-k47fT .table-module-dISOo.table-module-PQejy {
|
|
7977
7977
|
position: sticky;
|
|
7978
7978
|
z-index: var(--z-selected);
|
|
7979
|
-
container-name: sticky-column;
|
|
7980
7979
|
/* stylelint-disable-next-line declaration-property-value-no-unknown */
|
|
7981
7980
|
container-type: scroll-state;
|
|
7982
7981
|
inset-inline: 0;
|
|
@@ -7997,7 +7996,7 @@ button.swiper-pagination-bullet {
|
|
|
7997
7996
|
inset-inline: auto 100%;
|
|
7998
7997
|
}
|
|
7999
7998
|
|
|
8000
|
-
@container
|
|
7999
|
+
@container scroll-state(stuck: inline-end) {
|
|
8001
8000
|
|
|
8002
8001
|
.table-module-k47fT .table-module-dISOo.table-module-PQejy::before {
|
|
8003
8002
|
opacity: 1
|
|
@@ -8009,7 +8008,7 @@ button.swiper-pagination-bullet {
|
|
|
8009
8008
|
rotate: 180deg;
|
|
8010
8009
|
}
|
|
8011
8010
|
|
|
8012
|
-
@container
|
|
8011
|
+
@container scroll-state(stuck: inline-start) {
|
|
8013
8012
|
|
|
8014
8013
|
.table-module-k47fT .table-module-dISOo.table-module-PQejy::after {
|
|
8015
8014
|
opacity: 1
|
|
@@ -8157,10 +8156,6 @@ button.swiper-pagination-bullet {
|
|
|
8157
8156
|
text-wrap: nowrap;
|
|
8158
8157
|
}
|
|
8159
8158
|
|
|
8160
|
-
.table-module-k47fT col:hover {
|
|
8161
|
-
background-color: red;
|
|
8162
|
-
}
|
|
8163
|
-
|
|
8164
8159
|
@media (pointer: fine) {
|
|
8165
8160
|
|
|
8166
8161
|
.table-module-k47fT.table-module-JEp5f:has(.table-module-DK-wn th.table-module-hyPmy:nth-child(1):hover) .table-module-dISOo:nth-child(1),
|
|
@@ -8266,9 +8261,10 @@ button.swiper-pagination-bullet {
|
|
|
8266
8261
|
|
|
8267
8262
|
display: grid;
|
|
8268
8263
|
gap: var(--gap-row) var(--gap-col);
|
|
8269
|
-
grid-template:
|
|
8270
|
-
|
|
8271
|
-
|
|
8264
|
+
grid-template: [bar-start] auto [bar-end] repeat(
|
|
8265
|
+
3,
|
|
8266
|
+
auto
|
|
8267
|
+
) / [bar-start] 1fr [bar-end];
|
|
8272
8268
|
grid-template-areas:
|
|
8273
8269
|
'search'
|
|
8274
8270
|
'filter'
|
|
@@ -8352,7 +8348,6 @@ button.swiper-pagination-bullet {
|
|
|
8352
8348
|
margin: calc(var(--gap-row) * -1)
|
|
8353
8349
|
calc(var(--page-container-padding-inline) * -1);
|
|
8354
8350
|
background-color: var(--color-white);
|
|
8355
|
-
container-name: sticky-bar;
|
|
8356
8351
|
/* stylelint-disable-next-line declaration-property-value-no-unknown */
|
|
8357
8352
|
container-type: scroll-state;
|
|
8358
8353
|
grid-area: bar;
|
|
@@ -8376,7 +8371,7 @@ button.swiper-pagination-bullet {
|
|
|
8376
8371
|
transition: opacity var(--transition-duration-short);
|
|
8377
8372
|
}
|
|
8378
8373
|
|
|
8379
|
-
@container
|
|
8374
|
+
@container scroll-state(stuck: block-start) {
|
|
8380
8375
|
|
|
8381
8376
|
.order-history-module-LrkiZ .order-history-module-98Tvf::after {
|
|
8382
8377
|
opacity: 1
|