@fluentui/react-rating 9.0.23 → 9.0.25

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 CHANGED
@@ -1,20 +1,41 @@
1
1
  # Change Log - @fluentui/react-rating
2
2
 
3
- This log was last generated on Fri, 06 Dec 2024 12:49:19 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 16 Dec 2024 16:22:08 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-rating_v9.0.25)
8
+
9
+ Mon, 16 Dec 2024 16:22:08 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-rating_v9.0.24..@fluentui/react-rating_v9.0.25)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-jsx-runtime to v9.0.48 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
15
+ - Bump @fluentui/react-theme to v9.1.24 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
16
+ - Bump @fluentui/react-tabster to v9.23.2 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
17
+ - Bump @fluentui/react-utilities to v9.18.19 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
18
+
19
+ ## [9.0.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-rating_v9.0.24)
20
+
21
+ Mon, 09 Dec 2024 17:38:15 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-rating_v9.0.23..@fluentui/react-rating_v9.0.24)
23
+
24
+ ### Patches
25
+
26
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
27
+
7
28
  ## [9.0.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-rating_v9.0.23)
8
29
 
9
- Fri, 06 Dec 2024 12:49:19 GMT
30
+ Fri, 06 Dec 2024 12:53:46 GMT
10
31
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-rating_v9.0.22..@fluentui/react-rating_v9.0.23)
11
32
 
12
33
  ### Patches
13
34
 
14
- - Bump @fluentui/react-jsx-runtime to v9.0.47 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
15
- - Bump @fluentui/react-theme to v9.1.23 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
16
- - Bump @fluentui/react-tabster to v9.23.1 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
17
- - Bump @fluentui/react-utilities to v9.18.18 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
35
+ - Bump @fluentui/react-jsx-runtime to v9.0.47 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
36
+ - Bump @fluentui/react-theme to v9.1.23 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
37
+ - Bump @fluentui/react-tabster to v9.23.1 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
38
+ - Bump @fluentui/react-utilities to v9.18.18 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
18
39
 
19
40
  ## [9.0.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-rating_v9.0.22)
20
41
 
package/lib/Rating.js CHANGED
@@ -1 +1 @@
1
- export * from './components/Rating/index';
1
+ export { Rating, ratingClassNames, renderRating_unstable, useRatingContextValues, useRatingStyles_unstable, useRating_unstable } from './components/Rating/index';
package/lib/Rating.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Rating.ts"],"sourcesContent":["export * from './components/Rating/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,4BAA4B"}
1
+ {"version":3,"sources":["../src/Rating.ts"],"sourcesContent":["export type {\n RatingContextValues,\n RatingOnChangeEventData,\n RatingProps,\n RatingSlots,\n RatingState,\n} from './components/Rating/index';\nexport {\n Rating,\n ratingClassNames,\n renderRating_unstable,\n useRatingContextValues,\n useRatingStyles_unstable,\n useRating_unstable,\n} from './components/Rating/index';\n"],"names":["Rating","ratingClassNames","renderRating_unstable","useRatingContextValues","useRatingStyles_unstable","useRating_unstable"],"rangeMappings":"","mappings":"AAOA,SACEA,MAAM,EACNC,gBAAgB,EAChBC,qBAAqB,EACrBC,sBAAsB,EACtBC,wBAAwB,EACxBC,kBAAkB,QACb,4BAA4B"}
@@ -1 +1 @@
1
- export * from './components/RatingDisplay/index';
1
+ export { RatingDisplay, ratingDisplayClassNames, renderRatingDisplay_unstable, useRatingDisplayContextValues, useRatingDisplayStyles_unstable, useRatingDisplay_unstable } from './components/RatingDisplay/index';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/RatingDisplay.ts"],"sourcesContent":["export * from './components/RatingDisplay/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,mCAAmC"}
1
+ {"version":3,"sources":["../src/RatingDisplay.ts"],"sourcesContent":["export type {\n RatingDisplayContextValues,\n RatingDisplayProps,\n RatingDisplaySlots,\n RatingDisplayState,\n} from './components/RatingDisplay/index';\nexport {\n RatingDisplay,\n ratingDisplayClassNames,\n renderRatingDisplay_unstable,\n useRatingDisplayContextValues,\n useRatingDisplayStyles_unstable,\n useRatingDisplay_unstable,\n} from './components/RatingDisplay/index';\n"],"names":["RatingDisplay","ratingDisplayClassNames","renderRatingDisplay_unstable","useRatingDisplayContextValues","useRatingDisplayStyles_unstable","useRatingDisplay_unstable"],"rangeMappings":"","mappings":"AAMA,SACEA,aAAa,EACbC,uBAAuB,EACvBC,4BAA4B,EAC5BC,6BAA6B,EAC7BC,+BAA+B,EAC/BC,yBAAyB,QACpB,mCAAmC"}
package/lib/RatingItem.js CHANGED
@@ -1 +1 @@
1
- export * from './components/RatingItem/index';
1
+ export { RatingItem, ratingItemClassNames, renderRatingItem_unstable, useRatingItemStyles_unstable, useRatingItem_unstable } from './components/RatingItem/index';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/RatingItem.ts"],"sourcesContent":["export * from './components/RatingItem/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,gCAAgC"}
1
+ {"version":3,"sources":["../src/RatingItem.ts"],"sourcesContent":["export type {\n RatingItemContextValue,\n RatingItemProps,\n RatingItemSlots,\n RatingItemState,\n} from './components/RatingItem/index';\nexport {\n RatingItem,\n ratingItemClassNames,\n renderRatingItem_unstable,\n useRatingItemStyles_unstable,\n useRatingItem_unstable,\n} from './components/RatingItem/index';\n"],"names":["RatingItem","ratingItemClassNames","renderRatingItem_unstable","useRatingItemStyles_unstable","useRatingItem_unstable"],"rangeMappings":"","mappings":"AAMA,SACEA,UAAU,EACVC,oBAAoB,EACpBC,yBAAyB,EACzBC,4BAA4B,EAC5BC,sBAAsB,QACjB,gCAAgC"}
@@ -1,6 +1,5 @@
1
- export * from './Rating';
2
- export * from './Rating.types';
3
- export * from './renderRating';
4
- export * from './useRating';
5
- export * from './useRatingStyles.styles';
6
- export * from './useRatingContextValues';
1
+ export { Rating } from './Rating';
2
+ export { renderRating_unstable } from './renderRating';
3
+ export { useRating_unstable } from './useRating';
4
+ export { ratingClassNames, useRatingStyles_unstable } from './useRatingStyles.styles';
5
+ export { useRatingContextValues } from './useRatingContextValues';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/Rating/index.ts"],"sourcesContent":["export * from './Rating';\nexport * from './Rating.types';\nexport * from './renderRating';\nexport * from './useRating';\nexport * from './useRatingStyles.styles';\nexport * from './useRatingContextValues';\n"],"names":[],"rangeMappings":";;;;;","mappings":"AAAA,cAAc,WAAW;AACzB,cAAc,iBAAiB;AAC/B,cAAc,iBAAiB;AAC/B,cAAc,cAAc;AAC5B,cAAc,2BAA2B;AACzC,cAAc,2BAA2B"}
1
+ {"version":3,"sources":["../src/components/Rating/index.ts"],"sourcesContent":["export { Rating } from './Rating';\nexport type {\n RatingContextValues,\n RatingOnChangeEventData,\n RatingProps,\n RatingSlots,\n RatingState,\n} from './Rating.types';\nexport { renderRating_unstable } from './renderRating';\nexport { useRating_unstable } from './useRating';\nexport { ratingClassNames, useRatingStyles_unstable } from './useRatingStyles.styles';\nexport { useRatingContextValues } from './useRatingContextValues';\n"],"names":["Rating","renderRating_unstable","useRating_unstable","ratingClassNames","useRatingStyles_unstable","useRatingContextValues"],"rangeMappings":";;;;","mappings":"AAAA,SAASA,MAAM,QAAQ,WAAW;AAQlC,SAASC,qBAAqB,QAAQ,iBAAiB;AACvD,SAASC,kBAAkB,QAAQ,cAAc;AACjD,SAASC,gBAAgB,EAAEC,wBAAwB,QAAQ,2BAA2B;AACtF,SAASC,sBAAsB,QAAQ,2BAA2B"}
@@ -1,6 +1,5 @@
1
- export * from './RatingDisplay';
2
- export * from './RatingDisplay.types';
3
- export * from './renderRatingDisplay';
4
- export * from './useRatingDisplay';
5
- export * from './useRatingDisplayStyles.styles';
6
- export * from './useRatingDisplayContextValues';
1
+ export { RatingDisplay } from './RatingDisplay';
2
+ export { renderRatingDisplay_unstable } from './renderRatingDisplay';
3
+ export { useRatingDisplay_unstable } from './useRatingDisplay';
4
+ export { ratingDisplayClassNames, useRatingDisplayStyles_unstable } from './useRatingDisplayStyles.styles';
5
+ export { useRatingDisplayContextValues } from './useRatingDisplayContextValues';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/RatingDisplay/index.ts"],"sourcesContent":["export * from './RatingDisplay';\nexport * from './RatingDisplay.types';\nexport * from './renderRatingDisplay';\nexport * from './useRatingDisplay';\nexport * from './useRatingDisplayStyles.styles';\nexport * from './useRatingDisplayContextValues';\n"],"names":[],"rangeMappings":";;;;;","mappings":"AAAA,cAAc,kBAAkB;AAChC,cAAc,wBAAwB;AACtC,cAAc,wBAAwB;AACtC,cAAc,qBAAqB;AACnC,cAAc,kCAAkC;AAChD,cAAc,kCAAkC"}
1
+ {"version":3,"sources":["../src/components/RatingDisplay/index.ts"],"sourcesContent":["export { RatingDisplay } from './RatingDisplay';\nexport type {\n RatingDisplayContextValues,\n RatingDisplayProps,\n RatingDisplaySlots,\n RatingDisplayState,\n} from './RatingDisplay.types';\nexport { renderRatingDisplay_unstable } from './renderRatingDisplay';\nexport { useRatingDisplay_unstable } from './useRatingDisplay';\nexport { ratingDisplayClassNames, useRatingDisplayStyles_unstable } from './useRatingDisplayStyles.styles';\nexport { useRatingDisplayContextValues } from './useRatingDisplayContextValues';\n"],"names":["RatingDisplay","renderRatingDisplay_unstable","useRatingDisplay_unstable","ratingDisplayClassNames","useRatingDisplayStyles_unstable","useRatingDisplayContextValues"],"rangeMappings":";;;;","mappings":"AAAA,SAASA,aAAa,QAAQ,kBAAkB;AAOhD,SAASC,4BAA4B,QAAQ,wBAAwB;AACrE,SAASC,yBAAyB,QAAQ,qBAAqB;AAC/D,SAASC,uBAAuB,EAAEC,+BAA+B,QAAQ,kCAAkC;AAC3G,SAASC,6BAA6B,QAAQ,kCAAkC"}
@@ -1,5 +1,4 @@
1
- export * from './RatingItem';
2
- export * from './RatingItem.types';
3
- export * from './renderRatingItem';
4
- export * from './useRatingItem';
5
- export * from './useRatingItemStyles.styles';
1
+ export { RatingItem } from './RatingItem';
2
+ export { renderRatingItem_unstable } from './renderRatingItem';
3
+ export { useRatingItem_unstable } from './useRatingItem';
4
+ export { ratingItemClassNames, useRatingItemStyles_unstable } from './useRatingItemStyles.styles';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/RatingItem/index.ts"],"sourcesContent":["export * from './RatingItem';\nexport * from './RatingItem.types';\nexport * from './renderRatingItem';\nexport * from './useRatingItem';\nexport * from './useRatingItemStyles.styles';\n"],"names":[],"rangeMappings":";;;;","mappings":"AAAA,cAAc,eAAe;AAC7B,cAAc,qBAAqB;AACnC,cAAc,qBAAqB;AACnC,cAAc,kBAAkB;AAChC,cAAc,+BAA+B"}
1
+ {"version":3,"sources":["../src/components/RatingItem/index.ts"],"sourcesContent":["export { RatingItem } from './RatingItem';\nexport type { RatingItemContextValue, RatingItemProps, RatingItemSlots, RatingItemState } from './RatingItem.types';\nexport { renderRatingItem_unstable } from './renderRatingItem';\nexport { useRatingItem_unstable } from './useRatingItem';\nexport { ratingItemClassNames, useRatingItemStyles_unstable } from './useRatingItemStyles.styles';\n"],"names":["RatingItem","renderRatingItem_unstable","useRatingItem_unstable","ratingItemClassNames","useRatingItemStyles_unstable"],"rangeMappings":";;;","mappings":"AAAA,SAASA,UAAU,QAAQ,eAAe;AAE1C,SAASC,yBAAyB,QAAQ,qBAAqB;AAC/D,SAASC,sBAAsB,QAAQ,kBAAkB;AACzD,SAASC,oBAAoB,EAAEC,4BAA4B,QAAQ,+BAA+B"}
@@ -1 +1 @@
1
- export * from './RatingItemContext';
1
+ export { RatingItemContext, RatingItemProvider, useRatingItemContextValue_unstable } from './RatingItemContext';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/contexts/index.ts"],"sourcesContent":["export * from './RatingItemContext';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,sBAAsB"}
1
+ {"version":3,"sources":["../src/contexts/index.ts"],"sourcesContent":["export { RatingItemContext, RatingItemProvider, useRatingItemContextValue_unstable } from './RatingItemContext';\n"],"names":["RatingItemContext","RatingItemProvider","useRatingItemContextValue_unstable"],"rangeMappings":"","mappings":"AAAA,SAASA,iBAAiB,EAAEC,kBAAkB,EAAEC,kCAAkC,QAAQ,sBAAsB"}
@@ -2,5 +2,30 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./components/Rating/index"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Rating: function() {
13
+ return _index.Rating;
14
+ },
15
+ ratingClassNames: function() {
16
+ return _index.ratingClassNames;
17
+ },
18
+ renderRating_unstable: function() {
19
+ return _index.renderRating_unstable;
20
+ },
21
+ useRatingContextValues: function() {
22
+ return _index.useRatingContextValues;
23
+ },
24
+ useRatingStyles_unstable: function() {
25
+ return _index.useRatingStyles_unstable;
26
+ },
27
+ useRating_unstable: function() {
28
+ return _index.useRating_unstable;
29
+ }
30
+ });
31
+ const _index = require("./components/Rating/index");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Rating.ts"],"sourcesContent":["export * from './components/Rating/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["../src/Rating.ts"],"sourcesContent":["export type {\n RatingContextValues,\n RatingOnChangeEventData,\n RatingProps,\n RatingSlots,\n RatingState,\n} from './components/Rating/index';\nexport {\n Rating,\n ratingClassNames,\n renderRating_unstable,\n useRatingContextValues,\n useRatingStyles_unstable,\n useRating_unstable,\n} from './components/Rating/index';\n"],"names":["Rating","ratingClassNames","renderRating_unstable","useRatingContextValues","useRatingStyles_unstable","useRating_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAQEA,MAAM;eAANA,aAAM;;IACNC,gBAAgB;eAAhBA,uBAAgB;;IAChBC,qBAAqB;eAArBA,4BAAqB;;IACrBC,sBAAsB;eAAtBA,6BAAsB;;IACtBC,wBAAwB;eAAxBA,+BAAwB;;IACxBC,kBAAkB;eAAlBA,yBAAkB;;;uBACb"}
@@ -2,5 +2,30 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./components/RatingDisplay/index"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ RatingDisplay: function() {
13
+ return _index.RatingDisplay;
14
+ },
15
+ ratingDisplayClassNames: function() {
16
+ return _index.ratingDisplayClassNames;
17
+ },
18
+ renderRatingDisplay_unstable: function() {
19
+ return _index.renderRatingDisplay_unstable;
20
+ },
21
+ useRatingDisplayContextValues: function() {
22
+ return _index.useRatingDisplayContextValues;
23
+ },
24
+ useRatingDisplayStyles_unstable: function() {
25
+ return _index.useRatingDisplayStyles_unstable;
26
+ },
27
+ useRatingDisplay_unstable: function() {
28
+ return _index.useRatingDisplay_unstable;
29
+ }
30
+ });
31
+ const _index = require("./components/RatingDisplay/index");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/RatingDisplay.ts"],"sourcesContent":["export * from './components/RatingDisplay/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["../src/RatingDisplay.ts"],"sourcesContent":["export type {\n RatingDisplayContextValues,\n RatingDisplayProps,\n RatingDisplaySlots,\n RatingDisplayState,\n} from './components/RatingDisplay/index';\nexport {\n RatingDisplay,\n ratingDisplayClassNames,\n renderRatingDisplay_unstable,\n useRatingDisplayContextValues,\n useRatingDisplayStyles_unstable,\n useRatingDisplay_unstable,\n} from './components/RatingDisplay/index';\n"],"names":["RatingDisplay","ratingDisplayClassNames","renderRatingDisplay_unstable","useRatingDisplayContextValues","useRatingDisplayStyles_unstable","useRatingDisplay_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAOEA,aAAa;eAAbA,oBAAa;;IACbC,uBAAuB;eAAvBA,8BAAuB;;IACvBC,4BAA4B;eAA5BA,mCAA4B;;IAC5BC,6BAA6B;eAA7BA,oCAA6B;;IAC7BC,+BAA+B;eAA/BA,sCAA+B;;IAC/BC,yBAAyB;eAAzBA,gCAAyB;;;uBACpB"}
@@ -2,5 +2,27 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./components/RatingItem/index"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ RatingItem: function() {
13
+ return _index.RatingItem;
14
+ },
15
+ ratingItemClassNames: function() {
16
+ return _index.ratingItemClassNames;
17
+ },
18
+ renderRatingItem_unstable: function() {
19
+ return _index.renderRatingItem_unstable;
20
+ },
21
+ useRatingItemStyles_unstable: function() {
22
+ return _index.useRatingItemStyles_unstable;
23
+ },
24
+ useRatingItem_unstable: function() {
25
+ return _index.useRatingItem_unstable;
26
+ }
27
+ });
28
+ const _index = require("./components/RatingItem/index");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/RatingItem.ts"],"sourcesContent":["export * from './components/RatingItem/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["../src/RatingItem.ts"],"sourcesContent":["export type {\n RatingItemContextValue,\n RatingItemProps,\n RatingItemSlots,\n RatingItemState,\n} from './components/RatingItem/index';\nexport {\n RatingItem,\n ratingItemClassNames,\n renderRatingItem_unstable,\n useRatingItemStyles_unstable,\n useRatingItem_unstable,\n} from './components/RatingItem/index';\n"],"names":["RatingItem","ratingItemClassNames","renderRatingItem_unstable","useRatingItemStyles_unstable","useRatingItem_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAOEA,UAAU;eAAVA,iBAAU;;IACVC,oBAAoB;eAApBA,2BAAoB;;IACpBC,yBAAyB;eAAzBA,gCAAyB;;IACzBC,4BAA4B;eAA5BA,mCAA4B;;IAC5BC,sBAAsB;eAAtBA,6BAAsB;;;uBACjB"}
@@ -2,10 +2,34 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./Rating"), exports);
7
- _export_star._(require("./Rating.types"), exports);
8
- _export_star._(require("./renderRating"), exports);
9
- _export_star._(require("./useRating"), exports);
10
- _export_star._(require("./useRatingStyles.styles"), exports);
11
- _export_star._(require("./useRatingContextValues"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Rating: function() {
13
+ return _Rating.Rating;
14
+ },
15
+ ratingClassNames: function() {
16
+ return _useRatingStylesstyles.ratingClassNames;
17
+ },
18
+ renderRating_unstable: function() {
19
+ return _renderRating.renderRating_unstable;
20
+ },
21
+ useRatingContextValues: function() {
22
+ return _useRatingContextValues.useRatingContextValues;
23
+ },
24
+ useRatingStyles_unstable: function() {
25
+ return _useRatingStylesstyles.useRatingStyles_unstable;
26
+ },
27
+ useRating_unstable: function() {
28
+ return _useRating.useRating_unstable;
29
+ }
30
+ });
31
+ const _Rating = require("./Rating");
32
+ const _renderRating = require("./renderRating");
33
+ const _useRating = require("./useRating");
34
+ const _useRatingStylesstyles = require("./useRatingStyles.styles");
35
+ const _useRatingContextValues = require("./useRatingContextValues");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/Rating/index.ts"],"sourcesContent":["export * from './Rating';\nexport * from './Rating.types';\nexport * from './renderRating';\nexport * from './useRating';\nexport * from './useRatingStyles.styles';\nexport * from './useRatingContextValues';\n"],"names":[],"rangeMappings":";;;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["../src/components/Rating/index.ts"],"sourcesContent":["export { Rating } from './Rating';\nexport type {\n RatingContextValues,\n RatingOnChangeEventData,\n RatingProps,\n RatingSlots,\n RatingState,\n} from './Rating.types';\nexport { renderRating_unstable } from './renderRating';\nexport { useRating_unstable } from './useRating';\nexport { ratingClassNames, useRatingStyles_unstable } from './useRatingStyles.styles';\nexport { useRatingContextValues } from './useRatingContextValues';\n"],"names":["Rating","ratingClassNames","renderRating_unstable","useRatingContextValues","useRatingStyles_unstable","useRating_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,MAAM;eAANA,cAAM;;IAUNC,gBAAgB;eAAhBA,uCAAgB;;IAFhBC,qBAAqB;eAArBA,mCAAqB;;IAGrBC,sBAAsB;eAAtBA,8CAAsB;;IADJC,wBAAwB;eAAxBA,+CAAwB;;IAD1CC,kBAAkB;eAAlBA,6BAAkB;;;wBATJ;8BAQe;2BACH;uCACwB;wCACpB"}
@@ -2,10 +2,34 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./RatingDisplay"), exports);
7
- _export_star._(require("./RatingDisplay.types"), exports);
8
- _export_star._(require("./renderRatingDisplay"), exports);
9
- _export_star._(require("./useRatingDisplay"), exports);
10
- _export_star._(require("./useRatingDisplayStyles.styles"), exports);
11
- _export_star._(require("./useRatingDisplayContextValues"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ RatingDisplay: function() {
13
+ return _RatingDisplay.RatingDisplay;
14
+ },
15
+ ratingDisplayClassNames: function() {
16
+ return _useRatingDisplayStylesstyles.ratingDisplayClassNames;
17
+ },
18
+ renderRatingDisplay_unstable: function() {
19
+ return _renderRatingDisplay.renderRatingDisplay_unstable;
20
+ },
21
+ useRatingDisplayContextValues: function() {
22
+ return _useRatingDisplayContextValues.useRatingDisplayContextValues;
23
+ },
24
+ useRatingDisplayStyles_unstable: function() {
25
+ return _useRatingDisplayStylesstyles.useRatingDisplayStyles_unstable;
26
+ },
27
+ useRatingDisplay_unstable: function() {
28
+ return _useRatingDisplay.useRatingDisplay_unstable;
29
+ }
30
+ });
31
+ const _RatingDisplay = require("./RatingDisplay");
32
+ const _renderRatingDisplay = require("./renderRatingDisplay");
33
+ const _useRatingDisplay = require("./useRatingDisplay");
34
+ const _useRatingDisplayStylesstyles = require("./useRatingDisplayStyles.styles");
35
+ const _useRatingDisplayContextValues = require("./useRatingDisplayContextValues");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/RatingDisplay/index.ts"],"sourcesContent":["export * from './RatingDisplay';\nexport * from './RatingDisplay.types';\nexport * from './renderRatingDisplay';\nexport * from './useRatingDisplay';\nexport * from './useRatingDisplayStyles.styles';\nexport * from './useRatingDisplayContextValues';\n"],"names":[],"rangeMappings":";;;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["../src/components/RatingDisplay/index.ts"],"sourcesContent":["export { RatingDisplay } from './RatingDisplay';\nexport type {\n RatingDisplayContextValues,\n RatingDisplayProps,\n RatingDisplaySlots,\n RatingDisplayState,\n} from './RatingDisplay.types';\nexport { renderRatingDisplay_unstable } from './renderRatingDisplay';\nexport { useRatingDisplay_unstable } from './useRatingDisplay';\nexport { ratingDisplayClassNames, useRatingDisplayStyles_unstable } from './useRatingDisplayStyles.styles';\nexport { useRatingDisplayContextValues } from './useRatingDisplayContextValues';\n"],"names":["RatingDisplay","ratingDisplayClassNames","renderRatingDisplay_unstable","useRatingDisplayContextValues","useRatingDisplayStyles_unstable","useRatingDisplay_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,aAAa;eAAbA,4BAAa;;IASbC,uBAAuB;eAAvBA,qDAAuB;;IAFvBC,4BAA4B;eAA5BA,iDAA4B;;IAG5BC,6BAA6B;eAA7BA,4DAA6B;;IADJC,+BAA+B;eAA/BA,6DAA+B;;IADxDC,yBAAyB;eAAzBA,2CAAyB;;;+BARJ;qCAOe;kCACH;8CAC+B;+CAC3B"}
@@ -2,9 +2,30 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./RatingItem"), exports);
7
- _export_star._(require("./RatingItem.types"), exports);
8
- _export_star._(require("./renderRatingItem"), exports);
9
- _export_star._(require("./useRatingItem"), exports);
10
- _export_star._(require("./useRatingItemStyles.styles"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ RatingItem: function() {
13
+ return _RatingItem.RatingItem;
14
+ },
15
+ ratingItemClassNames: function() {
16
+ return _useRatingItemStylesstyles.ratingItemClassNames;
17
+ },
18
+ renderRatingItem_unstable: function() {
19
+ return _renderRatingItem.renderRatingItem_unstable;
20
+ },
21
+ useRatingItemStyles_unstable: function() {
22
+ return _useRatingItemStylesstyles.useRatingItemStyles_unstable;
23
+ },
24
+ useRatingItem_unstable: function() {
25
+ return _useRatingItem.useRatingItem_unstable;
26
+ }
27
+ });
28
+ const _RatingItem = require("./RatingItem");
29
+ const _renderRatingItem = require("./renderRatingItem");
30
+ const _useRatingItem = require("./useRatingItem");
31
+ const _useRatingItemStylesstyles = require("./useRatingItemStyles.styles");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/RatingItem/index.ts"],"sourcesContent":["export * from './RatingItem';\nexport * from './RatingItem.types';\nexport * from './renderRatingItem';\nexport * from './useRatingItem';\nexport * from './useRatingItemStyles.styles';\n"],"names":[],"rangeMappings":";;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["../src/components/RatingItem/index.ts"],"sourcesContent":["export { RatingItem } from './RatingItem';\nexport type { RatingItemContextValue, RatingItemProps, RatingItemSlots, RatingItemState } from './RatingItem.types';\nexport { renderRatingItem_unstable } from './renderRatingItem';\nexport { useRatingItem_unstable } from './useRatingItem';\nexport { ratingItemClassNames, useRatingItemStyles_unstable } from './useRatingItemStyles.styles';\n"],"names":["RatingItem","ratingItemClassNames","renderRatingItem_unstable","useRatingItemStyles_unstable","useRatingItem_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,UAAU;eAAVA,sBAAU;;IAIVC,oBAAoB;eAApBA,+CAAoB;;IAFpBC,yBAAyB;eAAzBA,2CAAyB;;IAEHC,4BAA4B;eAA5BA,uDAA4B;;IADlDC,sBAAsB;eAAtBA,qCAAsB;;;4BAHJ;kCAEe;+BACH;2CAC4B"}
@@ -2,5 +2,21 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./RatingItemContext"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ RatingItemContext: function() {
13
+ return _RatingItemContext.RatingItemContext;
14
+ },
15
+ RatingItemProvider: function() {
16
+ return _RatingItemContext.RatingItemProvider;
17
+ },
18
+ useRatingItemContextValue_unstable: function() {
19
+ return _RatingItemContext.useRatingItemContextValue_unstable;
20
+ }
21
+ });
22
+ const _RatingItemContext = require("./RatingItemContext");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/contexts/index.ts"],"sourcesContent":["export * from './RatingItemContext';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["../src/contexts/index.ts"],"sourcesContent":["export { RatingItemContext, RatingItemProvider, useRatingItemContextValue_unstable } from './RatingItemContext';\n"],"names":["RatingItemContext","RatingItemProvider","useRatingItemContextValue_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,iBAAiB;eAAjBA,oCAAiB;;IAAEC,kBAAkB;eAAlBA,qCAAkB;;IAAEC,kCAAkC;eAAlCA,qDAAkC;;;mCAAQ"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-rating",
3
- "version": "9.0.23",
3
+ "version": "9.0.25",
4
4
  "description": "Rating component for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -18,11 +18,11 @@
18
18
  "@fluentui/scripts-api-extractor": "*"
19
19
  },
20
20
  "dependencies": {
21
- "@fluentui/react-jsx-runtime": "^9.0.47",
21
+ "@fluentui/react-jsx-runtime": "^9.0.48",
22
22
  "@fluentui/react-icons": "^2.0.245",
23
- "@fluentui/react-theme": "^9.1.23",
24
- "@fluentui/react-tabster": "^9.23.1",
25
- "@fluentui/react-utilities": "^9.18.18",
23
+ "@fluentui/react-theme": "^9.1.24",
24
+ "@fluentui/react-tabster": "^9.23.2",
25
+ "@fluentui/react-utilities": "^9.18.19",
26
26
  "@griffel/react": "^1.5.22",
27
27
  "@swc/helpers": "^0.5.1"
28
28
  },