@elliemae/ds-props-helpers 3.16.0 → 3.16.1
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/dist/cjs/defaultProps/index.js +5 -1
- package/dist/cjs/defaultProps/index.js.map +2 -2
- package/dist/cjs/defaultProps/useMemoMergePropsWithDefault.js +5 -1
- package/dist/cjs/defaultProps/useMemoMergePropsWithDefault.js.map +2 -2
- package/dist/cjs/getProps/index.js +4 -0
- package/dist/cjs/getProps/index.js.map +1 -1
- package/dist/cjs/globalProps/constants.js +5 -0
- package/dist/cjs/globalProps/constants.js.map +1 -1
- package/dist/cjs/globalProps/getGlobalAttributes.js +5 -1
- package/dist/cjs/globalProps/getGlobalAttributes.js.map +2 -2
- package/dist/cjs/globalProps/globalAttributesPropTypes.js +5 -1
- package/dist/cjs/globalProps/globalAttributesPropTypes.js.map +2 -2
- package/dist/cjs/globalProps/index.js +7 -3
- package/dist/cjs/globalProps/index.js.map +2 -2
- package/dist/cjs/globalProps/useGetGlobalAttributes.js +5 -1
- package/dist/cjs/globalProps/useGetGlobalAttributes.js.map +2 -2
- package/dist/cjs/index.js +12 -8
- package/dist/cjs/index.js.map +2 -2
- package/dist/cjs/package.json +4 -0
- package/dist/cjs/propTypes/PropTypes.js +6 -1
- package/dist/cjs/propTypes/PropTypes.js.map +2 -2
- package/dist/cjs/propTypes/customPropTypes.js +4 -0
- package/dist/cjs/propTypes/customPropTypes.js.map +1 -1
- package/dist/cjs/propTypes/describe.js +6 -2
- package/dist/cjs/propTypes/describe.js.map +2 -2
- package/dist/cjs/propTypes/describeConversions.js +6 -2
- package/dist/cjs/propTypes/describeConversions.js.map +2 -2
- package/dist/cjs/propTypes/describeGuards.js +4 -0
- package/dist/cjs/propTypes/describeGuards.js.map +2 -2
- package/dist/cjs/propTypes/index.js +6 -2
- package/dist/cjs/propTypes/index.js.map +2 -2
- package/dist/cjs/propTypes/toTypescript.js +15 -0
- package/dist/cjs/propTypes/toTypescript.js.map +2 -2
- package/dist/cjs/propTypes/types.js +4 -0
- package/dist/cjs/propTypes/types.js.map +2 -2
- package/dist/cjs/propsPerDataTestId/getPropsPerDatatestIdPropTypes.js +6 -2
- package/dist/cjs/propsPerDataTestId/getPropsPerDatatestIdPropTypes.js.map +2 -2
- package/dist/cjs/propsPerDataTestId/getPropsPerDatatestid.js +5 -1
- package/dist/cjs/propsPerDataTestId/getPropsPerDatatestid.js.map +2 -2
- package/dist/cjs/propsPerDataTestId/index.js +6 -2
- package/dist/cjs/propsPerDataTestId/index.js.map +2 -2
- package/dist/cjs/tests/globalProps/TestComponent.js +4 -0
- package/dist/cjs/tests/globalProps/TestComponent.js.map +1 -1
- package/dist/cjs/tests/validation/test.schema.js +4 -0
- package/dist/cjs/tests/validation/test.schema.js.map +1 -1
- package/dist/cjs/tests/xstyledProps/TestComponent.js +4 -0
- package/dist/cjs/tests/xstyledProps/TestComponent.js.map +1 -1
- package/dist/cjs/useDeprecateComponent/index.js +4 -0
- package/dist/cjs/useDeprecateComponent/index.js.map +1 -1
- package/dist/cjs/validation/errorTemplates.js +4 -0
- package/dist/cjs/validation/errorTemplates.js.map +1 -1
- package/dist/cjs/validation/index.js +6 -2
- package/dist/cjs/validation/index.js.map +2 -2
- package/dist/cjs/validation/typescriptGuards.js +4 -0
- package/dist/cjs/validation/typescriptGuards.js.map +1 -1
- package/dist/cjs/validation/typescriptParsers.js +4 -0
- package/dist/cjs/validation/typescriptParsers.js.map +1 -1
- package/dist/cjs/validation/typescriptValidator.js +8 -4
- package/dist/cjs/validation/typescriptValidator.js.map +2 -2
- package/dist/cjs/xstyledProps/constants.js +4 -0
- package/dist/cjs/xstyledProps/constants.js.map +1 -1
- package/dist/cjs/xstyledProps/index.js +6 -2
- package/dist/cjs/xstyledProps/index.js.map +2 -2
- package/dist/cjs/xstyledProps/useGetXstyledProps.js +5 -1
- package/dist/cjs/xstyledProps/useGetXstyledProps.js.map +2 -2
- package/dist/cjs/xstyledProps/xstyledPropTypes.js +5 -1
- package/dist/cjs/xstyledProps/xstyledPropTypes.js.map +2 -2
- package/dist/esm/defaultProps/index.js +1 -1
- package/dist/esm/defaultProps/index.js.map +1 -1
- package/dist/esm/defaultProps/useMemoMergePropsWithDefault.js +1 -1
- package/dist/esm/defaultProps/useMemoMergePropsWithDefault.js.map +1 -1
- package/dist/esm/globalProps/constants.js +1 -0
- package/dist/esm/globalProps/constants.js.map +1 -1
- package/dist/esm/globalProps/getGlobalAttributes.js +1 -1
- package/dist/esm/globalProps/getGlobalAttributes.js.map +2 -2
- package/dist/esm/globalProps/globalAttributesPropTypes.js +1 -1
- package/dist/esm/globalProps/globalAttributesPropTypes.js.map +1 -1
- package/dist/esm/globalProps/index.js +3 -3
- package/dist/esm/globalProps/index.js.map +1 -1
- package/dist/esm/globalProps/useGetGlobalAttributes.js +1 -1
- package/dist/esm/globalProps/useGetGlobalAttributes.js.map +1 -1
- package/dist/esm/index.js +8 -8
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/package.json +4 -0
- package/dist/esm/propTypes/PropTypes.js +2 -1
- package/dist/esm/propTypes/PropTypes.js.map +2 -2
- package/dist/esm/propTypes/customPropTypes.js.map +1 -1
- package/dist/esm/propTypes/describe.js +2 -2
- package/dist/esm/propTypes/describe.js.map +2 -2
- package/dist/esm/propTypes/describeConversions.js +2 -2
- package/dist/esm/propTypes/describeConversions.js.map +2 -2
- package/dist/esm/propTypes/describeGuards.js.map +1 -1
- package/dist/esm/propTypes/index.js +2 -2
- package/dist/esm/propTypes/index.js.map +1 -1
- package/dist/esm/propTypes/toTypescript.js +11 -0
- package/dist/esm/propTypes/toTypescript.js.map +2 -2
- package/dist/esm/propsPerDataTestId/getPropsPerDatatestIdPropTypes.js +2 -2
- package/dist/esm/propsPerDataTestId/getPropsPerDatatestIdPropTypes.js.map +2 -2
- package/dist/esm/propsPerDataTestId/getPropsPerDatatestid.js +1 -1
- package/dist/esm/propsPerDataTestId/getPropsPerDatatestid.js.map +1 -1
- package/dist/esm/propsPerDataTestId/index.js +2 -2
- package/dist/esm/propsPerDataTestId/index.js.map +1 -1
- package/dist/esm/validation/index.js +2 -2
- package/dist/esm/validation/index.js.map +1 -1
- package/dist/esm/validation/typescriptGuards.js.map +1 -1
- package/dist/esm/validation/typescriptValidator.js +4 -4
- package/dist/esm/validation/typescriptValidator.js.map +2 -2
- package/dist/esm/xstyledProps/index.js +2 -2
- package/dist/esm/xstyledProps/index.js.map +1 -1
- package/dist/esm/xstyledProps/useGetXstyledProps.js +1 -1
- package/dist/esm/xstyledProps/useGetXstyledProps.js.map +2 -2
- package/dist/esm/xstyledProps/xstyledPropTypes.js +1 -1
- package/dist/esm/xstyledProps/xstyledPropTypes.js.map +1 -1
- package/dist/types/defaultProps/index.d.ts +1 -1
- package/dist/types/globalProps/getGlobalAttributes.d.ts +1 -1
- package/dist/types/globalProps/globalAttributesPropTypes.d.ts +364 -364
- package/dist/types/globalProps/index.d.ts +3 -3
- package/dist/types/globalProps/useGetGlobalAttributes.d.ts +2 -2
- package/dist/types/index.d.ts +8 -8
- package/dist/types/propTypes/PropTypes.d.ts +1 -1
- package/dist/types/propTypes/describe.d.ts +1 -1
- package/dist/types/propTypes/describeConversions.d.ts +1 -1
- package/dist/types/propTypes/describeGuards.d.ts +1 -1
- package/dist/types/propTypes/index.d.ts +3 -3
- package/dist/types/propTypes/toTypescript.d.ts +1 -1
- package/dist/types/propTypes/types.d.ts +2 -0
- package/dist/types/propsPerDataTestId/getPropsPerDatatestIdPropTypes.d.ts +1 -1
- package/dist/types/propsPerDataTestId/index.d.ts +2 -2
- package/dist/types/validation/index.d.ts +2 -2
- package/dist/types/validation/typescriptValidator.d.ts +1 -1
- package/dist/types/xstyledProps/index.d.ts +2 -2
- package/dist/types/xstyledProps/xstyledPropTypes.d.ts +82 -82
- package/package.json +3 -3
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { getGlobalAttributes, type GlobalAttributesT } from './getGlobalAttributes';
|
|
2
|
-
export { useGetGlobalAttributes } from './useGetGlobalAttributes';
|
|
3
|
-
export { globalAttributesPropTypes } from './globalAttributesPropTypes';
|
|
1
|
+
export { getGlobalAttributes, type GlobalAttributesT } from './getGlobalAttributes.js';
|
|
2
|
+
export { useGetGlobalAttributes } from './useGetGlobalAttributes.js';
|
|
3
|
+
export { globalAttributesPropTypes } from './globalAttributesPropTypes.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { GlobalAttributes } from './constants';
|
|
2
|
-
import type { GlobalAttributesT } from './getGlobalAttributes';
|
|
1
|
+
import type { GlobalAttributes } from './constants.js';
|
|
2
|
+
import type { GlobalAttributesT } from './getGlobalAttributes.js';
|
|
3
3
|
export declare const useGetGlobalAttributes: <T, S = Element>(props: T, overrides?: Partial<GlobalAttributes<CallableFunction>>) => GlobalAttributesT<S>;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { useMemoMergePropsWithDefault } from './defaultProps';
|
|
2
|
-
export { getAriaProps, getDataProps } from './getProps';
|
|
3
|
-
export { getGlobalAttributes, useGetGlobalAttributes, globalAttributesPropTypes, type GlobalAttributesT, } from './globalProps';
|
|
4
|
-
export { describe, PropTypes, type DSPropTypesSchema } from './propTypes';
|
|
5
|
-
export { throwTypeError, throwRequiredError, useValidateTypescriptPropTypes, validateTypescriptPropTypesImplementation, } from './validation';
|
|
6
|
-
export { type XstyledProps, useGetXstyledProps, xstyledPropTypes } from './xstyledProps';
|
|
7
|
-
export { useDeprecateComponent } from './useDeprecateComponent';
|
|
8
|
-
export { getPropsPerDatatestid, getPropsPerDatatestIdPropTypes } from './propsPerDataTestId';
|
|
1
|
+
export { useMemoMergePropsWithDefault } from './defaultProps/index.js';
|
|
2
|
+
export { getAriaProps, getDataProps } from './getProps/index.js';
|
|
3
|
+
export { getGlobalAttributes, useGetGlobalAttributes, globalAttributesPropTypes, type GlobalAttributesT, } from './globalProps/index.js';
|
|
4
|
+
export { describe, PropTypes, type DSPropTypesSchema } from './propTypes/index.js';
|
|
5
|
+
export { throwTypeError, throwRequiredError, useValidateTypescriptPropTypes, validateTypescriptPropTypesImplementation, } from './validation/index.js';
|
|
6
|
+
export { type XstyledProps, useGetXstyledProps, xstyledPropTypes } from './xstyledProps/index.js';
|
|
7
|
+
export { useDeprecateComponent } from './useDeprecateComponent/index.js';
|
|
8
|
+
export { getPropsPerDatatestid, getPropsPerDatatestIdPropTypes } from './propsPerDataTestId/index.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
|
-
import type { Hook, DocumentedReactComponent } from './types';
|
|
2
|
+
import type { Hook, DocumentedReactComponent } from './types.js';
|
|
3
3
|
export default function describe<C, R>(ComponentInstance: React.ComponentType<C> | Hook<C, R>): DocumentedReactComponent<C>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AllPropTypes, ParametizedPropTypes, ReactDescT } from './types';
|
|
1
|
+
import type { AllPropTypes, ParametizedPropTypes, ReactDescT } from './types.js';
|
|
2
2
|
export declare const hasArguments: (propType: ReactDescT, realPropType: AllPropTypes) => realPropType is ParametizedPropTypes;
|
|
3
3
|
export declare const isOneOfType: (propType: ReactDescT, realPropType: AllPropTypes) => realPropType is typeof import("prop-types").oneOfType;
|
|
4
4
|
export declare const isArrayOf: (propType: ReactDescT, realPropType: AllPropTypes) => realPropType is typeof import("prop-types").arrayOf;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import PropTypes from './PropTypes';
|
|
2
|
-
import describe from './describe';
|
|
1
|
+
import PropTypes from './PropTypes.js';
|
|
2
|
+
import describe from './describe.js';
|
|
3
3
|
export { describe, PropTypes };
|
|
4
|
-
export type { DSPropTypesSchema } from './types';
|
|
4
|
+
export type { DSPropTypesSchema } from './types.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
|
-
import type { ComponentDocumentation, Hook, TypescriptDocumentation } from './types';
|
|
2
|
+
import type { ComponentDocumentation, Hook, TypescriptDocumentation } from './types.js';
|
|
3
3
|
export default function descToTypescript<C, R>(component: React.ComponentType<C> | Hook<C, R>, reactDesc: ComponentDocumentation): TypescriptDocumentation;
|
|
@@ -10,6 +10,7 @@ export interface ReactDescObjT {
|
|
|
10
10
|
signature?: string;
|
|
11
11
|
warned?: boolean;
|
|
12
12
|
isRequiredIf?: (props: any) => boolean;
|
|
13
|
+
group?: Record<string, unknown>;
|
|
13
14
|
}
|
|
14
15
|
export type InstanceOfT = typeof instanceOf;
|
|
15
16
|
export type OneOfT = typeof oneOf;
|
|
@@ -41,6 +42,7 @@ export interface ReactDescT {
|
|
|
41
42
|
format: (this: ReactDescT, format: string) => ReactDescT;
|
|
42
43
|
signature: (this: ReactDescT, format: string) => ReactDescT;
|
|
43
44
|
hidden: (this: ReactDescT) => ReactDescT;
|
|
45
|
+
dataTestId: (this: ReactDescT) => ReactDescT;
|
|
44
46
|
global: (this: ReactDescT) => ReactDescT;
|
|
45
47
|
xstyled: (this: ReactDescT) => ReactDescT;
|
|
46
48
|
omitValidation: (this: ReactDescT) => ReactDescT;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { getPropsPerDatatestid } from './getPropsPerDatatestid';
|
|
2
|
-
export { getPropsPerDatatestIdPropTypes } from './getPropsPerDatatestIdPropTypes';
|
|
1
|
+
export { getPropsPerDatatestid } from './getPropsPerDatatestid.js';
|
|
2
|
+
export { getPropsPerDatatestIdPropTypes } from './getPropsPerDatatestIdPropTypes.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { throwTypeError, throwRequiredError } from './errorTemplates';
|
|
2
|
-
export { validateTypescriptPropTypesImplementation, useValidateTypescriptPropTypes } from './typescriptValidator';
|
|
1
|
+
export { throwTypeError, throwRequiredError } from './errorTemplates.js';
|
|
2
|
+
export { validateTypescriptPropTypesImplementation, useValidateTypescriptPropTypes } from './typescriptValidator.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { PropsWithChildren, WeakValidationMap } from 'react';
|
|
2
|
-
import type { TypescriptDocumentation } from '../propTypes/types';
|
|
2
|
+
import type { TypescriptDocumentation } from '../propTypes/types.js';
|
|
3
3
|
export declare const validateTypescriptPropTypesImplementation: (props: PropsWithChildren<Record<string, unknown>>, schema: TypescriptDocumentation, validationsMemo?: Record<string, string>, nextValidationsMemo?: Record<string, string>) => void;
|
|
4
4
|
export declare const useValidateTypescriptPropTypes: <T = Record<string, any>>(props: PropsWithChildren<T>, propTypes: WeakValidationMap<unknown>, componentDisplayName: string) => void;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { type XstyledProps, useGetXstyledProps } from './useGetXstyledProps';
|
|
2
|
-
export { xstyledPropTypes } from './xstyledPropTypes';
|
|
1
|
+
export { type XstyledProps, useGetXstyledProps } from './useGetXstyledProps.js';
|
|
2
|
+
export { xstyledPropTypes } from './xstyledPropTypes.js';
|
|
@@ -1,84 +1,84 @@
|
|
|
1
1
|
export declare const xstyledPropTypes: {
|
|
2
|
-
margin: import("../propTypes/types").ReactDescT;
|
|
3
|
-
m: import("../propTypes/types").ReactDescT;
|
|
4
|
-
marginTop: import("../propTypes/types").ReactDescT;
|
|
5
|
-
mt: import("../propTypes/types").ReactDescT;
|
|
6
|
-
marginRight: import("../propTypes/types").ReactDescT;
|
|
7
|
-
mr: import("../propTypes/types").ReactDescT;
|
|
8
|
-
marginBottom: import("../propTypes/types").ReactDescT;
|
|
9
|
-
mb: import("../propTypes/types").ReactDescT;
|
|
10
|
-
marginLeft: import("../propTypes/types").ReactDescT;
|
|
11
|
-
ml: import("../propTypes/types").ReactDescT;
|
|
12
|
-
mx: import("../propTypes/types").ReactDescT;
|
|
13
|
-
my: import("../propTypes/types").ReactDescT;
|
|
14
|
-
padding: import("../propTypes/types").ReactDescT;
|
|
15
|
-
p: import("../propTypes/types").ReactDescT;
|
|
16
|
-
paddingTop: import("../propTypes/types").ReactDescT;
|
|
17
|
-
pt: import("../propTypes/types").ReactDescT;
|
|
18
|
-
paddingRight: import("../propTypes/types").ReactDescT;
|
|
19
|
-
pr: import("../propTypes/types").ReactDescT;
|
|
20
|
-
paddingBottom: import("../propTypes/types").ReactDescT;
|
|
21
|
-
pb: import("../propTypes/types").ReactDescT;
|
|
22
|
-
paddingLeft: import("../propTypes/types").ReactDescT;
|
|
23
|
-
pl: import("../propTypes/types").ReactDescT;
|
|
24
|
-
px: import("../propTypes/types").ReactDescT;
|
|
25
|
-
py: import("../propTypes/types").ReactDescT;
|
|
26
|
-
spaceY: import("../propTypes/types").ReactDescT;
|
|
27
|
-
spaceX: import("../propTypes/types").ReactDescT;
|
|
28
|
-
spaceXReverse: import("../propTypes/types").ReactDescT;
|
|
29
|
-
spaceYReverse: import("../propTypes/types").ReactDescT;
|
|
30
|
-
w: import("../propTypes/types").ReactDescT;
|
|
31
|
-
width: import("../propTypes/types").ReactDescT;
|
|
32
|
-
maxWidth: import("../propTypes/types").ReactDescT;
|
|
33
|
-
maxW: import("../propTypes/types").ReactDescT;
|
|
34
|
-
minWidth: import("../propTypes/types").ReactDescT;
|
|
35
|
-
minW: import("../propTypes/types").ReactDescT;
|
|
36
|
-
h: import("../propTypes/types").ReactDescT;
|
|
37
|
-
height: import("../propTypes/types").ReactDescT;
|
|
38
|
-
maxHeight: import("../propTypes/types").ReactDescT;
|
|
39
|
-
maxH: import("../propTypes/types").ReactDescT;
|
|
40
|
-
minHeight: import("../propTypes/types").ReactDescT;
|
|
41
|
-
minH: import("../propTypes/types").ReactDescT;
|
|
42
|
-
maskSize: import("../propTypes/types").ReactDescT;
|
|
43
|
-
display: import("../propTypes/types").ReactDescT;
|
|
44
|
-
float: import("../propTypes/types").ReactDescT;
|
|
45
|
-
boxSizing: import("../propTypes/types").ReactDescT;
|
|
46
|
-
container: import("../propTypes/types").ReactDescT;
|
|
47
|
-
overflow: import("../propTypes/types").ReactDescT;
|
|
48
|
-
overflowX: import("../propTypes/types").ReactDescT;
|
|
49
|
-
overflowY: import("../propTypes/types").ReactDescT;
|
|
50
|
-
zIndex: import("../propTypes/types").ReactDescT;
|
|
51
|
-
position: import("../propTypes/types").ReactDescT;
|
|
52
|
-
top: import("../propTypes/types").ReactDescT;
|
|
53
|
-
right: import("../propTypes/types").ReactDescT;
|
|
54
|
-
bottom: import("../propTypes/types").ReactDescT;
|
|
55
|
-
left: import("../propTypes/types").ReactDescT;
|
|
56
|
-
visibility: import("../propTypes/types").ReactDescT;
|
|
57
|
-
overscrollBehavior: import("../propTypes/types").ReactDescT;
|
|
58
|
-
objectFit: import("../propTypes/types").ReactDescT;
|
|
59
|
-
color: import("../propTypes/types").ReactDescT;
|
|
60
|
-
bg: import("../propTypes/types").ReactDescT;
|
|
61
|
-
backgroundColor: import("../propTypes/types").ReactDescT;
|
|
62
|
-
border: import("../propTypes/types").ReactDescT;
|
|
63
|
-
borderTop: import("../propTypes/types").ReactDescT;
|
|
64
|
-
borderBottom: import("../propTypes/types").ReactDescT;
|
|
65
|
-
borderRight: import("../propTypes/types").ReactDescT;
|
|
66
|
-
borderLeft: import("../propTypes/types").ReactDescT;
|
|
67
|
-
borderColor: import("../propTypes/types").ReactDescT;
|
|
68
|
-
borderTopColor: import("../propTypes/types").ReactDescT;
|
|
69
|
-
borderBottomColor: import("../propTypes/types").ReactDescT;
|
|
70
|
-
borderRightColor: import("../propTypes/types").ReactDescT;
|
|
71
|
-
borderLeftColor: import("../propTypes/types").ReactDescT;
|
|
72
|
-
borderStyle: import("../propTypes/types").ReactDescT;
|
|
73
|
-
borderTopStyle: import("../propTypes/types").ReactDescT;
|
|
74
|
-
borderBottomStyle: import("../propTypes/types").ReactDescT;
|
|
75
|
-
borderRightStyle: import("../propTypes/types").ReactDescT;
|
|
76
|
-
borderLeftStyle: import("../propTypes/types").ReactDescT;
|
|
77
|
-
borderWidth: import("../propTypes/types").ReactDescT;
|
|
78
|
-
borderTopWidth: import("../propTypes/types").ReactDescT;
|
|
79
|
-
borderBottomWidth: import("../propTypes/types").ReactDescT;
|
|
80
|
-
borderRightWidth: import("../propTypes/types").ReactDescT;
|
|
81
|
-
borderLeftWidth: import("../propTypes/types").ReactDescT;
|
|
82
|
-
borderRadius: import("../propTypes/types").ReactDescT;
|
|
83
|
-
boxShadow: import("../propTypes/types").ReactDescT;
|
|
2
|
+
margin: import("../propTypes/types.js").ReactDescT;
|
|
3
|
+
m: import("../propTypes/types.js").ReactDescT;
|
|
4
|
+
marginTop: import("../propTypes/types.js").ReactDescT;
|
|
5
|
+
mt: import("../propTypes/types.js").ReactDescT;
|
|
6
|
+
marginRight: import("../propTypes/types.js").ReactDescT;
|
|
7
|
+
mr: import("../propTypes/types.js").ReactDescT;
|
|
8
|
+
marginBottom: import("../propTypes/types.js").ReactDescT;
|
|
9
|
+
mb: import("../propTypes/types.js").ReactDescT;
|
|
10
|
+
marginLeft: import("../propTypes/types.js").ReactDescT;
|
|
11
|
+
ml: import("../propTypes/types.js").ReactDescT;
|
|
12
|
+
mx: import("../propTypes/types.js").ReactDescT;
|
|
13
|
+
my: import("../propTypes/types.js").ReactDescT;
|
|
14
|
+
padding: import("../propTypes/types.js").ReactDescT;
|
|
15
|
+
p: import("../propTypes/types.js").ReactDescT;
|
|
16
|
+
paddingTop: import("../propTypes/types.js").ReactDescT;
|
|
17
|
+
pt: import("../propTypes/types.js").ReactDescT;
|
|
18
|
+
paddingRight: import("../propTypes/types.js").ReactDescT;
|
|
19
|
+
pr: import("../propTypes/types.js").ReactDescT;
|
|
20
|
+
paddingBottom: import("../propTypes/types.js").ReactDescT;
|
|
21
|
+
pb: import("../propTypes/types.js").ReactDescT;
|
|
22
|
+
paddingLeft: import("../propTypes/types.js").ReactDescT;
|
|
23
|
+
pl: import("../propTypes/types.js").ReactDescT;
|
|
24
|
+
px: import("../propTypes/types.js").ReactDescT;
|
|
25
|
+
py: import("../propTypes/types.js").ReactDescT;
|
|
26
|
+
spaceY: import("../propTypes/types.js").ReactDescT;
|
|
27
|
+
spaceX: import("../propTypes/types.js").ReactDescT;
|
|
28
|
+
spaceXReverse: import("../propTypes/types.js").ReactDescT;
|
|
29
|
+
spaceYReverse: import("../propTypes/types.js").ReactDescT;
|
|
30
|
+
w: import("../propTypes/types.js").ReactDescT;
|
|
31
|
+
width: import("../propTypes/types.js").ReactDescT;
|
|
32
|
+
maxWidth: import("../propTypes/types.js").ReactDescT;
|
|
33
|
+
maxW: import("../propTypes/types.js").ReactDescT;
|
|
34
|
+
minWidth: import("../propTypes/types.js").ReactDescT;
|
|
35
|
+
minW: import("../propTypes/types.js").ReactDescT;
|
|
36
|
+
h: import("../propTypes/types.js").ReactDescT;
|
|
37
|
+
height: import("../propTypes/types.js").ReactDescT;
|
|
38
|
+
maxHeight: import("../propTypes/types.js").ReactDescT;
|
|
39
|
+
maxH: import("../propTypes/types.js").ReactDescT;
|
|
40
|
+
minHeight: import("../propTypes/types.js").ReactDescT;
|
|
41
|
+
minH: import("../propTypes/types.js").ReactDescT;
|
|
42
|
+
maskSize: import("../propTypes/types.js").ReactDescT;
|
|
43
|
+
display: import("../propTypes/types.js").ReactDescT;
|
|
44
|
+
float: import("../propTypes/types.js").ReactDescT;
|
|
45
|
+
boxSizing: import("../propTypes/types.js").ReactDescT;
|
|
46
|
+
container: import("../propTypes/types.js").ReactDescT;
|
|
47
|
+
overflow: import("../propTypes/types.js").ReactDescT;
|
|
48
|
+
overflowX: import("../propTypes/types.js").ReactDescT;
|
|
49
|
+
overflowY: import("../propTypes/types.js").ReactDescT;
|
|
50
|
+
zIndex: import("../propTypes/types.js").ReactDescT;
|
|
51
|
+
position: import("../propTypes/types.js").ReactDescT;
|
|
52
|
+
top: import("../propTypes/types.js").ReactDescT;
|
|
53
|
+
right: import("../propTypes/types.js").ReactDescT;
|
|
54
|
+
bottom: import("../propTypes/types.js").ReactDescT;
|
|
55
|
+
left: import("../propTypes/types.js").ReactDescT;
|
|
56
|
+
visibility: import("../propTypes/types.js").ReactDescT;
|
|
57
|
+
overscrollBehavior: import("../propTypes/types.js").ReactDescT;
|
|
58
|
+
objectFit: import("../propTypes/types.js").ReactDescT;
|
|
59
|
+
color: import("../propTypes/types.js").ReactDescT;
|
|
60
|
+
bg: import("../propTypes/types.js").ReactDescT;
|
|
61
|
+
backgroundColor: import("../propTypes/types.js").ReactDescT;
|
|
62
|
+
border: import("../propTypes/types.js").ReactDescT;
|
|
63
|
+
borderTop: import("../propTypes/types.js").ReactDescT;
|
|
64
|
+
borderBottom: import("../propTypes/types.js").ReactDescT;
|
|
65
|
+
borderRight: import("../propTypes/types.js").ReactDescT;
|
|
66
|
+
borderLeft: import("../propTypes/types.js").ReactDescT;
|
|
67
|
+
borderColor: import("../propTypes/types.js").ReactDescT;
|
|
68
|
+
borderTopColor: import("../propTypes/types.js").ReactDescT;
|
|
69
|
+
borderBottomColor: import("../propTypes/types.js").ReactDescT;
|
|
70
|
+
borderRightColor: import("../propTypes/types.js").ReactDescT;
|
|
71
|
+
borderLeftColor: import("../propTypes/types.js").ReactDescT;
|
|
72
|
+
borderStyle: import("../propTypes/types.js").ReactDescT;
|
|
73
|
+
borderTopStyle: import("../propTypes/types.js").ReactDescT;
|
|
74
|
+
borderBottomStyle: import("../propTypes/types.js").ReactDescT;
|
|
75
|
+
borderRightStyle: import("../propTypes/types.js").ReactDescT;
|
|
76
|
+
borderLeftStyle: import("../propTypes/types.js").ReactDescT;
|
|
77
|
+
borderWidth: import("../propTypes/types.js").ReactDescT;
|
|
78
|
+
borderTopWidth: import("../propTypes/types.js").ReactDescT;
|
|
79
|
+
borderBottomWidth: import("../propTypes/types.js").ReactDescT;
|
|
80
|
+
borderRightWidth: import("../propTypes/types.js").ReactDescT;
|
|
81
|
+
borderLeftWidth: import("../propTypes/types.js").ReactDescT;
|
|
82
|
+
borderRadius: import("../propTypes/types.js").ReactDescT;
|
|
83
|
+
boxShadow: import("../propTypes/types.js").ReactDescT;
|
|
84
84
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-props-helpers",
|
|
3
|
-
"version": "3.16.
|
|
3
|
+
"version": "3.16.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Props Helpers",
|
|
6
6
|
"files": [
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"indent": 4
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@elliemae/ds-system": "3.16.
|
|
35
|
+
"@elliemae/ds-system": "3.16.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@testing-library/jest-dom": "~5.16.
|
|
38
|
+
"@testing-library/jest-dom": "~5.16.5",
|
|
39
39
|
"@testing-library/react": "~12.1.3",
|
|
40
40
|
"@testing-library/user-event": "~13.5.0"
|
|
41
41
|
},
|