@fluentui-react-native/experimental-expander 0.5.24 → 0.5.26

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 CHANGED
@@ -2,7 +2,43 @@
2
2
  "name": "@fluentui-react-native/experimental-expander",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 18 Mar 2023 17:18:20 GMT",
5
+ "date": "Wed, 03 May 2023 07:04:22 GMT",
6
+ "tag": "@fluentui-react-native/experimental-expander_v0.5.26",
7
+ "version": "0.5.26",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/experimental-expander",
13
+ "comment": "Bump @fluentui-react-native/framework to v0.9.9",
14
+ "commit": "52a53e376865d500b73f26ea9935e13036b04b1a"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 21 Mar 2023 21:53:46 GMT",
21
+ "tag": "@fluentui-react-native/experimental-expander_v0.5.25",
22
+ "version": "0.5.25",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "krsiler@microsoft.com",
27
+ "package": "@fluentui-react-native/experimental-expander",
28
+ "commit": "e706a7afbd63d528878eadd179d5a91210ed62f6",
29
+ "comment": "Trigger manual bump (no changes)"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui-react-native/experimental-expander",
34
+ "comment": "Bump @fluentui-react-native/framework to v0.9.8",
35
+ "commit": "e706a7afbd63d528878eadd179d5a91210ed62f6"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Sat, 18 Mar 2023 17:22:31 GMT",
6
42
  "tag": "@fluentui-react-native/experimental-expander_v0.5.24",
7
43
  "version": "0.5.24",
8
44
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,29 @@
1
1
  # Change Log - @fluentui-react-native/experimental-expander
2
2
 
3
- This log was last generated on Sat, 18 Mar 2023 17:18:20 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 03 May 2023 07:04:22 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.5.26
8
+
9
+ Wed, 03 May 2023 07:04:22 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/framework to v0.9.9
14
+
15
+ ## 0.5.25
16
+
17
+ Tue, 21 Mar 2023 21:53:46 GMT
18
+
19
+ ### Patches
20
+
21
+ - Trigger manual bump (no changes) (krsiler@microsoft.com)
22
+ - Bump @fluentui-react-native/framework to v0.9.8
23
+
7
24
  ## 0.5.24
8
25
 
9
- Sat, 18 Mar 2023 17:18:20 GMT
26
+ Sat, 18 Mar 2023 17:22:31 GMT
10
27
 
11
28
  ### Patches
12
29
 
@@ -0,0 +1,5 @@
1
+ import type { ExpanderProps, ExpanderViewProps } from './Expander.types';
2
+ export declare const Expander: import("@fluentui-react-native/framework").ComposableComponent<ExpanderProps, {
3
+ root: ExpanderViewProps;
4
+ }, import("./Expander.types").ExpanderTokens, object>;
5
+ //# sourceMappingURL=Expander.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Expander.d.ts","sourceRoot":"","sources":["../src/Expander.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAgB,aAAa,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AASvF,eAAO,MAAM,QAAQ;;qDA8BnB,CAAC"}
@@ -0,0 +1,98 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
13
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
14
+ return new (P || (P = Promise))(function (resolve, reject) {
15
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
16
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
17
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
18
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
19
+ });
20
+ };
21
+ var __generator = (this && this.__generator) || function (thisArg, body) {
22
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
23
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
24
+ function verb(n) { return function (v) { return step([n, v]); }; }
25
+ function step(op) {
26
+ if (f) throw new TypeError("Generator is already executing.");
27
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
28
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
29
+ if (y = 0, t) op = [op[0] & 2, t.value];
30
+ switch (op[0]) {
31
+ case 0: case 1: t = op; break;
32
+ case 4: _.label++; return { value: op[1], done: false };
33
+ case 5: _.label++; y = op[1]; op = [0]; continue;
34
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
35
+ default:
36
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
37
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
38
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
39
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
40
+ if (t[2]) _.ops.pop();
41
+ _.trys.pop(); continue;
42
+ }
43
+ op = body.call(thisArg, _);
44
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
45
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
46
+ }
47
+ };
48
+ /** @jsx withSlots */
49
+ import * as React from 'react';
50
+ import { ensureNativeComponent } from '@fluentui-react-native/component-cache';
51
+ import { compose, mergeProps, withSlots, buildProps } from '@fluentui-react-native/framework';
52
+ import { expanderName } from './Expander.types';
53
+ var ExpanderComponent = ensureNativeComponent('ExpanderView');
54
+ function delay(ms) {
55
+ return new Promise(function (resolve) { return setTimeout(resolve, ms); });
56
+ }
57
+ export var Expander = compose({
58
+ displayName: expanderName,
59
+ tokens: [{}, expanderName],
60
+ slotProps: {
61
+ root: buildProps(function (tokens) { return (__assign({}, tokens)); }),
62
+ },
63
+ slots: { root: ExpanderComponent },
64
+ useRender: function (userProps, useSlots) {
65
+ var Root = useSlots(userProps).root;
66
+ var _a = React.useState(userProps.expanded), expandedState = _a[0], setExpandedState = _a[1];
67
+ var expanderHeight = expandedState ? userProps.expandedHeight : userProps.collapsedHeight;
68
+ var _onCollapsing = function () { return __awaiter(void 0, void 0, void 0, function () {
69
+ var _a;
70
+ return __generator(this, function (_b) {
71
+ switch (_b.label) {
72
+ case 0:
73
+ (_a = userProps.onCollapsing) === null || _a === void 0 ? void 0 : _a.call(userProps);
74
+ // Need to delay the height change so that the animation runs
75
+ return [4 /*yield*/, delay(175)];
76
+ case 1:
77
+ // Need to delay the height change so that the animation runs
78
+ _b.sent();
79
+ setExpandedState(false);
80
+ return [2 /*return*/];
81
+ }
82
+ });
83
+ }); };
84
+ var _onExpanding = function () {
85
+ var _a;
86
+ setExpandedState(true);
87
+ (_a = userProps.onExpanding) === null || _a === void 0 ? void 0 : _a.call(userProps);
88
+ };
89
+ return function (rest) {
90
+ var children = [];
91
+ for (var _i = 1; _i < arguments.length; _i++) {
92
+ children[_i - 1] = arguments[_i];
93
+ }
94
+ return (withSlots(Root, __assign({}, mergeProps(userProps, rest), { height: expanderHeight, onCollapsing: _onCollapsing, onExpanding: _onExpanding }), children));
95
+ };
96
+ },
97
+ });
98
+ //# sourceMappingURL=Expander.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Expander.js","sourceRoot":"","sources":["../src/Expander.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qBAAqB;AACrB,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,qBAAqB,EAAE,MAAM,wCAAwC,CAAC;AAE/E,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAG9F,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,IAAM,iBAAiB,GAAG,qBAAqB,CAAC,cAAc,CAAC,CAAC;AAEhE,SAAS,KAAK,CAAC,EAAU;IACvB,OAAO,IAAI,OAAO,CAAC,UAAC,OAAO,IAAK,OAAA,UAAU,CAAC,OAAO,EAAE,EAAE,CAAC,EAAvB,CAAuB,CAAC,CAAC;AAC3D,CAAC;AAED,MAAM,CAAC,IAAM,QAAQ,GAAG,OAAO,CAAe;IAC5C,WAAW,EAAE,YAAY;IACzB,MAAM,EAAE,CAAC,EAAE,EAAE,YAAY,CAAC;IAC1B,SAAS,EAAE;QACT,IAAI,EAAE,UAAU,CAAC,UAAC,MAAM,IAAK,OAAA,cAAM,MAAM,EAAG,EAAf,CAAe,CAAC;KAC9C;IACD,KAAK,EAAE,EAAE,IAAI,EAAE,iBAAiB,EAAE;IAClC,SAAS,EAAE,UAAC,SAAwB,EAAE,QAAgC;QACpE,IAAM,IAAI,GAAG,QAAQ,CAAC,SAAS,CAAC,CAAC,IAAI,CAAC;QAChC,IAAA,KAAoC,KAAK,CAAC,QAAQ,CAAC,SAAS,CAAC,QAAQ,CAAC,EAArE,aAAa,QAAA,EAAE,gBAAgB,QAAsC,CAAC;QAC7E,IAAM,cAAc,GAAG,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC,eAAe,CAAC;QAE5F,IAAM,aAAa,GAAG;;;;;wBACpB,MAAA,SAAS,CAAC,YAAY,yDAAI,CAAC;wBAC3B,6DAA6D;wBAC7D,qBAAM,KAAK,CAAC,GAAG,CAAC,EAAA;;wBADhB,6DAA6D;wBAC7D,SAAgB,CAAC;wBACjB,gBAAgB,CAAC,KAAK,CAAC,CAAC;;;;aACzB,CAAC;QAEF,IAAM,YAAY,GAAG;;YACnB,gBAAgB,CAAC,IAAI,CAAC,CAAC;YACvB,MAAA,SAAS,CAAC,WAAW,yDAAI,CAAC;QAC5B,CAAC,CAAC;QAEF,OAAO,UAAC,IAAuB;YAAE,kBAA8B;iBAA9B,UAA8B,EAA9B,qBAA8B,EAA9B,IAA8B;gBAA9B,iCAA8B;;YAAK,OAAA,CAClE,UAAC,IAAI,eAAK,UAAU,CAAC,SAAS,EAAE,IAAI,CAAC,IAAE,MAAM,EAAE,cAAc,EAAE,YAAY,EAAE,aAAa,EAAE,WAAW,EAAE,YAAY,KAClH,QAAQ,CACJ,CACR;QAJmE,CAInE,CAAC;IACJ,CAAC;CACF,CAAC,CAAC"}
@@ -0,0 +1,150 @@
1
+ import type { ColorValue } from 'react-native';
2
+ export declare const expanderName = "Expander";
3
+ export interface ExpanderProps {
4
+ /**
5
+ * Direction to expand the Expander.
6
+ */
7
+ expandDirection?: ExpandDirection;
8
+ /**
9
+ * Determines if the expander is currently expanded
10
+ */
11
+ expanded?: boolean;
12
+ /**
13
+ * Is Expander control enabled for the user
14
+ */
15
+ enabled?: boolean;
16
+ /**
17
+ * Height of the Expander
18
+ */
19
+ height?: number;
20
+ /**
21
+ * Height for the Expander when expanded
22
+ */
23
+ expandedHeight: number;
24
+ /**
25
+ * Height for the Expander when collapsed
26
+ */
27
+ collapsedHeight: number;
28
+ /**
29
+ * A callback to call on Expander collapsed event
30
+ */
31
+ onCollapsing?: () => void;
32
+ /**
33
+ * A callback to call on Expander expanding event
34
+ */
35
+ onExpanding?: () => void;
36
+ }
37
+ export interface ExpanderTokens {
38
+ /**
39
+ * Width of the expander
40
+ */
41
+ width?: number;
42
+ /**
43
+ * Horizontal alignment of the expander's content
44
+ */
45
+ contentHorizontalAlignment?: HorizontalAlignment;
46
+ /**
47
+ * Vertical alignment of the expander's content
48
+ */
49
+ contentVerticalAlignment?: VerticalAlignment;
50
+ /**
51
+ * Header background color
52
+ */
53
+ headerBackground?: ColorValue;
54
+ /**
55
+ * Header foreground color at rest
56
+ */
57
+ headerForeground?: ColorValue;
58
+ /**
59
+ * Header foreground color on pointer over
60
+ */
61
+ headerForegroundPointerOver?: ColorValue;
62
+ /**
63
+ * Header foreground color when pressed
64
+ */
65
+ headerForegroundPressed?: ColorValue;
66
+ /**
67
+ * Header border color at rest
68
+ */
69
+ headerBorderBrush?: ColorValue;
70
+ /**
71
+ * Header border color on pointer over
72
+ */
73
+ headerBorderPointerOverBrush?: ColorValue;
74
+ /**
75
+ * Header border color when pressed
76
+ */
77
+ headerBorderPressedBrush?: ColorValue;
78
+ /**
79
+ * Header foreground color when disabled
80
+ */
81
+ headerDisabledForeground?: ColorValue;
82
+ /**
83
+ * Header border color when disabled
84
+ */
85
+ headerDisabledBorderBrush?: ColorValue;
86
+ /**
87
+ * Header border thickness
88
+ */
89
+ headerBorderThickness?: number;
90
+ /**
91
+ * Content background color
92
+ */
93
+ contentBackground?: ColorValue;
94
+ /**
95
+ * Content border color
96
+ */
97
+ contentBorderBrush?: ColorValue;
98
+ /**
99
+ * Chevron background color at rest
100
+ */
101
+ chevronBackground?: ColorValue;
102
+ /**
103
+ * Chevron foreground color at rest
104
+ */
105
+ chevronForeground?: ColorValue;
106
+ /**
107
+ * Chevron background color on pointer over
108
+ */
109
+ chevronPointerOverBackground?: ColorValue;
110
+ /**
111
+ * Chevron foreground color on pointer over
112
+ */
113
+ chevronPointerOverForeground?: ColorValue;
114
+ /**
115
+ * Chevron background color when pressed
116
+ */
117
+ chevronPressedBackground?: ColorValue;
118
+ /**
119
+ * Chevron foreground color when pressed
120
+ */
121
+ chevronPressedForeground?: ColorValue;
122
+ /**
123
+ * Chevron border thickness
124
+ */
125
+ chevronBorderThickness?: number;
126
+ /**
127
+ * Chevron border color at rest
128
+ */
129
+ chevronBorderBrush?: ColorValue;
130
+ /**
131
+ * Chevron border color on pointer over
132
+ */
133
+ chevronBorderPointerOverBrush?: ColorValue;
134
+ /**
135
+ * Chevron border color when pressed
136
+ */
137
+ chevronBorderPressedBrush?: ColorValue;
138
+ }
139
+ export type ExpandDirection = 'up' | 'down';
140
+ export type VerticalAlignment = 'bottom' | 'center' | 'stretch' | 'top';
141
+ export type HorizontalAlignment = 'center' | 'left' | 'right' | 'stretch';
142
+ export type ExpanderViewProps = ExpanderProps & ExpanderTokens;
143
+ export interface ExpanderType {
144
+ props: ExpanderProps;
145
+ tokens: ExpanderTokens;
146
+ slotProps: {
147
+ root: ExpanderViewProps;
148
+ };
149
+ }
150
+ //# sourceMappingURL=Expander.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Expander.types.d.ts","sourceRoot":"","sources":["../src/Expander.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,eAAO,MAAM,YAAY,aAAa,CAAC;AASvC,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;CAC1B;AAED,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,0BAA0B,CAAC,EAAE,mBAAmB,CAAC;IACjD;;OAEG;IACH,wBAAwB,CAAC,EAAE,iBAAiB,CAAC;IAC7C;;OAEG;IACH,gBAAgB,CAAC,EAAE,UAAU,CAAC;IAC9B;;OAEG;IACH,gBAAgB,CAAC,EAAE,UAAU,CAAC;IAC9B;;OAEG;IACH,2BAA2B,CAAC,EAAE,UAAU,CAAC;IACzC;;OAEG;IACH,uBAAuB,CAAC,EAAE,UAAU,CAAC;IACrC;;OAEG;IACH,iBAAiB,CAAC,EAAE,UAAU,CAAC;IAC/B;;OAEG;IACH,4BAA4B,CAAC,EAAE,UAAU,CAAC;IAC1C;;OAEG;IACH,wBAAwB,CAAC,EAAE,UAAU,CAAC;IACtC;;OAEG;IACH,wBAAwB,CAAC,EAAE,UAAU,CAAC;IACtC;;OAEG;IACH,yBAAyB,CAAC,EAAE,UAAU,CAAC;IACvC;;OAEG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B;;OAEG;IACH,iBAAiB,CAAC,EAAE,UAAU,CAAC;IAC/B;;OAEG;IACH,kBAAkB,CAAC,EAAE,UAAU,CAAC;IAChC;;OAEG;IACH,iBAAiB,CAAC,EAAE,UAAU,CAAC;IAC/B;;OAEG;IACH,iBAAiB,CAAC,EAAE,UAAU,CAAC;IAC/B;;OAEG;IACH,4BAA4B,CAAC,EAAE,UAAU,CAAC;IAC1C;;OAEG;IACH,4BAA4B,CAAC,EAAE,UAAU,CAAC;IAC1C;;OAEG;IACH,wBAAwB,CAAC,EAAE,UAAU,CAAC;IACtC;;OAEG;IACH,wBAAwB,CAAC,EAAE,UAAU,CAAC;IACtC;;OAEG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC;;OAEG;IACH,kBAAkB,CAAC,EAAE,UAAU,CAAC;IAChC;;OAEG;IACH,6BAA6B,CAAC,EAAE,UAAU,CAAC;IAC3C;;OAEG;IACH,yBAAyB,CAAC,EAAE,UAAU,CAAC;CACxC;AAED,MAAM,MAAM,eAAe,GAAG,IAAI,GAAG,MAAM,CAAC;AAC5C,MAAM,MAAM,iBAAiB,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,KAAK,CAAC;AACxE,MAAM,MAAM,mBAAmB,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC;AAC1E,MAAM,MAAM,iBAAiB,GAAG,aAAa,GAAG,cAAc,CAAC;AAE/D,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,aAAa,CAAC;IACrB,MAAM,EAAE,cAAc,CAAC;IACvB,SAAS,EAAE;QACT,IAAI,EAAE,iBAAiB,CAAC;KACzB,CAAC;CACH"}
@@ -0,0 +1,2 @@
1
+ export var expanderName = 'Expander';
2
+ //# sourceMappingURL=Expander.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Expander.types.js","sourceRoot":"","sources":["../src/Expander.types.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,IAAM,YAAY,GAAG,UAAU,CAAC"}
package/lib/index.d.ts ADDED
@@ -0,0 +1,4 @@
1
+ export { Expander } from './Expander';
2
+ export { expanderName } from './Expander.types';
3
+ export type { ExpandDirection, ExpanderProps, ExpanderTokens, ExpanderType, ExpanderViewProps, HorizontalAlignment, VerticalAlignment } from './Expander.types';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,YAAY,EAAE,eAAe,EAAE,aAAa,EAAE,cAAc,EAAE,YAAY,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC"}
package/lib/index.js ADDED
@@ -0,0 +1,3 @@
1
+ export { Expander } from './Expander';
2
+ export { expanderName } from './Expander.types';
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-expander",
3
- "version": "0.5.24",
3
+ "version": "0.5.26",
4
4
  "description": "A cross-platform Native Expander component using the Fluent Design System. Currently only implemented on windows",
5
5
  "license": "MIT",
6
6
  "author": "Microsoft <fluentuinativeowners@microsoft.com>",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@fluentui-react-native/component-cache": "^1.4.4",
30
- "@fluentui-react-native/framework": "0.9.7"
30
+ "@fluentui-react-native/framework": "0.9.9"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",