@elliemae/ds-typography 3.46.5 → 3.46.7
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,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const StyledTypography: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, DSTypographyT.StyledPropsInterface, string | number | symbol>;
|
|
1
|
+
export declare const StyledTypography: any;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
|
|
2
3
|
import type { GlobalAttributesT, XstyledProps, DSPropTypesSchema } from '@elliemae/ds-props-helpers';
|
|
3
4
|
import type { FontSizeProps, LineHeightProps, ColorProps } from '@elliemae/ds-system';
|
|
4
|
-
import type { WeakValidationMap } from 'react';
|
|
5
5
|
export declare namespace DSTypographyT {
|
|
6
6
|
type HeadingVariants = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h3-strong' | 'h4-strong' | 'h5-strong';
|
|
7
7
|
type BodyVariants = 'b1' | 'b2' | 'b3' | 'b4' | 'b1-light' | 'b2-light' | 'b3-light';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-typography",
|
|
3
|
-
"version": "3.46.
|
|
3
|
+
"version": "3.46.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Typography",
|
|
6
6
|
"files": [
|
|
@@ -38,16 +38,16 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@xstyled/system": "~3.7.3",
|
|
40
40
|
"@xstyled/util": "3.7.0",
|
|
41
|
-
"@elliemae/ds-
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-typescript-helpers": "3.46.
|
|
41
|
+
"@elliemae/ds-props-helpers": "3.46.7",
|
|
42
|
+
"@elliemae/ds-system": "3.46.7",
|
|
43
|
+
"@elliemae/ds-typescript-helpers": "3.46.7"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
47
47
|
"react": "^17.0.2",
|
|
48
48
|
"react-dom": "^17.0.2",
|
|
49
49
|
"react-test-renderer": "~17.0.2",
|
|
50
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
|
50
|
+
"@elliemae/ds-monorepo-devops": "3.46.7"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"@testing-library/jest-dom": "~5.16.4",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public",
|
|
62
|
-
"typeSafety":
|
|
62
|
+
"typeSafety": false
|
|
63
63
|
},
|
|
64
64
|
"scripts": {
|
|
65
65
|
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|