@sonic-equipment/ui 160.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.
@@ -1,7 +1,7 @@
1
1
  declare const features: {
2
- readonly cart: "cartV2";
3
- readonly checkout: "checkoutV2";
4
- readonly language: "language";
2
+ readonly cartv1: "cartV1";
3
+ readonly checkoutv1: "checkoutV1";
4
+ readonly languagev1: "languageV1";
5
5
  readonly missing: "missing";
6
6
  readonly pdpv1: "pdpV1";
7
7
  readonly plpv1: "plpV1";
@@ -2,9 +2,9 @@ import { useMemo } from 'react';
2
2
  import qs from 'query-string';
3
3
 
4
4
  const features = {
5
- cart: 'cartV2',
6
- checkout: 'checkoutV2',
7
- language: 'language',
5
+ cartv1: 'cartV1',
6
+ checkoutv1: 'checkoutV1',
7
+ languagev1: 'languageV1',
8
8
  missing: 'missing',
9
9
  pdpv1: 'pdpV1',
10
10
  plpv1: 'plpV1',
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": "160.0.0",
3
+ "version": "162.0.0",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "engines": {