@elliemae/ds-typography 3.54.0-next.3 → 3.54.0-next.5
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.
|
@@ -10,5 +10,6 @@ export declare const LEGACY_DATA_TESTID: {
|
|
|
10
10
|
export declare const TYPOGRAPHY_DATA_TESTID: {
|
|
11
11
|
root: string;
|
|
12
12
|
'typography-element': string;
|
|
13
|
+
TYPOGRAPHY_ELEMENT: "ds-typography-root";
|
|
13
14
|
};
|
|
14
15
|
export declare const TYPOGRAPHY_VARIANTS: DSTypographyT.VariantsMap;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-typography",
|
|
3
|
-
"version": "3.54.0-next.
|
|
3
|
+
"version": "3.54.0-next.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Typography",
|
|
6
6
|
"files": [
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@xstyled/system": "~3.7.3",
|
|
40
40
|
"@xstyled/util": "~3.7.0",
|
|
41
|
-
"@elliemae/ds-props-helpers": "3.54.0-next.
|
|
42
|
-
"@elliemae/ds-typescript-helpers": "3.54.0-next.
|
|
43
|
-
"@elliemae/ds-system": "3.54.0-next.
|
|
41
|
+
"@elliemae/ds-props-helpers": "3.54.0-next.5",
|
|
42
|
+
"@elliemae/ds-typescript-helpers": "3.54.0-next.5",
|
|
43
|
+
"@elliemae/ds-system": "3.54.0-next.5"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@elliemae/pui-cli": "9.0.0-next.65",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"react": "^18.3.1",
|
|
49
49
|
"react-dom": "^18.3.1",
|
|
50
50
|
"react-test-renderer": "^18.3.1",
|
|
51
|
-
"@elliemae/ds-
|
|
52
|
-
"@elliemae/ds-
|
|
51
|
+
"@elliemae/ds-monorepo-devops": "3.54.0-next.5",
|
|
52
|
+
"@elliemae/ds-test-utils": "3.54.0-next.5"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"@testing-library/jest-dom": "^6.6.3",
|