@fluentui/react-alert 9.0.0-beta.9 → 9.0.0-beta.91
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.md +1009 -2
- package/README.md +5 -3
- package/dist/index.d.ts +11 -0
- package/lib/Alert.js +0 -1
- package/lib/Alert.js.map +1 -1
- package/lib/components/Alert/Alert.js +12 -8
- package/lib/components/Alert/Alert.js.map +1 -1
- package/lib/components/Alert/Alert.types.js +1 -2
- package/lib/components/Alert/Alert.types.js.map +1 -1
- package/lib/components/Alert/index.js +1 -2
- package/lib/components/Alert/index.js.map +1 -1
- package/lib/components/Alert/renderAlert.js +16 -13
- package/lib/components/Alert/renderAlert.js.map +1 -1
- package/lib/components/Alert/useAlert.js +64 -69
- package/lib/components/Alert/useAlert.js.map +1 -1
- package/lib/components/Alert/useAlertStyles.styles.js +139 -0
- package/lib/components/Alert/useAlertStyles.styles.js.map +1 -0
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/Alert.js +3 -7
- package/lib-commonjs/Alert.js.map +1 -1
- package/lib-commonjs/components/Alert/Alert.js +22 -23
- package/lib-commonjs/components/Alert/Alert.js.map +1 -1
- package/lib-commonjs/components/Alert/Alert.types.js +1 -3
- package/lib-commonjs/components/Alert/Alert.types.js.map +1 -1
- package/lib-commonjs/components/Alert/index.js +7 -15
- package/lib-commonjs/components/Alert/index.js.map +1 -1
- package/lib-commonjs/components/Alert/renderAlert.js +20 -21
- package/lib-commonjs/components/Alert/renderAlert.js.map +1 -1
- package/lib-commonjs/components/Alert/useAlert.js +74 -92
- package/lib-commonjs/components/Alert/useAlert.js.map +1 -1
- package/lib-commonjs/components/Alert/useAlertStyles.styles.js +280 -0
- package/lib-commonjs/components/Alert/useAlertStyles.styles.js.map +1 -0
- package/lib-commonjs/index.js +25 -36
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +38 -20
- package/CHANGELOG.json +0 -450
- package/Migration.md +0 -0
- package/Spec.md +0 -97
- package/lib/components/Alert/useAlertStyles.js +0 -112
- package/lib/components/Alert/useAlertStyles.js.map +0 -1
- package/lib-commonjs/components/Alert/useAlertStyles.js +0 -123
- package/lib-commonjs/components/Alert/useAlertStyles.js.map +0 -1
package/lib-commonjs/index.js
CHANGED
|
@@ -1,40 +1,29 @@
|
|
|
1
|
+
// eslint-disable-next-line deprecation/deprecation
|
|
1
2
|
"use strict";
|
|
2
|
-
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
|
|
4
|
+
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
6
|
+
function _export(target, all) {
|
|
7
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: all[name]
|
|
10
|
+
});
|
|
11
|
+
}
|
|
12
|
+
_export(exports, {
|
|
13
|
+
Alert: function() {
|
|
14
|
+
return _Alert.Alert;
|
|
15
|
+
},
|
|
16
|
+
alertClassNames: function() {
|
|
17
|
+
return _Alert.alertClassNames;
|
|
18
|
+
},
|
|
19
|
+
renderAlert_unstable: function() {
|
|
20
|
+
return _Alert.renderAlert_unstable;
|
|
21
|
+
},
|
|
22
|
+
useAlertStyles_unstable: function() {
|
|
23
|
+
return _Alert.useAlertStyles_unstable;
|
|
24
|
+
},
|
|
25
|
+
useAlert_unstable: function() {
|
|
26
|
+
return _Alert.useAlert_unstable;
|
|
27
|
+
}
|
|
15
28
|
});
|
|
16
|
-
|
|
17
|
-
enumerable: true,
|
|
18
|
-
get: function () {
|
|
19
|
-
return Alert_1.alertClassNames;
|
|
20
|
-
}
|
|
21
|
-
});
|
|
22
|
-
Object.defineProperty(exports, "renderAlert_unstable", {
|
|
23
|
-
enumerable: true,
|
|
24
|
-
get: function () {
|
|
25
|
-
return Alert_1.renderAlert_unstable;
|
|
26
|
-
}
|
|
27
|
-
});
|
|
28
|
-
Object.defineProperty(exports, "useAlertStyles_unstable", {
|
|
29
|
-
enumerable: true,
|
|
30
|
-
get: function () {
|
|
31
|
-
return Alert_1.useAlertStyles_unstable;
|
|
32
|
-
}
|
|
33
|
-
});
|
|
34
|
-
Object.defineProperty(exports, "useAlert_unstable", {
|
|
35
|
-
enumerable: true,
|
|
36
|
-
get: function () {
|
|
37
|
-
return Alert_1.useAlert_unstable;
|
|
38
|
-
}
|
|
39
|
-
});
|
|
40
|
-
//# sourceMappingURL=index.js.map
|
|
29
|
+
const _Alert = require("./Alert");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["index.
|
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["// eslint-disable-next-line deprecation/deprecation\nexport { Alert, alertClassNames, renderAlert_unstable, useAlertStyles_unstable, useAlert_unstable } from './Alert';\n"],"names":["Alert","alertClassNames","renderAlert_unstable","useAlertStyles_unstable","useAlert_unstable"],"mappings":"AAAA,mDAAmD;;;;;;;;;;;;IAC1CA,KAAK;eAALA,YAAK;;IAAEC,eAAe;eAAfA,sBAAe;;IAAEC,oBAAoB;eAApBA,2BAAoB;;IAAEC,uBAAuB;eAAvBA,8BAAuB;;IAAEC,iBAAiB;eAAjBA,wBAAiB;;;uBAAQ"}
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-alert",
|
|
3
|
-
"version": "9.0.0-beta.
|
|
3
|
+
"version": "9.0.0-beta.91",
|
|
4
4
|
"description": "An alert component to display brief messages",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
7
|
-
"typings": "dist/index.d.ts",
|
|
7
|
+
"typings": "./dist/index.d.ts",
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -13,38 +13,41 @@
|
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"scripts": {
|
|
15
15
|
"build": "just-scripts build",
|
|
16
|
-
"bundle-size": "
|
|
16
|
+
"bundle-size": "monosize measure",
|
|
17
17
|
"clean": "just-scripts clean",
|
|
18
18
|
"code-style": "just-scripts code-style",
|
|
19
19
|
"just": "just-scripts",
|
|
20
20
|
"lint": "just-scripts lint",
|
|
21
21
|
"start": "yarn storybook",
|
|
22
22
|
"test": "jest --passWithNoTests",
|
|
23
|
-
"docs": "api-extractor run --config=config/api-extractor.local.json --local",
|
|
24
|
-
"build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../../scripts/typescript/normalize-import --output ./dist/types/packages/react-components/react-alert/src && yarn docs",
|
|
25
23
|
"storybook": "start-storybook",
|
|
26
|
-
"type-check": "tsc -b tsconfig.json"
|
|
24
|
+
"type-check": "tsc -b tsconfig.json",
|
|
25
|
+
"generate-api": "just-scripts generate-api",
|
|
26
|
+
"test-ssr": "test-ssr \"./stories/**/*.stories.tsx\""
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@fluentui/eslint-plugin": "*",
|
|
30
30
|
"@fluentui/react-conformance": "*",
|
|
31
|
-
"@fluentui/react-conformance-griffel": "
|
|
32
|
-
"@fluentui/scripts": "
|
|
31
|
+
"@fluentui/react-conformance-griffel": "*",
|
|
32
|
+
"@fluentui/scripts-api-extractor": "*",
|
|
33
|
+
"@fluentui/scripts-tasks": "*"
|
|
33
34
|
},
|
|
34
35
|
"dependencies": {
|
|
35
|
-
"@fluentui/react-avatar": "^9.
|
|
36
|
-
"@fluentui/react-button": "^9.
|
|
37
|
-
"@fluentui/react-icons": "^2.0.
|
|
38
|
-
"@fluentui/react-
|
|
39
|
-
"@fluentui/react-
|
|
40
|
-
"@
|
|
41
|
-
"
|
|
36
|
+
"@fluentui/react-avatar": "^9.5.45",
|
|
37
|
+
"@fluentui/react-button": "^9.3.54",
|
|
38
|
+
"@fluentui/react-icons": "^2.0.217",
|
|
39
|
+
"@fluentui/react-tabster": "^9.14.4",
|
|
40
|
+
"@fluentui/react-theme": "^9.1.16",
|
|
41
|
+
"@fluentui/react-utilities": "^9.15.2",
|
|
42
|
+
"@fluentui/react-jsx-runtime": "^9.0.19",
|
|
43
|
+
"@griffel/react": "^1.5.14",
|
|
44
|
+
"@swc/helpers": "^0.5.1"
|
|
42
45
|
},
|
|
43
46
|
"peerDependencies": {
|
|
44
|
-
"@types/react": ">=16.
|
|
45
|
-
"@types/react-dom": ">=16.
|
|
46
|
-
"react": ">=16.
|
|
47
|
-
"react-dom": ">=16.
|
|
47
|
+
"@types/react": ">=16.14.0 <19.0.0",
|
|
48
|
+
"@types/react-dom": ">=16.14.0 <19.0.0",
|
|
49
|
+
"react": ">=16.14.0 <19.0.0",
|
|
50
|
+
"react-dom": ">=16.14.0 <19.0.0"
|
|
48
51
|
},
|
|
49
52
|
"beachball": {
|
|
50
53
|
"disallowedChangeTypes": [
|
|
@@ -52,5 +55,20 @@
|
|
|
52
55
|
"minor",
|
|
53
56
|
"patch"
|
|
54
57
|
]
|
|
55
|
-
}
|
|
58
|
+
},
|
|
59
|
+
"exports": {
|
|
60
|
+
".": {
|
|
61
|
+
"types": "./dist/index.d.ts",
|
|
62
|
+
"node": "./lib-commonjs/index.js",
|
|
63
|
+
"import": "./lib/index.js",
|
|
64
|
+
"require": "./lib-commonjs/index.js"
|
|
65
|
+
},
|
|
66
|
+
"./package.json": "./package.json"
|
|
67
|
+
},
|
|
68
|
+
"files": [
|
|
69
|
+
"*.md",
|
|
70
|
+
"dist/*.d.ts",
|
|
71
|
+
"lib",
|
|
72
|
+
"lib-commonjs"
|
|
73
|
+
]
|
|
56
74
|
}
|
package/CHANGELOG.json
DELETED
|
@@ -1,450 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@fluentui/react-alert",
|
|
3
|
-
"entries": [
|
|
4
|
-
{
|
|
5
|
-
"date": "Thu, 15 Sep 2022 09:45:08 GMT",
|
|
6
|
-
"tag": "@fluentui/react-alert_v9.0.0-beta.9",
|
|
7
|
-
"version": "9.0.0-beta.9",
|
|
8
|
-
"comments": {
|
|
9
|
-
"none": [
|
|
10
|
-
{
|
|
11
|
-
"author": "martinhochel@microsoft.com",
|
|
12
|
-
"package": "@fluentui/react-alert",
|
|
13
|
-
"commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
|
|
14
|
-
"comment": "chore: update package scaffold"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"author": "rohitpag@microsoft.com",
|
|
18
|
-
"package": "@fluentui/react-alert",
|
|
19
|
-
"commit": "045c66e2a2142e3d2380da05a9aa60b54de6888c",
|
|
20
|
-
"comment": "Adding appearance prop to the alert component"
|
|
21
|
-
}
|
|
22
|
-
],
|
|
23
|
-
"prerelease": [
|
|
24
|
-
{
|
|
25
|
-
"author": "olfedias@microsoft.com",
|
|
26
|
-
"package": "@fluentui/react-alert",
|
|
27
|
-
"commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
|
|
28
|
-
"comment": "chore: Update Griffel to latest version"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"author": "beachball",
|
|
32
|
-
"package": "@fluentui/react-alert",
|
|
33
|
-
"comment": "Bump @fluentui/react-avatar to v9.1.0",
|
|
34
|
-
"commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"author": "beachball",
|
|
38
|
-
"package": "@fluentui/react-alert",
|
|
39
|
-
"comment": "Bump @fluentui/react-button to v9.1.1",
|
|
40
|
-
"commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"author": "beachball",
|
|
44
|
-
"package": "@fluentui/react-alert",
|
|
45
|
-
"comment": "Bump @fluentui/react-theme to v9.1.0",
|
|
46
|
-
"commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"author": "beachball",
|
|
50
|
-
"package": "@fluentui/react-alert",
|
|
51
|
-
"comment": "Bump @fluentui/react-utilities to v9.1.0",
|
|
52
|
-
"commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"author": "beachball",
|
|
56
|
-
"package": "@fluentui/react-alert",
|
|
57
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13",
|
|
58
|
-
"commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
|
|
59
|
-
}
|
|
60
|
-
]
|
|
61
|
-
}
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"date": "Wed, 03 Aug 2022 16:03:36 GMT",
|
|
65
|
-
"tag": "@fluentui/react-alert_v9.0.0-beta.8",
|
|
66
|
-
"version": "9.0.0-beta.8",
|
|
67
|
-
"comments": {
|
|
68
|
-
"prerelease": [
|
|
69
|
-
{
|
|
70
|
-
"author": "miroslav.stastny@microsoft.com",
|
|
71
|
-
"package": "@fluentui/react-alert",
|
|
72
|
-
"commit": "08563664778fd80284561d3c9d254307a0a32362",
|
|
73
|
-
"comment": "chore: Bump Griffel dependencies"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"author": "beachball",
|
|
77
|
-
"package": "@fluentui/react-alert",
|
|
78
|
-
"comment": "Bump @fluentui/react-avatar to v9.0.4",
|
|
79
|
-
"commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"author": "beachball",
|
|
83
|
-
"package": "@fluentui/react-alert",
|
|
84
|
-
"comment": "Bump @fluentui/react-button to v9.1.0",
|
|
85
|
-
"commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"author": "beachball",
|
|
89
|
-
"package": "@fluentui/react-alert",
|
|
90
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.12",
|
|
91
|
-
"commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
|
|
92
|
-
}
|
|
93
|
-
]
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"date": "Thu, 14 Jul 2022 21:21:08 GMT",
|
|
98
|
-
"tag": "@fluentui/react-alert_v9.0.0-beta.7",
|
|
99
|
-
"version": "9.0.0-beta.7",
|
|
100
|
-
"comments": {
|
|
101
|
-
"prerelease": [
|
|
102
|
-
{
|
|
103
|
-
"author": "Humberto.Morimoto@microsoft.com",
|
|
104
|
-
"package": "@fluentui/react-alert",
|
|
105
|
-
"commit": "802bc4e3730a88b0fc61b5bf42ef7fc6b6543fe2",
|
|
106
|
-
"comment": "fix: Fixing bad version bump of @fluentui/react-utilities."
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"author": "beachball",
|
|
110
|
-
"package": "@fluentui/react-alert",
|
|
111
|
-
"comment": "Bump @fluentui/react-avatar to v9.0.3",
|
|
112
|
-
"commit": "79b513146194367544160f364b0a7dd749ed93e4"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"author": "beachball",
|
|
116
|
-
"package": "@fluentui/react-alert",
|
|
117
|
-
"comment": "Bump @fluentui/react-button to v9.0.3",
|
|
118
|
-
"commit": "79b513146194367544160f364b0a7dd749ed93e4"
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"author": "beachball",
|
|
122
|
-
"package": "@fluentui/react-alert",
|
|
123
|
-
"comment": "Bump @fluentui/react-utilities to v9.0.2",
|
|
124
|
-
"commit": "79b513146194367544160f364b0a7dd749ed93e4"
|
|
125
|
-
}
|
|
126
|
-
]
|
|
127
|
-
}
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"date": "Thu, 14 Jul 2022 17:06:12 GMT",
|
|
131
|
-
"tag": "@fluentui/react-alert_v9.0.0-beta.6",
|
|
132
|
-
"version": "9.0.0-beta.6",
|
|
133
|
-
"comments": {
|
|
134
|
-
"prerelease": [
|
|
135
|
-
{
|
|
136
|
-
"author": "ololubek@microsoft.com",
|
|
137
|
-
"package": "@fluentui/react-alert",
|
|
138
|
-
"commit": "63ab03fa7a9b3d02204147ea5356b8f78751df42",
|
|
139
|
-
"comment": "chore: Update @fluentui/react-icons dependency to v2.0.175"
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
"author": "sarah.higley@microsoft.com",
|
|
143
|
-
"package": "@fluentui/react-alert",
|
|
144
|
-
"commit": "18cb868b8978fc56b9dc2ded0aaf79d17e6deeee",
|
|
145
|
-
"comment": "update Alert with live region attributes"
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"author": "rohitpag@microsoft.com",
|
|
149
|
-
"package": "@fluentui/react-alert",
|
|
150
|
-
"commit": "b4a1586d84a3f1480327d288b128eb102b44ba5a",
|
|
151
|
-
"comment": "feat: Adding avatar slot support to Alert"
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"author": "beachball",
|
|
155
|
-
"package": "@fluentui/react-alert",
|
|
156
|
-
"comment": "Bump @fluentui/react-avatar to v9.0.2",
|
|
157
|
-
"commit": "35237381e941c8935b1892c9217096cea3e5601f"
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"author": "beachball",
|
|
161
|
-
"package": "@fluentui/react-alert",
|
|
162
|
-
"comment": "Bump @fluentui/react-button to v9.0.2",
|
|
163
|
-
"commit": "35237381e941c8935b1892c9217096cea3e5601f"
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"author": "beachball",
|
|
167
|
-
"package": "@fluentui/react-alert",
|
|
168
|
-
"comment": "Bump @fluentui/react-utilities to v9.0.1-0",
|
|
169
|
-
"commit": "35237381e941c8935b1892c9217096cea3e5601f"
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"author": "beachball",
|
|
173
|
-
"package": "@fluentui/react-alert",
|
|
174
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.11",
|
|
175
|
-
"commit": "35237381e941c8935b1892c9217096cea3e5601f"
|
|
176
|
-
}
|
|
177
|
-
]
|
|
178
|
-
}
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"date": "Tue, 28 Jun 2022 17:39:46 GMT",
|
|
182
|
-
"tag": "@fluentui/react-alert_v9.0.0-beta.5",
|
|
183
|
-
"version": "9.0.0-beta.5",
|
|
184
|
-
"comments": {
|
|
185
|
-
"prerelease": [
|
|
186
|
-
{
|
|
187
|
-
"author": "lingfangao@hotmail.com",
|
|
188
|
-
"package": "@fluentui/react-alert",
|
|
189
|
-
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b",
|
|
190
|
-
"comment": "fix: Use caret dependency range for Griffel"
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"author": "beachball",
|
|
194
|
-
"package": "@fluentui/react-alert",
|
|
195
|
-
"comment": "Bump @fluentui/react-button to v9.0.1",
|
|
196
|
-
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"author": "beachball",
|
|
200
|
-
"package": "@fluentui/react-alert",
|
|
201
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10",
|
|
202
|
-
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
|
|
203
|
-
}
|
|
204
|
-
]
|
|
205
|
-
}
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
"date": "Tue, 28 Jun 2022 15:14:12 GMT",
|
|
209
|
-
"tag": "@fluentui/react-alert_v9.0.0-beta.4",
|
|
210
|
-
"version": "9.0.0-beta.4",
|
|
211
|
-
"comments": {
|
|
212
|
-
"prerelease": [
|
|
213
|
-
{
|
|
214
|
-
"author": "lingfangao@hotmail.com",
|
|
215
|
-
"package": "@fluentui/react-alert",
|
|
216
|
-
"commit": "e0aabd850b15adf9c151ebd4e332f7c50ad6cfdf",
|
|
217
|
-
"comment": "Update 9.0.0-rc dependencies to use caret range"
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"author": "lingfangao@hotmail.com",
|
|
221
|
-
"package": "@fluentui/react-alert",
|
|
222
|
-
"commit": "675acea49c97f10837ddee9b8c4350ca27750125",
|
|
223
|
-
"comment": "Bump Griffel dependencies"
|
|
224
|
-
},
|
|
225
|
-
{
|
|
226
|
-
"author": "olfedias@microsoft.com",
|
|
227
|
-
"package": "@fluentui/react-alert",
|
|
228
|
-
"commit": "82bd30dd41ad58df1f325e9b721200ed15d674a2",
|
|
229
|
-
"comment": "chore: Update @fluentui/react-icons to latest version"
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
"author": "beachball",
|
|
233
|
-
"package": "@fluentui/react-alert",
|
|
234
|
-
"comment": "Bump @fluentui/react-button to v9.0.0",
|
|
235
|
-
"commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"author": "beachball",
|
|
239
|
-
"package": "@fluentui/react-alert",
|
|
240
|
-
"comment": "Bump @fluentui/react-theme to v9.0.0",
|
|
241
|
-
"commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
|
|
242
|
-
},
|
|
243
|
-
{
|
|
244
|
-
"author": "beachball",
|
|
245
|
-
"package": "@fluentui/react-alert",
|
|
246
|
-
"comment": "Bump @fluentui/react-utilities to v9.0.0",
|
|
247
|
-
"commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"author": "beachball",
|
|
251
|
-
"package": "@fluentui/react-alert",
|
|
252
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.9",
|
|
253
|
-
"commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
|
|
254
|
-
}
|
|
255
|
-
],
|
|
256
|
-
"none": [
|
|
257
|
-
{
|
|
258
|
-
"author": "mgodbolt@microsoft.com",
|
|
259
|
-
"package": "@fluentui/react-alert",
|
|
260
|
-
"commit": "262d148f068ea1d3354994dd659ac881b31dda28",
|
|
261
|
-
"comment": "chore: Move alert stories into folder and use index entry point."
|
|
262
|
-
}
|
|
263
|
-
]
|
|
264
|
-
}
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"date": "Thu, 23 Jun 2022 14:25:31 GMT",
|
|
268
|
-
"tag": "@fluentui/react-alert_v9.0.0-beta.3",
|
|
269
|
-
"version": "9.0.0-beta.3",
|
|
270
|
-
"comments": {
|
|
271
|
-
"prerelease": [
|
|
272
|
-
{
|
|
273
|
-
"author": "beachball",
|
|
274
|
-
"package": "@fluentui/react-alert",
|
|
275
|
-
"comment": "Bump @fluentui/react-button to v9.0.0-rc.14",
|
|
276
|
-
"commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"author": "beachball",
|
|
280
|
-
"package": "@fluentui/react-alert",
|
|
281
|
-
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.10",
|
|
282
|
-
"commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
|
|
283
|
-
}
|
|
284
|
-
]
|
|
285
|
-
}
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"date": "Tue, 31 May 2022 21:28:35 GMT",
|
|
289
|
-
"tag": "@fluentui/react-alert_v9.0.0-beta.2",
|
|
290
|
-
"version": "9.0.0-beta.2",
|
|
291
|
-
"comments": {
|
|
292
|
-
"prerelease": [
|
|
293
|
-
{
|
|
294
|
-
"author": "olfedias@microsoft.com",
|
|
295
|
-
"package": "@fluentui/react-alert",
|
|
296
|
-
"commit": "0a5e9fa77a72eecafdd07034ccdc0b95fd49877c",
|
|
297
|
-
"comment": "chore: Update Griffel to latest version"
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"author": "beachball",
|
|
301
|
-
"package": "@fluentui/react-alert",
|
|
302
|
-
"comment": "Bump @fluentui/react-button to v9.0.0-rc.13",
|
|
303
|
-
"commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
"author": "beachball",
|
|
307
|
-
"package": "@fluentui/react-alert",
|
|
308
|
-
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.10",
|
|
309
|
-
"commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
|
|
310
|
-
},
|
|
311
|
-
{
|
|
312
|
-
"author": "beachball",
|
|
313
|
-
"package": "@fluentui/react-alert",
|
|
314
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8",
|
|
315
|
-
"commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
|
|
316
|
-
}
|
|
317
|
-
]
|
|
318
|
-
}
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"date": "Thu, 26 May 2022 21:01:22 GMT",
|
|
322
|
-
"tag": "@fluentui/react-alert_v9.0.0-beta.1",
|
|
323
|
-
"version": "9.0.0-beta.1",
|
|
324
|
-
"comments": {
|
|
325
|
-
"prerelease": [
|
|
326
|
-
{
|
|
327
|
-
"author": "rohitpag@microsoft.com",
|
|
328
|
-
"package": "@fluentui/react-alert",
|
|
329
|
-
"commit": "303947a3e3687058c902a9a8bee1ecd1f19a92c8",
|
|
330
|
-
"comment": "Publish react-alert as unstable component"
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
"author": "beachball",
|
|
334
|
-
"package": "@fluentui/react-alert",
|
|
335
|
-
"comment": "Bump @fluentui/react-button to v9.0.0-rc.12",
|
|
336
|
-
"commit": "3cf55ce998048554bf6a550de44403843ea8ede0"
|
|
337
|
-
}
|
|
338
|
-
]
|
|
339
|
-
}
|
|
340
|
-
},
|
|
341
|
-
{
|
|
342
|
-
"date": "Mon, 23 May 2022 18:56:51 GMT",
|
|
343
|
-
"tag": "@fluentui/react-alert_v9.0.0-alpha.0",
|
|
344
|
-
"version": "9.0.0-alpha.0",
|
|
345
|
-
"comments": {
|
|
346
|
-
"prerelease": [
|
|
347
|
-
{
|
|
348
|
-
"author": "beachball",
|
|
349
|
-
"package": "@fluentui/react-alert",
|
|
350
|
-
"comment": "Bump @fluentui/react-button to v9.0.0-rc.11",
|
|
351
|
-
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
"author": "beachball",
|
|
355
|
-
"package": "@fluentui/react-alert",
|
|
356
|
-
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
|
|
357
|
-
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
"author": "beachball",
|
|
361
|
-
"package": "@fluentui/react-alert",
|
|
362
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7",
|
|
363
|
-
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
|
364
|
-
}
|
|
365
|
-
]
|
|
366
|
-
}
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
"date": "Mon, 23 May 2022 12:14:24 GMT",
|
|
370
|
-
"tag": "@fluentui/react-alert_v9.0.0-alpha.0",
|
|
371
|
-
"version": "9.0.0-alpha.0",
|
|
372
|
-
"comments": {
|
|
373
|
-
"prerelease": [
|
|
374
|
-
{
|
|
375
|
-
"author": "beachball",
|
|
376
|
-
"package": "@fluentui/react-alert",
|
|
377
|
-
"comment": "Bump @fluentui/react-button to v9.0.0-rc.10",
|
|
378
|
-
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
|
379
|
-
},
|
|
380
|
-
{
|
|
381
|
-
"author": "beachball",
|
|
382
|
-
"package": "@fluentui/react-alert",
|
|
383
|
-
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
|
|
384
|
-
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
|
385
|
-
},
|
|
386
|
-
{
|
|
387
|
-
"author": "beachball",
|
|
388
|
-
"package": "@fluentui/react-alert",
|
|
389
|
-
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
|
|
390
|
-
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
"author": "beachball",
|
|
394
|
-
"package": "@fluentui/react-alert",
|
|
395
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
|
|
396
|
-
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
|
397
|
-
}
|
|
398
|
-
]
|
|
399
|
-
}
|
|
400
|
-
},
|
|
401
|
-
{
|
|
402
|
-
"date": "Thu, 05 May 2022 18:26:30 GMT",
|
|
403
|
-
"tag": "@fluentui/react-alert_v9.0.0-alpha.0",
|
|
404
|
-
"version": "9.0.0-alpha.0",
|
|
405
|
-
"comments": {
|
|
406
|
-
"prerelease": [
|
|
407
|
-
{
|
|
408
|
-
"author": "beachball",
|
|
409
|
-
"package": "@fluentui/react-alert",
|
|
410
|
-
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
|
|
411
|
-
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"author": "beachball",
|
|
415
|
-
"package": "@fluentui/react-alert",
|
|
416
|
-
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
|
|
417
|
-
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"author": "beachball",
|
|
421
|
-
"package": "@fluentui/react-alert",
|
|
422
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
|
|
423
|
-
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
|
424
|
-
}
|
|
425
|
-
]
|
|
426
|
-
}
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
"date": "Wed, 04 May 2022 13:26:54 GMT",
|
|
430
|
-
"tag": "@fluentui/react-alert_v9.0.0-alpha.0",
|
|
431
|
-
"version": "9.0.0-alpha.0",
|
|
432
|
-
"comments": {
|
|
433
|
-
"prerelease": [
|
|
434
|
-
{
|
|
435
|
-
"author": "beachball",
|
|
436
|
-
"package": "@fluentui/react-alert",
|
|
437
|
-
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
|
|
438
|
-
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"author": "beachball",
|
|
442
|
-
"package": "@fluentui/react-alert",
|
|
443
|
-
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
|
444
|
-
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
|
445
|
-
}
|
|
446
|
-
]
|
|
447
|
-
}
|
|
448
|
-
}
|
|
449
|
-
]
|
|
450
|
-
}
|
package/Migration.md
DELETED
|
File without changes
|