@elliemae/ds-typography 3.70.0-next.52 → 3.70.0-next.54

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/index.js CHANGED
@@ -34,11 +34,11 @@ __export(index_exports, {
34
34
  TYPOGRAPHY_DATA_TESTID: () => import_constants.TYPOGRAPHY_DATA_TESTID,
35
35
  TYPOGRAPHY_SLOTS: () => import_constants.TYPOGRAPHY_SLOTS,
36
36
  TYPOGRAPHY_VARIANTS: () => import_constants.TYPOGRAPHY_VARIANTS,
37
- VARIANTS_CSS_BODY: () => import_body.VARIANTS_CSS_BODY
37
+ typographyFontFamily: () => import_typographyFontFamily.typographyFontFamily
38
38
  });
39
39
  module.exports = __toCommonJS(index_exports);
40
40
  var React = __toESM(require("react"));
41
41
  var import_Typography = require("./Typography.js");
42
42
  var import_constants = require("./constants/index.js");
43
- var import_body = require("./parts/variants/body.js");
43
+ var import_typographyFontFamily = require("./parts/typographyFontFamily.js");
44
44
  //# sourceMappingURL=index.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.ts", "../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["import type {} from '@elliemae/ds-props-helpers';\nimport type {} from '@xstyled/util';\nimport type {} from '@xstyled/system';\n\nexport { DSTypography, DSTypographyWithSchema } from './Typography.js';\nexport { TYPOGRAPHY_VARIANTS, TYPOGRAPHY_SLOTS, TYPOGRAPHY_DATA_TESTID, DSTypographyName } from './constants/index.js';\nexport type { DSTypographyT } from './react-desc-prop-types.js';\n// Exposed so other atoms (e.g. ds-button-v2) can reuse the body variant CSS\n// fragments (b1, b2, \u2026) as a styling base instead of duplicating the values.\nexport { VARIANTS_CSS_BODY } from './parts/variants/body.js';\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADIvB,wBAAqD;AACrD,uBAAgG;AAIhG,kBAAkC;",
4
+ "sourcesContent": ["import type {} from '@elliemae/ds-props-helpers';\nimport type {} from '@xstyled/util';\nimport type {} from '@xstyled/system';\n\nexport { DSTypography, DSTypographyWithSchema } from './Typography.js';\nexport { TYPOGRAPHY_VARIANTS, TYPOGRAPHY_SLOTS, TYPOGRAPHY_DATA_TESTID, DSTypographyName } from './constants/index.js';\nexport type { DSTypographyT } from './react-desc-prop-types.js';\n// Exposed so other atoms (e.g. ds-button-v2) can reuse the shared font-family\n// mixin as a styling base instead of duplicating the theme lookup/fallback.\nexport { typographyFontFamily } from './parts/typographyFontFamily.js';\n", "import * as React from 'react';\nexport { React };\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADIvB,wBAAqD;AACrD,uBAAgG;AAIhG,kCAAqC;",
6
6
  "names": []
7
7
  }
package/dist/esm/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as React from "react";
2
2
  import { DSTypography, DSTypographyWithSchema } from "./Typography.js";
3
3
  import { TYPOGRAPHY_VARIANTS, TYPOGRAPHY_SLOTS, TYPOGRAPHY_DATA_TESTID, DSTypographyName } from "./constants/index.js";
4
- import { VARIANTS_CSS_BODY } from "./parts/variants/body.js";
4
+ import { typographyFontFamily } from "./parts/typographyFontFamily.js";
5
5
  export {
6
6
  DSTypography,
7
7
  DSTypographyName,
@@ -9,6 +9,6 @@ export {
9
9
  TYPOGRAPHY_DATA_TESTID,
10
10
  TYPOGRAPHY_SLOTS,
11
11
  TYPOGRAPHY_VARIANTS,
12
- VARIANTS_CSS_BODY
12
+ typographyFontFamily
13
13
  };
14
14
  //# sourceMappingURL=index.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/index.ts"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import type {} from '@elliemae/ds-props-helpers';\nimport type {} from '@xstyled/util';\nimport type {} from '@xstyled/system';\n\nexport { DSTypography, DSTypographyWithSchema } from './Typography.js';\nexport { TYPOGRAPHY_VARIANTS, TYPOGRAPHY_SLOTS, TYPOGRAPHY_DATA_TESTID, DSTypographyName } from './constants/index.js';\nexport type { DSTypographyT } from './react-desc-prop-types.js';\n// Exposed so other atoms (e.g. ds-button-v2) can reuse the body variant CSS\n// fragments (b1, b2, \u2026) as a styling base instead of duplicating the values.\nexport { VARIANTS_CSS_BODY } from './parts/variants/body.js';\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACIvB,SAAS,cAAc,8BAA8B;AACrD,SAAS,qBAAqB,kBAAkB,wBAAwB,wBAAwB;AAIhG,SAAS,yBAAyB;",
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import type {} from '@elliemae/ds-props-helpers';\nimport type {} from '@xstyled/util';\nimport type {} from '@xstyled/system';\n\nexport { DSTypography, DSTypographyWithSchema } from './Typography.js';\nexport { TYPOGRAPHY_VARIANTS, TYPOGRAPHY_SLOTS, TYPOGRAPHY_DATA_TESTID, DSTypographyName } from './constants/index.js';\nexport type { DSTypographyT } from './react-desc-prop-types.js';\n// Exposed so other atoms (e.g. ds-button-v2) can reuse the shared font-family\n// mixin as a styling base instead of duplicating the theme lookup/fallback.\nexport { typographyFontFamily } from './parts/typographyFontFamily.js';\n"],
5
+ "mappings": "AAAA,YAAY,WAAW;ACIvB,SAAS,cAAc,8BAA8B;AACrD,SAAS,qBAAqB,kBAAkB,wBAAwB,wBAAwB;AAIhG,SAAS,4BAA4B;",
6
6
  "names": []
7
7
  }
@@ -1,4 +1,4 @@
1
1
  export { DSTypography, DSTypographyWithSchema } from './Typography.js';
2
2
  export { TYPOGRAPHY_VARIANTS, TYPOGRAPHY_SLOTS, TYPOGRAPHY_DATA_TESTID, DSTypographyName } from './constants/index.js';
3
3
  export type { DSTypographyT } from './react-desc-prop-types.js';
4
- export { VARIANTS_CSS_BODY } from './parts/variants/body.js';
4
+ export { typographyFontFamily } from './parts/typographyFontFamily.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-typography",
3
- "version": "3.70.0-next.52",
3
+ "version": "3.70.0-next.54",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Typography",
6
6
  "files": [
@@ -38,17 +38,17 @@
38
38
  "dependencies": {
39
39
  "@xstyled/system": "~3.8.1",
40
40
  "@xstyled/util": "~3.7.0",
41
- "@elliemae/ds-props-helpers": "3.70.0-next.52",
42
- "@elliemae/ds-system": "3.70.0-next.52",
43
- "@elliemae/ds-typescript-helpers": "3.70.0-next.52"
41
+ "@elliemae/ds-props-helpers": "3.70.0-next.54",
42
+ "@elliemae/ds-typescript-helpers": "3.70.0-next.54",
43
+ "@elliemae/ds-system": "3.70.0-next.54"
44
44
  },
45
45
  "devDependencies": {
46
46
  "jest": "^30.0.0",
47
47
  "react": "^18.3.1",
48
48
  "react-dom": "^18.3.1",
49
49
  "react-test-renderer": "^18.3.1",
50
- "@elliemae/ds-monorepo-devops": "3.70.0-next.52",
51
- "@elliemae/ds-test-utils": "3.70.0-next.52"
50
+ "@elliemae/ds-monorepo-devops": "3.70.0-next.54",
51
+ "@elliemae/ds-test-utils": "3.70.0-next.54"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "@testing-library/jest-dom": "^6.6.3",