@fluentui/react-tabs 9.0.0-rc.4 → 9.0.0

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 (33) hide show
  1. package/CHANGELOG.json +146 -1
  2. package/CHANGELOG.md +46 -2
  3. package/MIGRATION.md +14 -0
  4. package/README.md +22 -3
  5. package/Spec.md +13 -83
  6. package/lib/components/Tab/Tab.js.map +1 -1
  7. package/lib/components/Tab/renderTab.js.map +1 -1
  8. package/lib/components/Tab/useTab.js.map +1 -1
  9. package/lib/components/Tab/useTabAnimatedIndicator.js +15 -11
  10. package/lib/components/Tab/useTabAnimatedIndicator.js.map +1 -1
  11. package/lib/components/Tab/useTabStyles.js +12 -2
  12. package/lib/components/Tab/useTabStyles.js.map +1 -1
  13. package/lib/components/TabList/TabList.js.map +1 -1
  14. package/lib/components/TabList/TabListContext.js.map +1 -1
  15. package/lib/components/TabList/renderTabList.js.map +1 -1
  16. package/lib/components/TabList/useTabList.js.map +1 -1
  17. package/lib/components/TabList/useTabListContextValues.js.map +1 -1
  18. package/lib/components/TabList/useTabListStyles.js.map +1 -1
  19. package/lib-commonjs/components/Tab/Tab.js.map +1 -1
  20. package/lib-commonjs/components/Tab/renderTab.js.map +1 -1
  21. package/lib-commonjs/components/Tab/useTab.js.map +1 -1
  22. package/lib-commonjs/components/Tab/useTabAnimatedIndicator.js +15 -11
  23. package/lib-commonjs/components/Tab/useTabAnimatedIndicator.js.map +1 -1
  24. package/lib-commonjs/components/Tab/useTabStyles.js +12 -2
  25. package/lib-commonjs/components/Tab/useTabStyles.js.map +1 -1
  26. package/lib-commonjs/components/TabList/TabList.js.map +1 -1
  27. package/lib-commonjs/components/TabList/TabListContext.js.map +1 -1
  28. package/lib-commonjs/components/TabList/renderTabList.js.map +1 -1
  29. package/lib-commonjs/components/TabList/useTabList.js.map +1 -1
  30. package/lib-commonjs/components/TabList/useTabListContextValues.js.map +1 -1
  31. package/lib-commonjs/components/TabList/useTabListStyles.js.map +1 -1
  32. package/lib-commonjs/index.js.map +1 -1
  33. package/package.json +10 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tabs",
3
- "version": "9.0.0-rc.4",
3
+ "version": "9.0.0",
4
4
  "description": "Fluent UI React tabs components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -27,30 +27,28 @@
27
27
  "devDependencies": {
28
28
  "@fluentui/eslint-plugin": "*",
29
29
  "@fluentui/react-conformance": "*",
30
- "@fluentui/react-conformance-griffel": "9.0.0-beta.7",
31
- "@fluentui/react-context-selector": "9.0.0-rc.9",
30
+ "@fluentui/react-conformance-griffel": "9.0.0-beta.9",
32
31
  "@fluentui/scripts": "^1.0.0"
33
32
  },
34
33
  "dependencies": {
35
- "@griffel/react": "1.0.5",
36
- "@fluentui/react-context-selector": "9.0.0-rc.9",
37
- "@fluentui/react-tabster": "9.0.0-rc.12",
38
- "@fluentui/react-theme": "9.0.0-rc.9",
39
- "@fluentui/react-utilities": "9.0.0-rc.9",
34
+ "@fluentui/react-context-selector": "^9.0.0",
35
+ "@fluentui/react-tabster": "^9.0.0",
36
+ "@fluentui/react-theme": "^9.0.0",
37
+ "@fluentui/react-utilities": "^9.0.0",
38
+ "@griffel/react": "1.2.0",
40
39
  "tslib": "^2.1.0"
41
40
  },
42
41
  "peerDependencies": {
43
42
  "@types/react": ">=16.8.0 <18.0.0",
44
43
  "@types/react-dom": ">=16.8.0 <18.0.0",
45
44
  "react": ">=16.8.0 <18.0.0",
46
- "react-dom": ">=16.8.0 <18.0.0"
45
+ "react-dom": ">=16.8.0 <18.0.0",
46
+ "scheduler": "^0.19.0 || ^0.20.0"
47
47
  },
48
48
  "beachball": {
49
49
  "tag": "beta",
50
50
  "disallowedChangeTypes": [
51
- "major",
52
- "minor",
53
- "patch"
51
+ "major"
54
52
  ]
55
53
  },
56
54
  "exports": {