@fluentui/react-text 9.0.0-nightly.b5b7401007.0 → 9.0.0-rc.3

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 (169) hide show
  1. package/CHANGELOG.json +250 -18
  2. package/CHANGELOG.md +70 -11
  3. package/MIGRATION.md +153 -103
  4. package/dist/react-text.d.ts +28 -8
  5. package/lib/Body.js.map +1 -1
  6. package/lib/Caption.js.map +1 -1
  7. package/lib/Display.js.map +1 -1
  8. package/lib/Headline.js.map +1 -1
  9. package/lib/LargeTitle.js.map +1 -1
  10. package/lib/Subheadline.js.map +1 -1
  11. package/lib/Text.js.map +1 -1
  12. package/lib/Title1.js.map +1 -1
  13. package/lib/Title2.js.map +1 -1
  14. package/lib/Title3.js.map +1 -1
  15. package/lib/components/Body/Body.d.ts +1 -0
  16. package/lib/components/Body/Body.js +6 -4
  17. package/lib/components/Body/Body.js.map +1 -1
  18. package/lib/components/Body/index.js.map +1 -1
  19. package/lib/components/Caption/Caption.d.ts +1 -0
  20. package/lib/components/Caption/Caption.js +6 -4
  21. package/lib/components/Caption/Caption.js.map +1 -1
  22. package/lib/components/Caption/index.js.map +1 -1
  23. package/lib/components/Display/Display.d.ts +1 -0
  24. package/lib/components/Display/Display.js +6 -4
  25. package/lib/components/Display/Display.js.map +1 -1
  26. package/lib/components/Display/index.js.map +1 -1
  27. package/lib/components/Headline/Headline.d.ts +1 -0
  28. package/lib/components/Headline/Headline.js +6 -4
  29. package/lib/components/Headline/Headline.js.map +1 -1
  30. package/lib/components/Headline/index.js.map +1 -1
  31. package/lib/components/LargeTitle/LargeTitle.d.ts +1 -0
  32. package/lib/components/LargeTitle/LargeTitle.js +6 -4
  33. package/lib/components/LargeTitle/LargeTitle.js.map +1 -1
  34. package/lib/components/LargeTitle/index.js.map +1 -1
  35. package/lib/components/Subheadline/Subheadline.d.ts +1 -0
  36. package/lib/components/Subheadline/Subheadline.js +6 -4
  37. package/lib/components/Subheadline/Subheadline.js.map +1 -1
  38. package/lib/components/Subheadline/index.js.map +1 -1
  39. package/lib/components/Text/Text.js +7 -7
  40. package/lib/components/Text/Text.js.map +1 -1
  41. package/lib/components/Text/Text.types.d.ts +4 -3
  42. package/lib/components/Text/Text.types.js.map +1 -1
  43. package/lib/components/Text/index.js.map +1 -1
  44. package/lib/components/Text/renderText.d.ts +1 -1
  45. package/lib/components/Text/renderText.js +7 -7
  46. package/lib/components/Text/renderText.js.map +1 -1
  47. package/lib/components/Text/useText.d.ts +3 -3
  48. package/lib/components/Text/useText.js +22 -21
  49. package/lib/components/Text/useText.js.map +1 -1
  50. package/lib/components/Text/useTextStyles.d.ts +2 -1
  51. package/lib/components/Text/useTextStyles.js +15 -11
  52. package/lib/components/Text/useTextStyles.js.map +1 -1
  53. package/lib/components/Title1/Title1.d.ts +1 -0
  54. package/lib/components/Title1/Title1.js +6 -4
  55. package/lib/components/Title1/Title1.js.map +1 -1
  56. package/lib/components/Title1/index.js.map +1 -1
  57. package/lib/components/Title2/Title2.d.ts +1 -0
  58. package/lib/components/Title2/Title2.js +6 -4
  59. package/lib/components/Title2/Title2.js.map +1 -1
  60. package/lib/components/Title2/index.js.map +1 -1
  61. package/lib/components/Title3/Title3.d.ts +1 -0
  62. package/lib/components/Title3/Title3.js +6 -4
  63. package/lib/components/Title3/Title3.js.map +1 -1
  64. package/lib/components/Title3/index.js.map +1 -1
  65. package/lib/components/wrapper.d.ts +1 -0
  66. package/lib/components/wrapper.js +13 -10
  67. package/lib/components/wrapper.js.map +1 -1
  68. package/lib/index.js.map +1 -1
  69. package/lib/typographyStyles/index.js.map +1 -1
  70. package/lib/typographyStyles/typographyStyles.d.ts +10 -11
  71. package/lib/typographyStyles/typographyStyles.js +55 -71
  72. package/lib/typographyStyles/typographyStyles.js.map +1 -1
  73. package/lib-commonjs/Body.js +1 -1
  74. package/lib-commonjs/Body.js.map +1 -1
  75. package/lib-commonjs/Caption.js +1 -1
  76. package/lib-commonjs/Caption.js.map +1 -1
  77. package/lib-commonjs/Display.js +1 -1
  78. package/lib-commonjs/Display.js.map +1 -1
  79. package/lib-commonjs/Headline.js +1 -1
  80. package/lib-commonjs/Headline.js.map +1 -1
  81. package/lib-commonjs/LargeTitle.js +1 -1
  82. package/lib-commonjs/LargeTitle.js.map +1 -1
  83. package/lib-commonjs/Subheadline.js +1 -1
  84. package/lib-commonjs/Subheadline.js.map +1 -1
  85. package/lib-commonjs/Text.js +1 -1
  86. package/lib-commonjs/Text.js.map +1 -1
  87. package/lib-commonjs/Title1.js +1 -1
  88. package/lib-commonjs/Title1.js.map +1 -1
  89. package/lib-commonjs/Title2.js +1 -1
  90. package/lib-commonjs/Title2.js.map +1 -1
  91. package/lib-commonjs/Title3.js +1 -1
  92. package/lib-commonjs/Title3.js.map +1 -1
  93. package/lib-commonjs/components/Body/Body.d.ts +1 -0
  94. package/lib-commonjs/components/Body/Body.js +9 -9
  95. package/lib-commonjs/components/Body/Body.js.map +1 -1
  96. package/lib-commonjs/components/Body/index.js +1 -1
  97. package/lib-commonjs/components/Body/index.js.map +1 -1
  98. package/lib-commonjs/components/Caption/Caption.d.ts +1 -0
  99. package/lib-commonjs/components/Caption/Caption.js +9 -9
  100. package/lib-commonjs/components/Caption/Caption.js.map +1 -1
  101. package/lib-commonjs/components/Caption/index.js +1 -1
  102. package/lib-commonjs/components/Caption/index.js.map +1 -1
  103. package/lib-commonjs/components/Display/Display.d.ts +1 -0
  104. package/lib-commonjs/components/Display/Display.js +9 -9
  105. package/lib-commonjs/components/Display/Display.js.map +1 -1
  106. package/lib-commonjs/components/Display/index.js +1 -1
  107. package/lib-commonjs/components/Display/index.js.map +1 -1
  108. package/lib-commonjs/components/Headline/Headline.d.ts +1 -0
  109. package/lib-commonjs/components/Headline/Headline.js +9 -9
  110. package/lib-commonjs/components/Headline/Headline.js.map +1 -1
  111. package/lib-commonjs/components/Headline/index.js +1 -1
  112. package/lib-commonjs/components/Headline/index.js.map +1 -1
  113. package/lib-commonjs/components/LargeTitle/LargeTitle.d.ts +1 -0
  114. package/lib-commonjs/components/LargeTitle/LargeTitle.js +9 -9
  115. package/lib-commonjs/components/LargeTitle/LargeTitle.js.map +1 -1
  116. package/lib-commonjs/components/LargeTitle/index.js +1 -1
  117. package/lib-commonjs/components/LargeTitle/index.js.map +1 -1
  118. package/lib-commonjs/components/Subheadline/Subheadline.d.ts +1 -0
  119. package/lib-commonjs/components/Subheadline/Subheadline.js +9 -9
  120. package/lib-commonjs/components/Subheadline/Subheadline.js.map +1 -1
  121. package/lib-commonjs/components/Subheadline/index.js +1 -1
  122. package/lib-commonjs/components/Subheadline/index.js.map +1 -1
  123. package/lib-commonjs/components/Text/Text.js +8 -8
  124. package/lib-commonjs/components/Text/Text.js.map +1 -1
  125. package/lib-commonjs/components/Text/Text.types.d.ts +4 -3
  126. package/lib-commonjs/components/Text/Text.types.js.map +1 -1
  127. package/lib-commonjs/components/Text/index.js +1 -1
  128. package/lib-commonjs/components/Text/index.js.map +1 -1
  129. package/lib-commonjs/components/Text/renderText.d.ts +1 -1
  130. package/lib-commonjs/components/Text/renderText.js +11 -12
  131. package/lib-commonjs/components/Text/renderText.js.map +1 -1
  132. package/lib-commonjs/components/Text/useText.d.ts +3 -3
  133. package/lib-commonjs/components/Text/useText.js +25 -25
  134. package/lib-commonjs/components/Text/useText.js.map +1 -1
  135. package/lib-commonjs/components/Text/useTextStyles.d.ts +2 -1
  136. package/lib-commonjs/components/Text/useTextStyles.js +19 -14
  137. package/lib-commonjs/components/Text/useTextStyles.js.map +1 -1
  138. package/lib-commonjs/components/Title1/Title1.d.ts +1 -0
  139. package/lib-commonjs/components/Title1/Title1.js +9 -9
  140. package/lib-commonjs/components/Title1/Title1.js.map +1 -1
  141. package/lib-commonjs/components/Title1/index.js +1 -1
  142. package/lib-commonjs/components/Title1/index.js.map +1 -1
  143. package/lib-commonjs/components/Title2/Title2.d.ts +1 -0
  144. package/lib-commonjs/components/Title2/Title2.js +9 -9
  145. package/lib-commonjs/components/Title2/Title2.js.map +1 -1
  146. package/lib-commonjs/components/Title2/index.js +1 -1
  147. package/lib-commonjs/components/Title2/index.js.map +1 -1
  148. package/lib-commonjs/components/Title3/Title3.d.ts +1 -0
  149. package/lib-commonjs/components/Title3/Title3.js +9 -9
  150. package/lib-commonjs/components/Title3/Title3.js.map +1 -1
  151. package/lib-commonjs/components/Title3/index.js +1 -1
  152. package/lib-commonjs/components/Title3/index.js.map +1 -1
  153. package/lib-commonjs/components/wrapper.d.ts +1 -0
  154. package/lib-commonjs/components/wrapper.js +14 -11
  155. package/lib-commonjs/components/wrapper.js.map +1 -1
  156. package/lib-commonjs/index.js +1 -1
  157. package/lib-commonjs/index.js.map +1 -1
  158. package/lib-commonjs/typographyStyles/index.js +1 -1
  159. package/lib-commonjs/typographyStyles/index.js.map +1 -1
  160. package/lib-commonjs/typographyStyles/typographyStyles.d.ts +10 -11
  161. package/lib-commonjs/typographyStyles/typographyStyles.js +48 -89
  162. package/lib-commonjs/typographyStyles/typographyStyles.js.map +1 -1
  163. package/package.json +8 -10
  164. package/lib/common/isConformant.d.ts +0 -4
  165. package/lib/common/isConformant.js +0 -16
  166. package/lib/common/isConformant.js.map +0 -1
  167. package/lib-commonjs/common/isConformant.d.ts +0 -4
  168. package/lib-commonjs/common/isConformant.js +0 -27
  169. package/lib-commonjs/common/isConformant.js.map +0 -1
@@ -4,106 +4,65 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
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");
7
9
  /**
8
10
  * Make-styles rules for the typography variants
9
11
  */
10
12
 
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
- };
19
-
20
- exports.caption = caption;
21
13
 
22
- var body = function (theme) {
23
- return {
24
- fontFamily: theme.fontFamilyBase,
25
- fontSize: theme.fontSizeBase300,
26
- lineHeight: theme.lineHeightBase300,
27
- fontWeight: theme.fontWeightRegular
28
- };
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
29
19
  };
30
-
31
- exports.body = body;
32
-
33
- var subheadline = function (theme) {
34
- return {
35
- fontFamily: theme.fontFamilyBase,
36
- fontSize: theme.fontSizeBase400,
37
- lineHeight: theme.lineHeightBase400,
38
- fontWeight: theme.fontWeightSemibold
39
- };
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
40
25
  };
41
-
42
- exports.subheadline = subheadline;
43
-
44
- var headline = function (theme) {
45
- return {
46
- fontFamily: theme.fontFamilyBase,
47
- fontSize: theme.fontSizeBase500,
48
- lineHeight: theme.lineHeightBase500,
49
- fontWeight: theme.fontWeightSemibold
50
- };
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
51
31
  };
52
-
53
- exports.headline = headline;
54
-
55
- var title3 = function (theme) {
56
- return {
57
- fontFamily: theme.fontFamilyBase,
58
- fontSize: theme.fontSizeBase600,
59
- lineHeight: theme.lineHeightBase600,
60
- fontWeight: theme.fontWeightSemibold
61
- };
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
62
37
  };
63
-
64
- exports.title3 = title3;
65
-
66
- var title2 = function (theme) {
67
- return {
68
- fontFamily: theme.fontFamilyBase,
69
- fontSize: theme.fontSizeHero700,
70
- lineHeight: theme.lineHeightHero700,
71
- fontWeight: theme.fontWeightSemibold
72
- };
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
73
43
  };
74
-
75
- exports.title2 = title2;
76
-
77
- var title1 = function (theme) {
78
- return {
79
- fontFamily: theme.fontFamilyBase,
80
- fontSize: theme.fontSizeHero800,
81
- lineHeight: theme.lineHeightHero800,
82
- fontWeight: theme.fontWeightSemibold
83
- };
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
84
49
  };
85
-
86
- exports.title1 = title1;
87
-
88
- var largeTitle = function (theme) {
89
- return {
90
- fontFamily: theme.fontFamilyBase,
91
- fontSize: theme.fontSizeHero900,
92
- lineHeight: theme.lineHeightHero900,
93
- fontWeight: theme.fontWeightSemibold
94
- };
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
95
55
  };
96
-
97
- exports.largeTitle = largeTitle;
98
-
99
- var display = function (theme) {
100
- return {
101
- fontFamily: theme.fontFamilyBase,
102
- fontSize: theme.fontSizeHero1000,
103
- lineHeight: theme.lineHeightHero1000,
104
- fontWeight: theme.fontWeightSemibold
105
- };
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
106
67
  };
107
-
108
- exports.display = display;
109
68
  //# 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":["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/"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-text",
3
- "version": "9.0.0-nightly.b5b7401007.0",
3
+ "version": "9.0.0-rc.3",
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",
@@ -19,17 +19,16 @@
19
19
  "just": "just-scripts",
20
20
  "lint": "just-scripts lint",
21
21
  "start": "yarn storybook",
22
- "test": "jest",
22
+ "test": "jest --passWithNoTests",
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": "node ../../scripts/storybook/runner",
26
+ "type-check": "tsc -b tsconfig.json"
26
27
  },
27
28
  "devDependencies": {
28
- "@fluentui/babel-make-styles": "9.0.0-nightly.b5b7401007.0",
29
29
  "@fluentui/eslint-plugin": "*",
30
- "@fluentui/jest-serializer-make-styles": "9.0.0-nightly.b5b7401007.0",
31
30
  "@fluentui/react-conformance": "*",
32
- "@fluentui/react-conformance-make-styles": "9.0.0-nightly.b5b7401007.0",
31
+ "@fluentui/react-conformance-griffel": "9.0.0-beta.3",
33
32
  "@fluentui/scripts": "^1.0.0",
34
33
  "@types/enzyme": "3.10.3",
35
34
  "@types/enzyme-adapter-react-16": "1.0.3",
@@ -43,8 +42,8 @@
43
42
  "react-test-renderer": "^16.3.0"
44
43
  },
45
44
  "dependencies": {
46
- "@fluentui/react-make-styles": "9.0.0-nightly.b5b7401007.0",
47
- "@fluentui/react-utilities": "9.0.0-nightly.b5b7401007.0",
45
+ "@griffel/react": "1.0.0",
46
+ "@fluentui/react-utilities": "9.0.0-rc.3",
48
47
  "tslib": "^2.1.0"
49
48
  },
50
49
  "peerDependencies": {
@@ -54,7 +53,6 @@
54
53
  "react-dom": ">=16.8.0 <18.0.0"
55
54
  },
56
55
  "beachball": {
57
- "tag": "beta",
58
56
  "disallowedChangeTypes": [
59
57
  "major",
60
58
  "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":""}