@sonic-equipment/ui 160.0.0 → 161.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonic-equipment/ui",
3
- "version": "160.0.0",
3
+ "version": "161.0.0",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "engines": {