@sonic-equipment/ui 161.0.0 → 162.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 +2 -5
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -2964,11 +2964,8 @@
2964
2964
  @container (inline-size >= 576px) {.orderline-card-module-AMTMm {
2965
2965
  padding: 32px 64px 32px 0;
2966
2966
  grid-template:
2967
- repeat(3, minmax(0, min-content)) minmax(8px, 1fr) repeat(
2968
- 2,
2969
- minmax(0, min-content)
2970
- )
2971
- / 143px 1fr auto;
2967
+ repeat(3, minmax(0, min-content)) minmax(8px, 1fr)
2968
+ repeat(2, minmax(0, min-content)) / 143px 1fr auto;
2972
2969
  grid-template-areas:
2973
2970
  'image tags tags'
2974
2971
  'image title title'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonic-equipment/ui",
3
- "version": "161.0.0",
3
+ "version": "162.0.0",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "engines": {