@sonic-equipment/ui 152.0.0 → 153.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.
Files changed (2) hide show
  1. package/dist/styles.css +6 -14
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -2937,12 +2937,10 @@
2937
2937
 
2938
2938
  @container (inline-size >= 576px) {.orderline-card-module-AMTMm {
2939
2939
  padding: 32px 64px 32px 0;
2940
- grid-template:
2941
- repeat(3, minmax(0, min-content)) minmax(8px, 1fr) repeat(
2940
+ grid-template: repeat(3, minmax(0, min-content)) minmax(8px, 1fr) repeat(
2942
2941
  2,
2943
2942
  minmax(0, min-content)
2944
- )
2945
- / 143px 1fr auto;
2943
+ ) / 143px 1fr auto;
2946
2944
  grid-template-areas:
2947
2945
  'image tags tags'
2948
2946
  'image title title'
@@ -3004,8 +3002,7 @@
3004
3002
  var(--space-8),
3005
3003
  1fr
3006
3004
  )
3007
- repeat(2, minmax(0, min-content))
3008
- / 1fr;
3005
+ repeat(2, minmax(0, min-content)) / 1fr;
3009
3006
  grid-template-areas:
3010
3007
  'image'
3011
3008
  '.'
@@ -3096,13 +3093,10 @@
3096
3093
  .product-card-module-pLaiB {
3097
3094
  --box-shadow: var(--box-shadow-heavy);
3098
3095
 
3099
- grid-template:
3100
- 204px var(--space-8) repeat(3, minmax(0, min-content)) minmax(
3096
+ grid-template: 204px var(--space-8) repeat(3, minmax(0, min-content)) minmax(
3101
3097
  var(--space-16),
3102
3098
  1fr
3103
- )
3104
- minmax(0, min-content)
3105
- / 1fr minmax(0, min-content);
3099
+ ) minmax(0, min-content) / 1fr minmax(0, min-content);
3106
3100
  grid-template-areas:
3107
3101
  'image image'
3108
3102
  '. .'
@@ -3949,9 +3943,7 @@
3949
3943
 
3950
3944
  @media (width >= 768px) {
3951
3945
  .usp-carousel-module-UCbpX .usp-carousel-module-msaeJ {
3952
- left: calc(
3953
- ((100% - var(--image-max-width)) / 2) + var(--image-max-width)
3954
- );
3946
+ left: calc((100% - var(--image-max-width)) / 2 + var(--image-max-width));
3955
3947
  }
3956
3948
  }
3957
3949
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonic-equipment/ui",
3
- "version": "152.0.0",
3
+ "version": "153.0.0",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "engines": {