@fluentui/react-text 0.0.0-nightlya372ad979820211103.1 → 0.0.0-nightlya54302c0b220211124.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 (115) hide show
  1. package/CHANGELOG.json +67 -16
  2. package/CHANGELOG.md +23 -10
  3. package/dist/react-text.d.ts +20 -0
  4. package/lib/components/Body/Body.d.ts +1 -0
  5. package/lib/components/Body/Body.js +5 -3
  6. package/lib/components/Body/Body.js.map +1 -1
  7. package/lib/components/Caption/Caption.d.ts +1 -0
  8. package/lib/components/Caption/Caption.js +5 -3
  9. package/lib/components/Caption/Caption.js.map +1 -1
  10. package/lib/components/Display/Display.d.ts +1 -0
  11. package/lib/components/Display/Display.js +5 -3
  12. package/lib/components/Display/Display.js.map +1 -1
  13. package/lib/components/Headline/Headline.d.ts +1 -0
  14. package/lib/components/Headline/Headline.js +5 -3
  15. package/lib/components/Headline/Headline.js.map +1 -1
  16. package/lib/components/LargeTitle/LargeTitle.d.ts +1 -0
  17. package/lib/components/LargeTitle/LargeTitle.js +5 -3
  18. package/lib/components/LargeTitle/LargeTitle.js.map +1 -1
  19. package/lib/components/Subheadline/Subheadline.d.ts +1 -0
  20. package/lib/components/Subheadline/Subheadline.js +5 -3
  21. package/lib/components/Subheadline/Subheadline.js.map +1 -1
  22. package/lib/components/Text/Text.js +2 -2
  23. package/lib/components/Text/Text.js.map +1 -1
  24. package/lib/components/Text/renderText.js +6 -7
  25. package/lib/components/Text/renderText.js.map +1 -1
  26. package/lib/components/Text/useText.js +20 -19
  27. package/lib/components/Text/useText.js.map +1 -1
  28. package/lib/components/Text/useTextStyles.d.ts +1 -0
  29. package/lib/components/Text/useTextStyles.js +5 -4
  30. package/lib/components/Text/useTextStyles.js.map +1 -1
  31. package/lib/components/Title1/Title1.d.ts +1 -0
  32. package/lib/components/Title1/Title1.js +5 -3
  33. package/lib/components/Title1/Title1.js.map +1 -1
  34. package/lib/components/Title2/Title2.d.ts +1 -0
  35. package/lib/components/Title2/Title2.js +5 -3
  36. package/lib/components/Title2/Title2.js.map +1 -1
  37. package/lib/components/Title3/Title3.d.ts +1 -0
  38. package/lib/components/Title3/Title3.js +5 -3
  39. package/lib/components/Title3/Title3.js.map +1 -1
  40. package/lib/components/wrapper.d.ts +1 -0
  41. package/lib/components/wrapper.js +9 -6
  42. package/lib/components/wrapper.js.map +1 -1
  43. package/lib/typographyStyles/typographyStyles.js +54 -72
  44. package/lib/typographyStyles/typographyStyles.js.map +1 -1
  45. package/lib-commonjs/Body.js +1 -1
  46. package/lib-commonjs/Caption.js +1 -1
  47. package/lib-commonjs/Display.js +1 -1
  48. package/lib-commonjs/Headline.js +1 -1
  49. package/lib-commonjs/LargeTitle.js +1 -1
  50. package/lib-commonjs/Subheadline.js +1 -1
  51. package/lib-commonjs/Text.js +1 -1
  52. package/lib-commonjs/Title1.js +1 -1
  53. package/lib-commonjs/Title2.js +1 -1
  54. package/lib-commonjs/Title3.js +1 -1
  55. package/lib-commonjs/components/Body/Body.d.ts +1 -0
  56. package/lib-commonjs/components/Body/Body.js +9 -7
  57. package/lib-commonjs/components/Body/Body.js.map +1 -1
  58. package/lib-commonjs/components/Body/index.js +1 -1
  59. package/lib-commonjs/components/Caption/Caption.d.ts +1 -0
  60. package/lib-commonjs/components/Caption/Caption.js +9 -7
  61. package/lib-commonjs/components/Caption/Caption.js.map +1 -1
  62. package/lib-commonjs/components/Caption/index.js +1 -1
  63. package/lib-commonjs/components/Display/Display.d.ts +1 -0
  64. package/lib-commonjs/components/Display/Display.js +9 -7
  65. package/lib-commonjs/components/Display/Display.js.map +1 -1
  66. package/lib-commonjs/components/Display/index.js +1 -1
  67. package/lib-commonjs/components/Headline/Headline.d.ts +1 -0
  68. package/lib-commonjs/components/Headline/Headline.js +9 -7
  69. package/lib-commonjs/components/Headline/Headline.js.map +1 -1
  70. package/lib-commonjs/components/Headline/index.js +1 -1
  71. package/lib-commonjs/components/LargeTitle/LargeTitle.d.ts +1 -0
  72. package/lib-commonjs/components/LargeTitle/LargeTitle.js +9 -7
  73. package/lib-commonjs/components/LargeTitle/LargeTitle.js.map +1 -1
  74. package/lib-commonjs/components/LargeTitle/index.js +1 -1
  75. package/lib-commonjs/components/Subheadline/Subheadline.d.ts +1 -0
  76. package/lib-commonjs/components/Subheadline/Subheadline.js +9 -7
  77. package/lib-commonjs/components/Subheadline/Subheadline.js.map +1 -1
  78. package/lib-commonjs/components/Subheadline/index.js +1 -1
  79. package/lib-commonjs/components/Text/Text.js +6 -6
  80. package/lib-commonjs/components/Text/Text.js.map +1 -1
  81. package/lib-commonjs/components/Text/index.js +1 -1
  82. package/lib-commonjs/components/Text/renderText.js +8 -10
  83. package/lib-commonjs/components/Text/renderText.js.map +1 -1
  84. package/lib-commonjs/components/Text/useText.js +21 -21
  85. package/lib-commonjs/components/Text/useText.js.map +1 -1
  86. package/lib-commonjs/components/Text/useTextStyles.d.ts +1 -0
  87. package/lib-commonjs/components/Text/useTextStyles.js +8 -7
  88. package/lib-commonjs/components/Text/useTextStyles.js.map +1 -1
  89. package/lib-commonjs/components/Title1/Title1.d.ts +1 -0
  90. package/lib-commonjs/components/Title1/Title1.js +9 -7
  91. package/lib-commonjs/components/Title1/Title1.js.map +1 -1
  92. package/lib-commonjs/components/Title1/index.js +1 -1
  93. package/lib-commonjs/components/Title2/Title2.d.ts +1 -0
  94. package/lib-commonjs/components/Title2/Title2.js +9 -7
  95. package/lib-commonjs/components/Title2/Title2.js.map +1 -1
  96. package/lib-commonjs/components/Title2/index.js +1 -1
  97. package/lib-commonjs/components/Title3/Title3.d.ts +1 -0
  98. package/lib-commonjs/components/Title3/Title3.js +9 -7
  99. package/lib-commonjs/components/Title3/Title3.js.map +1 -1
  100. package/lib-commonjs/components/Title3/index.js +1 -1
  101. package/lib-commonjs/components/wrapper.d.ts +1 -0
  102. package/lib-commonjs/components/wrapper.js +12 -9
  103. package/lib-commonjs/components/wrapper.js.map +1 -1
  104. package/lib-commonjs/index.js +1 -1
  105. package/lib-commonjs/typographyStyles/index.js +1 -1
  106. package/lib-commonjs/typographyStyles/index.js.map +1 -1
  107. package/lib-commonjs/typographyStyles/typographyStyles.js +54 -72
  108. package/lib-commonjs/typographyStyles/typographyStyles.js.map +1 -1
  109. package/package.json +9 -9
  110. package/lib/common/isConformant.d.ts +0 -4
  111. package/lib/common/isConformant.js +0 -16
  112. package/lib/common/isConformant.js.map +0 -1
  113. package/lib-commonjs/common/isConformant.d.ts +0 -4
  114. package/lib-commonjs/common/isConformant.js +0 -27
  115. package/lib-commonjs/common/isConformant.js.map +0 -1
@@ -5,20 +5,23 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.createWrapper = void 0;
7
7
 
8
- var React = /*#__PURE__*/require("react");
8
+ const React = /*#__PURE__*/require("react");
9
9
 
10
- var react_make_styles_1 = /*#__PURE__*/require("@fluentui/react-make-styles");
10
+ const react_make_styles_1 = /*#__PURE__*/require("@fluentui/react-make-styles");
11
11
 
12
- var Text_1 = /*#__PURE__*/require("../Text");
12
+ const Text_1 = /*#__PURE__*/require("../Text");
13
13
 
14
14
  function createWrapper(options) {
15
- var useStyles = options.useStyles,
16
- displayName = options.displayName;
17
- var Wrapper = React.forwardRef(function (props, ref) {
18
- var styles = useStyles();
19
- var state = Text_1.useText(props, ref);
15
+ const {
16
+ useStyles,
17
+ className,
18
+ displayName
19
+ } = options;
20
+ const Wrapper = React.forwardRef((props, ref) => {
21
+ const styles = useStyles();
22
+ const state = Text_1.useText(props, ref);
20
23
  Text_1.useTextStyles(state);
21
- state.root.className = react_make_styles_1.mergeClasses(state.root.className, styles.root, props.className);
24
+ state.root.className = react_make_styles_1.mergeClasses(className, state.root.className, styles.root, props.className);
22
25
  return Text_1.renderText(state);
23
26
  });
24
27
  Wrapper.displayName = displayName;
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/components/wrapper.tsx"],"names":[],"mappings":";;;;;;;AAAA,IAAA,KAAA,gBAAA,OAAA,CAAA,OAAA,CAAA;;AACA,IAAA,mBAAA,gBAAA,OAAA,CAAA,6BAAA,CAAA;;AACA,IAAA,MAAA,gBAAA,OAAA,CAAA,SAAA,CAAA;;AAMA,SAAgB,aAAhB,CAA8B,OAA9B,EAGC;AACS,MAAA,SAAS,GAAkB,OAAO,CAAzB,SAAT;AAAA,MAAW,WAAW,GAAK,OAAO,CAAZ,WAAtB;AACR,MAAM,OAAO,GAA0C,KAAK,CAAC,UAAN,CAAiB,UAAC,KAAD,EAAQ,GAAR,EAAW;AACjF,QAAM,MAAM,GAAG,SAAS,EAAxB;AACA,QAAM,KAAK,GAAG,MAAA,CAAA,OAAA,CAAQ,KAAR,EAA4B,GAA5B,CAAd;AAEA,IAAA,MAAA,CAAA,aAAA,CAAc,KAAd;AAEA,IAAA,KAAK,CAAC,IAAN,CAAW,SAAX,GAAuB,mBAAA,CAAA,YAAA,CAAa,KAAK,CAAC,IAAN,CAAW,SAAxB,EAAmC,MAAM,CAAC,IAA1C,EAAgD,KAAK,CAAC,SAAtD,CAAvB;AAEA,WAAO,MAAA,CAAA,UAAA,CAAW,KAAX,CAAP;AACD,GATsD,CAAvD;AAUA,EAAA,OAAO,CAAC,WAAR,GAAsB,WAAtB;AAEA,SAAO,OAAP;AACD;;AAlBD,OAAA,CAAA,aAAA,GAAA,aAAA","sourceRoot":""}
1
+ {"version":3,"sources":["../../src/components/wrapper.tsx"],"names":[],"mappings":";;;;;;;AAAA,MAAA,KAAA,gBAAA,OAAA,CAAA,OAAA,CAAA;;AACA,MAAA,mBAAA,gBAAA,OAAA,CAAA,6BAAA,CAAA;;AACA,MAAA,MAAA,gBAAA,OAAA,CAAA,SAAA,CAAA;;AAMA,SAAgB,aAAhB,CAA8B,OAA9B,EAIC;AACC,QAAM;AAAE,IAAA,SAAF;AAAa,IAAA,SAAb;AAAwB,IAAA;AAAxB,MAAwC,OAA9C;AACA,QAAM,OAAO,GAA0C,KAAK,CAAC,UAAN,CAAiB,CAAC,KAAD,EAAQ,GAAR,KAAe;AACrF,UAAM,MAAM,GAAG,SAAS,EAAxB;AACA,UAAM,KAAK,GAAG,MAAA,CAAA,OAAA,CAAQ,KAAR,EAA4B,GAA5B,CAAd;AAEA,IAAA,MAAA,CAAA,aAAA,CAAc,KAAd;AAEA,IAAA,KAAK,CAAC,IAAN,CAAW,SAAX,GAAuB,mBAAA,CAAA,YAAA,CAAa,SAAb,EAAwB,KAAK,CAAC,IAAN,CAAW,SAAnC,EAA8C,MAAM,CAAC,IAArD,EAA2D,KAAK,CAAC,SAAjE,CAAvB;AAEA,WAAO,MAAA,CAAA,UAAA,CAAW,KAAX,CAAP;AACD,GATsD,CAAvD;AAUA,EAAA,OAAO,CAAC,WAAR,GAAsB,WAAtB;AAEA,SAAO,OAAP;AACD;;AAnBD,OAAA,CAAA,aAAA,GAAA,aAAA","sourceRoot":""}
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
 
7
- var tslib_1 = /*#__PURE__*/require("tslib");
7
+ const tslib_1 = /*#__PURE__*/require("tslib");
8
8
 
9
9
  tslib_1.__exportStar(require("./Text"), exports);
10
10
 
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.typographyStyles = void 0;
7
7
 
8
- var typographyStyles = /*#__PURE__*/require("./typographyStyles");
8
+ const typographyStyles = /*#__PURE__*/require("./typographyStyles");
9
9
 
10
10
  exports.typographyStyles = typographyStyles;
11
11
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/typographyStyles/index.ts"],"names":[],"mappings":";;;;;;;AAAA,IAAA,gBAAA,gBAAA,OAAA,CAAA,oBAAA,CAAA;;AACS,OAAA,CAAA,gBAAA,GAAA,gBAAA","sourceRoot":""}
1
+ {"version":3,"sources":["../../src/typographyStyles/index.ts"],"names":[],"mappings":";;;;;;;AAAA,MAAA,gBAAA,gBAAA,OAAA,CAAA,oBAAA,CAAA;;AACS,OAAA,CAAA,gBAAA,GAAA,gBAAA","sourceRoot":""}
@@ -8,102 +8,84 @@ exports.display = exports.largeTitle = exports.title1 = exports.title2 = exports
8
8
  * Make-styles rules for the typography variants
9
9
  */
10
10
 
11
- var caption = function (theme) {
12
- return {
13
- fontFamily: theme.fontFamilyBase,
14
- fontSize: theme.fontSizeBase200,
15
- lineHeight: theme.lineHeightBase200,
16
- fontWeight: theme.fontWeightRegular
17
- };
18
- };
11
+ const caption = theme => ({
12
+ fontFamily: theme.fontFamilyBase,
13
+ fontSize: theme.fontSizeBase200,
14
+ lineHeight: theme.lineHeightBase200,
15
+ fontWeight: theme.fontWeightRegular
16
+ });
19
17
 
20
18
  exports.caption = caption;
21
19
 
22
- var body = function (theme) {
23
- return {
24
- fontFamily: theme.fontFamilyBase,
25
- fontSize: theme.fontSizeBase300,
26
- lineHeight: theme.lineHeightBase300,
27
- fontWeight: theme.fontWeightRegular
28
- };
29
- };
20
+ const body = theme => ({
21
+ fontFamily: theme.fontFamilyBase,
22
+ fontSize: theme.fontSizeBase300,
23
+ lineHeight: theme.lineHeightBase300,
24
+ fontWeight: theme.fontWeightRegular
25
+ });
30
26
 
31
27
  exports.body = body;
32
28
 
33
- var subheadline = function (theme) {
34
- return {
35
- fontFamily: theme.fontFamilyBase,
36
- fontSize: theme.fontSizeBase400,
37
- lineHeight: theme.lineHeightBase400,
38
- fontWeight: theme.fontWeightSemibold
39
- };
40
- };
29
+ const subheadline = theme => ({
30
+ fontFamily: theme.fontFamilyBase,
31
+ fontSize: theme.fontSizeBase400,
32
+ lineHeight: theme.lineHeightBase400,
33
+ fontWeight: theme.fontWeightSemibold
34
+ });
41
35
 
42
36
  exports.subheadline = subheadline;
43
37
 
44
- var headline = function (theme) {
45
- return {
46
- fontFamily: theme.fontFamilyBase,
47
- fontSize: theme.fontSizeBase500,
48
- lineHeight: theme.lineHeightBase500,
49
- fontWeight: theme.fontWeightSemibold
50
- };
51
- };
38
+ const headline = theme => ({
39
+ fontFamily: theme.fontFamilyBase,
40
+ fontSize: theme.fontSizeBase500,
41
+ lineHeight: theme.lineHeightBase500,
42
+ fontWeight: theme.fontWeightSemibold
43
+ });
52
44
 
53
45
  exports.headline = headline;
54
46
 
55
- var title3 = function (theme) {
56
- return {
57
- fontFamily: theme.fontFamilyBase,
58
- fontSize: theme.fontSizeBase600,
59
- lineHeight: theme.lineHeightBase600,
60
- fontWeight: theme.fontWeightSemibold
61
- };
62
- };
47
+ const title3 = theme => ({
48
+ fontFamily: theme.fontFamilyBase,
49
+ fontSize: theme.fontSizeBase600,
50
+ lineHeight: theme.lineHeightBase600,
51
+ fontWeight: theme.fontWeightSemibold
52
+ });
63
53
 
64
54
  exports.title3 = title3;
65
55
 
66
- var title2 = function (theme) {
67
- return {
68
- fontFamily: theme.fontFamilyBase,
69
- fontSize: theme.fontSizeHero700,
70
- lineHeight: theme.lineHeightHero700,
71
- fontWeight: theme.fontWeightSemibold
72
- };
73
- };
56
+ const title2 = theme => ({
57
+ fontFamily: theme.fontFamilyBase,
58
+ fontSize: theme.fontSizeHero700,
59
+ lineHeight: theme.lineHeightHero700,
60
+ fontWeight: theme.fontWeightSemibold
61
+ });
74
62
 
75
63
  exports.title2 = title2;
76
64
 
77
- var title1 = function (theme) {
78
- return {
79
- fontFamily: theme.fontFamilyBase,
80
- fontSize: theme.fontSizeHero800,
81
- lineHeight: theme.lineHeightHero800,
82
- fontWeight: theme.fontWeightSemibold
83
- };
84
- };
65
+ const title1 = theme => ({
66
+ fontFamily: theme.fontFamilyBase,
67
+ fontSize: theme.fontSizeHero800,
68
+ lineHeight: theme.lineHeightHero800,
69
+ fontWeight: theme.fontWeightSemibold
70
+ });
85
71
 
86
72
  exports.title1 = title1;
87
73
 
88
- var largeTitle = function (theme) {
89
- return {
90
- fontFamily: theme.fontFamilyBase,
91
- fontSize: theme.fontSizeHero900,
92
- lineHeight: theme.lineHeightHero900,
93
- fontWeight: theme.fontWeightSemibold
94
- };
95
- };
74
+ const largeTitle = theme => ({
75
+ fontFamily: theme.fontFamilyBase,
76
+ fontSize: theme.fontSizeHero900,
77
+ lineHeight: theme.lineHeightHero900,
78
+ fontWeight: theme.fontWeightSemibold
79
+ });
96
80
 
97
81
  exports.largeTitle = largeTitle;
98
82
 
99
- var display = function (theme) {
100
- return {
101
- fontFamily: theme.fontFamilyBase,
102
- fontSize: theme.fontSizeHero1000,
103
- lineHeight: theme.lineHeightHero1000,
104
- fontWeight: theme.fontWeightSemibold
105
- };
106
- };
83
+ const display = theme => ({
84
+ fontFamily: theme.fontFamilyBase,
85
+ fontSize: theme.fontSizeHero1000,
86
+ lineHeight: theme.lineHeightHero1000,
87
+ fontWeight: theme.fontWeightSemibold
88
+ });
107
89
 
108
90
  exports.display = display;
109
91
  //# sourceMappingURL=typographyStyles.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/typographyStyles/typographyStyles.ts"],"names":[],"mappings":"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","sourceRoot":""}
1
+ {"version":3,"sources":["../../src/typographyStyles/typographyStyles.ts"],"names":[],"mappings":"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","sourceRoot":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-text",
3
- "version": "0.0.0-nightlya372ad979820211103.1",
3
+ "version": "0.0.0-nightlya54302c0b220211124.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,15 +21,16 @@
21
21
  "start": "yarn storybook",
22
22
  "test": "jest",
23
23
  "docs": "api-extractor run --config=config/api-extractor.local.json --local",
24
- "build:local": "tsc -p . --module esnext --emitDeclarationOnly && node ../../scripts/typescript/normalize-import --output ./dist/packages/react-text/src && yarn docs",
25
- "storybook": "start-storybook"
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": "start-storybook",
26
+ "type-check": "tsc -b tsconfig.json"
26
27
  },
27
28
  "devDependencies": {
28
- "@fluentui/babel-make-styles": "0.0.0-nightlya372ad979820211103.1",
29
+ "@fluentui/babel-make-styles": "0.0.0-nightlya54302c0b220211124.1",
29
30
  "@fluentui/eslint-plugin": "*",
30
- "@fluentui/jest-serializer-make-styles": "0.0.0-nightlya372ad979820211103.1",
31
+ "@fluentui/jest-serializer-make-styles": "0.0.0-nightlya54302c0b220211124.1",
31
32
  "@fluentui/react-conformance": "*",
32
- "@fluentui/react-conformance-make-styles": "0.0.0-nightlya372ad979820211103.1",
33
+ "@fluentui/react-conformance-make-styles": "0.0.0-nightlya54302c0b220211124.1",
33
34
  "@fluentui/scripts": "^1.0.0",
34
35
  "@types/enzyme": "3.10.3",
35
36
  "@types/enzyme-adapter-react-16": "1.0.3",
@@ -43,8 +44,8 @@
43
44
  "react-test-renderer": "^16.3.0"
44
45
  },
45
46
  "dependencies": {
46
- "@fluentui/react-make-styles": "0.0.0-nightlya372ad979820211103.1",
47
- "@fluentui/react-utilities": "0.0.0-nightlya372ad979820211103.1",
47
+ "@fluentui/react-make-styles": "0.0.0-nightlya54302c0b220211124.1",
48
+ "@fluentui/react-utilities": "0.0.0-nightlya54302c0b220211124.0",
48
49
  "tslib": "^2.1.0"
49
50
  },
50
51
  "peerDependencies": {
@@ -54,7 +55,6 @@
54
55
  "react-dom": ">=16.8.0 <18.0.0"
55
56
  },
56
57
  "beachball": {
57
- "tag": "beta",
58
58
  "disallowedChangeTypes": [
59
59
  "major",
60
60
  "minor",
@@ -1,4 +0,0 @@
1
- import type { IsConformantOptions } from '@fluentui/react-conformance';
2
- export declare function isConformant<TProps = {}>(testInfo: Omit<IsConformantOptions<TProps>, 'componentPath'> & {
3
- componentPath?: string;
4
- }): void;
@@ -1,16 +0,0 @@
1
- import { isConformant as baseIsConformant } from '@fluentui/react-conformance';
2
- import makeStylesTests from '@fluentui/react-conformance-make-styles';
3
- export function isConformant(testInfo) {
4
- var defaultOptions = {
5
- asPropHandlesRef: true,
6
- componentPath: module.parent.filename.replace('.test', ''),
7
- extraTests: makeStylesTests,
8
- testOptions: {
9
- 'make-styles-overrides-win': {
10
- callCount: 2
11
- }
12
- }
13
- };
14
- baseIsConformant(defaultOptions, testInfo);
15
- }
16
- //# sourceMappingURL=isConformant.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/common/isConformant.ts"],"names":[],"mappings":"AAAA,SAAS,YAAY,IAAI,gBAAzB,QAAiD,6BAAjD;AAEA,OAAO,eAAP,MAA4B,yCAA5B;AAEA,OAAM,SAAU,YAAV,CACJ,QADI,EACqF;AAEzF,MAAM,cAAc,GAAyC;AAC3D,IAAA,gBAAgB,EAAE,IADyC;AAE3D,IAAA,aAAa,EAAE,MAAO,CAAC,MAAR,CAAgB,QAAhB,CAAyB,OAAzB,CAAiC,OAAjC,EAA0C,EAA1C,CAF4C;AAG3D,IAAA,UAAU,EAAE,eAH+C;AAI3D,IAAA,WAAW,EAAE;AACX,mCAA6B;AAC3B,QAAA,SAAS,EAAE;AADgB;AADlB;AAJ8C,GAA7D;AAaA,EAAA,gBAAgB,CAAC,cAAD,EAAiB,QAAjB,CAAhB;AACD","sourceRoot":""}
@@ -1,4 +0,0 @@
1
- import type { IsConformantOptions } from '@fluentui/react-conformance';
2
- export declare function isConformant<TProps = {}>(testInfo: Omit<IsConformantOptions<TProps>, 'componentPath'> & {
3
- componentPath?: string;
4
- }): void;
@@ -1,27 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.isConformant = void 0;
7
-
8
- var react_conformance_1 = /*#__PURE__*/require("@fluentui/react-conformance");
9
-
10
- var react_conformance_make_styles_1 = /*#__PURE__*/require("@fluentui/react-conformance-make-styles");
11
-
12
- function isConformant(testInfo) {
13
- var defaultOptions = {
14
- asPropHandlesRef: true,
15
- componentPath: module.parent.filename.replace('.test', ''),
16
- extraTests: react_conformance_make_styles_1.default,
17
- testOptions: {
18
- 'make-styles-overrides-win': {
19
- callCount: 2
20
- }
21
- }
22
- };
23
- react_conformance_1.isConformant(defaultOptions, testInfo);
24
- }
25
-
26
- exports.isConformant = isConformant;
27
- //# sourceMappingURL=isConformant.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/common/isConformant.ts"],"names":[],"mappings":";;;;;;;AAAA,IAAA,mBAAA,gBAAA,OAAA,CAAA,6BAAA,CAAA;;AAEA,IAAA,+BAAA,gBAAA,OAAA,CAAA,yCAAA,CAAA;;AAEA,SAAgB,YAAhB,CACE,QADF,EAC2F;AAEzF,MAAM,cAAc,GAAyC;AAC3D,IAAA,gBAAgB,EAAE,IADyC;AAE3D,IAAA,aAAa,EAAE,MAAO,CAAC,MAAR,CAAgB,QAAhB,CAAyB,OAAzB,CAAiC,OAAjC,EAA0C,EAA1C,CAF4C;AAG3D,IAAA,UAAU,EAAE,+BAAA,CAAA,OAH+C;AAI3D,IAAA,WAAW,EAAE;AACX,mCAA6B;AAC3B,QAAA,SAAS,EAAE;AADgB;AADlB;AAJ8C,GAA7D;AAaA,EAAA,mBAAA,CAAA,YAAA,CAAiB,cAAjB,EAAiC,QAAjC;AACD;;AAjBD,OAAA,CAAA,YAAA,GAAA,YAAA","sourceRoot":""}