@fluentui/react-switch 9.0.0-alpha.8 → 9.0.0-nightly.25435def33.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.
- package/CHANGELOG.json +648 -1
- package/CHANGELOG.md +180 -2
- package/dist/react-switch.d.ts +7 -2
- package/lib/components/Switch/Switch.d.ts +2 -2
- package/lib/components/Switch/Switch.js.map +1 -1
- package/lib/components/Switch/Switch.types.d.ts +5 -1
- package/lib/components/Switch/renderSwitch.js +1 -1
- package/lib/components/Switch/renderSwitch.js.map +1 -1
- package/lib/components/Switch/useSwitch.js +6 -1
- package/lib/components/Switch/useSwitch.js.map +1 -1
- package/lib/components/Switch/useSwitchState.js +124 -19
- package/lib/components/Switch/useSwitchState.js.map +1 -1
- package/lib/components/Switch/useSwitchStyles.js +186 -95
- package/lib/components/Switch/useSwitchStyles.js.map +1 -1
- package/lib-commonjs/components/Switch/Switch.d.ts +2 -2
- package/lib-commonjs/components/Switch/Switch.js.map +1 -1
- package/lib-commonjs/components/Switch/Switch.types.d.ts +5 -1
- package/lib-commonjs/components/Switch/renderSwitch.js +1 -1
- package/lib-commonjs/components/Switch/renderSwitch.js.map +1 -1
- package/lib-commonjs/components/Switch/useSwitch.js +6 -1
- package/lib-commonjs/components/Switch/useSwitch.js.map +1 -1
- package/lib-commonjs/components/Switch/useSwitchState.js +123 -18
- package/lib-commonjs/components/Switch/useSwitchState.js.map +1 -1
- package/lib-commonjs/components/Switch/useSwitchStyles.js +185 -94
- package/lib-commonjs/components/Switch/useSwitchStyles.js.map +1 -1
- package/package.json +12 -12
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-switch",
|
3
|
-
"version": "9.0.0-
|
3
|
+
"version": "9.0.0-nightly.25435def33.0",
|
4
4
|
"description": "Fluent UI React Switch component.",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -25,14 +25,14 @@
|
|
25
25
|
"storybook": "start-storybook"
|
26
26
|
},
|
27
27
|
"devDependencies": {
|
28
|
-
"@fluentui/babel-make-styles": "9.0.0-
|
28
|
+
"@fluentui/babel-make-styles": "9.0.0-nightly.25435def33.0",
|
29
29
|
"@fluentui/eslint-plugin": "*",
|
30
|
-
"@fluentui/jest-serializer-make-styles": "9.0.0-
|
30
|
+
"@fluentui/jest-serializer-make-styles": "9.0.0-nightly.25435def33.0",
|
31
31
|
"@fluentui/react-conformance": "*",
|
32
|
-
"@fluentui/react-conformance-make-styles": "9.0.0-
|
33
|
-
"@fluentui/react-label": "9.0.0-
|
34
|
-
"@fluentui/react-provider": "9.0.0-
|
35
|
-
"@fluentui/react-theme": "9.0.0-
|
32
|
+
"@fluentui/react-conformance-make-styles": "9.0.0-nightly.25435def33.0",
|
33
|
+
"@fluentui/react-label": "9.0.0-nightly.25435def33.0",
|
34
|
+
"@fluentui/react-provider": "9.0.0-nightly.25435def33.0",
|
35
|
+
"@fluentui/react-theme": "9.0.0-nightly.25435def33.0",
|
36
36
|
"@fluentui/scripts": "^1.0.0",
|
37
37
|
"@types/enzyme": "3.10.3",
|
38
38
|
"@types/enzyme-adapter-react-16": "1.0.3",
|
@@ -46,10 +46,10 @@
|
|
46
46
|
"react-test-renderer": "^16.3.0"
|
47
47
|
},
|
48
48
|
"dependencies": {
|
49
|
-
"@fluentui/react-make-styles": "9.0.0-
|
50
|
-
"@fluentui/react-shared-contexts": "9.0.0-
|
51
|
-
"@fluentui/react-tabster": "9.0.0-
|
52
|
-
"@fluentui/react-utilities": "9.0.0-
|
49
|
+
"@fluentui/react-make-styles": "9.0.0-nightly.25435def33.0",
|
50
|
+
"@fluentui/react-shared-contexts": "9.0.0-nightly.25435def33.0",
|
51
|
+
"@fluentui/react-tabster": "9.0.0-nightly.25435def33.0",
|
52
|
+
"@fluentui/react-utilities": "9.0.0-nightly.25435def33.0",
|
53
53
|
"tslib": "^2.1.0"
|
54
54
|
},
|
55
55
|
"peerDependencies": {
|
@@ -59,7 +59,7 @@
|
|
59
59
|
"react-dom": ">=16.8.0 <18.0.0"
|
60
60
|
},
|
61
61
|
"beachball": {
|
62
|
-
"tag": "
|
62
|
+
"tag": "beta",
|
63
63
|
"disallowedChangeTypes": [
|
64
64
|
"major",
|
65
65
|
"minor",
|