@fluentui/web-components 1.5.6 → 1.6.3

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 (42) hide show
  1. package/CHANGELOG.json +114 -2
  2. package/CHANGELOG.md +44 -3
  3. package/dist/dts/design-tokens.d.ts +176 -176
  4. package/dist/dts/number-field/number-field.stories.d.ts +1 -0
  5. package/dist/dts/progress/progress/index.d.ts +7 -6
  6. package/dist/dts/progress/progress/progress.stories.d.ts +2 -0
  7. package/dist/dts/progress/progress-ring/index.d.ts +7 -6
  8. package/dist/dts/progress/progress-ring/progress-ring.stories.d.ts +2 -0
  9. package/dist/dts/styles/elevation.d.ts +3 -0
  10. package/dist/dts/text-area/text-area.stories.d.ts +1 -0
  11. package/dist/dts/text-field/text-field.stories.d.ts +1 -1
  12. package/dist/dts/utilities/math.d.ts +4 -0
  13. package/dist/esm/anchor/anchor.stories.js +4 -3
  14. package/dist/esm/anchored-region/anchored-region.stories.js +3 -3
  15. package/dist/esm/badge/badge.stories.js +2 -2
  16. package/dist/esm/breadcrumb-item/breadcrumb-item.styles.js +5 -5
  17. package/dist/esm/card/card.stories.js +1 -1
  18. package/dist/esm/checkbox/checkbox.stories.js +2 -2
  19. package/dist/esm/combobox/combobox.stories.js +5 -0
  20. package/dist/esm/data-grid/data-grid.stories.js +3 -3
  21. package/dist/esm/design-tokens.js +218 -211
  22. package/dist/esm/number-field/number-field.stories.js +2 -1
  23. package/dist/esm/progress/progress/index.js +7 -6
  24. package/dist/esm/progress/progress/progress.stories.js +32 -4
  25. package/dist/esm/progress/progress-ring/index.js +7 -6
  26. package/dist/esm/progress/progress-ring/progress-ring.stories.js +35 -5
  27. package/dist/esm/radio-group/radio-group.stories.js +5 -3
  28. package/dist/esm/slider/slider.stories.js +8 -3
  29. package/dist/esm/styles/elevation.js +3 -0
  30. package/dist/esm/switch/switch.stories.js +10 -2
  31. package/dist/esm/tabs/tabs.stories.js +2 -2
  32. package/dist/esm/text-area/text-area.stories.js +3 -2
  33. package/dist/esm/text-field/text-field.stories.js +3 -3
  34. package/dist/esm/tree-view/tree-view.stories.js +30 -8
  35. package/dist/esm/utilities/math.js +4 -0
  36. package/dist/fluent-web-components.api.json +67 -11
  37. package/dist/web-components.d.ts +27 -13
  38. package/dist/web-components.js +3908 -4800
  39. package/dist/web-components.min.js +127 -127
  40. package/docs/api-report.md +21 -16
  41. package/package.json +7 -7
  42. package/public/switches.ts +1 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,119 @@
2
2
  "name": "@fluentui/web-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 06 Oct 2021 11:11:19 GMT",
5
+ "date": "Fri, 22 Oct 2021 19:29:44 GMT",
6
+ "tag": "@fluentui/web-components_v1.6.3",
7
+ "version": "1.6.3",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "brookdozer@gmail.com",
12
+ "package": "@fluentui/web-components",
13
+ "comment": "Web-components Storybook content updates",
14
+ "commit": "ed06ea1fabb97a1ee5ee4f73cf2eaac169dc69be"
15
+ }
16
+ ],
17
+ "patch": [
18
+ {
19
+ "author": "chhol@microsoft.com",
20
+ "package": "@fluentui/web-components",
21
+ "comment": "update foundation package and react documentation",
22
+ "commit": "ed06ea1fabb97a1ee5ee4f73cf2eaac169dc69be"
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "date": "Thu, 21 Oct 2021 07:28:35 GMT",
29
+ "tag": "@fluentui/web-components_v1.6.2",
30
+ "version": "1.6.2",
31
+ "comments": {
32
+ "none": [
33
+ {
34
+ "author": "elcraig@microsoft.com",
35
+ "package": "@fluentui/web-components",
36
+ "comment": "Fix web-components storybook",
37
+ "commit": "619163b3e099a775a2486a21e0187cec86b2b7c2"
38
+ }
39
+ ]
40
+ }
41
+ },
42
+ {
43
+ "date": "Tue, 19 Oct 2021 07:38:09 GMT",
44
+ "tag": "@fluentui/web-components_v1.6.2",
45
+ "version": "1.6.2",
46
+ "comments": {
47
+ "none": [
48
+ {
49
+ "author": "elcraig@microsoft.com",
50
+ "package": "@fluentui/web-components",
51
+ "comment": "Move storybook/html dev dep back to web-components and update scripts",
52
+ "commit": "ed3a8350b8d760cdef9323bb5646012888c75afd"
53
+ }
54
+ ]
55
+ }
56
+ },
57
+ {
58
+ "date": "Thu, 14 Oct 2021 00:11:22 GMT",
59
+ "tag": "@fluentui/web-components_v1.6.2",
60
+ "version": "1.6.2",
61
+ "comments": {
62
+ "patch": [
63
+ {
64
+ "author": "chhol@microsoft.com",
65
+ "package": "@fluentui/web-components",
66
+ "comment": "remove dependency on lodash-es with fast-web-utilities",
67
+ "commit": "99f64c155271dba50e57ced4cec6ac5e98387056"
68
+ }
69
+ ]
70
+ }
71
+ },
72
+ {
73
+ "date": "Fri, 08 Oct 2021 07:31:50 GMT",
74
+ "tag": "@fluentui/web-components_v1.6.1",
75
+ "version": "1.6.1",
76
+ "comments": {
77
+ "patch": [
78
+ {
79
+ "author": "sethdonohue@Admins-MBP.guest.corp.microsoft.com",
80
+ "package": "@fluentui/web-components",
81
+ "comment": "add progress animated examples",
82
+ "commit": "3c3fae80fd74eb02fa0daa59b49afde39de83370"
83
+ }
84
+ ]
85
+ }
86
+ },
87
+ {
88
+ "date": "Thu, 07 Oct 2021 07:30:53 GMT",
89
+ "tag": "@fluentui/web-components_v1.6.0",
90
+ "version": "1.6.0",
91
+ "comments": {
92
+ "minor": [
93
+ {
94
+ "author": "chhol@microsoft.com",
95
+ "package": "@fluentui/web-components",
96
+ "comment": "create explicit classes for progress ring and progress to prevent conflicts during tagFor retrieval",
97
+ "commit": "41f9ce245c6d38ab880ca4696c3ff4f83537df4d"
98
+ },
99
+ {
100
+ "author": "47367562+bheston@users.noreply.github.com",
101
+ "package": "@fluentui/web-components",
102
+ "comment": "Update token file order and deprecations to prepare for vNext",
103
+ "commit": "41f9ce245c6d38ab880ca4696c3ff4f83537df4d"
104
+ }
105
+ ],
106
+ "patch": [
107
+ {
108
+ "author": "khamu@microsoft.com",
109
+ "package": "@fluentui/web-components",
110
+ "comment": "add end start selector",
111
+ "commit": "41f9ce245c6d38ab880ca4696c3ff4f83537df4d"
112
+ }
113
+ ]
114
+ }
115
+ },
116
+ {
117
+ "date": "Wed, 06 Oct 2021 11:11:56 GMT",
6
118
  "tag": "@fluentui/web-components_v1.5.6",
7
119
  "version": "1.5.6",
8
120
  "comments": {
@@ -11,7 +123,7 @@
11
123
  "author": "sethdonohue@Admins-MBP.guest.corp.microsoft.com",
12
124
  "package": "@fluentui/web-components",
13
125
  "comment": "update web components progress determinate color to accentFillRest",
14
- "commit": "57d7a963289d7a8639b2c0c58065441599fdde1b"
126
+ "commit": "19e3ce0c93afbd30b32dca7f07f2a630eb7a01a2"
15
127
  }
16
128
  ]
17
129
  }
package/CHANGELOG.md CHANGED
@@ -1,17 +1,58 @@
1
1
  # Change Log - @fluentui/web-components
2
2
 
3
- This log was last generated on Wed, 06 Oct 2021 11:11:19 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 22 Oct 2021 19:29:44 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [1.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.3)
8
+
9
+ Fri, 22 Oct 2021 19:29:44 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.2..@fluentui/web-components_v1.6.3)
11
+
12
+ ### Patches
13
+
14
+ - update foundation package and react documentation ([PR #20316](https://github.com/microsoft/fluentui/pull/20316) by chhol@microsoft.com)
15
+
16
+ ## [1.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.2)
17
+
18
+ Thu, 14 Oct 2021 00:11:22 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.1..@fluentui/web-components_v1.6.2)
20
+
21
+ ### Patches
22
+
23
+ - remove dependency on lodash-es with fast-web-utilities ([PR #20205](https://github.com/microsoft/fluentui/pull/20205) by chhol@microsoft.com)
24
+
25
+ ## [1.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.1)
26
+
27
+ Fri, 08 Oct 2021 07:31:50 GMT
28
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.0..@fluentui/web-components_v1.6.1)
29
+
30
+ ### Patches
31
+
32
+ - add progress animated examples ([PR #20148](https://github.com/microsoft/fluentui/pull/20148) by sethdonohue@Admins-MBP.guest.corp.microsoft.com)
33
+
34
+ ## [1.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.0)
35
+
36
+ Thu, 07 Oct 2021 07:30:53 GMT
37
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.6..@fluentui/web-components_v1.6.0)
38
+
39
+ ### Minor changes
40
+
41
+ - create explicit classes for progress ring and progress to prevent conflicts during tagFor retrieval ([PR #20114](https://github.com/microsoft/fluentui/pull/20114) by chhol@microsoft.com)
42
+ - Update token file order and deprecations to prepare for vNext ([PR #20114](https://github.com/microsoft/fluentui/pull/20114) by 47367562+bheston@users.noreply.github.com)
43
+
44
+ ### Patches
45
+
46
+ - add end start selector ([PR #20114](https://github.com/microsoft/fluentui/pull/20114) by khamu@microsoft.com)
47
+
7
48
  ## [1.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.6)
8
49
 
9
- Wed, 06 Oct 2021 11:11:19 GMT
50
+ Wed, 06 Oct 2021 11:11:56 GMT
10
51
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.5..@fluentui/web-components_v1.5.6)
11
52
 
12
53
  ### Patches
13
54
 
14
- - update web components progress determinate color to accentFillRest ([PR #20113](https://github.com/microsoft/fluentui/pull/20113) by sethdonohue@Admins-MBP.guest.corp.microsoft.com)
55
+ - update web components progress determinate color to accentFillRest ([commit](https://github.com/microsoft/fluentui/commit/19e3ce0c93afbd30b32dca7f07f2a630eb7a01a2) by sethdonohue@Admins-MBP.guest.corp.microsoft.com)
15
56
 
16
57
  ## [1.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.5)
17
58