@fluentui/react-progress 9.1.91 → 9.1.93

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,12 +1,35 @@
1
1
  # Change Log - @fluentui/react-progress
2
2
 
3
- This log was last generated on Mon, 18 Nov 2024 09:42:22 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 09 Dec 2024 17:34:09 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.93](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.1.93)
8
+
9
+ Mon, 09 Dec 2024 17:34:09 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.1.92..@fluentui/react-progress_v9.1.93)
11
+
12
+ ### Patches
13
+
14
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
15
+ - Bump @fluentui/react-field to v9.1.82 ([PR #33431](https://github.com/microsoft/fluentui/pull/33431) by beachball)
16
+
17
+ ## [9.1.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.1.92)
18
+
19
+ Fri, 06 Dec 2024 12:53:46 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.1.91..@fluentui/react-progress_v9.1.92)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-field to v9.1.81 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
25
+ - Bump @fluentui/react-jsx-runtime to v9.0.47 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
26
+ - Bump @fluentui/react-shared-contexts to v9.21.1 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
27
+ - Bump @fluentui/react-theme to v9.1.23 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
28
+ - Bump @fluentui/react-utilities to v9.18.18 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
29
+
7
30
  ## [9.1.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.1.91)
8
31
 
9
- Mon, 18 Nov 2024 09:42:22 GMT
32
+ Mon, 18 Nov 2024 09:44:40 GMT
10
33
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.1.90..@fluentui/react-progress_v9.1.91)
11
34
 
12
35
  ### Patches
@@ -1 +1 @@
1
- export * from './components/ProgressBar/index';
1
+ export { ProgressBar, progressBarClassNames, renderProgressBar_unstable, useProgressBarStyles_unstable, useProgressBar_unstable } from './components/ProgressBar/index';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/ProgressBar.ts"],"sourcesContent":["export * from './components/ProgressBar/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,iCAAiC"}
1
+ {"version":3,"sources":["../src/ProgressBar.ts"],"sourcesContent":["export type { ProgressBarProps, ProgressBarSlots, ProgressBarState } from './components/ProgressBar/index';\nexport {\n ProgressBar,\n progressBarClassNames,\n renderProgressBar_unstable,\n useProgressBarStyles_unstable,\n useProgressBar_unstable,\n} from './components/ProgressBar/index';\n"],"names":["ProgressBar","progressBarClassNames","renderProgressBar_unstable","useProgressBarStyles_unstable","useProgressBar_unstable"],"rangeMappings":"","mappings":"AACA,SACEA,WAAW,EACXC,qBAAqB,EACrBC,0BAA0B,EAC1BC,6BAA6B,EAC7BC,uBAAuB,QAClB,iCAAiC"}
@@ -1,5 +1,4 @@
1
- export * from './ProgressBar';
2
- export * from './ProgressBar.types';
3
- export * from './renderProgressBar';
4
- export * from './useProgressBar';
5
- export * from './useProgressBarStyles.styles';
1
+ export { ProgressBar } from './ProgressBar';
2
+ export { renderProgressBar_unstable } from './renderProgressBar';
3
+ export { useProgressBar_unstable } from './useProgressBar';
4
+ export { progressBarClassNames, useProgressBarStyles_unstable } from './useProgressBarStyles.styles';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/ProgressBar/index.ts"],"sourcesContent":["export * from './ProgressBar';\nexport * from './ProgressBar.types';\nexport * from './renderProgressBar';\nexport * from './useProgressBar';\nexport * from './useProgressBarStyles.styles';\n"],"names":[],"rangeMappings":";;;;","mappings":"AAAA,cAAc,gBAAgB;AAC9B,cAAc,sBAAsB;AACpC,cAAc,sBAAsB;AACpC,cAAc,mBAAmB;AACjC,cAAc,gCAAgC"}
1
+ {"version":3,"sources":["../src/components/ProgressBar/index.ts"],"sourcesContent":["export { ProgressBar } from './ProgressBar';\nexport type { ProgressBarProps, ProgressBarSlots, ProgressBarState } from './ProgressBar.types';\nexport { renderProgressBar_unstable } from './renderProgressBar';\nexport { useProgressBar_unstable } from './useProgressBar';\nexport { progressBarClassNames, useProgressBarStyles_unstable } from './useProgressBarStyles.styles';\n"],"names":["ProgressBar","renderProgressBar_unstable","useProgressBar_unstable","progressBarClassNames","useProgressBarStyles_unstable"],"rangeMappings":";;;","mappings":"AAAA,SAASA,WAAW,QAAQ,gBAAgB;AAE5C,SAASC,0BAA0B,QAAQ,sBAAsB;AACjE,SAASC,uBAAuB,QAAQ,mBAAmB;AAC3D,SAASC,qBAAqB,EAAEC,6BAA6B,QAAQ,gCAAgC"}
@@ -1,2 +1,2 @@
1
- export * from './clampMax';
2
- export * from './clampValue';
1
+ export { clampMax } from './clampMax';
2
+ export { clampValue } from './clampValue';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/utils/index.ts"],"sourcesContent":["export * from './clampMax';\nexport * from './clampValue';\n"],"names":[],"rangeMappings":";","mappings":"AAAA,cAAc,aAAa;AAC3B,cAAc,eAAe"}
1
+ {"version":3,"sources":["../src/utils/index.ts"],"sourcesContent":["export { clampMax } from './clampMax';\nexport { clampValue } from './clampValue';\n"],"names":["clampMax","clampValue"],"rangeMappings":";","mappings":"AAAA,SAASA,QAAQ,QAAQ,aAAa;AACtC,SAASC,UAAU,QAAQ,eAAe"}
@@ -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/ProgressBar/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
+ ProgressBar: function() {
13
+ return _index.ProgressBar;
14
+ },
15
+ progressBarClassNames: function() {
16
+ return _index.progressBarClassNames;
17
+ },
18
+ renderProgressBar_unstable: function() {
19
+ return _index.renderProgressBar_unstable;
20
+ },
21
+ useProgressBarStyles_unstable: function() {
22
+ return _index.useProgressBarStyles_unstable;
23
+ },
24
+ useProgressBar_unstable: function() {
25
+ return _index.useProgressBar_unstable;
26
+ }
27
+ });
28
+ const _index = require("./components/ProgressBar/index");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/ProgressBar.ts"],"sourcesContent":["export * from './components/ProgressBar/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["../src/ProgressBar.ts"],"sourcesContent":["export type { ProgressBarProps, ProgressBarSlots, ProgressBarState } from './components/ProgressBar/index';\nexport {\n ProgressBar,\n progressBarClassNames,\n renderProgressBar_unstable,\n useProgressBarStyles_unstable,\n useProgressBar_unstable,\n} from './components/ProgressBar/index';\n"],"names":["ProgressBar","progressBarClassNames","renderProgressBar_unstable","useProgressBarStyles_unstable","useProgressBar_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAEEA,WAAW;eAAXA,kBAAW;;IACXC,qBAAqB;eAArBA,4BAAqB;;IACrBC,0BAA0B;eAA1BA,iCAA0B;;IAC1BC,6BAA6B;eAA7BA,oCAA6B;;IAC7BC,uBAAuB;eAAvBA,8BAAuB;;;uBAClB"}
@@ -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("./ProgressBar"), exports);
7
- _export_star._(require("./ProgressBar.types"), exports);
8
- _export_star._(require("./renderProgressBar"), exports);
9
- _export_star._(require("./useProgressBar"), exports);
10
- _export_star._(require("./useProgressBarStyles.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
+ ProgressBar: function() {
13
+ return _ProgressBar.ProgressBar;
14
+ },
15
+ progressBarClassNames: function() {
16
+ return _useProgressBarStylesstyles.progressBarClassNames;
17
+ },
18
+ renderProgressBar_unstable: function() {
19
+ return _renderProgressBar.renderProgressBar_unstable;
20
+ },
21
+ useProgressBarStyles_unstable: function() {
22
+ return _useProgressBarStylesstyles.useProgressBarStyles_unstable;
23
+ },
24
+ useProgressBar_unstable: function() {
25
+ return _useProgressBar.useProgressBar_unstable;
26
+ }
27
+ });
28
+ const _ProgressBar = require("./ProgressBar");
29
+ const _renderProgressBar = require("./renderProgressBar");
30
+ const _useProgressBar = require("./useProgressBar");
31
+ const _useProgressBarStylesstyles = require("./useProgressBarStyles.styles");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/ProgressBar/index.ts"],"sourcesContent":["export * from './ProgressBar';\nexport * from './ProgressBar.types';\nexport * from './renderProgressBar';\nexport * from './useProgressBar';\nexport * from './useProgressBarStyles.styles';\n"],"names":[],"rangeMappings":";;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["../src/components/ProgressBar/index.ts"],"sourcesContent":["export { ProgressBar } from './ProgressBar';\nexport type { ProgressBarProps, ProgressBarSlots, ProgressBarState } from './ProgressBar.types';\nexport { renderProgressBar_unstable } from './renderProgressBar';\nexport { useProgressBar_unstable } from './useProgressBar';\nexport { progressBarClassNames, useProgressBarStyles_unstable } from './useProgressBarStyles.styles';\n"],"names":["ProgressBar","progressBarClassNames","renderProgressBar_unstable","useProgressBarStyles_unstable","useProgressBar_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,WAAW;eAAXA,wBAAW;;IAIXC,qBAAqB;eAArBA,iDAAqB;;IAFrBC,0BAA0B;eAA1BA,6CAA0B;;IAEHC,6BAA6B;eAA7BA,yDAA6B;;IADpDC,uBAAuB;eAAvBA,uCAAuB;;;6BAHJ;mCAEe;gCACH;4CAC6B"}
@@ -2,6 +2,19 @@
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("./clampMax"), exports);
7
- _export_star._(require("./clampValue"), 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
+ clampMax: function() {
13
+ return _clampMax.clampMax;
14
+ },
15
+ clampValue: function() {
16
+ return _clampValue.clampValue;
17
+ }
18
+ });
19
+ const _clampMax = require("./clampMax");
20
+ const _clampValue = require("./clampValue");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/utils/index.ts"],"sourcesContent":["export * from './clampMax';\nexport * from './clampValue';\n"],"names":[],"rangeMappings":";;;;;;","mappings":";;;;;uBAAc;uBACA"}
1
+ {"version":3,"sources":["../src/utils/index.ts"],"sourcesContent":["export { clampMax } from './clampMax';\nexport { clampValue } from './clampValue';\n"],"names":["clampMax","clampValue"],"rangeMappings":";;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,QAAQ;eAARA,kBAAQ;;IACRC,UAAU;eAAVA,sBAAU;;;0BADM;4BACE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-progress",
3
- "version": "9.1.91",
3
+ "version": "9.1.93",
4
4
  "description": "Progress component for FluentUI v9",
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-field": "^9.1.80",
22
- "@fluentui/react-jsx-runtime": "^9.0.46",
23
- "@fluentui/react-shared-contexts": "^9.21.0",
24
- "@fluentui/react-theme": "^9.1.22",
25
- "@fluentui/react-utilities": "^9.18.17",
21
+ "@fluentui/react-field": "^9.1.82",
22
+ "@fluentui/react-jsx-runtime": "^9.0.47",
23
+ "@fluentui/react-shared-contexts": "^9.21.1",
24
+ "@fluentui/react-theme": "^9.1.23",
25
+ "@fluentui/react-utilities": "^9.18.18",
26
26
  "@griffel/react": "^1.5.22",
27
27
  "@swc/helpers": "^0.5.1"
28
28
  },