@fluentui/react-badge 0.0.0-nightly-20230102-0423.1 → 0.0.0-nightly-20230104-0423.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 +50 -9
- package/CHANGELOG.md +18 -7
- package/lib/components/Badge/useBadgeStyles.js +240 -240
- package/lib/components/CounterBadge/useCounterBadgeStyles.js +11 -11
- package/lib/components/PresenceBadge/usePresenceBadgeStyles.js +49 -49
- package/lib-commonjs/components/Badge/useBadgeStyles.js +240 -240
- package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.js +11 -11
- package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.js +49 -49
- package/package.json +5 -5
@@ -11,20 +11,20 @@ exports.counterBadgeClassNames = {
|
|
11
11
|
icon: 'fui-CounterBadge__icon'
|
12
12
|
};
|
13
13
|
const useStyles = /*#__PURE__*/react_1.__styles({
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
14
|
+
dot: {
|
15
|
+
Bf4jedk: "fgfkb25",
|
16
|
+
a9b677: "f16dn6v3",
|
17
|
+
Bqenvij: "f3mu39s",
|
18
|
+
z8tnut: "f1g0x7ka",
|
19
|
+
z189sj: ["fhxju0i", "f1cnd47f"],
|
20
|
+
Byoj8tv: "f1qch9an",
|
21
|
+
uwmqm3: ["f1cnd47f", "fhxju0i"]
|
22
22
|
},
|
23
|
-
|
24
|
-
|
23
|
+
hide: {
|
24
|
+
mc9l5x: "fjseox"
|
25
25
|
}
|
26
26
|
}, {
|
27
|
-
|
27
|
+
d: [".fgfkb25{min-width:auto;}", ".f16dn6v3{width:6px;}", ".f3mu39s{height:6px;}", ".f1g0x7ka{padding-top:0;}", ".fhxju0i{padding-right:0;}", ".f1cnd47f{padding-left:0;}", ".f1qch9an{padding-bottom:0;}", ".fjseox{display:none;}"]
|
28
28
|
});
|
29
29
|
/**
|
30
30
|
* Applies style classnames to slots
|
@@ -17,69 +17,69 @@ const getIsBusy = status => {
|
|
17
17
|
return false;
|
18
18
|
};
|
19
19
|
const useStyles = /*#__PURE__*/react_1.__styles({
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
20
|
+
root: {
|
21
|
+
z8tnut: "f1g0x7ka",
|
22
|
+
z189sj: ["fhxju0i", "f1cnd47f"],
|
23
|
+
Byoj8tv: "f1qch9an",
|
24
|
+
uwmqm3: ["f1cnd47f", "fhxju0i"],
|
25
|
+
mc9l5x: "ftuwxu6",
|
26
|
+
B7ck84d: "f1ewtqcl",
|
27
|
+
Bt984gj: "f122n59",
|
28
|
+
Brf1p80: "f4d9j23",
|
29
|
+
Bhmb4qv: "fb8jth9",
|
30
|
+
Bbmb7ep: ["fqgqgel", "fchfifz"],
|
31
|
+
Beyfa6y: ["fchfifz", "fqgqgel"],
|
32
|
+
B7oj6ja: ["fc7b1hi", "f1dpx5h9"],
|
33
|
+
Btl43ni: ["f1dpx5h9", "fc7b1hi"],
|
34
|
+
De3pzq: "fxugw4r"
|
35
35
|
},
|
36
|
-
|
37
|
-
|
36
|
+
statusBusy: {
|
37
|
+
sj55zd: "fvi85wt"
|
38
38
|
},
|
39
|
-
|
40
|
-
|
39
|
+
statusAway: {
|
40
|
+
sj55zd: "f14k8a89"
|
41
41
|
},
|
42
|
-
|
43
|
-
|
42
|
+
statusAvailable: {
|
43
|
+
sj55zd: "fqa5hgp"
|
44
44
|
},
|
45
|
-
|
46
|
-
|
45
|
+
statusOffline: {
|
46
|
+
sj55zd: "f11d4kpn"
|
47
47
|
},
|
48
|
-
|
49
|
-
|
48
|
+
statusOutOfOffice: {
|
49
|
+
sj55zd: "fdce8r3"
|
50
50
|
},
|
51
|
-
|
52
|
-
|
51
|
+
outOfOffice: {
|
52
|
+
sj55zd: "fr0bkrk"
|
53
53
|
},
|
54
|
-
|
55
|
-
|
54
|
+
outOfOfficeAvailable: {
|
55
|
+
sj55zd: "fqa5hgp"
|
56
56
|
},
|
57
|
-
|
58
|
-
|
57
|
+
outOfOfficeBusy: {
|
58
|
+
sj55zd: "fvi85wt"
|
59
59
|
},
|
60
|
-
|
61
|
-
|
60
|
+
outOfOfficeAway: {
|
61
|
+
sj55zd: "f14k8a89"
|
62
62
|
},
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
63
|
+
tiny: {
|
64
|
+
Bubjx69: "f9ikmtg",
|
65
|
+
a9b677: "f16dn6v3",
|
66
|
+
B5pe6w7: "fab5kbq",
|
67
|
+
p4uzdd: "f1ms1d91"
|
68
68
|
},
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
69
|
+
large: {
|
70
|
+
Bubjx69: "f9ikmtg",
|
71
|
+
a9b677: "f64fuq3",
|
72
|
+
B5pe6w7: "f1vfi1yj",
|
73
|
+
p4uzdd: "f15s34gz"
|
74
74
|
},
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
75
|
+
extraLarge: {
|
76
|
+
Bubjx69: "f9ikmtg",
|
77
|
+
a9b677: "f1w9dchk",
|
78
|
+
B5pe6w7: "f14efy9b",
|
79
|
+
p4uzdd: "fhipgdu"
|
80
80
|
}
|
81
81
|
}, {
|
82
|
-
|
82
|
+
d: [".f1g0x7ka{padding-top:0;}", ".fhxju0i{padding-right:0;}", ".f1cnd47f{padding-left:0;}", ".f1qch9an{padding-bottom:0;}", ".ftuwxu6{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}", ".f1ewtqcl{box-sizing:border-box;}", ".f122n59{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}", ".f4d9j23{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}", ".fb8jth9 span{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}", ".fqgqgel{border-bottom-right-radius:50%;}", ".fchfifz{border-bottom-left-radius:50%;}", ".fc7b1hi{border-top-right-radius:50%;}", ".f1dpx5h9{border-top-left-radius:50%;}", ".fxugw4r{background-color:var(--colorNeutralBackground1);}", ".fvi85wt{color:var(--colorPaletteRedBackground3);}", ".f14k8a89{color:var(--colorPaletteMarigoldBackground3);}", ".fqa5hgp{color:var(--colorPaletteLightGreenForeground3);}", ".f11d4kpn{color:var(--colorNeutralForeground3);}", ".fdce8r3{color:var(--colorPaletteBerryForeground3);}", ".fr0bkrk{color:var(--colorNeutralBackground1);}", ".f9ikmtg{aspect-ratio:1;}", ".f16dn6v3{width:6px;}", ".fab5kbq svg{width:6px!important;}", ".f1ms1d91 svg{height:6px!important;}", ".f64fuq3{width:20px;}", ".f1vfi1yj svg{width:20px!important;}", ".f15s34gz svg{height:20px!important;}", ".f1w9dchk{width:28px;}", ".f14efy9b svg{width:28px!important;}", ".fhipgdu svg{height:28px!important;}"]
|
83
83
|
});
|
84
84
|
/**
|
85
85
|
* Applies style classnames to slots
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-badge",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20230104-0423.1",
|
4
4
|
"description": "React components for building web experiences",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -27,14 +27,14 @@
|
|
27
27
|
"devDependencies": {
|
28
28
|
"@fluentui/eslint-plugin": "*",
|
29
29
|
"@fluentui/react-conformance": "*",
|
30
|
-
"@fluentui/react-conformance-griffel": "0.0.0-nightly-
|
30
|
+
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20230104-0423.1",
|
31
31
|
"@fluentui/scripts": "*"
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
34
|
"@fluentui/react-icons": "^2.0.175",
|
35
|
-
"@griffel/react": "^1.
|
36
|
-
"@fluentui/react-theme": "0.0.0-nightly-
|
37
|
-
"@fluentui/react-utilities": "0.0.0-nightly-
|
35
|
+
"@griffel/react": "^1.5.2",
|
36
|
+
"@fluentui/react-theme": "0.0.0-nightly-20230104-0423.1",
|
37
|
+
"@fluentui/react-utilities": "0.0.0-nightly-20230104-0423.1",
|
38
38
|
"tslib": "^2.1.0"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|