@sonic-equipment/ui 154.0.0 → 155.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 +4 -3
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -2982,7 +2982,6 @@
2982
2982
 
2983
2983
  .product-card-module-LepTy {
2984
2984
  container-type: inline-size;
2985
- inline-size: 100%;
2986
2985
  }
2987
2986
 
2988
2987
  .product-card-module-pLaiB {
@@ -3093,10 +3092,12 @@
3093
3092
  .product-card-module-pLaiB {
3094
3093
  --box-shadow: var(--box-shadow-heavy);
3095
3094
 
3096
- grid-template: 204px var(--space-8) repeat(3, minmax(0, min-content)) minmax(
3095
+ grid-template:
3096
+ 204px var(--space-8) repeat(3, minmax(0, min-content)) minmax(
3097
3097
  var(--space-16),
3098
3098
  1fr
3099
- ) minmax(0, min-content) / 1fr minmax(0, min-content);
3099
+ )
3100
+ minmax(0, min-content) / 1fr minmax(0, min-content);
3100
3101
  grid-template-areas:
3101
3102
  'image image'
3102
3103
  '. .'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonic-equipment/ui",
3
- "version": "154.0.0",
3
+ "version": "155.0.0",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "engines": {