@fluentui/web-components 3.0.0-alpha.29 → 3.0.0-alpha.30

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 (208) hide show
  1. package/CHANGELOG.md +11 -2
  2. package/dist/dts/accordion/accordion.d.ts +1 -1
  3. package/dist/dts/accordion-item/accordion-item.d.ts +1 -1
  4. package/dist/dts/accordion-item/accordion-item.options.d.ts +1 -1
  5. package/dist/dts/anchor-button/anchor-button.d.ts +1 -1
  6. package/dist/dts/anchor-button/anchor-button.options.d.ts +2 -1
  7. package/dist/dts/avatar/avatar.options.d.ts +1 -1
  8. package/dist/dts/badge/badge.d.ts +1 -1
  9. package/dist/dts/badge/badge.options.d.ts +2 -1
  10. package/dist/dts/button/button.d.ts +1 -1
  11. package/dist/dts/button/button.options.d.ts +2 -1
  12. package/dist/dts/checkbox/checkbox.d.ts +1 -1
  13. package/dist/dts/checkbox/checkbox.options.d.ts +1 -1
  14. package/dist/dts/compound-button/compound-button.options.d.ts +2 -1
  15. package/dist/dts/counter-badge/counter-badge.d.ts +1 -1
  16. package/dist/dts/counter-badge/counter-badge.options.d.ts +1 -1
  17. package/dist/dts/divider/divider.d.ts +1 -1
  18. package/dist/dts/divider/divider.options.d.ts +2 -1
  19. package/dist/dts/image/image.options.d.ts +1 -1
  20. package/dist/dts/label/label.options.d.ts +1 -1
  21. package/dist/dts/menu-button/menu-button.options.d.ts +2 -1
  22. package/dist/dts/menu-item/menu-item.d.ts +1 -1
  23. package/dist/dts/menu-item/menu-item.template.d.ts +1 -1
  24. package/dist/dts/menu-list/menu-list.d.ts +1 -1
  25. package/dist/dts/progress-bar/progress-bar.d.ts +1 -1
  26. package/dist/dts/progress-bar/progress-bar.options.d.ts +1 -1
  27. package/dist/dts/radio/radio.d.ts +1 -1
  28. package/dist/dts/radio-group/index.d.ts +1 -1
  29. package/dist/dts/radio-group/radio-group.d.ts +1 -1
  30. package/dist/dts/slider/slider.d.ts +1 -1
  31. package/dist/dts/slider/slider.options.d.ts +2 -2
  32. package/dist/dts/slider/slider.template.d.ts +1 -1
  33. package/dist/dts/spinner/spinner.d.ts +1 -1
  34. package/dist/dts/spinner/spinner.options.d.ts +1 -1
  35. package/dist/dts/switch/switch.d.ts +1 -1
  36. package/dist/dts/switch/switch.options.d.ts +1 -1
  37. package/dist/dts/tab/tab.d.ts +1 -1
  38. package/dist/dts/tab/tab.template.d.ts +1 -1
  39. package/dist/dts/tab-panel/tab-panel.d.ts +1 -1
  40. package/dist/dts/tab-panel/tab-panel.template.d.ts +1 -1
  41. package/dist/dts/tabs/tabs.d.ts +1 -1
  42. package/dist/dts/tabs/tabs.options.d.ts +2 -2
  43. package/dist/dts/tabs/tabs.template.d.ts +1 -1
  44. package/dist/dts/text/text.options.d.ts +1 -1
  45. package/dist/dts/text-input/index.d.ts +1 -1
  46. package/dist/dts/text-input/text-input.d.ts +1 -1
  47. package/dist/dts/text-input/text-input.options.d.ts +1 -1
  48. package/dist/dts/theme/design-tokens.d.ts +384 -384
  49. package/dist/dts/toggle-button/toggle-button.options.d.ts +2 -1
  50. package/dist/esm/accordion/accordion.js +1 -1
  51. package/dist/esm/accordion/accordion.js.map +1 -1
  52. package/dist/esm/accordion/accordion.styles.js +1 -1
  53. package/dist/esm/accordion/accordion.styles.js.map +1 -1
  54. package/dist/esm/accordion/accordion.template.js +1 -1
  55. package/dist/esm/accordion/accordion.template.js.map +1 -1
  56. package/dist/esm/accordion-item/accordion-item.js +7 -2
  57. package/dist/esm/accordion-item/accordion-item.js.map +1 -1
  58. package/dist/esm/accordion-item/accordion-item.styles.js +1 -1
  59. package/dist/esm/accordion-item/accordion-item.styles.js.map +1 -1
  60. package/dist/esm/accordion-item/accordion-item.template.js +1 -1
  61. package/dist/esm/accordion-item/accordion-item.template.js.map +1 -1
  62. package/dist/esm/anchor-button/anchor-button.js +1 -1
  63. package/dist/esm/anchor-button/anchor-button.js.map +1 -1
  64. package/dist/esm/anchor-button/anchor-button.options.js.map +1 -1
  65. package/dist/esm/anchor-button/anchor-button.template.js +1 -1
  66. package/dist/esm/anchor-button/anchor-button.template.js.map +1 -1
  67. package/dist/esm/avatar/avatar.styles.js +1 -1
  68. package/dist/esm/avatar/avatar.styles.js.map +1 -1
  69. package/dist/esm/badge/badge.js +1 -1
  70. package/dist/esm/badge/badge.js.map +1 -1
  71. package/dist/esm/badge/badge.options.js.map +1 -1
  72. package/dist/esm/badge/badge.template.js +2 -1
  73. package/dist/esm/badge/badge.template.js.map +1 -1
  74. package/dist/esm/button/button.js +1 -1
  75. package/dist/esm/button/button.js.map +1 -1
  76. package/dist/esm/button/button.options.js.map +1 -1
  77. package/dist/esm/button/button.styles.js +1 -1
  78. package/dist/esm/button/button.styles.js.map +1 -1
  79. package/dist/esm/button/button.template.js +1 -1
  80. package/dist/esm/button/button.template.js.map +1 -1
  81. package/dist/esm/checkbox/checkbox.js +7 -2
  82. package/dist/esm/checkbox/checkbox.js.map +1 -1
  83. package/dist/esm/checkbox/checkbox.styles.js +1 -1
  84. package/dist/esm/checkbox/checkbox.styles.js.map +1 -1
  85. package/dist/esm/checkbox/checkbox.template.js +1 -1
  86. package/dist/esm/checkbox/checkbox.template.js.map +1 -1
  87. package/dist/esm/compound-button/compound-button.options.js.map +1 -1
  88. package/dist/esm/compound-button/compound-button.template.js +1 -1
  89. package/dist/esm/compound-button/compound-button.template.js.map +1 -1
  90. package/dist/esm/counter-badge/counter-badge.js +1 -1
  91. package/dist/esm/counter-badge/counter-badge.js.map +1 -1
  92. package/dist/esm/divider/divider.js +1 -1
  93. package/dist/esm/divider/divider.js.map +1 -1
  94. package/dist/esm/divider/divider.options.js +1 -1
  95. package/dist/esm/divider/divider.options.js.map +1 -1
  96. package/dist/esm/divider/divider.styles.js +1 -1
  97. package/dist/esm/divider/divider.styles.js.map +1 -1
  98. package/dist/esm/divider/divider.template.js +1 -1
  99. package/dist/esm/divider/divider.template.js.map +1 -1
  100. package/dist/esm/label/label.styles.js +1 -1
  101. package/dist/esm/label/label.styles.js.map +1 -1
  102. package/dist/esm/menu-button/menu-button.options.js.map +1 -1
  103. package/dist/esm/menu-button/menu-button.template.js +1 -1
  104. package/dist/esm/menu-button/menu-button.template.js.map +1 -1
  105. package/dist/esm/menu-item/menu-item.js +1 -1
  106. package/dist/esm/menu-item/menu-item.js.map +1 -1
  107. package/dist/esm/menu-item/menu-item.styles.js +1 -1
  108. package/dist/esm/menu-item/menu-item.styles.js.map +1 -1
  109. package/dist/esm/menu-item/menu-item.template.js +1 -1
  110. package/dist/esm/menu-item/menu-item.template.js.map +1 -1
  111. package/dist/esm/menu-list/menu-list.js +2 -2
  112. package/dist/esm/menu-list/menu-list.js.map +1 -1
  113. package/dist/esm/menu-list/menu-list.styles.js +1 -1
  114. package/dist/esm/menu-list/menu-list.styles.js.map +1 -1
  115. package/dist/esm/menu-list/menu-list.template.js +1 -1
  116. package/dist/esm/menu-list/menu-list.template.js.map +1 -1
  117. package/dist/esm/progress-bar/progress-bar.js +7 -2
  118. package/dist/esm/progress-bar/progress-bar.js.map +1 -1
  119. package/dist/esm/progress-bar/progress-bar.styles.js +1 -1
  120. package/dist/esm/progress-bar/progress-bar.styles.js.map +1 -1
  121. package/dist/esm/progress-bar/progress-bar.template.js +1 -1
  122. package/dist/esm/progress-bar/progress-bar.template.js.map +1 -1
  123. package/dist/esm/radio/radio.js +1 -1
  124. package/dist/esm/radio/radio.js.map +1 -1
  125. package/dist/esm/radio/radio.styles.js +1 -1
  126. package/dist/esm/radio/radio.styles.js.map +1 -1
  127. package/dist/esm/radio/radio.template.js +1 -1
  128. package/dist/esm/radio/radio.template.js.map +1 -1
  129. package/dist/esm/radio-group/index.js +1 -1
  130. package/dist/esm/radio-group/index.js.map +1 -1
  131. package/dist/esm/radio-group/radio-group.js +1 -1
  132. package/dist/esm/radio-group/radio-group.js.map +1 -1
  133. package/dist/esm/radio-group/radio-group.styles.js +1 -1
  134. package/dist/esm/radio-group/radio-group.styles.js.map +1 -1
  135. package/dist/esm/radio-group/radio-group.template.js +1 -1
  136. package/dist/esm/radio-group/radio-group.template.js.map +1 -1
  137. package/dist/esm/slider/slider.js +7 -2
  138. package/dist/esm/slider/slider.js.map +1 -1
  139. package/dist/esm/slider/slider.options.js +1 -1
  140. package/dist/esm/slider/slider.options.js.map +1 -1
  141. package/dist/esm/slider/slider.styles.js +1 -1
  142. package/dist/esm/slider/slider.styles.js.map +1 -1
  143. package/dist/esm/slider/slider.template.js +1 -1
  144. package/dist/esm/slider/slider.template.js.map +1 -1
  145. package/dist/esm/spinner/spinner.js +7 -2
  146. package/dist/esm/spinner/spinner.js.map +1 -1
  147. package/dist/esm/spinner/spinner.styles.js +1 -1
  148. package/dist/esm/spinner/spinner.styles.js.map +1 -1
  149. package/dist/esm/spinner/spinner.template.js +1 -1
  150. package/dist/esm/spinner/spinner.template.js.map +1 -1
  151. package/dist/esm/styles/partials/badge.partials.js +1 -1
  152. package/dist/esm/styles/partials/badge.partials.js.map +1 -1
  153. package/dist/esm/switch/switch.js +7 -2
  154. package/dist/esm/switch/switch.js.map +1 -1
  155. package/dist/esm/switch/switch.styles.js +1 -1
  156. package/dist/esm/switch/switch.styles.js.map +1 -1
  157. package/dist/esm/switch/switch.template.js +1 -1
  158. package/dist/esm/switch/switch.template.js.map +1 -1
  159. package/dist/esm/tab/tab.js +1 -1
  160. package/dist/esm/tab/tab.js.map +1 -1
  161. package/dist/esm/tab/tab.styles.js +1 -1
  162. package/dist/esm/tab/tab.styles.js.map +1 -1
  163. package/dist/esm/tab/tab.template.js +1 -1
  164. package/dist/esm/tab/tab.template.js.map +1 -1
  165. package/dist/esm/tab-panel/tab-panel.js +1 -1
  166. package/dist/esm/tab-panel/tab-panel.js.map +1 -1
  167. package/dist/esm/tab-panel/tab-panel.styles.js +1 -1
  168. package/dist/esm/tab-panel/tab-panel.styles.js.map +1 -1
  169. package/dist/esm/tab-panel/tab-panel.template.js +1 -1
  170. package/dist/esm/tab-panel/tab-panel.template.js.map +1 -1
  171. package/dist/esm/tabs/tabs.js +1 -1
  172. package/dist/esm/tabs/tabs.js.map +1 -1
  173. package/dist/esm/tabs/tabs.options.js +1 -1
  174. package/dist/esm/tabs/tabs.options.js.map +1 -1
  175. package/dist/esm/tabs/tabs.styles.js +1 -1
  176. package/dist/esm/tabs/tabs.styles.js.map +1 -1
  177. package/dist/esm/tabs/tabs.template.js +1 -1
  178. package/dist/esm/tabs/tabs.template.js.map +1 -1
  179. package/dist/esm/text/text.styles.js +1 -1
  180. package/dist/esm/text/text.styles.js.map +1 -1
  181. package/dist/esm/text-input/index.js +1 -1
  182. package/dist/esm/text-input/index.js.map +1 -1
  183. package/dist/esm/text-input/text-input.js +1 -1
  184. package/dist/esm/text-input/text-input.js.map +1 -1
  185. package/dist/esm/text-input/text-input.styles.js +1 -1
  186. package/dist/esm/text-input/text-input.styles.js.map +1 -1
  187. package/dist/esm/text-input/text-input.template.js +1 -1
  188. package/dist/esm/text-input/text-input.template.js.map +1 -1
  189. package/dist/esm/theme/design-tokens.js +1 -1
  190. package/dist/esm/theme/design-tokens.js.map +1 -1
  191. package/dist/esm/toggle-button/toggle-button.options.js.map +1 -1
  192. package/dist/esm/toggle-button/toggle-button.styles.js +1 -1
  193. package/dist/esm/toggle-button/toggle-button.styles.js.map +1 -1
  194. package/dist/esm/toggle-button/toggle-button.template.js +1 -1
  195. package/dist/esm/toggle-button/toggle-button.template.js.map +1 -1
  196. package/dist/fluent-web-components.api.json +846 -4320
  197. package/dist/storybook/{391.ad71b32f.iframe.bundle.js → 885.6558041f.iframe.bundle.js} +4 -4
  198. package/dist/storybook/{391.ad71b32f.iframe.bundle.js.map → 885.6558041f.iframe.bundle.js.map} +1 -1
  199. package/dist/storybook/iframe.html +1 -1
  200. package/dist/storybook/main.ff3dba0d.iframe.bundle.js +1 -0
  201. package/dist/storybook/project.json +1 -1
  202. package/dist/web-components.d.ts +32 -32
  203. package/dist/web-components.js +6922 -8011
  204. package/dist/web-components.min.js +186 -186
  205. package/docs/api-report.md +32 -32
  206. package/package.json +30 -30
  207. package/dist/storybook/main.b5c2945a.iframe.bundle.js +0 -1
  208. /package/dist/storybook/{391.ad71b32f.iframe.bundle.js.LICENSE.txt → 885.6558041f.iframe.bundle.js.LICENSE.txt} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/web-components
2
2
 
3
- This log was last generated on Tue, 15 Aug 2023 04:15:55 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 22 Aug 2023 04:17:05 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [3.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.30)
8
+
9
+ Tue, 22 Aug 2023 04:17:05 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.29..@fluentui/web-components_v3.0.0-alpha.30)
11
+
12
+ ### Changes
13
+
14
+ - feat(web-components): update core component files to use foundation export paths and update package exports to include extensions ([PR #28912](https://github.com/microsoft/fluentui/pull/28912) by chhol@microsoft.com)
15
+
7
16
  ## [3.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.29)
8
17
 
9
- Tue, 15 Aug 2023 04:15:55 GMT
18
+ Tue, 15 Aug 2023 04:16:11 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.28..@fluentui/web-components_v3.0.0-alpha.29)
11
20
 
12
21
  ### Changes
@@ -1,4 +1,4 @@
1
- import { FASTAccordion } from '@microsoft/fast-foundation';
1
+ import { FASTAccordion } from '@microsoft/fast-foundation/accordion.js';
2
2
  /**
3
3
  * The base class used for constructing a fluent-accordion custom element
4
4
  * @public
@@ -1,4 +1,4 @@
1
- import { FASTAccordionItem } from '@microsoft/fast-foundation';
1
+ import { FASTAccordionItem } from '@microsoft/fast-foundation/accordion-item.js';
2
2
  import { AccordionItemExpandIconPosition, AccordionItemSize } from './accordion-item.options.js';
3
3
  /**
4
4
  * @internal
@@ -1,4 +1,4 @@
1
- import { ValuesOf } from '@microsoft/fast-foundation';
1
+ import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
2
2
  /**
3
3
  * An Accordion Item header font size can be small, medium, large, and extra-large
4
4
  */
@@ -1,4 +1,4 @@
1
- import { FASTAnchor } from '@microsoft/fast-foundation';
1
+ import { FASTAnchor } from '@microsoft/fast-foundation/anchor.js';
2
2
  import { AnchorButtonAppearance, AnchorButtonShape, AnchorButtonSize } from './anchor-button.options.js';
3
3
  /**
4
4
  * The base class used for constructing a fluent-anchor-button custom element
@@ -1,4 +1,5 @@
1
- import { AnchorOptions, ValuesOf } from '@microsoft/fast-foundation';
1
+ import type { AnchorOptions } from '@microsoft/fast-foundation/anchor.js';
2
+ import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
2
3
  /**
3
4
  * Anchor Button Appearance constants
4
5
  * @public
@@ -1,4 +1,4 @@
1
- import { ValuesOf } from '@microsoft/fast-foundation';
1
+ import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
2
2
  /**
3
3
  * The Avatar "active" state
4
4
  */
@@ -1,5 +1,5 @@
1
1
  import { FASTElement } from '@microsoft/fast-element';
2
- import { StartEnd } from '@microsoft/fast-foundation';
2
+ import { StartEnd } from '@microsoft/fast-foundation/patterns.js';
3
3
  import { BadgeAppearance, BadgeColor, BadgeShape, BadgeSize } from './badge.options.js';
4
4
  /**
5
5
  * The base class used for constructing a fluent-badge custom element
@@ -1,4 +1,5 @@
1
- import { StartEndOptions, StaticallyComposableHTML, ValuesOf } from '@microsoft/fast-foundation';
1
+ import { StartEndOptions } from '@microsoft/fast-foundation/patterns.js';
2
+ import type { StaticallyComposableHTML, ValuesOf } from '@microsoft/fast-foundation/utilities.js';
2
3
  import type { Badge } from './badge.js';
3
4
  /**
4
5
  * @internal - marking as internal update when Badge PR for start/end is in
@@ -1,4 +1,4 @@
1
- import { FASTButton } from '@microsoft/fast-foundation';
1
+ import { FASTButton } from '@microsoft/fast-foundation/button.js';
2
2
  import { ButtonAppearance, ButtonShape, ButtonSize } from './button.options.js';
3
3
  /**
4
4
  * The base class used for constructing a fluent-button custom element
@@ -1,4 +1,5 @@
1
- import { ButtonOptions, ValuesOf } from '@microsoft/fast-foundation';
1
+ import type { ButtonOptions } from '@microsoft/fast-foundation/button.js';
2
+ import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
2
3
  /**
3
4
  * ButtonAppearance constants
4
5
  * @public
@@ -1,4 +1,4 @@
1
- import { FASTCheckbox } from '@microsoft/fast-foundation';
1
+ import { FASTCheckbox } from '@microsoft/fast-foundation/checkbox.js';
2
2
  import { CheckboxLabelPosition, CheckboxShape, CheckboxSize } from './checkbox.options.js';
3
3
  /**
4
4
  * The base class used for constucting a fluent checkbox custom element
@@ -1,4 +1,4 @@
1
- import { ValuesOf } from '@microsoft/fast-foundation';
1
+ import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
2
2
  /**
3
3
  * Checkbox shape
4
4
  * @public
@@ -1,4 +1,5 @@
1
- import { ButtonOptions, ValuesOf } from '@microsoft/fast-foundation';
1
+ import type { ButtonOptions } from '@microsoft/fast-foundation/button.js';
2
+ import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
2
3
  /**
3
4
  * Compound Button Appearance constants
4
5
  * @public
@@ -1,5 +1,5 @@
1
1
  import { FASTElement } from '@microsoft/fast-element';
2
- import { StartEnd } from '@microsoft/fast-foundation';
2
+ import { StartEnd } from '@microsoft/fast-foundation/patterns.js';
3
3
  import { CounterBadgeAppearance, CounterBadgeColor, CounterBadgeShape, CounterBadgeSize } from './counter-badge.options.js';
4
4
  /**
5
5
  * The base class used for constructing a fluent-badge custom element
@@ -1,4 +1,4 @@
1
- import { ValuesOf } from '@microsoft/fast-foundation';
1
+ import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
2
2
  import { BadgeOptions } from '../badge/badge.options.js';
3
3
  /**
4
4
  * CounterBadge options
@@ -1,4 +1,4 @@
1
- import { FASTDivider } from '@microsoft/fast-foundation';
1
+ import { FASTDivider } from '@microsoft/fast-foundation/divider.js';
2
2
  import { DividerAlignContent, DividerAppearance } from './divider.options.js';
3
3
  /**
4
4
  * @class Divider component
@@ -1,4 +1,5 @@
1
- import { DividerOrientation, DividerRole, ValuesOf } from '@microsoft/fast-foundation';
1
+ import { DividerOrientation, DividerRole } from '@microsoft/fast-foundation/divider.js';
2
+ import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
2
3
  /**
3
4
  * Fast Foundation DividerRole property
4
5
  * @public
@@ -1,4 +1,4 @@
1
- import { ValuesOf } from '@microsoft/fast-foundation';
1
+ import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
2
2
  /**
3
3
  * Image fit
4
4
  * @public
@@ -1,4 +1,4 @@
1
- import { ValuesOf } from '@microsoft/fast-foundation';
1
+ import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
2
2
  /**
3
3
  * A Labels font size can be small, medium, or large
4
4
  */
@@ -1,4 +1,5 @@
1
- import { ButtonOptions, ValuesOf } from '@microsoft/fast-foundation';
1
+ import type { ButtonOptions } from '@microsoft/fast-foundation/button.js';
2
+ import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
2
3
  /**
3
4
  * Menu Button Appearance constants
4
5
  * @public
@@ -1,4 +1,4 @@
1
- import { FASTMenuItem, MenuItemRole } from '@microsoft/fast-foundation';
1
+ import { FASTMenuItem, MenuItemRole } from '@microsoft/fast-foundation/menu-item.js';
2
2
  export declare type MenuItemColumnCount = 0 | 1 | 2;
3
3
  export { MenuItemRole };
4
4
  /**
@@ -1,3 +1,3 @@
1
- import { ElementViewTemplate } from '@microsoft/fast-element';
1
+ import type { ElementViewTemplate } from '@microsoft/fast-element';
2
2
  import type { MenuItem } from './menu-item.js';
3
3
  export declare const template: ElementViewTemplate<MenuItem>;
@@ -1,4 +1,4 @@
1
- import { FASTMenu } from '@microsoft/fast-foundation';
1
+ import { FASTMenu } from '@microsoft/fast-foundation/menu.js';
2
2
  /**
3
3
  * The base class used for constructing a fluent-menu-list custom element
4
4
  * @public
@@ -1,4 +1,4 @@
1
- import { FASTProgress } from '@microsoft/fast-foundation';
1
+ import { FASTProgress } from '@microsoft/fast-foundation/progress.js';
2
2
  import type { ProgressBarShape, ProgressBarThickness, ProgressBarValidationState } from './progress-bar.options.js';
3
3
  /**
4
4
  * The base class used for constructing a fluent-progress-bar custom element
@@ -1,4 +1,4 @@
1
- import { ValuesOf } from '@microsoft/fast-foundation';
1
+ import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
2
2
  /**
3
3
  * ProgressBarThickness Constants
4
4
  * @public
@@ -1,4 +1,4 @@
1
- import { FASTRadio } from '@microsoft/fast-foundation';
1
+ import { FASTRadio } from '@microsoft/fast-foundation/radio.js';
2
2
  /**
3
3
  * The base class used for constructing a fluent-radio custom element
4
4
  * @public
@@ -2,4 +2,4 @@ export * from './radio-group.js';
2
2
  export { definition as RadioGroupDefinition } from './radio-group.definition.js';
3
3
  export { styles as RadioGroupStyles } from './radio-group.styles.js';
4
4
  export { template as RadioGroupTemplate } from './radio-group.template.js';
5
- export { RadioGroupOrientation } from '@microsoft/fast-foundation';
5
+ export { RadioGroupOrientation } from '@microsoft/fast-foundation/radio-group.js';
@@ -1,4 +1,4 @@
1
- import { FASTRadioGroup } from '@microsoft/fast-foundation';
1
+ import { FASTRadioGroup } from '@microsoft/fast-foundation/radio-group.js';
2
2
  /**
3
3
  * The base class used for constructing a fluent-radio-group custom element
4
4
  * @public
@@ -1,4 +1,4 @@
1
- import { FASTSlider } from '@microsoft/fast-foundation';
1
+ import { FASTSlider } from '@microsoft/fast-foundation/slider.js';
2
2
  import type { SliderSize } from './slider.options.js';
3
3
  /**
4
4
  * The base class used for constructing a fluent-slider custom element
@@ -1,5 +1,5 @@
1
- import { ValuesOf } from '@microsoft/fast-foundation';
2
- export { SliderOrientation } from '@microsoft/fast-foundation';
1
+ import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
2
+ export { SliderOrientation } from '@microsoft/fast-foundation/slider.js';
3
3
  /**
4
4
  * SliderSize Constants
5
5
  * @public
@@ -1,3 +1,3 @@
1
1
  import type { ElementViewTemplate } from '@microsoft/fast-element';
2
- import { FASTSlider } from '@microsoft/fast-foundation';
2
+ import { FASTSlider } from '@microsoft/fast-foundation/slider.js';
3
3
  export declare const template: ElementViewTemplate<FASTSlider>;
@@ -1,4 +1,4 @@
1
- import { FASTProgressRing } from '@microsoft/fast-foundation';
1
+ import { FASTProgressRing } from '@microsoft/fast-foundation/progress-ring.js';
2
2
  import type { SpinnerAppearance, SpinnerSize } from './spinner.options.js';
3
3
  /**
4
4
  * The base class used for constructing a fluent-spinner custom element
@@ -1,4 +1,4 @@
1
- import { ValuesOf } from '@microsoft/fast-foundation';
1
+ import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
2
2
  /**
3
3
  * SpinnerAppearance constants
4
4
  * @public
@@ -1,4 +1,4 @@
1
- import { FASTSwitch } from '@microsoft/fast-foundation';
1
+ import { FASTSwitch } from '@microsoft/fast-foundation/switch.js';
2
2
  import { SwitchLabelPosition } from './switch.options.js';
3
3
  export declare class Switch extends FASTSwitch {
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { ValuesOf } from '@microsoft/fast-foundation';
1
+ import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
2
2
  /**
3
3
  * SwitchLabelPosition Constants
4
4
  * @public
@@ -1,4 +1,4 @@
1
- import { FASTTab } from '@microsoft/fast-foundation';
1
+ import { FASTTab } from '@microsoft/fast-foundation/tab.js';
2
2
  /**
3
3
  * Tab extends the FASTTab and is a child of the TabList
4
4
  */
@@ -1,4 +1,4 @@
1
- import { FASTTab, TabOptions } from '@microsoft/fast-foundation';
1
+ import { FASTTab, TabOptions } from '@microsoft/fast-foundation/tab.js';
2
2
  import { ElementViewTemplate } from '@microsoft/fast-element';
3
3
  export declare function tabTemplate<T extends FASTTab>(options?: TabOptions): ElementViewTemplate<T>;
4
4
  export declare const template: ElementViewTemplate<FASTTab, any>;
@@ -1,3 +1,3 @@
1
- import { FASTTabPanel } from '@microsoft/fast-foundation';
1
+ import { FASTTabPanel } from '@microsoft/fast-foundation/tab-panel.js';
2
2
  export declare class TabPanel extends FASTTabPanel {
3
3
  }
@@ -1 +1 @@
1
- export declare const template: import("@microsoft/fast-element").ElementViewTemplate<import("@microsoft/fast-foundation").FASTTabPanel, any>;
1
+ export declare const template: import("@microsoft/fast-element").ElementViewTemplate<import("@microsoft/fast-foundation/tab-panel.js").FASTTabPanel, any>;
@@ -1,4 +1,4 @@
1
- import { FASTTabs } from '@microsoft/fast-foundation';
1
+ import { FASTTabs } from '@microsoft/fast-foundation/tabs.js';
2
2
  import { TabsAppearance, TabsSize } from './tabs.options.js';
3
3
  /**
4
4
  * TabList extends FASTTabs and is used for constructing a fluent-tab-list custom html element.
@@ -1,5 +1,5 @@
1
- import { ValuesOf } from '@microsoft/fast-foundation';
2
- import { TabsOrientation } from '@microsoft/fast-foundation';
1
+ import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
2
+ import { TabsOrientation } from '@microsoft/fast-foundation/tabs.js';
3
3
  export declare const TabsAppearance: {
4
4
  readonly subtle: "subtle";
5
5
  readonly transparent: "transparent";
@@ -1 +1 @@
1
- export declare const template: import("@microsoft/fast-element").ElementViewTemplate<import("@microsoft/fast-foundation").FASTTabs, any>;
1
+ export declare const template: import("@microsoft/fast-element").ElementViewTemplate<import("@microsoft/fast-foundation/tabs.js").FASTTabs, any>;
@@ -1,4 +1,4 @@
1
- import { ValuesOf } from '@microsoft/fast-foundation';
1
+ import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
2
2
  /**
3
3
  * TextSize constants
4
4
  * @public
@@ -3,4 +3,4 @@ export * from './text-input.options.js';
3
3
  export { template as TextInputTemplate } from './text-input.template.js';
4
4
  export { styles as TextInputStyles } from './text-input.styles.js';
5
5
  export { definition as TextInputDefinition } from './text-input.definition.js';
6
- export { TextFieldType as TextInputType } from '@microsoft/fast-foundation';
6
+ export { TextFieldType as TextInputType } from '@microsoft/fast-foundation/text-field.js';
@@ -1,4 +1,4 @@
1
- import { FASTTextField } from '@microsoft/fast-foundation';
1
+ import { FASTTextField } from '@microsoft/fast-foundation/text-field.js';
2
2
  import { TextInputAppearance, TextInputControlSize } from './text-input.options.js';
3
3
  /**
4
4
  * The base class used for constructing a fluent-text-input custom element
@@ -1,4 +1,4 @@
1
- import { ValuesOf } from '@microsoft/fast-foundation';
1
+ import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
2
2
  /**
3
3
  * TextInput size constants
4
4
  * @public