@fluentui/react-components 9.7.0 → 9.7.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.
- package/CHANGELOG.json +442 -1
- package/CHANGELOG.md +43 -2
- package/dist/index.d.ts +3 -0
- package/dist/unstable.d.ts +24 -0
- package/lib/AccessibilityScenarios/utils.js.map +1 -1
- package/lib/Concepts/Icons/ReactIconGrid.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +1 -0
- package/lib/unstable/index.js.map +1 -1
- package/lib-amd/index.js +364 -0
- package/lib-amd/index.js.map +1 -0
- package/lib-commonjs/AccessibilityScenarios/utils.js.map +1 -1
- package/lib-commonjs/Concepts/Icons/ReactIconGrid.js.map +1 -1
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +36 -3
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +42 -42
- package/public/favicon-192.ico +0 -0
- package/public/favicon.ico +0 -0
- package/public/fluent.svg +0 -4
- package/public/fluentui-banner2.jpg +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.7.
|
|
3
|
+
"version": "9.7.1",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -19,11 +19,10 @@
|
|
|
19
19
|
"just": "just-scripts",
|
|
20
20
|
"lint": "just-scripts lint",
|
|
21
21
|
"start": "yarn storybook",
|
|
22
|
-
"
|
|
23
|
-
"build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../../scripts/typescript/normalize-import --output ./dist/types/packages/react-components/react-components/src && yarn docs",
|
|
24
|
-
"storybook": "start-storybook --port 3000 --no-manager-cache",
|
|
22
|
+
"storybook": "start-storybook",
|
|
25
23
|
"test": "jest --passWithNoTests",
|
|
26
|
-
"type-check": "tsc -b tsconfig.json"
|
|
24
|
+
"type-check": "tsc -b tsconfig.json",
|
|
25
|
+
"generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor"
|
|
27
26
|
},
|
|
28
27
|
"devDependencies": {
|
|
29
28
|
"@fluentui/eslint-plugin": "*",
|
|
@@ -32,45 +31,46 @@
|
|
|
32
31
|
"react-hook-form": "^5.7.2"
|
|
33
32
|
},
|
|
34
33
|
"dependencies": {
|
|
35
|
-
"@fluentui/react-accordion": "^9.0.
|
|
36
|
-
"@fluentui/react-alert": "9.0.0-beta.
|
|
37
|
-
"@fluentui/react-avatar": "^9.2.
|
|
38
|
-
"@fluentui/react-badge": "^9.0.
|
|
39
|
-
"@fluentui/react-button": "^9.1.
|
|
40
|
-
"@fluentui/react-card": "9.0.0-beta.
|
|
41
|
-
"@fluentui/react-checkbox": "^9.0.
|
|
42
|
-
"@fluentui/react-combobox": "^9.0.0-beta.
|
|
43
|
-
"@fluentui/react-dialog": "^9.1.
|
|
44
|
-
"@fluentui/react-divider": "^9.1.
|
|
45
|
-
"@fluentui/react-field": "9.0.0-alpha.
|
|
46
|
-
"@fluentui/react-image": "^9.0.
|
|
47
|
-
"@fluentui/react-
|
|
48
|
-
"@fluentui/react-
|
|
49
|
-
"@fluentui/react-
|
|
50
|
-
"@fluentui/react-
|
|
51
|
-
"@fluentui/react-
|
|
52
|
-
"@fluentui/react-
|
|
53
|
-
"@fluentui/react-
|
|
54
|
-
"@fluentui/react-
|
|
55
|
-
"@fluentui/react-
|
|
56
|
-
"@fluentui/react-
|
|
57
|
-
"@fluentui/react-
|
|
58
|
-
"@fluentui/react-
|
|
59
|
-
"@fluentui/react-
|
|
34
|
+
"@fluentui/react-accordion": "^9.0.12",
|
|
35
|
+
"@fluentui/react-alert": "9.0.0-beta.18",
|
|
36
|
+
"@fluentui/react-avatar": "^9.2.7",
|
|
37
|
+
"@fluentui/react-badge": "^9.0.13",
|
|
38
|
+
"@fluentui/react-button": "^9.1.9",
|
|
39
|
+
"@fluentui/react-card": "9.0.0-beta.33",
|
|
40
|
+
"@fluentui/react-checkbox": "^9.0.13",
|
|
41
|
+
"@fluentui/react-combobox": "^9.0.0-beta.16",
|
|
42
|
+
"@fluentui/react-dialog": "^9.1.2",
|
|
43
|
+
"@fluentui/react-divider": "^9.1.5",
|
|
44
|
+
"@fluentui/react-field": "9.0.0-alpha.9",
|
|
45
|
+
"@fluentui/react-image": "^9.0.12",
|
|
46
|
+
"@fluentui/react-infobutton": "9.0.0-beta.1",
|
|
47
|
+
"@fluentui/react-input": "^9.2.6",
|
|
48
|
+
"@fluentui/react-label": "^9.0.11",
|
|
49
|
+
"@fluentui/react-link": "^9.0.12",
|
|
50
|
+
"@fluentui/react-menu": "^9.5.0",
|
|
51
|
+
"@fluentui/react-overflow": "9.0.0-rc.1",
|
|
52
|
+
"@fluentui/react-persona": "9.1.0-beta.4",
|
|
53
|
+
"@fluentui/react-portal": "^9.0.11",
|
|
54
|
+
"@fluentui/react-popover": "^9.3.2",
|
|
55
|
+
"@fluentui/react-positioning": "^9.3.2",
|
|
56
|
+
"@fluentui/react-progress": "9.0.0-alpha.6",
|
|
57
|
+
"@fluentui/react-provider": "^9.1.8",
|
|
58
|
+
"@fluentui/react-radio": "^9.0.12",
|
|
59
|
+
"@fluentui/react-select": "9.0.0-beta.15",
|
|
60
60
|
"@fluentui/react-shared-contexts": "^9.1.1",
|
|
61
|
-
"@fluentui/react-slider": "^9.0.
|
|
62
|
-
"@fluentui/react-spinbutton": "^9.0.
|
|
63
|
-
"@fluentui/react-spinner": "^9.0.
|
|
64
|
-
"@fluentui/react-switch": "^9.0.
|
|
65
|
-
"@fluentui/react-table": "9.0.0-alpha.
|
|
66
|
-
"@fluentui/react-tabs": "^9.1.
|
|
67
|
-
"@fluentui/react-tabster": "^9.3.
|
|
68
|
-
"@fluentui/react-textarea": "^9.1.
|
|
61
|
+
"@fluentui/react-slider": "^9.0.11",
|
|
62
|
+
"@fluentui/react-spinbutton": "^9.0.9",
|
|
63
|
+
"@fluentui/react-spinner": "^9.0.11",
|
|
64
|
+
"@fluentui/react-switch": "^9.0.12",
|
|
65
|
+
"@fluentui/react-table": "9.0.0-alpha.12",
|
|
66
|
+
"@fluentui/react-tabs": "^9.1.1",
|
|
67
|
+
"@fluentui/react-tabster": "^9.3.1",
|
|
68
|
+
"@fluentui/react-textarea": "^9.1.6",
|
|
69
69
|
"@fluentui/react-theme": "^9.1.2",
|
|
70
|
-
"@fluentui/react-toolbar": "9.0.0-beta.
|
|
71
|
-
"@fluentui/react-tooltip": "^9.1.
|
|
72
|
-
"@fluentui/react-utilities": "^9.2.
|
|
73
|
-
"@fluentui/react-text": "^9.1.
|
|
70
|
+
"@fluentui/react-toolbar": "9.0.0-beta.14",
|
|
71
|
+
"@fluentui/react-tooltip": "^9.1.2",
|
|
72
|
+
"@fluentui/react-utilities": "^9.2.2",
|
|
73
|
+
"@fluentui/react-text": "^9.1.7",
|
|
74
74
|
"@griffel/react": "^1.4.2",
|
|
75
75
|
"tslib": "^2.1.0"
|
|
76
76
|
},
|
package/public/favicon-192.ico
DELETED
|
Binary file
|
package/public/favicon.ico
DELETED
|
Binary file
|
package/public/fluent.svg
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="76" height="28" viewBox="0 0 76 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M36.7578 9.85156H32.8047V12.6016H36.4375V14.6484H32.8047V19H30.2812V7.79688H36.7578V9.85156ZM40.6759 19H38.2072V7.15625H40.6759V19ZM50.1956 19H47.7347V17.7812H47.6956C47.0863 18.724 46.2711 19.1953 45.2503 19.1953C43.3961 19.1953 42.4691 18.0729 42.4691 15.8281V11H44.93V15.6094C44.93 16.7396 45.3779 17.3047 46.2738 17.3047C46.7165 17.3047 47.0706 17.151 47.3363 16.8438C47.6019 16.5312 47.7347 16.1094 47.7347 15.5781V11H50.1956V19ZM59.3091 15.7031H54.0903C54.1736 16.8646 54.9054 17.4453 56.2856 17.4453C57.1658 17.4453 57.9393 17.237 58.6059 16.8203V18.6016C57.8664 18.9974 56.9054 19.1953 55.7231 19.1953C54.4315 19.1953 53.4289 18.8385 52.7153 18.125C52.0018 17.4062 51.645 16.4062 51.645 15.125C51.645 13.7969 52.0304 12.7448 52.8013 11.9688C53.5721 11.1927 54.52 10.8047 55.645 10.8047C56.8117 10.8047 57.7127 11.151 58.3481 11.8438C58.9888 12.5365 59.3091 13.4766 59.3091 14.6641V15.7031ZM57.02 14.1875C57.02 13.0417 56.5565 12.4688 55.6294 12.4688C55.2335 12.4688 54.8898 12.6328 54.5981 12.9609C54.3117 13.2891 54.1372 13.6979 54.0747 14.1875H57.02ZM68.3444 19H65.8834V14.5547C65.8834 13.3151 65.4407 12.6953 64.5553 12.6953C64.1282 12.6953 63.7767 12.8594 63.5006 13.1875C63.2246 13.5156 63.0866 13.9323 63.0866 14.4375V19H60.6178V11H63.0866V12.2656H63.1178C63.7064 11.2917 64.5631 10.8047 65.6881 10.8047C67.459 10.8047 68.3444 11.9036 68.3444 14.1016V19ZM74.9813 18.9062C74.6167 19.099 74.0672 19.1953 73.3328 19.1953C71.5932 19.1953 70.7234 18.2917 70.7234 16.4844V12.8203H69.4266V11H70.7234V9.27344L73.1844 8.57031V11H74.9813V12.8203H73.1844V16.0547C73.1844 16.888 73.5151 17.3047 74.1766 17.3047C74.437 17.3047 74.7052 17.2292 74.9813 17.0781V18.9062Z" fill="#1B1A19"/>
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.5 4.66667L8.25 0L0 4.66667V14V23.3333L8.25 28V18.6667L16.5 14L8.25 9.33333L16.5 4.66667Z" fill="#1B1A19"/>
|
|
4
|
-
</svg>
|
|
Binary file
|