@fluentui/react-text 0.0.0-nightly-20220428-0420.1 → 0.0.0-nightly-20220503-0421.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.
Files changed (52) hide show
  1. package/CHANGELOG.json +23 -9
  2. package/CHANGELOG.md +59 -58
  3. package/dist/{react-text.d.ts → index.d.ts} +0 -0
  4. package/lib/components/Body/Body.js +4 -4
  5. package/lib/components/Body/Body.js.map +1 -1
  6. package/lib/components/Caption/Caption.js +4 -4
  7. package/lib/components/Caption/Caption.js.map +1 -1
  8. package/lib/components/Display/Display.js +4 -4
  9. package/lib/components/Display/Display.js.map +1 -1
  10. package/lib/components/Headline/Headline.js +4 -4
  11. package/lib/components/Headline/Headline.js.map +1 -1
  12. package/lib/components/LargeTitle/LargeTitle.js +4 -4
  13. package/lib/components/LargeTitle/LargeTitle.js.map +1 -1
  14. package/lib/components/Subheadline/Subheadline.js +4 -4
  15. package/lib/components/Subheadline/Subheadline.js.map +1 -1
  16. package/lib/components/Title1/Title1.js +4 -4
  17. package/lib/components/Title1/Title1.js.map +1 -1
  18. package/lib/components/Title2/Title2.js +4 -4
  19. package/lib/components/Title2/Title2.js.map +1 -1
  20. package/lib/components/Title3/Title3.js +4 -4
  21. package/lib/components/Title3/Title3.js.map +1 -1
  22. package/lib-commonjs/components/Body/Body.js +12 -3
  23. package/lib-commonjs/components/Body/Body.js.map +1 -1
  24. package/lib-commonjs/components/Caption/Caption.js +12 -3
  25. package/lib-commonjs/components/Caption/Caption.js.map +1 -1
  26. package/lib-commonjs/components/Display/Display.js +12 -3
  27. package/lib-commonjs/components/Display/Display.js.map +1 -1
  28. package/lib-commonjs/components/Headline/Headline.js +12 -3
  29. package/lib-commonjs/components/Headline/Headline.js.map +1 -1
  30. package/lib-commonjs/components/LargeTitle/LargeTitle.js +12 -3
  31. package/lib-commonjs/components/LargeTitle/LargeTitle.js.map +1 -1
  32. package/lib-commonjs/components/Subheadline/Subheadline.js +12 -3
  33. package/lib-commonjs/components/Subheadline/Subheadline.js.map +1 -1
  34. package/lib-commonjs/components/Title1/Title1.js +12 -3
  35. package/lib-commonjs/components/Title1/Title1.js.map +1 -1
  36. package/lib-commonjs/components/Title2/Title2.js +12 -3
  37. package/lib-commonjs/components/Title2/Title2.js.map +1 -1
  38. package/lib-commonjs/components/Title3/Title3.js +12 -3
  39. package/lib-commonjs/components/Title3/Title3.js.map +1 -1
  40. package/package.json +6 -6
  41. package/lib/typographyStyles/index.d.ts +0 -2
  42. package/lib/typographyStyles/index.js +0 -3
  43. package/lib/typographyStyles/index.js.map +0 -1
  44. package/lib/typographyStyles/typographyStyles.d.ts +0 -13
  45. package/lib/typographyStyles/typographyStyles.js +0 -60
  46. package/lib/typographyStyles/typographyStyles.js.map +0 -1
  47. package/lib-commonjs/typographyStyles/index.d.ts +0 -2
  48. package/lib-commonjs/typographyStyles/index.js +0 -11
  49. package/lib-commonjs/typographyStyles/index.js.map +0 -1
  50. package/lib-commonjs/typographyStyles/typographyStyles.d.ts +0 -13
  51. package/lib-commonjs/typographyStyles/typographyStyles.js +0 -68
  52. package/lib-commonjs/typographyStyles/typographyStyles.js.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-text",
3
- "version": "0.0.0-nightly-20220428-0420.1",
3
+ "version": "0.0.0-nightly-20220503-0421.1",
4
4
  "description": "Text is a typography and styling abstraction component that can be used to ensure the consistency of all text across your application.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -21,20 +21,20 @@
21
21
  "start": "yarn storybook",
22
22
  "test": "jest --passWithNoTests",
23
23
  "docs": "api-extractor run --config=config/api-extractor.local.json --local",
24
- "build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../scripts/typescript/normalize-import --output ./dist/packages/react-text/src && yarn docs",
25
- "storybook": "node ../../scripts/storybook/runner",
24
+ "build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../../scripts/typescript/normalize-import --output ./dist/packages/react-components/react-text/src && yarn docs",
25
+ "storybook": "node ../../../scripts/storybook/runner",
26
26
  "type-check": "tsc -b tsconfig.json"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@fluentui/eslint-plugin": "*",
30
30
  "@fluentui/react-conformance": "*",
31
- "@fluentui/react-conformance-griffel": "0.0.0-nightly-20220428-0420.1",
31
+ "@fluentui/react-conformance-griffel": "0.0.0-nightly-20220503-0421.1",
32
32
  "@fluentui/scripts": "^1.0.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "@griffel/react": "1.0.3",
36
- "@fluentui/react-theme": "0.0.0-nightly-20220428-0420.1",
37
- "@fluentui/react-utilities": "0.0.0-nightly-20220428-0420.1",
36
+ "@fluentui/react-theme": "0.0.0-nightly-20220503-0421.1",
37
+ "@fluentui/react-utilities": "0.0.0-nightly-20220503-0421.1",
38
38
  "tslib": "^2.1.0"
39
39
  },
40
40
  "peerDependencies": {
@@ -1,2 +0,0 @@
1
- import * as typographyStyles from './typographyStyles';
2
- export { typographyStyles };
@@ -1,3 +0,0 @@
1
- import * as typographyStyles from './typographyStyles';
2
- export { typographyStyles };
3
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"../src/","sources":["typographyStyles/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,gBAAgB,MAAM,oBAAoB,CAAC;AACvD,OAAO,EAAE,gBAAgB,EAAE,CAAC","sourcesContent":["import * as typographyStyles from './typographyStyles';\nexport { typographyStyles };\n"]}
@@ -1,13 +0,0 @@
1
- import type { GriffelStyle } from '@griffel/react';
2
- /**
3
- * Make-styles rules for the typography variants
4
- */
5
- export declare const caption: GriffelStyle;
6
- export declare const body: GriffelStyle;
7
- export declare const subheadline: GriffelStyle;
8
- export declare const headline: GriffelStyle;
9
- export declare const title3: GriffelStyle;
10
- export declare const title2: GriffelStyle;
11
- export declare const title1: GriffelStyle;
12
- export declare const largeTitle: GriffelStyle;
13
- export declare const display: GriffelStyle;
@@ -1,60 +0,0 @@
1
- import { tokens } from '@fluentui/react-theme';
2
- /**
3
- * Make-styles rules for the typography variants
4
- */
5
-
6
- export const caption = {
7
- fontFamily: tokens.fontFamilyBase,
8
- fontSize: tokens.fontSizeBase200,
9
- lineHeight: tokens.lineHeightBase200,
10
- fontWeight: tokens.fontWeightRegular
11
- };
12
- export const body = {
13
- fontFamily: tokens.fontFamilyBase,
14
- fontSize: tokens.fontSizeBase300,
15
- lineHeight: tokens.lineHeightBase300,
16
- fontWeight: tokens.fontWeightRegular
17
- };
18
- export const subheadline = {
19
- fontFamily: tokens.fontFamilyBase,
20
- fontSize: tokens.fontSizeBase400,
21
- lineHeight: tokens.lineHeightBase400,
22
- fontWeight: tokens.fontWeightSemibold
23
- };
24
- export const headline = {
25
- fontFamily: tokens.fontFamilyBase,
26
- fontSize: tokens.fontSizeBase500,
27
- lineHeight: tokens.lineHeightBase500,
28
- fontWeight: tokens.fontWeightSemibold
29
- };
30
- export const title3 = {
31
- fontFamily: tokens.fontFamilyBase,
32
- fontSize: tokens.fontSizeBase600,
33
- lineHeight: tokens.lineHeightBase600,
34
- fontWeight: tokens.fontWeightSemibold
35
- };
36
- export const title2 = {
37
- fontFamily: tokens.fontFamilyBase,
38
- fontSize: tokens.fontSizeHero700,
39
- lineHeight: tokens.lineHeightHero700,
40
- fontWeight: tokens.fontWeightSemibold
41
- };
42
- export const title1 = {
43
- fontFamily: tokens.fontFamilyBase,
44
- fontSize: tokens.fontSizeHero800,
45
- lineHeight: tokens.lineHeightHero800,
46
- fontWeight: tokens.fontWeightSemibold
47
- };
48
- export const largeTitle = {
49
- fontFamily: tokens.fontFamilyBase,
50
- fontSize: tokens.fontSizeHero900,
51
- lineHeight: tokens.lineHeightHero900,
52
- fontWeight: tokens.fontWeightSemibold
53
- };
54
- export const display = {
55
- fontFamily: tokens.fontFamilyBase,
56
- fontSize: tokens.fontSizeHero1000,
57
- lineHeight: tokens.lineHeightHero1000,
58
- fontWeight: tokens.fontWeightSemibold
59
- };
60
- //# sourceMappingURL=typographyStyles.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["typographyStyles/typographyStyles.ts"],"names":[],"mappings":"AAAA,SAAS,MAAT,QAAuB,uBAAvB;AAGA;;AAEG;;AACH,OAAO,MAAM,OAAO,GAAiB;AACnC,EAAA,UAAU,EAAE,MAAM,CAAC,cADgB;AAEnC,EAAA,QAAQ,EAAE,MAAM,CAAC,eAFkB;AAGnC,EAAA,UAAU,EAAE,MAAM,CAAC,iBAHgB;AAInC,EAAA,UAAU,EAAE,MAAM,CAAC;AAJgB,CAA9B;AAMP,OAAO,MAAM,IAAI,GAAiB;AAChC,EAAA,UAAU,EAAE,MAAM,CAAC,cADa;AAEhC,EAAA,QAAQ,EAAE,MAAM,CAAC,eAFe;AAGhC,EAAA,UAAU,EAAE,MAAM,CAAC,iBAHa;AAIhC,EAAA,UAAU,EAAE,MAAM,CAAC;AAJa,CAA3B;AAMP,OAAO,MAAM,WAAW,GAAiB;AACvC,EAAA,UAAU,EAAE,MAAM,CAAC,cADoB;AAEvC,EAAA,QAAQ,EAAE,MAAM,CAAC,eAFsB;AAGvC,EAAA,UAAU,EAAE,MAAM,CAAC,iBAHoB;AAIvC,EAAA,UAAU,EAAE,MAAM,CAAC;AAJoB,CAAlC;AAMP,OAAO,MAAM,QAAQ,GAAiB;AACpC,EAAA,UAAU,EAAE,MAAM,CAAC,cADiB;AAEpC,EAAA,QAAQ,EAAE,MAAM,CAAC,eAFmB;AAGpC,EAAA,UAAU,EAAE,MAAM,CAAC,iBAHiB;AAIpC,EAAA,UAAU,EAAE,MAAM,CAAC;AAJiB,CAA/B;AAMP,OAAO,MAAM,MAAM,GAAiB;AAClC,EAAA,UAAU,EAAE,MAAM,CAAC,cADe;AAElC,EAAA,QAAQ,EAAE,MAAM,CAAC,eAFiB;AAGlC,EAAA,UAAU,EAAE,MAAM,CAAC,iBAHe;AAIlC,EAAA,UAAU,EAAE,MAAM,CAAC;AAJe,CAA7B;AAMP,OAAO,MAAM,MAAM,GAAiB;AAClC,EAAA,UAAU,EAAE,MAAM,CAAC,cADe;AAElC,EAAA,QAAQ,EAAE,MAAM,CAAC,eAFiB;AAGlC,EAAA,UAAU,EAAE,MAAM,CAAC,iBAHe;AAIlC,EAAA,UAAU,EAAE,MAAM,CAAC;AAJe,CAA7B;AAMP,OAAO,MAAM,MAAM,GAAiB;AAClC,EAAA,UAAU,EAAE,MAAM,CAAC,cADe;AAElC,EAAA,QAAQ,EAAE,MAAM,CAAC,eAFiB;AAGlC,EAAA,UAAU,EAAE,MAAM,CAAC,iBAHe;AAIlC,EAAA,UAAU,EAAE,MAAM,CAAC;AAJe,CAA7B;AAMP,OAAO,MAAM,UAAU,GAAiB;AACtC,EAAA,UAAU,EAAE,MAAM,CAAC,cADmB;AAEtC,EAAA,QAAQ,EAAE,MAAM,CAAC,eAFqB;AAGtC,EAAA,UAAU,EAAE,MAAM,CAAC,iBAHmB;AAItC,EAAA,UAAU,EAAE,MAAM,CAAC;AAJmB,CAAjC;AAMP,OAAO,MAAM,OAAO,GAAiB;AACnC,EAAA,UAAU,EAAE,MAAM,CAAC,cADgB;AAEnC,EAAA,QAAQ,EAAE,MAAM,CAAC,gBAFkB;AAGnC,EAAA,UAAU,EAAE,MAAM,CAAC,kBAHgB;AAInC,EAAA,UAAU,EAAE,MAAM,CAAC;AAJgB,CAA9B","sourcesContent":["import { tokens } from '@fluentui/react-theme';\nimport type { GriffelStyle } from '@griffel/react';\n\n/**\n * Make-styles rules for the typography variants\n */\nexport const caption: GriffelStyle = {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase200,\n lineHeight: tokens.lineHeightBase200,\n fontWeight: tokens.fontWeightRegular,\n};\nexport const body: GriffelStyle = {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase300,\n lineHeight: tokens.lineHeightBase300,\n fontWeight: tokens.fontWeightRegular,\n};\nexport const subheadline: GriffelStyle = {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase400,\n lineHeight: tokens.lineHeightBase400,\n fontWeight: tokens.fontWeightSemibold,\n};\nexport const headline: GriffelStyle = {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase500,\n lineHeight: tokens.lineHeightBase500,\n fontWeight: tokens.fontWeightSemibold,\n};\nexport const title3: GriffelStyle = {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase600,\n lineHeight: tokens.lineHeightBase600,\n fontWeight: tokens.fontWeightSemibold,\n};\nexport const title2: GriffelStyle = {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeHero700,\n lineHeight: tokens.lineHeightHero700,\n fontWeight: tokens.fontWeightSemibold,\n};\nexport const title1: GriffelStyle = {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeHero800,\n lineHeight: tokens.lineHeightHero800,\n fontWeight: tokens.fontWeightSemibold,\n};\nexport const largeTitle: GriffelStyle = {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeHero900,\n lineHeight: tokens.lineHeightHero900,\n fontWeight: tokens.fontWeightSemibold,\n};\nexport const display: GriffelStyle = {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeHero1000,\n lineHeight: tokens.lineHeightHero1000,\n fontWeight: tokens.fontWeightSemibold,\n};\n"],"sourceRoot":"../src/"}
@@ -1,2 +0,0 @@
1
- import * as typographyStyles from './typographyStyles';
2
- export { typographyStyles };
@@ -1,11 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.typographyStyles = void 0;
7
-
8
- const typographyStyles = /*#__PURE__*/require("./typographyStyles");
9
-
10
- exports.typographyStyles = typographyStyles;
11
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["typographyStyles/index.ts"],"names":[],"mappings":";;;;;;;AAAA,MAAA,gBAAA,gBAAA,OAAA,CAAA,oBAAA,CAAA;;AACS,OAAA,CAAA,gBAAA,GAAA,gBAAA","sourcesContent":["import * as typographyStyles from './typographyStyles';\nexport { typographyStyles };\n"],"sourceRoot":"../src/"}
@@ -1,13 +0,0 @@
1
- import type { GriffelStyle } from '@griffel/react';
2
- /**
3
- * Make-styles rules for the typography variants
4
- */
5
- export declare const caption: GriffelStyle;
6
- export declare const body: GriffelStyle;
7
- export declare const subheadline: GriffelStyle;
8
- export declare const headline: GriffelStyle;
9
- export declare const title3: GriffelStyle;
10
- export declare const title2: GriffelStyle;
11
- export declare const title1: GriffelStyle;
12
- export declare const largeTitle: GriffelStyle;
13
- export declare const display: GriffelStyle;
@@ -1,68 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.display = exports.largeTitle = exports.title1 = exports.title2 = exports.title3 = exports.headline = exports.subheadline = exports.body = exports.caption = void 0;
7
-
8
- const react_theme_1 = /*#__PURE__*/require("@fluentui/react-theme");
9
- /**
10
- * Make-styles rules for the typography variants
11
- */
12
-
13
-
14
- exports.caption = {
15
- fontFamily: react_theme_1.tokens.fontFamilyBase,
16
- fontSize: react_theme_1.tokens.fontSizeBase200,
17
- lineHeight: react_theme_1.tokens.lineHeightBase200,
18
- fontWeight: react_theme_1.tokens.fontWeightRegular
19
- };
20
- exports.body = {
21
- fontFamily: react_theme_1.tokens.fontFamilyBase,
22
- fontSize: react_theme_1.tokens.fontSizeBase300,
23
- lineHeight: react_theme_1.tokens.lineHeightBase300,
24
- fontWeight: react_theme_1.tokens.fontWeightRegular
25
- };
26
- exports.subheadline = {
27
- fontFamily: react_theme_1.tokens.fontFamilyBase,
28
- fontSize: react_theme_1.tokens.fontSizeBase400,
29
- lineHeight: react_theme_1.tokens.lineHeightBase400,
30
- fontWeight: react_theme_1.tokens.fontWeightSemibold
31
- };
32
- exports.headline = {
33
- fontFamily: react_theme_1.tokens.fontFamilyBase,
34
- fontSize: react_theme_1.tokens.fontSizeBase500,
35
- lineHeight: react_theme_1.tokens.lineHeightBase500,
36
- fontWeight: react_theme_1.tokens.fontWeightSemibold
37
- };
38
- exports.title3 = {
39
- fontFamily: react_theme_1.tokens.fontFamilyBase,
40
- fontSize: react_theme_1.tokens.fontSizeBase600,
41
- lineHeight: react_theme_1.tokens.lineHeightBase600,
42
- fontWeight: react_theme_1.tokens.fontWeightSemibold
43
- };
44
- exports.title2 = {
45
- fontFamily: react_theme_1.tokens.fontFamilyBase,
46
- fontSize: react_theme_1.tokens.fontSizeHero700,
47
- lineHeight: react_theme_1.tokens.lineHeightHero700,
48
- fontWeight: react_theme_1.tokens.fontWeightSemibold
49
- };
50
- exports.title1 = {
51
- fontFamily: react_theme_1.tokens.fontFamilyBase,
52
- fontSize: react_theme_1.tokens.fontSizeHero800,
53
- lineHeight: react_theme_1.tokens.lineHeightHero800,
54
- fontWeight: react_theme_1.tokens.fontWeightSemibold
55
- };
56
- exports.largeTitle = {
57
- fontFamily: react_theme_1.tokens.fontFamilyBase,
58
- fontSize: react_theme_1.tokens.fontSizeHero900,
59
- lineHeight: react_theme_1.tokens.lineHeightHero900,
60
- fontWeight: react_theme_1.tokens.fontWeightSemibold
61
- };
62
- exports.display = {
63
- fontFamily: react_theme_1.tokens.fontFamilyBase,
64
- fontSize: react_theme_1.tokens.fontSizeHero1000,
65
- lineHeight: react_theme_1.tokens.lineHeightHero1000,
66
- fontWeight: react_theme_1.tokens.fontWeightSemibold
67
- };
68
- //# sourceMappingURL=typographyStyles.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["typographyStyles/typographyStyles.ts"],"names":[],"mappings":"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","sourcesContent":["import { tokens } from '@fluentui/react-theme';\nimport type { GriffelStyle } from '@griffel/react';\n\n/**\n * Make-styles rules for the typography variants\n */\nexport const caption: GriffelStyle = {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase200,\n lineHeight: tokens.lineHeightBase200,\n fontWeight: tokens.fontWeightRegular,\n};\nexport const body: GriffelStyle = {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase300,\n lineHeight: tokens.lineHeightBase300,\n fontWeight: tokens.fontWeightRegular,\n};\nexport const subheadline: GriffelStyle = {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase400,\n lineHeight: tokens.lineHeightBase400,\n fontWeight: tokens.fontWeightSemibold,\n};\nexport const headline: GriffelStyle = {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase500,\n lineHeight: tokens.lineHeightBase500,\n fontWeight: tokens.fontWeightSemibold,\n};\nexport const title3: GriffelStyle = {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase600,\n lineHeight: tokens.lineHeightBase600,\n fontWeight: tokens.fontWeightSemibold,\n};\nexport const title2: GriffelStyle = {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeHero700,\n lineHeight: tokens.lineHeightHero700,\n fontWeight: tokens.fontWeightSemibold,\n};\nexport const title1: GriffelStyle = {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeHero800,\n lineHeight: tokens.lineHeightHero800,\n fontWeight: tokens.fontWeightSemibold,\n};\nexport const largeTitle: GriffelStyle = {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeHero900,\n lineHeight: tokens.lineHeightHero900,\n fontWeight: tokens.fontWeightSemibold,\n};\nexport const display: GriffelStyle = {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeHero1000,\n lineHeight: tokens.lineHeightHero1000,\n fontWeight: tokens.fontWeightSemibold,\n};\n"],"sourceRoot":"../src/"}