@soma-vertical-web/multi-lib 0.0.30 → 0.0.31

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soma-vertical-web/multi-lib",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -2,15 +2,7 @@ import { Size } from '@soma-vertical-web/core-components/src/lib/TextField/inter
2
2
  import { EditorState } from 'draft-js';
3
3
  import { CSSProperties } from 'react';
4
4
 
5
- import * as yup from 'yup';
6
5
  export declare const PDPShelfType: readonly ["whosawalsosaw", "whosawalsobought", "whoboughtalsobought", "accessories", "similars", "showtogether", "suggestions"];
7
- export declare const schemaAddress: yup.ObjectSchema<{
8
- country: string;
9
- postalCode: string | null | undefined;
10
- }, yup.AnyObject, {
11
- country: undefined;
12
- postalCode: undefined;
13
- }, "">;
14
6
  export declare const PLP_FILTERS_SORT: {
15
7
  placeholder: string;
16
8
  options: {
@@ -1,3 +0,0 @@
1
- import { schemaAddress } from '../../../constants';
2
- import * as yup from 'yup';
3
- export type SchemaAddressType = yup.InferType<typeof schemaAddress>;