@fluentui/react-badge 0.0.0-nightly0e0cf06c3420211029.1 → 0.0.0-nightly3082edf34720220208.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.
Files changed (95) hide show
  1. package/CHANGELOG.json +278 -16
  2. package/CHANGELOG.md +59 -11
  3. package/dist/react-badge.d.ts +31 -26
  4. package/lib/components/Badge/Badge.d.ts +1 -1
  5. package/lib/components/Badge/Badge.js +8 -8
  6. package/lib/components/Badge/Badge.js.map +1 -1
  7. package/lib/components/Badge/Badge.types.d.ts +4 -5
  8. package/lib/components/Badge/renderBadge.d.ts +1 -1
  9. package/lib/components/Badge/renderBadge.js +9 -7
  10. package/lib/components/Badge/renderBadge.js.map +1 -1
  11. package/lib/components/Badge/useBadge.d.ts +1 -1
  12. package/lib/components/Badge/useBadge.js +19 -22
  13. package/lib/components/Badge/useBadge.js.map +1 -1
  14. package/lib/components/Badge/useBadgeStyles.d.ts +2 -1
  15. package/lib/components/Badge/useBadgeStyles.js +210 -203
  16. package/lib/components/Badge/useBadgeStyles.js.map +1 -1
  17. package/lib/components/CounterBadge/CounterBadge.d.ts +1 -1
  18. package/lib/components/CounterBadge/CounterBadge.js +8 -8
  19. package/lib/components/CounterBadge/CounterBadge.js.map +1 -1
  20. package/lib/components/CounterBadge/CounterBadge.types.d.ts +7 -8
  21. package/lib/components/CounterBadge/useCounterBadge.d.ts +1 -1
  22. package/lib/components/CounterBadge/useCounterBadge.js +19 -25
  23. package/lib/components/CounterBadge/useCounterBadge.js.map +1 -1
  24. package/lib/components/CounterBadge/useCounterBadgeStyles.d.ts +2 -1
  25. package/lib/components/CounterBadge/useCounterBadgeStyles.js +10 -40
  26. package/lib/components/CounterBadge/useCounterBadgeStyles.js.map +1 -1
  27. package/lib/components/PresenceBadge/PresenceBadge.d.ts +1 -1
  28. package/lib/components/PresenceBadge/PresenceBadge.js +8 -8
  29. package/lib/components/PresenceBadge/PresenceBadge.js.map +1 -1
  30. package/lib/components/PresenceBadge/PresenceBadge.types.d.ts +6 -5
  31. package/lib/components/PresenceBadge/presenceIcons.d.ts +11 -0
  32. package/lib/components/PresenceBadge/presenceIcons.js +128 -0
  33. package/lib/components/PresenceBadge/presenceIcons.js.map +1 -0
  34. package/lib/components/PresenceBadge/usePresenceBadge.d.ts +1 -1
  35. package/lib/components/PresenceBadge/usePresenceBadge.js +36 -25
  36. package/lib/components/PresenceBadge/usePresenceBadge.js.map +1 -1
  37. package/lib/components/PresenceBadge/usePresenceBadgeStyles.d.ts +2 -1
  38. package/lib/components/PresenceBadge/usePresenceBadgeStyles.js +43 -46
  39. package/lib/components/PresenceBadge/usePresenceBadgeStyles.js.map +1 -1
  40. package/lib-commonjs/Badge.js +1 -1
  41. package/lib-commonjs/CounterBadge.js +1 -1
  42. package/lib-commonjs/PresenceBadge.js +1 -1
  43. package/lib-commonjs/components/Badge/Badge.d.ts +1 -1
  44. package/lib-commonjs/components/Badge/Badge.js +9 -9
  45. package/lib-commonjs/components/Badge/Badge.js.map +1 -1
  46. package/lib-commonjs/components/Badge/Badge.types.d.ts +4 -5
  47. package/lib-commonjs/components/Badge/index.js +1 -1
  48. package/lib-commonjs/components/Badge/renderBadge.d.ts +1 -1
  49. package/lib-commonjs/components/Badge/renderBadge.js +13 -12
  50. package/lib-commonjs/components/Badge/renderBadge.js.map +1 -1
  51. package/lib-commonjs/components/Badge/useBadge.d.ts +1 -1
  52. package/lib-commonjs/components/Badge/useBadge.js +22 -26
  53. package/lib-commonjs/components/Badge/useBadge.js.map +1 -1
  54. package/lib-commonjs/components/Badge/useBadgeStyles.d.ts +2 -1
  55. package/lib-commonjs/components/Badge/useBadgeStyles.js +214 -205
  56. package/lib-commonjs/components/Badge/useBadgeStyles.js.map +1 -1
  57. package/lib-commonjs/components/CounterBadge/CounterBadge.d.ts +1 -1
  58. package/lib-commonjs/components/CounterBadge/CounterBadge.js +9 -9
  59. package/lib-commonjs/components/CounterBadge/CounterBadge.js.map +1 -1
  60. package/lib-commonjs/components/CounterBadge/CounterBadge.types.d.ts +7 -8
  61. package/lib-commonjs/components/CounterBadge/index.js +1 -1
  62. package/lib-commonjs/components/CounterBadge/useCounterBadge.d.ts +1 -1
  63. package/lib-commonjs/components/CounterBadge/useCounterBadge.js +21 -28
  64. package/lib-commonjs/components/CounterBadge/useCounterBadge.js.map +1 -1
  65. package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.d.ts +2 -1
  66. package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.js +13 -42
  67. package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.js.map +1 -1
  68. package/lib-commonjs/components/PresenceBadge/PresenceBadge.d.ts +1 -1
  69. package/lib-commonjs/components/PresenceBadge/PresenceBadge.js +9 -9
  70. package/lib-commonjs/components/PresenceBadge/PresenceBadge.js.map +1 -1
  71. package/lib-commonjs/components/PresenceBadge/PresenceBadge.types.d.ts +6 -5
  72. package/lib-commonjs/components/PresenceBadge/index.js +1 -1
  73. package/lib-commonjs/components/PresenceBadge/presenceIcons.d.ts +11 -0
  74. package/lib-commonjs/components/PresenceBadge/presenceIcons.js +136 -0
  75. package/lib-commonjs/components/PresenceBadge/presenceIcons.js.map +1 -0
  76. package/lib-commonjs/components/PresenceBadge/usePresenceBadge.d.ts +1 -1
  77. package/lib-commonjs/components/PresenceBadge/usePresenceBadge.js +38 -28
  78. package/lib-commonjs/components/PresenceBadge/usePresenceBadge.js.map +1 -1
  79. package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.d.ts +2 -1
  80. package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.js +46 -48
  81. package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.js.map +1 -1
  82. package/lib-commonjs/index.js +1 -1
  83. package/package.json +14 -15
  84. package/lib/common/isConformant.d.ts +0 -4
  85. package/lib/common/isConformant.js +0 -13
  86. package/lib/common/isConformant.js.map +0 -1
  87. package/lib/components/PresenceBadge/DefaultPresenceBadgeIcons.d.ts +0 -10
  88. package/lib/components/PresenceBadge/DefaultPresenceBadgeIcons.js +0 -111
  89. package/lib/components/PresenceBadge/DefaultPresenceBadgeIcons.js.map +0 -1
  90. package/lib-commonjs/common/isConformant.d.ts +0 -4
  91. package/lib-commonjs/common/isConformant.js +0 -24
  92. package/lib-commonjs/common/isConformant.js.map +0 -1
  93. package/lib-commonjs/components/PresenceBadge/DefaultPresenceBadgeIcons.d.ts +0 -10
  94. package/lib-commonjs/components/PresenceBadge/DefaultPresenceBadgeIcons.js +0 -127
  95. package/lib-commonjs/components/PresenceBadge/DefaultPresenceBadgeIcons.js.map +0 -1
@@ -30,12 +30,11 @@ export declare type CounterBadgeCommons = {
30
30
  * @default filled
31
31
  */
32
32
  appearance: 'filled' | 'ghost';
33
+ /**
34
+ * Semantic colors for a counter badge
35
+ * @default brand
36
+ */
37
+ color: Extract<BadgeProps['color'], 'brand' | 'danger' | 'important' | 'informative'>;
33
38
  };
34
- /**
35
- * {@docCategory CounterBadge}
36
- */
37
- export declare type CounterBadgeProps = Omit<BadgeProps, 'appearance' | 'shape'> & Partial<CounterBadgeCommons>;
38
- /**
39
- * {@docCategory CounterBadge}
40
- */
41
- export declare type CounterBadgeState = Omit<BadgeState, 'appearance' | 'shape'> & CounterBadgeCommons;
39
+ export declare type CounterBadgeProps = Omit<BadgeProps, 'appearance' | 'shape' | 'color'> & Partial<CounterBadgeCommons>;
40
+ export declare type CounterBadgeState = Omit<BadgeState, 'appearance' | 'shape' | 'color'> & CounterBadgeCommons;
@@ -3,4 +3,4 @@ import type { CounterBadgeProps, CounterBadgeState } from './CounterBadge.types'
3
3
  /**
4
4
  * Returns the props and state required to render the component
5
5
  */
6
- export declare const useCounterBadge: (props: CounterBadgeProps, ref: React.Ref<HTMLElement>) => CounterBadgeState;
6
+ export declare const useCounterBadge_unstable: (props: CounterBadgeProps, ref: React.Ref<HTMLElement>) => CounterBadgeState;
@@ -1,34 +1,28 @@
1
- import { __assign } from "tslib";
2
- import { useBadge } from '../Badge/index';
1
+ import { useBadge_unstable } from '../Badge/index';
3
2
  /**
4
3
  * Returns the props and state required to render the component
5
4
  */
6
5
 
7
- export var useCounterBadge = function (props, ref) {
8
- var _a = props.shape,
9
- shape = _a === void 0 ? 'circular' : _a,
10
- _b = props.appearance,
11
- appearance = _b === void 0 ? 'filled' : _b,
12
- _c = props.showZero,
13
- showZero = _c === void 0 ? false : _c,
14
- _d = props.overflowCount,
15
- overflowCount = _d === void 0 ? 99 : _d,
16
- _e = props.count,
17
- count = _e === void 0 ? 0 : _e,
18
- _f = props.dot,
19
- dot = _f === void 0 ? false : _f;
20
-
21
- var state = __assign(__assign({}, useBadge(props, ref)), {
22
- shape: shape,
23
- appearance: appearance,
24
- showZero: showZero,
25
- overflowCount: overflowCount,
26
- count: count,
27
- dot: dot
28
- });
6
+ export const useCounterBadge_unstable = (props, ref) => {
7
+ const {
8
+ shape = 'circular',
9
+ appearance = 'filled',
10
+ showZero = false,
11
+ overflowCount = 99,
12
+ count = 0,
13
+ dot = false
14
+ } = props;
15
+ const state = { ...useBadge_unstable(props, ref),
16
+ shape,
17
+ appearance,
18
+ showZero,
19
+ overflowCount,
20
+ count,
21
+ dot
22
+ };
29
23
 
30
24
  if (!state.dot && !state.root.children) {
31
- state.root.children = state.count > state.overflowCount ? state.overflowCount + "+" : "" + state.count;
25
+ state.root.children = state.count > state.overflowCount ? `${state.overflowCount}+` : `${state.count}`;
32
26
  }
33
27
 
34
28
  return state;
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/CounterBadge/useCounterBadge.ts"],"names":[],"mappings":";AACA,SAAS,QAAT,QAAyB,gBAAzB;AAGA;;AAEG;;AACH,OAAO,IAAM,eAAe,GAAG,UAAC,KAAD,EAA2B,GAA3B,EAAsD;AAEjF,MAAA,EAAA,GAME,KAAK,CANW,KAAlB;AAAA,MAAA,KAAK,GAAA,EAAA,KAAA,KAAA,CAAA,GAAG,UAAH,GAAa,EAAlB;AAAA,MACA,EAAA,GAKE,KAAK,CALc,UADrB;AAAA,MACA,UAAU,GAAA,EAAA,KAAA,KAAA,CAAA,GAAG,QAAH,GAAW,EADrB;AAAA,MAEA,EAAA,GAIE,KAAK,CAJS,QAFhB;AAAA,MAEA,QAAQ,GAAA,EAAA,KAAA,KAAA,CAAA,GAAG,KAAH,GAAQ,EAFhB;AAAA,MAGA,EAAA,GAGE,KAAK,CAHW,aAHlB;AAAA,MAGA,aAAa,GAAA,EAAA,KAAA,KAAA,CAAA,GAAG,EAAH,GAAK,EAHlB;AAAA,MAIA,EAAA,GAEE,KAAK,CAFE,KAJT;AAAA,MAIA,KAAK,GAAA,EAAA,KAAA,KAAA,CAAA,GAAG,CAAH,GAAI,EAJT;AAAA,MAKA,EAAA,GACE,KAAK,CADI,GALX;AAAA,MAKA,GAAG,GAAA,EAAA,KAAA,KAAA,CAAA,GAAG,KAAH,GAAQ,EALX;;AAQF,MAAM,KAAK,GAAA,QAAA,CAAA,QAAA,CAAA,EAAA,EACN,QAAQ,CAAC,KAAD,EAAQ,GAAR,CADF,CAAA,EACc;AACvB,IAAA,KAAK,EAAA,KADkB;AAEvB,IAAA,UAAU,EAAA,UAFa;AAGvB,IAAA,QAAQ,EAAA,QAHe;AAIvB,IAAA,aAAa,EAAA,aAJU;AAKvB,IAAA,KAAK,EAAA,KALkB;AAMvB,IAAA,GAAG,EAAA;AANoB,GADd,CAAX;;AAUA,MAAI,CAAC,KAAK,CAAC,GAAP,IAAc,CAAC,KAAK,CAAC,IAAN,CAAW,QAA9B,EAAwC;AACtC,IAAA,KAAK,CAAC,IAAN,CAAW,QAAX,GAAsB,KAAK,CAAC,KAAN,GAAc,KAAK,CAAC,aAApB,GAAuC,KAAK,CAAC,aAAN,GAAmB,GAA1D,GAAgE,KAAG,KAAK,CAAC,KAA/F;AACD;;AAED,SAAO,KAAP;AACD,CAzBM","sourceRoot":""}
1
+ {"version":3,"sources":["../../../src/components/CounterBadge/useCounterBadge.ts"],"names":[],"mappings":"AACA,SAAS,iBAAT,QAAkC,gBAAlC;AAGA;;AAEG;;AACH,OAAO,MAAM,wBAAwB,GAAG,CAAC,KAAD,EAA2B,GAA3B,KAA6E;AACnH,QAAM;AACJ,IAAA,KAAK,GAAG,UADJ;AAEJ,IAAA,UAAU,GAAG,QAFT;AAGJ,IAAA,QAAQ,GAAG,KAHP;AAIJ,IAAA,aAAa,GAAG,EAJZ;AAKJ,IAAA,KAAK,GAAG,CALJ;AAMJ,IAAA,GAAG,GAAG;AANF,MAOF,KAPJ;AASA,QAAM,KAAK,GAAsB,EAC/B,GAAI,iBAAiB,CAAC,KAAD,EAAQ,GAAR,CADU;AAE/B,IAAA,KAF+B;AAG/B,IAAA,UAH+B;AAI/B,IAAA,QAJ+B;AAK/B,IAAA,aAL+B;AAM/B,IAAA,KAN+B;AAO/B,IAAA;AAP+B,GAAjC;;AAUA,MAAI,CAAC,KAAK,CAAC,GAAP,IAAc,CAAC,KAAK,CAAC,IAAN,CAAW,QAA9B,EAAwC;AACtC,IAAA,KAAK,CAAC,IAAN,CAAW,QAAX,GAAsB,KAAK,CAAC,KAAN,GAAc,KAAK,CAAC,aAApB,GAAoC,GAAG,KAAK,CAAC,aAAa,GAA1D,GAAgE,GAAG,KAAK,CAAC,KAAK,EAApG;AACD;;AAED,SAAO,KAAP;AACD,CAzBM","sourceRoot":""}
@@ -1,5 +1,6 @@
1
1
  import type { CounterBadgeState } from './CounterBadge.types';
2
+ export declare const counterBadgeClassName = "fui-CounterBadge";
2
3
  /**
3
4
  * Applies style classnames to slots
4
5
  */
5
- export declare const useCounterBadgeStyles: (state: CounterBadgeState) => CounterBadgeState;
6
+ export declare const useCounterBadgeStyles_unstable: (state: CounterBadgeState) => CounterBadgeState;
@@ -1,40 +1,10 @@
1
- import { mergeClasses, __styles } from '@fluentui/react-make-styles';
2
- import { useBadgeStyles } from '../Badge/useBadgeStyles';
1
+ import { shorthands, mergeClasses, __styles } from '@griffel/react';
2
+ import { useBadgeStyles_unstable } from '../Badge/useBadgeStyles';
3
+ export const counterBadgeClassName = 'fui-CounterBadge';
3
4
 
4
- var useStyles = /*#__PURE__*/__styles({
5
- "root": {
6
- "Bf4jedk": "fgfkb25"
7
- },
8
- "warning": {
9
- "De3pzq": "fic4z9l",
10
- "g2u3we": "f1g6aqbb",
11
- "h3c5rm": ["f1xc4egn", "f1y13pv"],
12
- "B9xav0g": "f12f05r9",
13
- "zhjwy3": ["f1y13pv", "f1xc4egn"]
14
- },
15
- "important": {
16
- "De3pzq": "f1y11cvn",
17
- "g2u3we": "f9ag23u",
18
- "h3c5rm": ["fzlvby", "fj2uge6"],
19
- "B9xav0g": "fk41dq4",
20
- "zhjwy3": ["fj2uge6", "fzlvby"]
21
- },
22
- "severe": {
23
- "De3pzq": "ftpr1dl",
24
- "g2u3we": "fx7g4rx",
25
- "h3c5rm": ["f1edxl4n", "f5hlgd2"],
26
- "B9xav0g": "f5ppncr",
27
- "zhjwy3": ["f5hlgd2", "f1edxl4n"]
28
- },
29
- "informative": {
30
- "De3pzq": "f6zwqgc",
31
- "g2u3we": "f1pdtvjr",
32
- "h3c5rm": ["f1ctwv29", "f1m7luuw"],
33
- "B9xav0g": "f1ijpqjr",
34
- "zhjwy3": ["f1m7luuw", "f1ctwv29"],
35
- "sj55zd": "f11d4kpn"
36
- },
5
+ const useStyles = /*#__PURE__*/__styles({
37
6
  "dot": {
7
+ "Bf4jedk": "fgfkb25",
38
8
  "a9b677": "f16dn6v3",
39
9
  "Bqenvij": "f3mu39s",
40
10
  "z8tnut": "f1g0x7ka",
@@ -46,16 +16,16 @@ var useStyles = /*#__PURE__*/__styles({
46
16
  "mc9l5x": "fjseox"
47
17
  }
48
18
  }, {
49
- "d": [".fgfkb25{min-width:auto;}", ".fic4z9l{background-color:#c50f1f;}", ".f1g6aqbb{border-top-color:#c50f1f;}", ".f1xc4egn{border-right-color:#c50f1f;}", ".f1y13pv{border-left-color:#c50f1f;}", ".f12f05r9{border-bottom-color:#c50f1f;}", ".f1y11cvn{background-color:#242424;}", ".f9ag23u{border-top-color:#242424;}", ".fzlvby{border-right-color:#242424;}", ".fj2uge6{border-left-color:#242424;}", ".fk41dq4{border-bottom-color:#242424;}", ".ftpr1dl{background-color:#d13438;}", ".fx7g4rx{border-top-color:#d13438;}", ".f1edxl4n{border-right-color:#d13438;}", ".f5hlgd2{border-left-color:#d13438;}", ".f5ppncr{border-bottom-color:#d13438;}", ".f6zwqgc{background-color:#ebebeb;}", ".f1pdtvjr{border-top-color:#ebebeb;}", ".f1ctwv29{border-right-color:#ebebeb;}", ".f1m7luuw{border-left-color:#ebebeb;}", ".f1ijpqjr{border-bottom-color:#ebebeb;}", ".f11d4kpn{color:var(--colorNeutralForeground3);}", ".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;}"]
19
+ "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;}"]
50
20
  });
51
21
  /**
52
22
  * Applies style classnames to slots
53
23
  */
54
24
 
55
25
 
56
- export var useCounterBadgeStyles = function (state) {
57
- var styles = useStyles();
58
- state.root.className = mergeClasses(styles.root, state.color === 'warning' && styles.warning, state.color === 'important' && styles.important, state.color === 'severe' && styles.severe, state.color === 'informative' && styles.informative, state.dot && styles.dot, !state.showZero && state.count === 0 && !state.dot && styles.hide, state.root.className);
59
- return useBadgeStyles(state);
26
+ export const useCounterBadgeStyles_unstable = state => {
27
+ const styles = useStyles();
28
+ state.root.className = mergeClasses(counterBadgeClassName, state.dot && styles.dot, !state.showZero && state.count === 0 && !state.dot && styles.hide, state.root.className);
29
+ return useBadgeStyles_unstable(state);
60
30
  };
61
31
  //# sourceMappingURL=useCounterBadgeStyles.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/CounterBadge/useCounterBadgeStyles.ts"],"names":[],"mappings":"AAAA,SAAS,YAAT,kBAAyC,6BAAzC;AACA,SAAS,cAAT,QAA+B,yBAA/B;;AAGA,IAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAgCA;;AAEG;;;AACH,OAAO,IAAM,qBAAqB,GAAG,UAAC,KAAD,EAAyB;AAC5D,MAAM,MAAM,GAAG,SAAS,EAAxB;AACA,EAAA,KAAK,CAAC,IAAN,CAAW,SAAX,GAAuB,YAAY,CACjC,MAAM,CAAC,IAD0B,EAEjC,KAAK,CAAC,KAAN,KAAgB,SAAhB,IAA6B,MAAM,CAAC,OAFH,EAGjC,KAAK,CAAC,KAAN,KAAgB,WAAhB,IAA+B,MAAM,CAAC,SAHL,EAIjC,KAAK,CAAC,KAAN,KAAgB,QAAhB,IAA4B,MAAM,CAAC,MAJF,EAKjC,KAAK,CAAC,KAAN,KAAgB,aAAhB,IAAiC,MAAM,CAAC,WALP,EAMjC,KAAK,CAAC,GAAN,IAAa,MAAM,CAAC,GANa,EAOjC,CAAC,KAAK,CAAC,QAAP,IAAmB,KAAK,CAAC,KAAN,KAAgB,CAAnC,IAAwC,CAAC,KAAK,CAAC,GAA/C,IAAsD,MAAM,CAAC,IAP5B,EAQjC,KAAK,CAAC,IAAN,CAAW,SARsB,CAAnC;AAUA,SAAO,cAAc,CAAC,KAAD,CAArB;AACD,CAbM","sourceRoot":""}
1
+ {"version":3,"sources":["../../../src/components/CounterBadge/useCounterBadgeStyles.ts"],"names":[],"mappings":"AAAA,SAAS,UAAT,EAAqB,YAArB,kBAAqD,gBAArD;AACA,SAAS,uBAAT,QAAwC,yBAAxC;AAGA,OAAO,MAAM,qBAAqB,GAAG,kBAA9B;;AAEP,MAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAYA;;AAEG;;;AACH,OAAO,MAAM,8BAA8B,GAAI,KAAD,IAAgD;AAC5F,QAAM,MAAM,GAAG,SAAS,EAAxB;AACA,EAAA,KAAK,CAAC,IAAN,CAAW,SAAX,GAAuB,YAAY,CACjC,qBADiC,EAEjC,KAAK,CAAC,GAAN,IAAa,MAAM,CAAC,GAFa,EAGjC,CAAC,KAAK,CAAC,QAAP,IAAmB,KAAK,CAAC,KAAN,KAAgB,CAAnC,IAAwC,CAAC,KAAK,CAAC,GAA/C,IAAsD,MAAM,CAAC,IAH5B,EAIjC,KAAK,CAAC,IAAN,CAAW,SAJsB,CAAnC;AAMA,SAAO,uBAAuB,CAAC,KAAD,CAA9B;AACD,CATM","sourceRoot":""}
@@ -1,6 +1,6 @@
1
1
  import type { PresenceBadgeProps } from './PresenceBadge.types';
2
2
  import type { ForwardRefComponent } from '@fluentui/react-utilities';
3
3
  /**
4
- * Define a styled Badge, using the `useBadge` hook.
4
+ * Define a styled Badge, using the `useBadge_unstable` hook.
5
5
  */
6
6
  export declare const PresenceBadge: ForwardRefComponent<PresenceBadgeProps>;
@@ -1,15 +1,15 @@
1
1
  import * as React from 'react';
2
- import { usePresenceBadge } from './usePresenceBadge';
3
- import { usePresenceBadgeStyles } from './usePresenceBadgeStyles';
4
- import { renderBadge } from '../../Badge';
2
+ import { usePresenceBadge_unstable } from './usePresenceBadge';
3
+ import { usePresenceBadgeStyles_unstable } from './usePresenceBadgeStyles';
4
+ import { renderBadge_unstable } from '../../Badge';
5
5
  /**
6
- * Define a styled Badge, using the `useBadge` hook.
6
+ * Define a styled Badge, using the `useBadge_unstable` hook.
7
7
  */
8
8
 
9
- export var PresenceBadge = /*#__PURE__*/React.forwardRef(function (props, ref) {
10
- var state = usePresenceBadge(props, ref);
11
- usePresenceBadgeStyles(state);
12
- return renderBadge(state);
9
+ export const PresenceBadge = /*#__PURE__*/React.forwardRef((props, ref) => {
10
+ const state = usePresenceBadge_unstable(props, ref);
11
+ usePresenceBadgeStyles_unstable(state);
12
+ return renderBadge_unstable(state);
13
13
  });
14
14
  PresenceBadge.displayName = 'PresenceBadge';
15
15
  //# sourceMappingURL=PresenceBadge.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/PresenceBadge/PresenceBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,gBAAT,QAAiC,oBAAjC;AACA,SAAS,sBAAT,QAAuC,0BAAvC;AACA,SAAS,WAAT,QAA4B,aAA5B;AAIA;;AAEG;;AACH,OAAO,IAAM,aAAa,gBAA4C,KAAK,CAAC,UAAN,CAAiB,UAAC,KAAD,EAAQ,GAAR,EAAW;AAChG,MAAM,KAAK,GAAG,gBAAgB,CAAC,KAAD,EAAQ,GAAR,CAA9B;AACA,EAAA,sBAAsB,CAAC,KAAD,CAAtB;AAEA,SAAO,WAAW,CAAC,KAAD,CAAlB;AACD,CALqE,CAA/D;AAOP,aAAa,CAAC,WAAd,GAA4B,eAA5B","sourceRoot":""}
1
+ {"version":3,"sources":["../../../src/components/PresenceBadge/PresenceBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,yBAAT,QAA0C,oBAA1C;AACA,SAAS,+BAAT,QAAgD,0BAAhD;AACA,SAAS,oBAAT,QAAqC,aAArC;AAIA;;AAEG;;AACH,OAAO,MAAM,aAAa,gBAA4C,KAAK,CAAC,UAAN,CAAiB,CAAC,KAAD,EAAQ,GAAR,KAAe;AACpG,QAAM,KAAK,GAAG,yBAAyB,CAAC,KAAD,EAAQ,GAAR,CAAvC;AACA,EAAA,+BAA+B,CAAC,KAAD,CAA/B;AAEA,SAAO,oBAAoB,CAAC,KAAD,CAA3B;AACD,CALqE,CAA/D;AAOP,aAAa,CAAC,WAAd,GAA4B,eAA5B","sourceRoot":""}
@@ -1,6 +1,7 @@
1
- import type { BadgeProps, BadgeState } from '../Badge/index';
1
+ import type { ComponentProps, ComponentState } from '@fluentui/react-utilities';
2
+ import type { BadgeCommons, BadgeSlots } from '../Badge/index';
2
3
  export declare type PresenceBadgeStatus = 'busy' | 'outOfOffice' | 'away' | 'available' | 'offline' | 'doNotDisturb';
3
- export interface PresenceBadgeCommons {
4
+ export declare type PresenceBadgeCommons = {
4
5
  /**
5
6
  * Represents several status
6
7
  * @default available
@@ -12,6 +13,6 @@ export interface PresenceBadgeCommons {
12
13
  * @default false
13
14
  */
14
15
  outOfOffice: boolean;
15
- }
16
- export declare type PresenceBadgeProps = BadgeProps & Partial<PresenceBadgeCommons>;
17
- export declare type PresenceBadgeState = BadgeState & PresenceBadgeCommons;
16
+ } & BadgeCommons;
17
+ export declare type PresenceBadgeProps = Omit<ComponentProps<Pick<BadgeSlots, 'root'>>, 'color'> & Partial<Pick<PresenceBadgeCommons, 'status' | 'outOfOffice' | 'size'>>;
18
+ export declare type PresenceBadgeState = PresenceBadgeCommons & ComponentState<BadgeSlots>;
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ import type { PresenceBadgeState } from './PresenceBadge.types';
3
+ export declare const presenceAwayFilled: Record<PresenceBadgeState['size'], React.FunctionComponent | null>;
4
+ export declare const presenceAvailableRegular: Record<PresenceBadgeState['size'], React.FunctionComponent | null>;
5
+ export declare const presenceAvailableFilled: Record<PresenceBadgeState['size'], React.FunctionComponent | null>;
6
+ export declare const presenceBusyFilled: Record<PresenceBadgeState['size'], React.FunctionComponent | null>;
7
+ export declare const presenceDndFilled: Record<PresenceBadgeState['size'], React.FunctionComponent | null>;
8
+ export declare const presenceDndRegular: Record<PresenceBadgeState['size'], React.FunctionComponent | null>;
9
+ export declare const presenceOofRegular: Record<PresenceBadgeState['size'], React.FunctionComponent | null>;
10
+ export declare const presenceOfflineRegular: Record<PresenceBadgeState['size'], React.FunctionComponent | null>;
11
+ export declare const presenceUnknownRegular: Record<PresenceBadgeState['size'], React.FunctionComponent | null>;
@@ -0,0 +1,128 @@
1
+ import { PresenceAvailable10Regular, PresenceAvailable12Regular, PresenceAvailable16Regular, PresenceAvailable10Filled, PresenceAvailable12Filled, PresenceAvailable16Filled, PresenceAway10Filled, PresenceAway12Filled, PresenceAway16Filled, PresenceBusy10Filled, PresenceBusy12Filled, PresenceBusy16Filled, PresenceDnd10Regular, PresenceDnd12Regular, PresenceDnd16Regular, PresenceDnd10Filled, PresenceDnd12Filled, PresenceDnd16Filled, PresenceOof10Regular, PresenceOof12Regular, PresenceOof16Regular, PresenceOffline10Regular, PresenceOffline12Regular, PresenceOffline16Regular, PresenceUnknown10Regular, PresenceUnknown12Regular, PresenceUnknown16Regular } from '@fluentui/react-icons';
2
+ export const presenceAwayFilled = {
3
+ // FIXME not all presence icon sizes are available
4
+ // https://github.com/microsoft/fluentui/issues/20650
5
+ tiny: PresenceAway10Filled,
6
+ 'extra-small': PresenceAway10Filled,
7
+ small: PresenceAway12Filled,
8
+ medium: PresenceAway16Filled,
9
+ // FIXME not all presence icon sizes are available
10
+ // https://github.com/microsoft/fluentui/issues/20650
11
+ large: PresenceAway16Filled,
12
+ // FIXME not all presence icon sizes are available
13
+ // https://github.com/microsoft/fluentui/issues/20650
14
+ 'extra-large': PresenceAway16Filled
15
+ };
16
+ export const presenceAvailableRegular = {
17
+ // FIXME not all presence icon sizes are available
18
+ // https://github.com/microsoft/fluentui/issues/20650
19
+ tiny: PresenceAvailable10Regular,
20
+ 'extra-small': PresenceAvailable10Regular,
21
+ small: PresenceAvailable12Regular,
22
+ medium: PresenceAvailable16Regular,
23
+ // FIXME not all presence icon sizes are available
24
+ // https://github.com/microsoft/fluentui/issues/20650
25
+ large: PresenceAvailable16Regular,
26
+ // FIXME not all presence icon sizes are available
27
+ // https://github.com/microsoft/fluentui/issues/20650
28
+ 'extra-large': PresenceAvailable16Regular
29
+ };
30
+ export const presenceAvailableFilled = {
31
+ // FIXME not all presence icon sizes are available
32
+ // https://github.com/microsoft/fluentui/issues/20650
33
+ tiny: PresenceAvailable10Filled,
34
+ 'extra-small': PresenceAvailable10Filled,
35
+ small: PresenceAvailable12Filled,
36
+ medium: PresenceAvailable16Filled,
37
+ // FIXME not all presence icon sizes are available
38
+ // https://github.com/microsoft/fluentui/issues/20650
39
+ large: PresenceAvailable16Filled,
40
+ // FIXME not all presence icon sizes are available
41
+ // https://github.com/microsoft/fluentui/issues/20650
42
+ 'extra-large': PresenceAvailable16Filled
43
+ };
44
+ export const presenceBusyFilled = {
45
+ // FIXME not all presence icon sizes are available
46
+ // https://github.com/microsoft/fluentui/issues/20650
47
+ tiny: PresenceBusy10Filled,
48
+ 'extra-small': PresenceBusy10Filled,
49
+ small: PresenceBusy12Filled,
50
+ medium: PresenceBusy16Filled,
51
+ // FIXME not all presence icon sizes are available
52
+ // https://github.com/microsoft/fluentui/issues/20650
53
+ large: PresenceBusy16Filled,
54
+ // FIXME not all presence icon sizes are available
55
+ // https://github.com/microsoft/fluentui/issues/20650
56
+ 'extra-large': PresenceBusy16Filled
57
+ };
58
+ export const presenceDndFilled = {
59
+ // FIXME not all presence icon sizes are available
60
+ // https://github.com/microsoft/fluentui/issues/20650
61
+ tiny: PresenceDnd10Filled,
62
+ 'extra-small': PresenceDnd10Filled,
63
+ small: PresenceDnd12Filled,
64
+ medium: PresenceDnd16Filled,
65
+ // FIXME not all presence icon sizes are available
66
+ // https://github.com/microsoft/fluentui/issues/20650
67
+ large: PresenceDnd16Filled,
68
+ // FIXME not all presence icon sizes are available
69
+ // https://github.com/microsoft/fluentui/issues/20650
70
+ 'extra-large': PresenceDnd16Filled
71
+ };
72
+ export const presenceDndRegular = {
73
+ // FIXME not all presence icon sizes are available
74
+ // https://github.com/microsoft/fluentui/issues/20650
75
+ tiny: PresenceDnd10Regular,
76
+ 'extra-small': PresenceDnd10Regular,
77
+ small: PresenceDnd12Regular,
78
+ medium: PresenceDnd16Regular,
79
+ // FIXME not all presence icon sizes are available
80
+ // https://github.com/microsoft/fluentui/issues/20650
81
+ large: PresenceDnd16Regular,
82
+ // FIXME not all presence icon sizes are available
83
+ // https://github.com/microsoft/fluentui/issues/20650
84
+ 'extra-large': PresenceDnd16Regular
85
+ };
86
+ export const presenceOofRegular = {
87
+ // FIXME not all presence icon sizes are available
88
+ // https://github.com/microsoft/fluentui/issues/20650
89
+ tiny: PresenceOof10Regular,
90
+ 'extra-small': PresenceOof10Regular,
91
+ small: PresenceOof12Regular,
92
+ medium: PresenceOof16Regular,
93
+ // FIXME not all presence icon sizes are available
94
+ // https://github.com/microsoft/fluentui/issues/20650
95
+ large: PresenceOof16Regular,
96
+ // FIXME not all presence icon sizes are available
97
+ // https://github.com/microsoft/fluentui/issues/20650
98
+ 'extra-large': PresenceOof16Regular
99
+ };
100
+ export const presenceOfflineRegular = {
101
+ // FIXME not all presence icon sizes are available
102
+ // https://github.com/microsoft/fluentui/issues/20650
103
+ tiny: PresenceOffline10Regular,
104
+ 'extra-small': PresenceOffline10Regular,
105
+ small: PresenceOffline12Regular,
106
+ medium: PresenceOffline16Regular,
107
+ // FIXME not all presence icon sizes are available
108
+ // https://github.com/microsoft/fluentui/issues/20650
109
+ large: PresenceOffline16Regular,
110
+ // FIXME not all presence icon sizes are available
111
+ // https://github.com/microsoft/fluentui/issues/20650
112
+ 'extra-large': PresenceOffline16Regular
113
+ };
114
+ export const presenceUnknownRegular = {
115
+ // FIXME not all presence icon sizes are available
116
+ // https://github.com/microsoft/fluentui/issues/20650
117
+ tiny: PresenceUnknown10Regular,
118
+ 'extra-small': PresenceUnknown10Regular,
119
+ small: PresenceUnknown12Regular,
120
+ medium: PresenceUnknown16Regular,
121
+ // FIXME not all presence icon sizes are available
122
+ // https://github.com/microsoft/fluentui/issues/20650
123
+ large: PresenceUnknown16Regular,
124
+ // FIXME not all presence icon sizes are available
125
+ // https://github.com/microsoft/fluentui/issues/20650
126
+ 'extra-large': PresenceUnknown16Regular
127
+ };
128
+ //# sourceMappingURL=presenceIcons.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/components/PresenceBadge/presenceIcons.ts"],"names":[],"mappings":"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","sourceRoot":""}
@@ -3,4 +3,4 @@ import type { PresenceBadgeProps, PresenceBadgeState } from './PresenceBadge.typ
3
3
  /**
4
4
  * Returns the props and state required to render the component
5
5
  */
6
- export declare const usePresenceBadge: (props: PresenceBadgeProps, ref: React.Ref<HTMLElement>) => PresenceBadgeState;
6
+ export declare const usePresenceBadge_unstable: (props: PresenceBadgeProps, ref: React.Ref<HTMLElement>) => PresenceBadgeState;
@@ -1,40 +1,51 @@
1
- import { __assign } from "tslib";
2
1
  import * as React from 'react';
3
2
  import { resolveShorthand } from '@fluentui/react-utilities';
4
- import { useBadge } from '../Badge/index';
5
- import { SkypeMinusIcon, SkypeClockIcon, SkypeArrowIcon, SkypeCheckIcon, CancelIcon } from './DefaultPresenceBadgeIcons';
6
-
7
- var iconMap = function (outOfOffice) {
8
- return {
9
- busy: null,
10
- available: outOfOffice ? /*#__PURE__*/React.createElement(SkypeArrowIcon, null) : /*#__PURE__*/React.createElement(SkypeCheckIcon, null),
11
- away: outOfOffice ? /*#__PURE__*/React.createElement(SkypeArrowIcon, null) : /*#__PURE__*/React.createElement(SkypeClockIcon, null),
12
- offline: /*#__PURE__*/React.createElement(CancelIcon, null),
13
- outOfOffice: /*#__PURE__*/React.createElement(SkypeArrowIcon, null),
14
- doNotDisturb: /*#__PURE__*/React.createElement(SkypeMinusIcon, null)
15
- };
3
+ import { presenceAvailableFilled, presenceAvailableRegular, presenceAwayFilled, presenceBusyFilled, presenceDndFilled, presenceDndRegular, presenceOfflineRegular, presenceOofRegular, presenceUnknownRegular } from './presenceIcons';
4
+ import { useBadge_unstable } from '../Badge/index';
5
+
6
+ const iconMap = (status, outOfOffice, size) => {
7
+ switch (status) {
8
+ case 'available':
9
+ return outOfOffice ? presenceAvailableRegular[size] : presenceAvailableFilled[size];
10
+
11
+ case 'away':
12
+ return outOfOffice ? presenceOfflineRegular[size] : presenceAwayFilled[size];
13
+
14
+ case 'busy':
15
+ return outOfOffice ? presenceUnknownRegular[size] : presenceBusyFilled[size];
16
+
17
+ case 'doNotDisturb':
18
+ return outOfOffice ? presenceDndRegular[size] : presenceDndFilled[size];
19
+
20
+ case 'offline':
21
+ return presenceOfflineRegular[size];
22
+
23
+ case 'outOfOffice':
24
+ return presenceOofRegular[size];
25
+ }
16
26
  };
17
27
  /**
18
28
  * Returns the props and state required to render the component
19
29
  */
20
30
 
21
31
 
22
- export var usePresenceBadge = function (props, ref) {
23
- var _a, _b, _c;
32
+ export const usePresenceBadge_unstable = (props, ref) => {
33
+ var _a, _b;
24
34
 
25
- var state = __assign(__assign({}, useBadge(__assign(__assign({
26
- size: 'small'
27
- }, props), {
28
- icon: resolveShorthand(props.icon, {
29
- required: true
30
- })
31
- }), ref)), {
35
+ const state = { ...useBadge_unstable({
36
+ size: 'medium',
37
+ ...props,
38
+ icon: resolveShorthand(undefined, {
39
+ required: true
40
+ })
41
+ }, ref),
32
42
  status: (_a = props.status) !== null && _a !== void 0 ? _a : 'available',
33
43
  outOfOffice: (_b = props.outOfOffice) !== null && _b !== void 0 ? _b : false
34
- });
44
+ };
45
+ const IconElement = iconMap(state.status, state.outOfOffice, state.size);
35
46
 
36
- if (!((_c = state.icon) === null || _c === void 0 ? void 0 : _c.children)) {
37
- state.icon.children = iconMap(state.outOfOffice)[state.status];
47
+ if (IconElement) {
48
+ state.icon.children = /*#__PURE__*/React.createElement(IconElement, null);
38
49
  }
39
50
 
40
51
  return state;
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/PresenceBadge/usePresenceBadge.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,gBAAT,QAAiC,2BAAjC;AACA,SAAS,QAAT,QAAyB,gBAAzB;AACA,SACE,cADF,EAEE,cAFF,EAGE,cAHF,EAIE,cAJF,EAKE,UALF,QAMO,6BANP;;AASA,IAAM,OAAO,GAA8E,UAAA,WAAA,EAAW;AAAI,SAAC;AACzG,IAAA,IAAI,EAAE,IADmG;AAEzG,IAAA,SAAS,EAAE,WAAW,gBAAG,KAAA,CAAA,aAAA,CAAC,cAAD,EAAe,IAAf,CAAH,gBAAwB,KAAA,CAAA,aAAA,CAAC,cAAD,EAAe,IAAf,CAF2D;AAGzG,IAAA,IAAI,EAAE,WAAW,gBAAG,KAAA,CAAA,aAAA,CAAC,cAAD,EAAe,IAAf,CAAH,gBAAwB,KAAA,CAAA,aAAA,CAAC,cAAD,EAAe,IAAf,CAHgE;AAIzG,IAAA,OAAO,eAAE,KAAA,CAAA,aAAA,CAAC,UAAD,EAAW,IAAX,CAJgG;AAKzG,IAAA,WAAW,eAAE,KAAA,CAAA,aAAA,CAAC,cAAD,EAAe,IAAf,CAL4F;AAMzG,IAAA,YAAY,eAAE,KAAA,CAAA,aAAA,CAAC,cAAD,EAAe,IAAf;AAN2F,GAAD;AAOxG,CAPF;AASA;;AAEG;;;AACH,OAAO,IAAM,gBAAgB,GAAG,UAAC,KAAD,EAA4B,GAA5B,EAAuD;;;AACrF,MAAM,KAAK,GAAA,QAAA,CAAA,QAAA,CAAA,EAAA,EACN,QAAQ,CAAA,QAAA,CAAA,QAAA,CAAA;AAEP,IAAA,IAAI,EAAE;AAFC,GAAA,EAGJ,KAHI,CAAA,EAGC;AACR,IAAA,IAAI,EAAE,gBAAgB,CAAC,KAAK,CAAC,IAAP,EAAa;AACjC,MAAA,QAAQ,EAAE;AADuB,KAAb;AADd,GAHD,CAAA,EAQT,GARS,CADF,CAAA,EAUR;AACD,IAAA,MAAM,EAAA,CAAA,EAAA,GAAE,KAAK,CAAC,MAAR,MAAc,IAAd,IAAc,EAAA,KAAA,KAAA,CAAd,GAAc,EAAd,GAAkB,WADvB;AAED,IAAA,WAAW,EAAA,CAAA,EAAA,GAAE,KAAK,CAAC,WAAR,MAAmB,IAAnB,IAAmB,EAAA,KAAA,KAAA,CAAnB,GAAmB,EAAnB,GAAuB;AAFjC,GAVQ,CAAX;;AAeA,MAAI,EAAA,CAAA,EAAA,GAAC,KAAK,CAAC,IAAP,MAAW,IAAX,IAAW,EAAA,KAAA,KAAA,CAAX,GAAW,KAAA,CAAX,GAAW,EAAA,CAAE,QAAb,CAAJ,EAA2B;AACzB,IAAA,KAAK,CAAC,IAAN,CAAY,QAAZ,GAAuB,OAAO,CAAC,KAAK,CAAC,WAAP,CAAP,CAA2B,KAAK,CAAC,MAAjC,CAAvB;AACD;;AAED,SAAO,KAAP;AACD,CArBM","sourceRoot":""}
1
+ {"version":3,"sources":["../../../src/components/PresenceBadge/usePresenceBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,gBAAT,QAAiC,2BAAjC;AACA,SACE,uBADF,EAEE,wBAFF,EAGE,kBAHF,EAIE,kBAJF,EAKE,iBALF,EAME,kBANF,EAOE,sBAPF,EAQE,kBARF,EASE,sBATF,QAUO,iBAVP;AAWA,SAAS,iBAAT,QAA8C,gBAA9C;;AAGA,MAAM,OAAO,GAAG,CACd,MADc,EAEd,WAFc,EAGd,IAHc,KAIoB;AAClC,UAAQ,MAAR;AACE,SAAK,WAAL;AACE,aAAO,WAAW,GAAG,wBAAwB,CAAC,IAAD,CAA3B,GAAoC,uBAAuB,CAAC,IAAD,CAA7E;;AACF,SAAK,MAAL;AACE,aAAO,WAAW,GAAG,sBAAsB,CAAC,IAAD,CAAzB,GAAkC,kBAAkB,CAAC,IAAD,CAAtE;;AACF,SAAK,MAAL;AACE,aAAO,WAAW,GAAG,sBAAsB,CAAC,IAAD,CAAzB,GAAkC,kBAAkB,CAAC,IAAD,CAAtE;;AACF,SAAK,cAAL;AACE,aAAO,WAAW,GAAG,kBAAkB,CAAC,IAAD,CAArB,GAA8B,iBAAiB,CAAC,IAAD,CAAjE;;AACF,SAAK,SAAL;AACE,aAAO,sBAAsB,CAAC,IAAD,CAA7B;;AACF,SAAK,aAAL;AACE,aAAO,kBAAkB,CAAC,IAAD,CAAzB;AAZJ;AAcD,CAnBD;AAqBA;;AAEG;;;AACH,OAAO,MAAM,yBAAyB,GAAG,CACvC,KADuC,EAEvC,GAFuC,KAGjB;;;AACtB,QAAM,KAAK,GAAuB,EAChC,GAAG,iBAAiB,CAClB;AACE,MAAA,IAAI,EAAE,QADR;AAEE,SAAG,KAFL;AAGE,MAAA,IAAI,EAAE,gBAAgB,CAAC,SAAD,EAAkC;AACtD,QAAA,QAAQ,EAAE;AAD4C,OAAlC;AAHxB,KADkB,EAQlB,GARkB,CADY;AAWhC,IAAA,MAAM,EAAE,CAAA,EAAA,GAAA,KAAK,CAAC,MAAN,MAAY,IAAZ,IAAY,EAAA,KAAA,KAAA,CAAZ,GAAY,EAAZ,GAAgB,WAXQ;AAYhC,IAAA,WAAW,EAAE,CAAA,EAAA,GAAA,KAAK,CAAC,WAAN,MAAiB,IAAjB,IAAiB,EAAA,KAAA,KAAA,CAAjB,GAAiB,EAAjB,GAAqB;AAZF,GAAlC;AAeA,QAAM,WAAW,GAAG,OAAO,CAAC,KAAK,CAAC,MAAP,EAAe,KAAK,CAAC,WAArB,EAAkC,KAAK,CAAC,IAAxC,CAA3B;;AACA,MAAI,WAAJ,EAAiB;AACf,IAAA,KAAK,CAAC,IAAN,CAAY,QAAZ,gBAAuB,KAAA,CAAA,aAAA,CAAC,WAAD,EAAY,IAAZ,CAAvB;AACD;;AAED,SAAO,KAAP;AACD,CAzBM","sourceRoot":""}
@@ -1,5 +1,6 @@
1
1
  import type { PresenceBadgeState } from './PresenceBadge.types';
2
+ export declare const presenceBadgeClassName = "fui-PresenceBadge";
2
3
  /**
3
4
  * Applies style classnames to slots
4
5
  */
5
- export declare const usePresenceBadgeStyles: (state: PresenceBadgeState) => PresenceBadgeState;
6
+ export declare const usePresenceBadgeStyles_unstable: (state: PresenceBadgeState) => PresenceBadgeState;