@fluentui/web-components 3.0.0-alpha.21 → 3.0.0-alpha.22

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,22 @@
2
2
  "name": "@fluentui/web-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 15 May 2023 04:19:50 GMT",
5
+ "date": "Wed, 24 May 2023 04:19:29 GMT",
6
+ "tag": "@fluentui/web-components_v3.0.0-alpha.22",
7
+ "version": "3.0.0-alpha.22",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "harankin@microsoft.com",
12
+ "package": "@fluentui/web-components",
13
+ "commit": "60b51196b1939782da61b7ff578c17fa510ef864",
14
+ "comment": "feat(menu-item): export MenuItemRole constants"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 15 May 2023 04:19:56 GMT",
6
21
  "tag": "@fluentui/web-components_v3.0.0-alpha.21",
7
22
  "version": "3.0.0-alpha.21",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/web-components
2
2
 
3
- This log was last generated on Mon, 15 May 2023 04:19:50 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 24 May 2023 04:19:29 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [3.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.22)
8
+
9
+ Wed, 24 May 2023 04:19:29 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.21..@fluentui/web-components_v3.0.0-alpha.22)
11
+
12
+ ### Changes
13
+
14
+ - feat(menu-item): export MenuItemRole constants ([PR #27941](https://github.com/microsoft/fluentui/pull/27941) by harankin@microsoft.com)
15
+
7
16
  ## [3.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.21)
8
17
 
9
- Mon, 15 May 2023 04:19:50 GMT
18
+ Mon, 15 May 2023 04:19:56 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.20..@fluentui/web-components_v3.0.0-alpha.21)
11
20
 
12
21
  ### Changes
@@ -1,5 +1,6 @@
1
- import { FASTMenuItem } from '@microsoft/fast-foundation';
1
+ import { FASTMenuItem, MenuItemRole } from '@microsoft/fast-foundation';
2
2
  export declare type MenuItemColumnCount = 0 | 1 | 2;
3
+ export { MenuItemRole };
3
4
  /**
4
5
  * The base class used for constructing a fluent-menu-item custom element
5
6
  * @public
@@ -1,4 +1,5 @@
1
- import { FASTMenuItem } from '@microsoft/fast-foundation';
1
+ import { FASTMenuItem, MenuItemRole } from '@microsoft/fast-foundation';
2
+ export { MenuItemRole };
2
3
  /**
3
4
  * The base class used for constructing a fluent-menu-item custom element
4
5
  * @public
@@ -1 +1 @@
1
- {"version":3,"file":"menu-item.js","sourceRoot":"","sources":["../../../src/menu-item/menu-item.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAI1D;;;GAGG;AACH,MAAM,OAAO,QAAS,SAAQ,YAAY;CAAG"}
1
+ {"version":3,"file":"menu-item.js","sourceRoot":"","sources":["../../../src/menu-item/menu-item.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAIxE,OAAO,EAAE,YAAY,EAAE,CAAC;AAExB;;;GAGG;AACH,MAAM,OAAO,QAAS,SAAQ,YAAY;CAAG"}
@@ -23,6 +23,7 @@ import { FASTSwitch } from '@microsoft/fast-foundation';
23
23
  import { FASTTab } from '@microsoft/fast-foundation';
24
24
  import { FASTTabPanel } from '@microsoft/fast-foundation';
25
25
  import { FASTTabs } from '@microsoft/fast-foundation';
26
+ import { MenuItemRole } from '@microsoft/fast-foundation';
26
27
  import { RadioGroupOrientation } from '@microsoft/fast-foundation';
27
28
  import { SliderOrientation } from '@microsoft/fast-foundation';
28
29
  import { StartEnd } from '@microsoft/fast-foundation';
@@ -2126,6 +2127,8 @@ export declare type MenuItemColumnCount = 0 | 1 | 2;
2126
2127
  */
2127
2128
  export declare const MenuItemDefinition: FASTElementDefinition<typeof MenuItem>;
2128
2129
 
2130
+ export { MenuItemRole }
2131
+
2129
2132
  /** MenuItem styles
2130
2133
  * @public
2131
2134
  */
@@ -11896,4 +11896,4 @@ const setTheme = theme => {
11896
11896
  }
11897
11897
  };
11898
11898
 
11899
- export { Accordion, AccordionItem, AccordionItemExpandIconPosition, AccordionItemSize, AnchorButton, AnchorButtonAppearance, definition$m as AnchorButtonDefinition, AnchorButtonShape, AnchorButtonSize, template$m as AnchorButtonTemplate, Avatar, AvatarActive, AvatarAppearance, AvatarColor, definition$l as AvatarDefinition, AvatarNamedColor, AvatarShape, AvatarSize, styles$j as AvatarStyles, template$l as AvatarTemplate, Badge, BadgeAppearance, BadgeColor, definition$k as BadgeDefinition, BadgeShape, BadgeSize, styles$i as BadgeStyles, template$k as BadgeTemplate, Button, ButtonAppearance, definition$j as ButtonDefinition, ButtonShape, ButtonSize, styles$l as ButtonStyles, template$j as ButtonTemplate, CompoundButton, CompoundButtonAppearance, definition$i as CompoundButtonDefinition, CompoundButtonShape, CompoundButtonSize, styles$h as CompoundButtonStyles, template$i as CompoundButtonTemplate, CounterBadge, CounterBadgeAppearance, CounterBadgeColor, definition$h as CounterBadgeDefinition, CounterBadgeShape, CounterBadgeSize, styles$g as CounterBadgeStyles, template$h as CounterBadgeTemplate, Divider, DividerAlignContent, DividerAppearance, definition$g as DividerDefinition, DividerOrientation, DividerRole, styles$f as DividerStyles, template$g as DividerTemplate, Image, definition$f as ImageDefinition, ImageFit, ImageShape, styles$e as ImageStyles, template$f as ImageTemplate, Label, definition$e as LabelDefinition, styles$d as LabelStyles, template$e as LabelTemplate, MenuButton, MenuButtonAppearance, definition$d as MenuButtonDefinition, MenuButtonShape, MenuButtonSize, styles$l as MenuButtonStyles, template$d as MenuButtonTemplate, MenuItem, definition$c as MenuItemDefinition, styles$c as MenuItemStyles, template$c as MenuItemTemplate, MenuList, definition$b as MenuListDefinition, styles$b as MenuListStyles, template$b as MenuListTemplate, ProgressBar, definition$a as ProgressBarDefinition, ProgressBarShape, styles$a as ProgressBarStyles, template$a as ProgressBarTemplate, ProgressBarThickness, ProgressBarValidationState, Radio, definition$9 as RadioDefinition, RadioGroup, definition$8 as RadioGroupDefinition, RadioGroupOrientation, styles$8 as RadioGroupStyles, template$8 as RadioGroupTemplate, styles$9 as RadioStyles, template$9 as RadioTemplate, Slider, definition$7 as SliderDefinition, SliderOrientation, SliderSize, styles$7 as SliderStyles, template$7 as SliderTemplate, Spinner, SpinnerAppearance, definition$6 as SpinnerDefinition, SpinnerSize, styles$6 as SpinnerStyles, template$6 as SpinnerTemplate, Switch, definition$5 as SwitchDefinition, SwitchLabelPosition, styles$5 as SwitchStyles, template$5 as SwitchTemplate, Tab, definition$3 as TabDefinition, TabPanel, definition$2 as TabPanelDefinition, styles$2 as TabPanelStyles, template$2 as TabPanelTemplate, styles$3 as TabStyles, template$3 as TabTemplate, Tabs, TabsAppearance, definition$4 as TabsDefinition, TabsOrientation, TabsSize, styles$4 as TabsStyles, template$4 as TabsTemplate, Text, TextAlign, definition$1 as TextDefinition, TextFont, TextSize, styles$1 as TextStyles, template$1 as TextTemplate, TextWeight, ToggleButton, ToggleButtonAppearance, definition as ToggleButtonDefinition, ToggleButtonShape, ToggleButtonSize, styles as ToggleButtonStyles, template as ToggleButtonTemplate, definition$o as accordionDefinition, definition$n as accordionItemDefinition, styles$m as accordionItemStyles, template$n as accordionItemTemplate, styles$n as accordionStyles, template$o as accordionTemplate, borderRadiusCircular, borderRadiusLarge, borderRadiusMedium, borderRadiusNone, borderRadiusSmall, borderRadiusXLarge, colorBackgroundOverlay, colorBrandBackground, colorBrandBackground2, colorBrandBackgroundHover, colorBrandBackgroundInverted, colorBrandBackgroundInvertedHover, colorBrandBackgroundInvertedPressed, colorBrandBackgroundInvertedSelected, colorBrandBackgroundPressed, colorBrandBackgroundSelected, colorBrandBackgroundStatic, colorBrandForeground1, colorBrandForeground2, colorBrandForegroundInverted, colorBrandForegroundInvertedHover, colorBrandForegroundInvertedPressed, colorBrandForegroundLink, colorBrandForegroundLinkHover, colorBrandForegroundLinkPressed, colorBrandForegroundLinkSelected, colorBrandForegroundOnLight, colorBrandForegroundOnLightHover, colorBrandForegroundOnLightPressed, colorBrandForegroundOnLightSelected, colorBrandShadowAmbient, colorBrandShadowKey, colorBrandStroke1, colorBrandStroke2, colorCompoundBrandBackground, colorCompoundBrandBackgroundHover, colorCompoundBrandBackgroundPressed, colorCompoundBrandForeground1, colorCompoundBrandForeground1Hover, colorCompoundBrandForeground1Pressed, colorCompoundBrandStroke, colorCompoundBrandStrokeHover, colorCompoundBrandStrokePressed, colorNeutralBackground1, colorNeutralBackground1Hover, colorNeutralBackground1Pressed, colorNeutralBackground1Selected, colorNeutralBackground2, colorNeutralBackground2Hover, colorNeutralBackground2Pressed, colorNeutralBackground2Selected, colorNeutralBackground3, colorNeutralBackground3Hover, colorNeutralBackground3Pressed, colorNeutralBackground3Selected, colorNeutralBackground4, colorNeutralBackground4Hover, colorNeutralBackground4Pressed, colorNeutralBackground4Selected, colorNeutralBackground5, colorNeutralBackground5Hover, colorNeutralBackground5Pressed, colorNeutralBackground5Selected, colorNeutralBackground6, colorNeutralBackgroundDisabled, colorNeutralBackgroundInverted, colorNeutralBackgroundInvertedDisabled, colorNeutralBackgroundStatic, colorNeutralForeground1, colorNeutralForeground1Hover, colorNeutralForeground1Pressed, colorNeutralForeground1Selected, colorNeutralForeground1Static, colorNeutralForeground2, colorNeutralForeground2BrandHover, colorNeutralForeground2BrandPressed, colorNeutralForeground2BrandSelected, colorNeutralForeground2Hover, colorNeutralForeground2Link, colorNeutralForeground2LinkHover, colorNeutralForeground2LinkPressed, colorNeutralForeground2LinkSelected, colorNeutralForeground2Pressed, colorNeutralForeground2Selected, colorNeutralForeground3, colorNeutralForeground3BrandHover, colorNeutralForeground3BrandPressed, colorNeutralForeground3BrandSelected, colorNeutralForeground3Hover, colorNeutralForeground3Pressed, colorNeutralForeground3Selected, colorNeutralForeground4, colorNeutralForegroundDisabled, colorNeutralForegroundInverted, colorNeutralForegroundInverted2, colorNeutralForegroundInvertedDisabled, colorNeutralForegroundInvertedHover, colorNeutralForegroundInvertedLink, colorNeutralForegroundInvertedLinkHover, colorNeutralForegroundInvertedLinkPressed, colorNeutralForegroundInvertedLinkSelected, colorNeutralForegroundInvertedPressed, colorNeutralForegroundInvertedSelected, colorNeutralForegroundOnBrand, colorNeutralForegroundStaticInverted, colorNeutralShadowAmbient, colorNeutralShadowAmbientDarker, colorNeutralShadowAmbientLighter, colorNeutralShadowKey, colorNeutralShadowKeyDarker, colorNeutralShadowKeyLighter, colorNeutralStencil1, colorNeutralStencil1Alpha, colorNeutralStencil2, colorNeutralStencil2Alpha, colorNeutralStroke1, colorNeutralStroke1Hover, colorNeutralStroke1Pressed, colorNeutralStroke1Selected, colorNeutralStroke2, colorNeutralStroke3, colorNeutralStrokeAccessible, colorNeutralStrokeAccessibleHover, colorNeutralStrokeAccessiblePressed, colorNeutralStrokeAccessibleSelected, colorNeutralStrokeDisabled, colorNeutralStrokeInvertedDisabled, colorNeutralStrokeOnBrand, colorNeutralStrokeOnBrand2, colorNeutralStrokeOnBrand2Hover, colorNeutralStrokeOnBrand2Pressed, colorNeutralStrokeOnBrand2Selected, colorPaletteAnchorBackground2, colorPaletteAnchorBorderActive, colorPaletteAnchorForeground2, colorPaletteBeigeBackground2, colorPaletteBeigeBorderActive, colorPaletteBeigeForeground2, colorPaletteBerryBackground1, colorPaletteBerryBackground2, colorPaletteBerryBackground3, colorPaletteBerryBorder1, colorPaletteBerryBorder2, colorPaletteBerryBorderActive, colorPaletteBerryForeground1, colorPaletteBerryForeground2, colorPaletteBerryForeground3, colorPaletteBlueBackground2, colorPaletteBlueBorderActive, colorPaletteBlueForeground2, colorPaletteBrassBackground2, colorPaletteBrassBorderActive, colorPaletteBrassForeground2, colorPaletteBrownBackground2, colorPaletteBrownBorderActive, colorPaletteBrownForeground2, colorPaletteCornflowerBackground2, colorPaletteCornflowerBorderActive, colorPaletteCornflowerForeground2, colorPaletteCranberryBackground2, colorPaletteCranberryBorderActive, colorPaletteCranberryForeground2, colorPaletteDarkGreenBackground2, colorPaletteDarkGreenBorderActive, colorPaletteDarkGreenForeground2, colorPaletteDarkOrangeBackground1, colorPaletteDarkOrangeBackground2, colorPaletteDarkOrangeBackground3, colorPaletteDarkOrangeBorder1, colorPaletteDarkOrangeBorder2, colorPaletteDarkOrangeBorderActive, colorPaletteDarkOrangeForeground1, colorPaletteDarkOrangeForeground2, colorPaletteDarkOrangeForeground3, colorPaletteDarkRedBackground2, colorPaletteDarkRedBorderActive, colorPaletteDarkRedForeground2, colorPaletteForestBackground2, colorPaletteForestBorderActive, colorPaletteForestForeground2, colorPaletteGoldBackground2, colorPaletteGoldBorderActive, colorPaletteGoldForeground2, colorPaletteGrapeBackground2, colorPaletteGrapeBorderActive, colorPaletteGrapeForeground2, colorPaletteGreenBackground1, colorPaletteGreenBackground2, colorPaletteGreenBackground3, colorPaletteGreenBorder1, colorPaletteGreenBorder2, colorPaletteGreenBorderActive, colorPaletteGreenForeground1, colorPaletteGreenForeground2, colorPaletteGreenForeground3, colorPaletteGreenForegroundInverted, colorPaletteLavenderBackground2, colorPaletteLavenderBorderActive, colorPaletteLavenderForeground2, colorPaletteLightGreenBackground1, colorPaletteLightGreenBackground2, colorPaletteLightGreenBackground3, colorPaletteLightGreenBorder1, colorPaletteLightGreenBorder2, colorPaletteLightGreenBorderActive, colorPaletteLightGreenForeground1, colorPaletteLightGreenForeground2, colorPaletteLightGreenForeground3, colorPaletteLightTealBackground2, colorPaletteLightTealBorderActive, colorPaletteLightTealForeground2, colorPaletteLilacBackground2, colorPaletteLilacBorderActive, colorPaletteLilacForeground2, colorPaletteMagentaBackground2, colorPaletteMagentaBorderActive, colorPaletteMagentaForeground2, colorPaletteMarigoldBackground1, colorPaletteMarigoldBackground2, colorPaletteMarigoldBackground3, colorPaletteMarigoldBorder1, colorPaletteMarigoldBorder2, colorPaletteMarigoldBorderActive, colorPaletteMarigoldForeground1, colorPaletteMarigoldForeground2, colorPaletteMarigoldForeground3, colorPaletteMinkBackground2, colorPaletteMinkBorderActive, colorPaletteMinkForeground2, colorPaletteNavyBackground2, colorPaletteNavyBorderActive, colorPaletteNavyForeground2, colorPalettePeachBackground2, colorPalettePeachBorderActive, colorPalettePeachForeground2, colorPalettePinkBackground2, colorPalettePinkBorderActive, colorPalettePinkForeground2, colorPalettePlatinumBackground2, colorPalettePlatinumBorderActive, colorPalettePlatinumForeground2, colorPalettePlumBackground2, colorPalettePlumBorderActive, colorPalettePlumForeground2, colorPalettePumpkinBackground2, colorPalettePumpkinBorderActive, colorPalettePumpkinForeground2, colorPalettePurpleBackground2, colorPalettePurpleBorderActive, colorPalettePurpleForeground2, colorPaletteRedBackground1, colorPaletteRedBackground2, colorPaletteRedBackground3, colorPaletteRedBorder1, colorPaletteRedBorder2, colorPaletteRedBorderActive, colorPaletteRedForeground1, colorPaletteRedForeground2, colorPaletteRedForeground3, colorPaletteRedForegroundInverted, colorPaletteRoyalBlueBackground2, colorPaletteRoyalBlueBorderActive, colorPaletteRoyalBlueForeground2, colorPaletteSeafoamBackground2, colorPaletteSeafoamBorderActive, colorPaletteSeafoamForeground2, colorPaletteSteelBackground2, colorPaletteSteelBorderActive, colorPaletteSteelForeground2, colorPaletteTealBackground2, colorPaletteTealBorderActive, colorPaletteTealForeground2, colorPaletteYellowBackground1, colorPaletteYellowBackground2, colorPaletteYellowBackground3, colorPaletteYellowBorder1, colorPaletteYellowBorder2, colorPaletteYellowBorderActive, colorPaletteYellowForeground1, colorPaletteYellowForeground2, colorPaletteYellowForeground3, colorPaletteYellowForegroundInverted, colorScrollbarOverlay, colorStrokeFocus1, colorStrokeFocus2, colorSubtleBackground, colorSubtleBackgroundHover, colorSubtleBackgroundInverted, colorSubtleBackgroundInvertedHover, colorSubtleBackgroundInvertedPressed, colorSubtleBackgroundInvertedSelected, colorSubtleBackgroundLightAlphaHover, colorSubtleBackgroundLightAlphaPressed, colorSubtleBackgroundLightAlphaSelected, colorSubtleBackgroundPressed, colorSubtleBackgroundSelected, colorTransparentBackground, colorTransparentBackgroundHover, colorTransparentBackgroundPressed, colorTransparentBackgroundSelected, colorTransparentStroke, colorTransparentStrokeDisabled, colorTransparentStrokeInteractive, curveAccelerateMax, curveAccelerateMid, curveAccelerateMin, curveDecelerateMax, curveDecelerateMid, curveDecelerateMin, curveEasyEase, curveEasyEaseMax, curveLinear, durationFast, durationFaster, durationNormal, durationSlow, durationSlower, durationUltraFast, durationUltraSlow, fontFamilyBase, fontFamilyMonospace, fontFamilyNumeric, fontSizeBase100, fontSizeBase200, fontSizeBase300, fontSizeBase400, fontSizeBase500, fontSizeBase600, fontSizeHero1000, fontSizeHero700, fontSizeHero800, fontSizeHero900, fontWeightBold, fontWeightMedium, fontWeightRegular, fontWeightSemibold, lineHeightBase100, lineHeightBase200, lineHeightBase300, lineHeightBase400, lineHeightBase500, lineHeightBase600, lineHeightHero1000, lineHeightHero700, lineHeightHero800, lineHeightHero900, setTheme, shadow16, shadow16Brand, shadow2, shadow28, shadow28Brand, shadow2Brand, shadow4, shadow4Brand, shadow64, shadow64Brand, shadow8, shadow8Brand, spacingHorizontalL, spacingHorizontalM, spacingHorizontalMNudge, spacingHorizontalNone, spacingHorizontalS, spacingHorizontalSNudge, spacingHorizontalXL, spacingHorizontalXS, spacingHorizontalXXL, spacingHorizontalXXS, spacingHorizontalXXXL, spacingVerticalL, spacingVerticalM, spacingVerticalMNudge, spacingVerticalNone, spacingVerticalS, spacingVerticalSNudge, spacingVerticalXL, spacingVerticalXS, spacingVerticalXXL, spacingVerticalXXS, spacingVerticalXXXL, strokeWidthThick, strokeWidthThicker, strokeWidthThickest, strokeWidthThin };
11899
+ export { Accordion, AccordionItem, AccordionItemExpandIconPosition, AccordionItemSize, AnchorButton, AnchorButtonAppearance, definition$m as AnchorButtonDefinition, AnchorButtonShape, AnchorButtonSize, template$m as AnchorButtonTemplate, Avatar, AvatarActive, AvatarAppearance, AvatarColor, definition$l as AvatarDefinition, AvatarNamedColor, AvatarShape, AvatarSize, styles$j as AvatarStyles, template$l as AvatarTemplate, Badge, BadgeAppearance, BadgeColor, definition$k as BadgeDefinition, BadgeShape, BadgeSize, styles$i as BadgeStyles, template$k as BadgeTemplate, Button, ButtonAppearance, definition$j as ButtonDefinition, ButtonShape, ButtonSize, styles$l as ButtonStyles, template$j as ButtonTemplate, CompoundButton, CompoundButtonAppearance, definition$i as CompoundButtonDefinition, CompoundButtonShape, CompoundButtonSize, styles$h as CompoundButtonStyles, template$i as CompoundButtonTemplate, CounterBadge, CounterBadgeAppearance, CounterBadgeColor, definition$h as CounterBadgeDefinition, CounterBadgeShape, CounterBadgeSize, styles$g as CounterBadgeStyles, template$h as CounterBadgeTemplate, Divider, DividerAlignContent, DividerAppearance, definition$g as DividerDefinition, DividerOrientation, DividerRole, styles$f as DividerStyles, template$g as DividerTemplate, Image, definition$f as ImageDefinition, ImageFit, ImageShape, styles$e as ImageStyles, template$f as ImageTemplate, Label, definition$e as LabelDefinition, styles$d as LabelStyles, template$e as LabelTemplate, MenuButton, MenuButtonAppearance, definition$d as MenuButtonDefinition, MenuButtonShape, MenuButtonSize, styles$l as MenuButtonStyles, template$d as MenuButtonTemplate, MenuItem, definition$c as MenuItemDefinition, MenuItemRole, styles$c as MenuItemStyles, template$c as MenuItemTemplate, MenuList, definition$b as MenuListDefinition, styles$b as MenuListStyles, template$b as MenuListTemplate, ProgressBar, definition$a as ProgressBarDefinition, ProgressBarShape, styles$a as ProgressBarStyles, template$a as ProgressBarTemplate, ProgressBarThickness, ProgressBarValidationState, Radio, definition$9 as RadioDefinition, RadioGroup, definition$8 as RadioGroupDefinition, RadioGroupOrientation, styles$8 as RadioGroupStyles, template$8 as RadioGroupTemplate, styles$9 as RadioStyles, template$9 as RadioTemplate, Slider, definition$7 as SliderDefinition, SliderOrientation, SliderSize, styles$7 as SliderStyles, template$7 as SliderTemplate, Spinner, SpinnerAppearance, definition$6 as SpinnerDefinition, SpinnerSize, styles$6 as SpinnerStyles, template$6 as SpinnerTemplate, Switch, definition$5 as SwitchDefinition, SwitchLabelPosition, styles$5 as SwitchStyles, template$5 as SwitchTemplate, Tab, definition$3 as TabDefinition, TabPanel, definition$2 as TabPanelDefinition, styles$2 as TabPanelStyles, template$2 as TabPanelTemplate, styles$3 as TabStyles, template$3 as TabTemplate, Tabs, TabsAppearance, definition$4 as TabsDefinition, TabsOrientation, TabsSize, styles$4 as TabsStyles, template$4 as TabsTemplate, Text, TextAlign, definition$1 as TextDefinition, TextFont, TextSize, styles$1 as TextStyles, template$1 as TextTemplate, TextWeight, ToggleButton, ToggleButtonAppearance, definition as ToggleButtonDefinition, ToggleButtonShape, ToggleButtonSize, styles as ToggleButtonStyles, template as ToggleButtonTemplate, definition$o as accordionDefinition, definition$n as accordionItemDefinition, styles$m as accordionItemStyles, template$n as accordionItemTemplate, styles$n as accordionStyles, template$o as accordionTemplate, borderRadiusCircular, borderRadiusLarge, borderRadiusMedium, borderRadiusNone, borderRadiusSmall, borderRadiusXLarge, colorBackgroundOverlay, colorBrandBackground, colorBrandBackground2, colorBrandBackgroundHover, colorBrandBackgroundInverted, colorBrandBackgroundInvertedHover, colorBrandBackgroundInvertedPressed, colorBrandBackgroundInvertedSelected, colorBrandBackgroundPressed, colorBrandBackgroundSelected, colorBrandBackgroundStatic, colorBrandForeground1, colorBrandForeground2, colorBrandForegroundInverted, colorBrandForegroundInvertedHover, colorBrandForegroundInvertedPressed, colorBrandForegroundLink, colorBrandForegroundLinkHover, colorBrandForegroundLinkPressed, colorBrandForegroundLinkSelected, colorBrandForegroundOnLight, colorBrandForegroundOnLightHover, colorBrandForegroundOnLightPressed, colorBrandForegroundOnLightSelected, colorBrandShadowAmbient, colorBrandShadowKey, colorBrandStroke1, colorBrandStroke2, colorCompoundBrandBackground, colorCompoundBrandBackgroundHover, colorCompoundBrandBackgroundPressed, colorCompoundBrandForeground1, colorCompoundBrandForeground1Hover, colorCompoundBrandForeground1Pressed, colorCompoundBrandStroke, colorCompoundBrandStrokeHover, colorCompoundBrandStrokePressed, colorNeutralBackground1, colorNeutralBackground1Hover, colorNeutralBackground1Pressed, colorNeutralBackground1Selected, colorNeutralBackground2, colorNeutralBackground2Hover, colorNeutralBackground2Pressed, colorNeutralBackground2Selected, colorNeutralBackground3, colorNeutralBackground3Hover, colorNeutralBackground3Pressed, colorNeutralBackground3Selected, colorNeutralBackground4, colorNeutralBackground4Hover, colorNeutralBackground4Pressed, colorNeutralBackground4Selected, colorNeutralBackground5, colorNeutralBackground5Hover, colorNeutralBackground5Pressed, colorNeutralBackground5Selected, colorNeutralBackground6, colorNeutralBackgroundDisabled, colorNeutralBackgroundInverted, colorNeutralBackgroundInvertedDisabled, colorNeutralBackgroundStatic, colorNeutralForeground1, colorNeutralForeground1Hover, colorNeutralForeground1Pressed, colorNeutralForeground1Selected, colorNeutralForeground1Static, colorNeutralForeground2, colorNeutralForeground2BrandHover, colorNeutralForeground2BrandPressed, colorNeutralForeground2BrandSelected, colorNeutralForeground2Hover, colorNeutralForeground2Link, colorNeutralForeground2LinkHover, colorNeutralForeground2LinkPressed, colorNeutralForeground2LinkSelected, colorNeutralForeground2Pressed, colorNeutralForeground2Selected, colorNeutralForeground3, colorNeutralForeground3BrandHover, colorNeutralForeground3BrandPressed, colorNeutralForeground3BrandSelected, colorNeutralForeground3Hover, colorNeutralForeground3Pressed, colorNeutralForeground3Selected, colorNeutralForeground4, colorNeutralForegroundDisabled, colorNeutralForegroundInverted, colorNeutralForegroundInverted2, colorNeutralForegroundInvertedDisabled, colorNeutralForegroundInvertedHover, colorNeutralForegroundInvertedLink, colorNeutralForegroundInvertedLinkHover, colorNeutralForegroundInvertedLinkPressed, colorNeutralForegroundInvertedLinkSelected, colorNeutralForegroundInvertedPressed, colorNeutralForegroundInvertedSelected, colorNeutralForegroundOnBrand, colorNeutralForegroundStaticInverted, colorNeutralShadowAmbient, colorNeutralShadowAmbientDarker, colorNeutralShadowAmbientLighter, colorNeutralShadowKey, colorNeutralShadowKeyDarker, colorNeutralShadowKeyLighter, colorNeutralStencil1, colorNeutralStencil1Alpha, colorNeutralStencil2, colorNeutralStencil2Alpha, colorNeutralStroke1, colorNeutralStroke1Hover, colorNeutralStroke1Pressed, colorNeutralStroke1Selected, colorNeutralStroke2, colorNeutralStroke3, colorNeutralStrokeAccessible, colorNeutralStrokeAccessibleHover, colorNeutralStrokeAccessiblePressed, colorNeutralStrokeAccessibleSelected, colorNeutralStrokeDisabled, colorNeutralStrokeInvertedDisabled, colorNeutralStrokeOnBrand, colorNeutralStrokeOnBrand2, colorNeutralStrokeOnBrand2Hover, colorNeutralStrokeOnBrand2Pressed, colorNeutralStrokeOnBrand2Selected, colorPaletteAnchorBackground2, colorPaletteAnchorBorderActive, colorPaletteAnchorForeground2, colorPaletteBeigeBackground2, colorPaletteBeigeBorderActive, colorPaletteBeigeForeground2, colorPaletteBerryBackground1, colorPaletteBerryBackground2, colorPaletteBerryBackground3, colorPaletteBerryBorder1, colorPaletteBerryBorder2, colorPaletteBerryBorderActive, colorPaletteBerryForeground1, colorPaletteBerryForeground2, colorPaletteBerryForeground3, colorPaletteBlueBackground2, colorPaletteBlueBorderActive, colorPaletteBlueForeground2, colorPaletteBrassBackground2, colorPaletteBrassBorderActive, colorPaletteBrassForeground2, colorPaletteBrownBackground2, colorPaletteBrownBorderActive, colorPaletteBrownForeground2, colorPaletteCornflowerBackground2, colorPaletteCornflowerBorderActive, colorPaletteCornflowerForeground2, colorPaletteCranberryBackground2, colorPaletteCranberryBorderActive, colorPaletteCranberryForeground2, colorPaletteDarkGreenBackground2, colorPaletteDarkGreenBorderActive, colorPaletteDarkGreenForeground2, colorPaletteDarkOrangeBackground1, colorPaletteDarkOrangeBackground2, colorPaletteDarkOrangeBackground3, colorPaletteDarkOrangeBorder1, colorPaletteDarkOrangeBorder2, colorPaletteDarkOrangeBorderActive, colorPaletteDarkOrangeForeground1, colorPaletteDarkOrangeForeground2, colorPaletteDarkOrangeForeground3, colorPaletteDarkRedBackground2, colorPaletteDarkRedBorderActive, colorPaletteDarkRedForeground2, colorPaletteForestBackground2, colorPaletteForestBorderActive, colorPaletteForestForeground2, colorPaletteGoldBackground2, colorPaletteGoldBorderActive, colorPaletteGoldForeground2, colorPaletteGrapeBackground2, colorPaletteGrapeBorderActive, colorPaletteGrapeForeground2, colorPaletteGreenBackground1, colorPaletteGreenBackground2, colorPaletteGreenBackground3, colorPaletteGreenBorder1, colorPaletteGreenBorder2, colorPaletteGreenBorderActive, colorPaletteGreenForeground1, colorPaletteGreenForeground2, colorPaletteGreenForeground3, colorPaletteGreenForegroundInverted, colorPaletteLavenderBackground2, colorPaletteLavenderBorderActive, colorPaletteLavenderForeground2, colorPaletteLightGreenBackground1, colorPaletteLightGreenBackground2, colorPaletteLightGreenBackground3, colorPaletteLightGreenBorder1, colorPaletteLightGreenBorder2, colorPaletteLightGreenBorderActive, colorPaletteLightGreenForeground1, colorPaletteLightGreenForeground2, colorPaletteLightGreenForeground3, colorPaletteLightTealBackground2, colorPaletteLightTealBorderActive, colorPaletteLightTealForeground2, colorPaletteLilacBackground2, colorPaletteLilacBorderActive, colorPaletteLilacForeground2, colorPaletteMagentaBackground2, colorPaletteMagentaBorderActive, colorPaletteMagentaForeground2, colorPaletteMarigoldBackground1, colorPaletteMarigoldBackground2, colorPaletteMarigoldBackground3, colorPaletteMarigoldBorder1, colorPaletteMarigoldBorder2, colorPaletteMarigoldBorderActive, colorPaletteMarigoldForeground1, colorPaletteMarigoldForeground2, colorPaletteMarigoldForeground3, colorPaletteMinkBackground2, colorPaletteMinkBorderActive, colorPaletteMinkForeground2, colorPaletteNavyBackground2, colorPaletteNavyBorderActive, colorPaletteNavyForeground2, colorPalettePeachBackground2, colorPalettePeachBorderActive, colorPalettePeachForeground2, colorPalettePinkBackground2, colorPalettePinkBorderActive, colorPalettePinkForeground2, colorPalettePlatinumBackground2, colorPalettePlatinumBorderActive, colorPalettePlatinumForeground2, colorPalettePlumBackground2, colorPalettePlumBorderActive, colorPalettePlumForeground2, colorPalettePumpkinBackground2, colorPalettePumpkinBorderActive, colorPalettePumpkinForeground2, colorPalettePurpleBackground2, colorPalettePurpleBorderActive, colorPalettePurpleForeground2, colorPaletteRedBackground1, colorPaletteRedBackground2, colorPaletteRedBackground3, colorPaletteRedBorder1, colorPaletteRedBorder2, colorPaletteRedBorderActive, colorPaletteRedForeground1, colorPaletteRedForeground2, colorPaletteRedForeground3, colorPaletteRedForegroundInverted, colorPaletteRoyalBlueBackground2, colorPaletteRoyalBlueBorderActive, colorPaletteRoyalBlueForeground2, colorPaletteSeafoamBackground2, colorPaletteSeafoamBorderActive, colorPaletteSeafoamForeground2, colorPaletteSteelBackground2, colorPaletteSteelBorderActive, colorPaletteSteelForeground2, colorPaletteTealBackground2, colorPaletteTealBorderActive, colorPaletteTealForeground2, colorPaletteYellowBackground1, colorPaletteYellowBackground2, colorPaletteYellowBackground3, colorPaletteYellowBorder1, colorPaletteYellowBorder2, colorPaletteYellowBorderActive, colorPaletteYellowForeground1, colorPaletteYellowForeground2, colorPaletteYellowForeground3, colorPaletteYellowForegroundInverted, colorScrollbarOverlay, colorStrokeFocus1, colorStrokeFocus2, colorSubtleBackground, colorSubtleBackgroundHover, colorSubtleBackgroundInverted, colorSubtleBackgroundInvertedHover, colorSubtleBackgroundInvertedPressed, colorSubtleBackgroundInvertedSelected, colorSubtleBackgroundLightAlphaHover, colorSubtleBackgroundLightAlphaPressed, colorSubtleBackgroundLightAlphaSelected, colorSubtleBackgroundPressed, colorSubtleBackgroundSelected, colorTransparentBackground, colorTransparentBackgroundHover, colorTransparentBackgroundPressed, colorTransparentBackgroundSelected, colorTransparentStroke, colorTransparentStrokeDisabled, colorTransparentStrokeInteractive, curveAccelerateMax, curveAccelerateMid, curveAccelerateMin, curveDecelerateMax, curveDecelerateMid, curveDecelerateMin, curveEasyEase, curveEasyEaseMax, curveLinear, durationFast, durationFaster, durationNormal, durationSlow, durationSlower, durationUltraFast, durationUltraSlow, fontFamilyBase, fontFamilyMonospace, fontFamilyNumeric, fontSizeBase100, fontSizeBase200, fontSizeBase300, fontSizeBase400, fontSizeBase500, fontSizeBase600, fontSizeHero1000, fontSizeHero700, fontSizeHero800, fontSizeHero900, fontWeightBold, fontWeightMedium, fontWeightRegular, fontWeightSemibold, lineHeightBase100, lineHeightBase200, lineHeightBase300, lineHeightBase400, lineHeightBase500, lineHeightBase600, lineHeightHero1000, lineHeightHero700, lineHeightHero800, lineHeightHero900, setTheme, shadow16, shadow16Brand, shadow2, shadow28, shadow28Brand, shadow2Brand, shadow4, shadow4Brand, shadow64, shadow64Brand, shadow8, shadow8Brand, spacingHorizontalL, spacingHorizontalM, spacingHorizontalMNudge, spacingHorizontalNone, spacingHorizontalS, spacingHorizontalSNudge, spacingHorizontalXL, spacingHorizontalXS, spacingHorizontalXXL, spacingHorizontalXXS, spacingHorizontalXXXL, spacingVerticalL, spacingVerticalM, spacingVerticalMNudge, spacingVerticalNone, spacingVerticalS, spacingVerticalSNudge, spacingVerticalXL, spacingVerticalXS, spacingVerticalXXL, spacingVerticalXXS, spacingVerticalXXXL, strokeWidthThick, strokeWidthThicker, strokeWidthThickest, strokeWidthThin };
@@ -332,4 +332,4 @@ import{composedContains as e,composedParent as t}from"@microsoft/fast-element/ut
332
332
  :host{contain:content}::slotted(*){font-family:${ti};font-size:${Er};line-height:${Wr};font-weight:${ii};text-align:start;white-space:normal;overflow:visible;text-overflow:clip;margin:0;display:inline}:host([nowrap]) ::slotted(*){white-space:nowrap;overflow:hidden}:host([truncate]) ::slotted(*){text-overflow:ellipsis}:host([block]),:host([block]) ::slotted(*){display:block}:host([italic]) ::slotted(*){font-style:italic}:host([underline]) ::slotted(*){text-decoration-line:underline}:host([strikethrough]) ::slotted(*){text-decoration-line:line-through}:host([underline][strikethrough]) ::slotted(*){text-decoration-line:line-through underline}:host([size='100']) ::slotted(*){font-size:${Dr};line-height:${qr}}:host([size='200']) ::slotted(*){font-size:${Rr};line-height:${Xr}}:host([size='400']) ::slotted(*){font-size:${Or};line-height:${Ur}}:host([size='500']) ::slotted(*){font-size:${Mr};line-height:${Yr}}:host([size='600']) ::slotted(*){font-size:${Hr};line-height:${Kr}}:host([size='700']) ::slotted(*){font-size:${Vr};line-height:${Qr}}:host([size='800']) ::slotted(*){font-size:${_r};line-height:${Zr}}:host([size='900']) ::slotted(*){font-size:${jr};line-height:${Jr}}:host([size='1000']) ::slotted(*){font-size:${Gr};line-height:${ei}}:host([font='monospace']) ::slotted(*){font-family:${oi}}:host([font='numeric']) ::slotted(*){font-family:${ri}}:host([weight='medium']) ::slotted(*){font-weight:${ai}}:host([weight='semibold']) ::slotted(*){font-weight:${ni}}:host([weight='bold']) ::slotted(*){font-weight:${si}}:host([align='center']) ::slotted(*){text-align:center}:host([align='end']) ::slotted(*){text-align:end}:host([align='justify']) ::slotted(*){text-align:justify}`,Pp=kp.compose({name:wr.prefix+"-text",template:Cp,styles:Sp});class Tp extends Lh{constructor(){super(),this.dirtyChecked=!1,this.checkedAttribute=!1,this.defaultChecked=!1,this.checked=!1,this.currentChecked=!1,this.handleToggleButtonClick=e=>{this.disabled||this.disabledFocusable||(this.checked=!this.checked)},this.dirtyChecked=!1}checkedAttributeChanged(){this.defaultChecked=this.checkedAttribute}defaultCheckedChanged(){this.dirtyChecked||(this.checked=this.defaultChecked,this.dirtyChecked=!1)}checkedChanged(e,t){this.dirtyChecked||(this.dirtyChecked=!0),this.currentChecked=this.checked,this.setAttribute("aria-pressed",""+this.currentChecked),void 0!==e&&this.$emit("change")}currentCheckedChanged(e,t){this.checked=this.currentChecked}connectedCallback(){super.connectedCallback(),this.addEventListener("click",this.handleToggleButtonClick)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("click",this.handleToggleButtonClick)}}Je([De({attribute:"checked",mode:"boolean"})],Tp.prototype,"checkedAttribute",void 0),Je([C],Tp.prototype,"defaultChecked",void 0),Je([C],Tp.prototype,"checked",void 0),Je([De({attribute:"current-checked",mode:"boolean"})],Tp.prototype,"currentChecked",void 0);const Fp=Vc,Ip=_c,Ap=jc,zp=It(),Np=j`
333
333
  ${Uc}
334
334
 
335
- :host([aria-pressed="true"]) .control{border-color:${as};background-color:${Za};color:${Ki};border-width:${li}}:host([aria-pressed='true']:hover) .control{border-color:${ns};background-color:${Ka}}:host([aria-pressed='true']:active) .control{border-color:${ss};background-color:${Qa}}:host([aria-pressed='true'][appearance='primary']) .control{border-color:transparent;background-color:${qn};color:${Ea}}:host([aria-pressed='true'][appearance='primary']:hover) .control{background-color:${jn}}:host([aria-pressed='true'][appearance='primary']:active) .control{background-color:${Gn}}:host([aria-pressed='true'][appearance='subtle']) .control{border-color:transparent;background-color:${$n};color:${ra}}:host([aria-pressed='true'][appearance='subtle']:hover) .control{background-color:${kn};color:${ta}}:host([aria-pressed='true'][appearance='subtle']:active) .control{background-color:${xn};color:${oa}}:host([aria-pressed='true'][appearance='outline']) .control,:host([aria-pressed='true'][appearance='transparent']) .control{background-color:${Nn}}:host([aria-pressed='true'][appearance='outline']:hover) .control,:host([aria-pressed='true'][appearance='transparent']:hover) .control{background-color:${An}}:host([aria-pressed='true'][appearance='outline']:active) .control,:host([aria-pressed='true'][appearance='transparent']:active) .control{background-color:${zn}}:host([aria-pressed='true'][appearance='transparent']) .control{border-color:transparent;color:${na}}:host([aria-pressed='true'][appearance='transparent']:hover) .control{color:${ia}}:host([aria-pressed='true'][appearance='transparent']:active) .control{color:${aa}}`,Lp=Tp.compose({name:wr.prefix+"-toggle-button",template:zp,styles:Np,shadowOptions:{delegatesFocus:!0}}),Dp=Object.keys(Rc),Rp=e=>{for(const t of Dp)Rc[t].withDefault(e[t])};export{kr as Accordion,Cr as AccordionItem,Pr as AccordionItemExpandIconPosition,Sr as AccordionItemSize,Hc as AnchorButton,Gc as AnchorButtonAppearance,Kc as AnchorButtonDefinition,qc as AnchorButtonShape,Xc as AnchorButtonSize,Wc as AnchorButtonTemplate,dh as Avatar,rh as AvatarActive,ah as AvatarAppearance,sh as AvatarColor,mh as AvatarDefinition,nh as AvatarNamedColor,ih as AvatarShape,lh as AvatarSize,fh as AvatarStyles,uh as AvatarTemplate,$h as Badge,vh as BadgeAppearance,yh as BadgeColor,Nh as BadgeDefinition,kh as BadgeShape,xh as BadgeSize,zh as BadgeStyles,Bh as BadgeTemplate,Lh as Button,Vc as ButtonAppearance,Rh as ButtonDefinition,_c as ButtonShape,jc as ButtonSize,Uc as ButtonStyles,Dh as ButtonTemplate,Eh as CompoundButton,Oh as CompoundButtonAppearance,jh as CompoundButtonDefinition,Mh as CompoundButtonShape,Hh as CompoundButtonSize,_h as CompoundButtonStyles,Vh as CompoundButtonTemplate,Gh as CounterBadge,qh as CounterBadgeAppearance,Xh as CounterBadgeColor,Qh as CounterBadgeDefinition,Wh as CounterBadgeShape,Uh as CounterBadgeSize,Kh as CounterBadgeStyles,Yh as CounterBadgeTemplate,Zh as Divider,Jh as DividerAlignContent,eu as DividerAppearance,ru as DividerDefinition,Xo as DividerOrientation,qo as DividerRole,ou as DividerStyles,tu as DividerTemplate,iu as Image,du as ImageDefinition,au as ImageFit,nu as ImageShape,lu as ImageStyles,su as ImageTemplate,cu as Label,pu as LabelDefinition,hu as LabelStyles,uu as LabelTemplate,gu as MenuButton,bu as MenuButtonAppearance,yu as MenuButtonDefinition,fu as MenuButtonShape,mu as MenuButtonSize,Uc as MenuButtonStyles,vu as MenuButtonTemplate,ku as MenuItem,Bu as MenuItemDefinition,wu as MenuItemStyles,$u as MenuItemTemplate,Cu as MenuList,Tu as MenuListDefinition,Pu as MenuListStyles,Su as MenuListTemplate,Fu as ProgressBar,Du as ProgressBarDefinition,Au as ProgressBarShape,Nu as ProgressBarStyles,Lu as ProgressBarTemplate,Iu as ProgressBarThickness,zu as ProgressBarValidationState,Ru as Radio,Mu as RadioDefinition,Hu as RadioGroup,ju as RadioGroupDefinition,er as RadioGroupOrientation,Vu as RadioGroupStyles,_u as RadioGroupTemplate,Eu as RadioStyles,Ou as RadioTemplate,Gu as Slider,Uu as SliderDefinition,nr as SliderOrientation,qu as SliderSize,Xu as SliderStyles,Wu as SliderTemplate,Yu as Spinner,Ku as SpinnerAppearance,ep as SpinnerDefinition,Qu as SpinnerSize,Ju as SpinnerStyles,Zu as SpinnerTemplate,tp as Switch,ap as SwitchDefinition,op as SwitchLabelPosition,ip as SwitchStyles,rp as SwitchTemplate,up as Tab,bp as TabDefinition,fp as TabPanel,yp as TabPanelDefinition,vp as TabPanelStyles,mp as TabPanelTemplate,gp as TabStyles,pp as TabTemplate,lp as Tabs,np as TabsAppearance,hp as TabsDefinition,mr as TabsOrientation,sp as TabsSize,cp as TabsStyles,dp as TabsTemplate,kp as Text,Bp as TextAlign,Pp as TextDefinition,$p as TextFont,xp as TextSize,Sp as TextStyles,Cp as TextTemplate,wp as TextWeight,Tp as ToggleButton,Fp as ToggleButtonAppearance,Lp as ToggleButtonDefinition,Ip as ToggleButtonShape,Ap as ToggleButtonSize,Np as ToggleButtonStyles,zp as ToggleButtonTemplate,Br as accordionDefinition,Mc as accordionItemDefinition,Ec as accordionItemStyles,Oc as accordionItemTemplate,$r as accordionStyles,xr as accordionTemplate,Lr as borderRadiusCircular,zr as borderRadiusLarge,Ar as borderRadiusMedium,Fr as borderRadiusNone,Ir as borderRadiusSmall,Nr as borderRadiusXLarge,Hn as colorBackgroundOverlay,_n as colorBrandBackground,Kn as colorBrandBackground2,jn as colorBrandBackgroundHover,Qn as colorBrandBackgroundInverted,Zn as colorBrandBackgroundInvertedHover,Jn as colorBrandBackgroundInvertedPressed,es as colorBrandBackgroundInvertedSelected,Gn as colorBrandBackgroundPressed,qn as colorBrandBackgroundSelected,Yn as colorBrandBackgroundStatic,Ta as colorBrandForeground1,Fa as colorBrandForeground2,_a as colorBrandForegroundInverted,ja as colorBrandForegroundInvertedHover,Ga as colorBrandForegroundInvertedPressed,ma as colorBrandForegroundLink,va as colorBrandForegroundLinkHover,ya as colorBrandForegroundLinkPressed,ka as colorBrandForegroundLinkSelected,qa as colorBrandForegroundOnLight,Xa as colorBrandForegroundOnLightHover,Wa as colorBrandForegroundOnLightPressed,Ua as colorBrandForegroundOnLightSelected,Ls as colorBrandShadowAmbient,Ds as colorBrandShadowKey,fs as colorBrandStroke1,ms as colorBrandStroke2,Xn as colorCompoundBrandBackground,Wn as colorCompoundBrandBackgroundHover,Un as colorCompoundBrandBackgroundPressed,Ca as colorCompoundBrandForeground1,Sa as colorCompoundBrandForeground1Hover,Pa as colorCompoundBrandForeground1Pressed,vs as colorCompoundBrandStroke,ys as colorCompoundBrandStrokeHover,ks as colorCompoundBrandStrokePressed,Ya as colorNeutralBackground1,Ka as colorNeutralBackground1Hover,Qa as colorNeutralBackground1Pressed,Za as colorNeutralBackground1Selected,Ja as colorNeutralBackground2,en as colorNeutralBackground2Hover,tn as colorNeutralBackground2Pressed,on as colorNeutralBackground2Selected,rn as colorNeutralBackground3,an as colorNeutralBackground3Hover,nn as colorNeutralBackground3Pressed,sn as colorNeutralBackground3Selected,ln as colorNeutralBackground4,dn as colorNeutralBackground4Hover,cn as colorNeutralBackground4Pressed,hn as colorNeutralBackground4Selected,un as colorNeutralBackground5,pn as colorNeutralBackground5Hover,gn as colorNeutralBackground5Pressed,bn as colorNeutralBackground5Selected,fn as colorNeutralBackground6,Ln as colorNeutralBackgroundDisabled,mn as colorNeutralBackgroundInverted,Dn as colorNeutralBackgroundInvertedDisabled,vn as colorNeutralBackgroundStatic,Ki as colorNeutralForeground1,Qi as colorNeutralForeground1Hover,Zi as colorNeutralForeground1Pressed,Ji as colorNeutralForeground1Selected,Ia as colorNeutralForeground1Static,ea as colorNeutralForeground2,ia as colorNeutralForeground2BrandHover,aa as colorNeutralForeground2BrandPressed,na as colorNeutralForeground2BrandSelected,ta as colorNeutralForeground2Hover,xa as colorNeutralForeground2Link,$a as colorNeutralForeground2LinkHover,wa as colorNeutralForeground2LinkPressed,Ba as colorNeutralForeground2LinkSelected,oa as colorNeutralForeground2Pressed,ra as colorNeutralForeground2Selected,sa as colorNeutralForeground3,ha as colorNeutralForeground3BrandHover,ua as colorNeutralForeground3BrandPressed,pa as colorNeutralForeground3BrandSelected,la as colorNeutralForeground3Hover,da as colorNeutralForeground3Pressed,ca as colorNeutralForeground3Selected,ga as colorNeutralForeground4,ba as colorNeutralForegroundDisabled,za as colorNeutralForegroundInverted,Ra as colorNeutralForegroundInverted2,fa as colorNeutralForegroundInvertedDisabled,Na as colorNeutralForegroundInvertedHover,Oa as colorNeutralForegroundInvertedLink,Ma as colorNeutralForegroundInvertedLinkHover,Ha as colorNeutralForegroundInvertedLinkPressed,Va as colorNeutralForegroundInvertedLinkSelected,La as colorNeutralForegroundInvertedPressed,Da as colorNeutralForegroundInvertedSelected,Ea as colorNeutralForegroundOnBrand,Aa as colorNeutralForegroundStaticInverted,Ts as colorNeutralShadowAmbient,zs as colorNeutralShadowAmbientDarker,Is as colorNeutralShadowAmbientLighter,Fs as colorNeutralShadowKey,Ns as colorNeutralShadowKeyDarker,As as colorNeutralShadowKeyLighter,Rn as colorNeutralStencil1,On as colorNeutralStencil1Alpha,En as colorNeutralStencil2,Mn as colorNeutralStencil2Alpha,as as colorNeutralStroke1,ns as colorNeutralStroke1Hover,ss as colorNeutralStroke1Pressed,ls as colorNeutralStroke1Selected,ds as colorNeutralStroke2,cs as colorNeutralStroke3,ts as colorNeutralStrokeAccessible,os as colorNeutralStrokeAccessibleHover,rs as colorNeutralStrokeAccessiblePressed,is as colorNeutralStrokeAccessibleSelected,xs as colorNeutralStrokeDisabled,$s as colorNeutralStrokeInvertedDisabled,hs as colorNeutralStrokeOnBrand,us as colorNeutralStrokeOnBrand2,ps as colorNeutralStrokeOnBrand2Hover,gs as colorNeutralStrokeOnBrand2Pressed,bs as colorNeutralStrokeOnBrand2Selected,vc as colorPaletteAnchorBackground2,kc as colorPaletteAnchorBorderActive,yc as colorPaletteAnchorForeground2,dc as colorPaletteBeigeBackground2,hc as colorPaletteBeigeBorderActive,cc as colorPaletteBeigeForeground2,vl as colorPaletteBerryBackground1,yl as colorPaletteBerryBackground2,kl as colorPaletteBerryBackground3,Cl as colorPaletteBerryBorder1,Sl as colorPaletteBerryBorder2,Bl as colorPaletteBerryBorderActive,xl as colorPaletteBerryForeground1,$l as colorPaletteBerryForeground2,wl as colorPaletteBerryForeground3,Id as colorPaletteBlueBackground2,zd as colorPaletteBlueBorderActive,Ad as colorPaletteBlueForeground2,nd as colorPaletteBrassBackground2,ld as colorPaletteBrassBorderActive,sd as colorPaletteBrassForeground2,dd as colorPaletteBrownBackground2,hd as colorPaletteBrownBorderActive,cd as colorPaletteBrownForeground2,Rd as colorPaletteCornflowerBackground2,Od as colorPaletteCornflowerBorderActive,Ed as colorPaletteCornflowerForeground2,Ul as colorPaletteCranberryBackground2,Kl as colorPaletteCranberryBorderActive,Yl as colorPaletteCranberryForeground2,vd as colorPaletteDarkGreenBackground2,kd as colorPaletteDarkGreenBorderActive,yd as colorPaletteDarkGreenForeground2,el as colorPaletteDarkOrangeBackground1,tl as colorPaletteDarkOrangeBackground2,ol as colorPaletteDarkOrangeBackground3,sl as colorPaletteDarkOrangeBorder1,ll as colorPaletteDarkOrangeBorder2,nl as colorPaletteDarkOrangeBorderActive,rl as colorPaletteDarkOrangeForeground1,il as colorPaletteDarkOrangeForeground2,al as colorPaletteDarkOrangeForeground3,ql as colorPaletteDarkRedBackground2,Wl as colorPaletteDarkRedBorderActive,Xl as colorPaletteDarkRedForeground2,ud as colorPaletteForestBackground2,gd as colorPaletteForestBorderActive,pd as colorPaletteForestForeground2,rd as colorPaletteGoldBackground2,ad as colorPaletteGoldBorderActive,id as colorPaletteGoldForeground2,Ud as colorPaletteGrapeBackground2,Kd as colorPaletteGrapeBorderActive,Yd as colorPaletteGrapeForeground2,qs as colorPaletteGreenBackground1,Xs as colorPaletteGreenBackground2,Ws as colorPaletteGreenBackground3,Zs as colorPaletteGreenBorder1,Js as colorPaletteGreenBorder2,Qs as colorPaletteGreenBorderActive,Us as colorPaletteGreenForeground1,Ys as colorPaletteGreenForeground2,Ks as colorPaletteGreenForeground3,$c as colorPaletteGreenForegroundInverted,_d as colorPaletteLavenderBackground2,Gd as colorPaletteLavenderBorderActive,jd as colorPaletteLavenderForeground2,Pl as colorPaletteLightGreenBackground1,Tl as colorPaletteLightGreenBackground2,Fl as colorPaletteLightGreenBackground3,Ll as colorPaletteLightGreenBorder1,Dl as colorPaletteLightGreenBorder2,Nl as colorPaletteLightGreenBorderActive,Il as colorPaletteLightGreenForeground1,Al as colorPaletteLightGreenForeground2,zl as colorPaletteLightGreenForeground3,xd as colorPaletteLightTealBackground2,wd as colorPaletteLightTealBorderActive,$d as colorPaletteLightTealForeground2,Qd as colorPaletteLilacBackground2,Jd as colorPaletteLilacBorderActive,Zd as colorPaletteLilacForeground2,rc as colorPaletteMagentaBackground2,ac as colorPaletteMagentaBorderActive,ic as colorPaletteMagentaForeground2,Rl as colorPaletteMarigoldBackground1,El as colorPaletteMarigoldBackground2,Ol as colorPaletteMarigoldBackground3,jl as colorPaletteMarigoldBorder1,Gl as colorPaletteMarigoldBorder2,_l as colorPaletteMarigoldBorderActive,Ml as colorPaletteMarigoldForeground1,Hl as colorPaletteMarigoldForeground2,Vl as colorPaletteMarigoldForeground3,uc as colorPaletteMinkBackground2,gc as colorPaletteMinkBorderActive,pc as colorPaletteMinkForeground2,Md as colorPaletteNavyBackground2,Vd as colorPaletteNavyBorderActive,Hd as colorPaletteNavyForeground2,ed as colorPalettePeachBackground2,od as colorPalettePeachBorderActive,td as colorPalettePeachForeground2,ec as colorPalettePinkBackground2,oc as colorPalettePinkBorderActive,tc as colorPalettePinkForeground2,bc as colorPalettePlatinumBackground2,mc as colorPalettePlatinumBorderActive,fc as colorPalettePlatinumForeground2,nc as colorPalettePlumBackground2,lc as colorPalettePlumBorderActive,sc as colorPalettePlumForeground2,Ql as colorPalettePumpkinBackground2,Jl as colorPalettePumpkinBorderActive,Zl as colorPalettePumpkinForeground2,qd as colorPalettePurpleBackground2,Wd as colorPalettePurpleBorderActive,Xd as colorPalettePurpleForeground2,Rs as colorPaletteRedBackground1,Es as colorPaletteRedBackground2,Os as colorPaletteRedBackground3,js as colorPaletteRedBorder1,Gs as colorPaletteRedBorder2,_s as colorPaletteRedBorderActive,Ms as colorPaletteRedForeground1,Hs as colorPaletteRedForeground2,Vs as colorPaletteRedForeground3,xc as colorPaletteRedForegroundInverted,Nd as colorPaletteRoyalBlueBackground2,Dd as colorPaletteRoyalBlueBorderActive,Ld as colorPaletteRoyalBlueForeground2,bd as colorPaletteSeafoamBackground2,md as colorPaletteSeafoamBorderActive,fd as colorPaletteSeafoamForeground2,Pd as colorPaletteSteelBackground2,Fd as colorPaletteSteelBorderActive,Td as colorPaletteSteelForeground2,Bd as colorPaletteTealBackground2,Sd as colorPaletteTealBorderActive,Cd as colorPaletteTealForeground2,dl as colorPaletteYellowBackground1,cl as colorPaletteYellowBackground2,hl as colorPaletteYellowBackground3,fl as colorPaletteYellowBorder1,ml as colorPaletteYellowBorder2,bl as colorPaletteYellowBorderActive,ul as colorPaletteYellowForeground1,pl as colorPaletteYellowForeground2,gl as colorPaletteYellowForeground3,wc as colorPaletteYellowForegroundInverted,Vn as colorScrollbarOverlay,Ss as colorStrokeFocus1,Ps as colorStrokeFocus2,yn as colorSubtleBackground,kn as colorSubtleBackgroundHover,Sn as colorSubtleBackgroundInverted,Pn as colorSubtleBackgroundInvertedHover,Tn as colorSubtleBackgroundInvertedPressed,Fn as colorSubtleBackgroundInvertedSelected,wn as colorSubtleBackgroundLightAlphaHover,Bn as colorSubtleBackgroundLightAlphaPressed,Cn as colorSubtleBackgroundLightAlphaSelected,xn as colorSubtleBackgroundPressed,$n as colorSubtleBackgroundSelected,In as colorTransparentBackground,An as colorTransparentBackgroundHover,zn as colorTransparentBackgroundPressed,Nn as colorTransparentBackgroundSelected,ws as colorTransparentStroke,Cs as colorTransparentStrokeDisabled,Bs as colorTransparentStrokeInteractive,Vi as curveAccelerateMax,_i as curveAccelerateMid,ji as curveAccelerateMin,Gi as curveDecelerateMax,qi as curveDecelerateMid,Xi as curveDecelerateMin,Ui as curveEasyEase,Wi as curveEasyEaseMax,Yi as curveLinear,Ri as durationFast,Di as durationFaster,Ei as durationNormal,Oi as durationSlow,Mi as durationSlower,Li as durationUltraFast,Hi as durationUltraSlow,ti as fontFamilyBase,oi as fontFamilyMonospace,ri as fontFamilyNumeric,Dr as fontSizeBase100,Rr as fontSizeBase200,Er as fontSizeBase300,Or as fontSizeBase400,Mr as fontSizeBase500,Hr as fontSizeBase600,Gr as fontSizeHero1000,Vr as fontSizeHero700,_r as fontSizeHero800,jr as fontSizeHero900,si as fontWeightBold,ai as fontWeightMedium,ii as fontWeightRegular,ni as fontWeightSemibold,qr as lineHeightBase100,Xr as lineHeightBase200,Wr as lineHeightBase300,Ur as lineHeightBase400,Yr as lineHeightBase500,Kr as lineHeightBase600,ei as lineHeightHero1000,Qr as lineHeightHero700,Zr as lineHeightHero800,Jr as lineHeightHero900,Rp as setTheme,Pc as shadow16,Nc as shadow16Brand,Bc as shadow2,Tc as shadow28,Lc as shadow28Brand,Ic as shadow2Brand,Cc as shadow4,Ac as shadow4Brand,Fc as shadow64,Dc as shadow64Brand,Sc as shadow8,zc as shadow8Brand,yi as spacingHorizontalL,vi as spacingHorizontalM,mi as spacingHorizontalMNudge,ui as spacingHorizontalNone,fi as spacingHorizontalS,bi as spacingHorizontalSNudge,ki as spacingHorizontalXL,gi as spacingHorizontalXS,xi as spacingHorizontalXXL,pi as spacingHorizontalXXS,$i as spacingHorizontalXXXL,Ii as spacingVerticalL,Fi as spacingVerticalM,Ti as spacingVerticalMNudge,wi as spacingVerticalNone,Pi as spacingVerticalS,Si as spacingVerticalSNudge,Ai as spacingVerticalXL,Ci as spacingVerticalXS,zi as spacingVerticalXXL,Bi as spacingVerticalXXS,Ni as spacingVerticalXXXL,di as strokeWidthThick,ci as strokeWidthThicker,hi as strokeWidthThickest,li as strokeWidthThin};
335
+ :host([aria-pressed="true"]) .control{border-color:${as};background-color:${Za};color:${Ki};border-width:${li}}:host([aria-pressed='true']:hover) .control{border-color:${ns};background-color:${Ka}}:host([aria-pressed='true']:active) .control{border-color:${ss};background-color:${Qa}}:host([aria-pressed='true'][appearance='primary']) .control{border-color:transparent;background-color:${qn};color:${Ea}}:host([aria-pressed='true'][appearance='primary']:hover) .control{background-color:${jn}}:host([aria-pressed='true'][appearance='primary']:active) .control{background-color:${Gn}}:host([aria-pressed='true'][appearance='subtle']) .control{border-color:transparent;background-color:${$n};color:${ra}}:host([aria-pressed='true'][appearance='subtle']:hover) .control{background-color:${kn};color:${ta}}:host([aria-pressed='true'][appearance='subtle']:active) .control{background-color:${xn};color:${oa}}:host([aria-pressed='true'][appearance='outline']) .control,:host([aria-pressed='true'][appearance='transparent']) .control{background-color:${Nn}}:host([aria-pressed='true'][appearance='outline']:hover) .control,:host([aria-pressed='true'][appearance='transparent']:hover) .control{background-color:${An}}:host([aria-pressed='true'][appearance='outline']:active) .control,:host([aria-pressed='true'][appearance='transparent']:active) .control{background-color:${zn}}:host([aria-pressed='true'][appearance='transparent']) .control{border-color:transparent;color:${na}}:host([aria-pressed='true'][appearance='transparent']:hover) .control{color:${ia}}:host([aria-pressed='true'][appearance='transparent']:active) .control{color:${aa}}`,Lp=Tp.compose({name:wr.prefix+"-toggle-button",template:zp,styles:Np,shadowOptions:{delegatesFocus:!0}}),Dp=Object.keys(Rc),Rp=e=>{for(const t of Dp)Rc[t].withDefault(e[t])};export{kr as Accordion,Cr as AccordionItem,Pr as AccordionItemExpandIconPosition,Sr as AccordionItemSize,Hc as AnchorButton,Gc as AnchorButtonAppearance,Kc as AnchorButtonDefinition,qc as AnchorButtonShape,Xc as AnchorButtonSize,Wc as AnchorButtonTemplate,dh as Avatar,rh as AvatarActive,ah as AvatarAppearance,sh as AvatarColor,mh as AvatarDefinition,nh as AvatarNamedColor,ih as AvatarShape,lh as AvatarSize,fh as AvatarStyles,uh as AvatarTemplate,$h as Badge,vh as BadgeAppearance,yh as BadgeColor,Nh as BadgeDefinition,kh as BadgeShape,xh as BadgeSize,zh as BadgeStyles,Bh as BadgeTemplate,Lh as Button,Vc as ButtonAppearance,Rh as ButtonDefinition,_c as ButtonShape,jc as ButtonSize,Uc as ButtonStyles,Dh as ButtonTemplate,Eh as CompoundButton,Oh as CompoundButtonAppearance,jh as CompoundButtonDefinition,Mh as CompoundButtonShape,Hh as CompoundButtonSize,_h as CompoundButtonStyles,Vh as CompoundButtonTemplate,Gh as CounterBadge,qh as CounterBadgeAppearance,Xh as CounterBadgeColor,Qh as CounterBadgeDefinition,Wh as CounterBadgeShape,Uh as CounterBadgeSize,Kh as CounterBadgeStyles,Yh as CounterBadgeTemplate,Zh as Divider,Jh as DividerAlignContent,eu as DividerAppearance,ru as DividerDefinition,Xo as DividerOrientation,qo as DividerRole,ou as DividerStyles,tu as DividerTemplate,iu as Image,du as ImageDefinition,au as ImageFit,nu as ImageShape,lu as ImageStyles,su as ImageTemplate,cu as Label,pu as LabelDefinition,hu as LabelStyles,uu as LabelTemplate,gu as MenuButton,bu as MenuButtonAppearance,yu as MenuButtonDefinition,fu as MenuButtonShape,mu as MenuButtonSize,Uc as MenuButtonStyles,vu as MenuButtonTemplate,ku as MenuItem,Bu as MenuItemDefinition,Uo as MenuItemRole,wu as MenuItemStyles,$u as MenuItemTemplate,Cu as MenuList,Tu as MenuListDefinition,Pu as MenuListStyles,Su as MenuListTemplate,Fu as ProgressBar,Du as ProgressBarDefinition,Au as ProgressBarShape,Nu as ProgressBarStyles,Lu as ProgressBarTemplate,Iu as ProgressBarThickness,zu as ProgressBarValidationState,Ru as Radio,Mu as RadioDefinition,Hu as RadioGroup,ju as RadioGroupDefinition,er as RadioGroupOrientation,Vu as RadioGroupStyles,_u as RadioGroupTemplate,Eu as RadioStyles,Ou as RadioTemplate,Gu as Slider,Uu as SliderDefinition,nr as SliderOrientation,qu as SliderSize,Xu as SliderStyles,Wu as SliderTemplate,Yu as Spinner,Ku as SpinnerAppearance,ep as SpinnerDefinition,Qu as SpinnerSize,Ju as SpinnerStyles,Zu as SpinnerTemplate,tp as Switch,ap as SwitchDefinition,op as SwitchLabelPosition,ip as SwitchStyles,rp as SwitchTemplate,up as Tab,bp as TabDefinition,fp as TabPanel,yp as TabPanelDefinition,vp as TabPanelStyles,mp as TabPanelTemplate,gp as TabStyles,pp as TabTemplate,lp as Tabs,np as TabsAppearance,hp as TabsDefinition,mr as TabsOrientation,sp as TabsSize,cp as TabsStyles,dp as TabsTemplate,kp as Text,Bp as TextAlign,Pp as TextDefinition,$p as TextFont,xp as TextSize,Sp as TextStyles,Cp as TextTemplate,wp as TextWeight,Tp as ToggleButton,Fp as ToggleButtonAppearance,Lp as ToggleButtonDefinition,Ip as ToggleButtonShape,Ap as ToggleButtonSize,Np as ToggleButtonStyles,zp as ToggleButtonTemplate,Br as accordionDefinition,Mc as accordionItemDefinition,Ec as accordionItemStyles,Oc as accordionItemTemplate,$r as accordionStyles,xr as accordionTemplate,Lr as borderRadiusCircular,zr as borderRadiusLarge,Ar as borderRadiusMedium,Fr as borderRadiusNone,Ir as borderRadiusSmall,Nr as borderRadiusXLarge,Hn as colorBackgroundOverlay,_n as colorBrandBackground,Kn as colorBrandBackground2,jn as colorBrandBackgroundHover,Qn as colorBrandBackgroundInverted,Zn as colorBrandBackgroundInvertedHover,Jn as colorBrandBackgroundInvertedPressed,es as colorBrandBackgroundInvertedSelected,Gn as colorBrandBackgroundPressed,qn as colorBrandBackgroundSelected,Yn as colorBrandBackgroundStatic,Ta as colorBrandForeground1,Fa as colorBrandForeground2,_a as colorBrandForegroundInverted,ja as colorBrandForegroundInvertedHover,Ga as colorBrandForegroundInvertedPressed,ma as colorBrandForegroundLink,va as colorBrandForegroundLinkHover,ya as colorBrandForegroundLinkPressed,ka as colorBrandForegroundLinkSelected,qa as colorBrandForegroundOnLight,Xa as colorBrandForegroundOnLightHover,Wa as colorBrandForegroundOnLightPressed,Ua as colorBrandForegroundOnLightSelected,Ls as colorBrandShadowAmbient,Ds as colorBrandShadowKey,fs as colorBrandStroke1,ms as colorBrandStroke2,Xn as colorCompoundBrandBackground,Wn as colorCompoundBrandBackgroundHover,Un as colorCompoundBrandBackgroundPressed,Ca as colorCompoundBrandForeground1,Sa as colorCompoundBrandForeground1Hover,Pa as colorCompoundBrandForeground1Pressed,vs as colorCompoundBrandStroke,ys as colorCompoundBrandStrokeHover,ks as colorCompoundBrandStrokePressed,Ya as colorNeutralBackground1,Ka as colorNeutralBackground1Hover,Qa as colorNeutralBackground1Pressed,Za as colorNeutralBackground1Selected,Ja as colorNeutralBackground2,en as colorNeutralBackground2Hover,tn as colorNeutralBackground2Pressed,on as colorNeutralBackground2Selected,rn as colorNeutralBackground3,an as colorNeutralBackground3Hover,nn as colorNeutralBackground3Pressed,sn as colorNeutralBackground3Selected,ln as colorNeutralBackground4,dn as colorNeutralBackground4Hover,cn as colorNeutralBackground4Pressed,hn as colorNeutralBackground4Selected,un as colorNeutralBackground5,pn as colorNeutralBackground5Hover,gn as colorNeutralBackground5Pressed,bn as colorNeutralBackground5Selected,fn as colorNeutralBackground6,Ln as colorNeutralBackgroundDisabled,mn as colorNeutralBackgroundInverted,Dn as colorNeutralBackgroundInvertedDisabled,vn as colorNeutralBackgroundStatic,Ki as colorNeutralForeground1,Qi as colorNeutralForeground1Hover,Zi as colorNeutralForeground1Pressed,Ji as colorNeutralForeground1Selected,Ia as colorNeutralForeground1Static,ea as colorNeutralForeground2,ia as colorNeutralForeground2BrandHover,aa as colorNeutralForeground2BrandPressed,na as colorNeutralForeground2BrandSelected,ta as colorNeutralForeground2Hover,xa as colorNeutralForeground2Link,$a as colorNeutralForeground2LinkHover,wa as colorNeutralForeground2LinkPressed,Ba as colorNeutralForeground2LinkSelected,oa as colorNeutralForeground2Pressed,ra as colorNeutralForeground2Selected,sa as colorNeutralForeground3,ha as colorNeutralForeground3BrandHover,ua as colorNeutralForeground3BrandPressed,pa as colorNeutralForeground3BrandSelected,la as colorNeutralForeground3Hover,da as colorNeutralForeground3Pressed,ca as colorNeutralForeground3Selected,ga as colorNeutralForeground4,ba as colorNeutralForegroundDisabled,za as colorNeutralForegroundInverted,Ra as colorNeutralForegroundInverted2,fa as colorNeutralForegroundInvertedDisabled,Na as colorNeutralForegroundInvertedHover,Oa as colorNeutralForegroundInvertedLink,Ma as colorNeutralForegroundInvertedLinkHover,Ha as colorNeutralForegroundInvertedLinkPressed,Va as colorNeutralForegroundInvertedLinkSelected,La as colorNeutralForegroundInvertedPressed,Da as colorNeutralForegroundInvertedSelected,Ea as colorNeutralForegroundOnBrand,Aa as colorNeutralForegroundStaticInverted,Ts as colorNeutralShadowAmbient,zs as colorNeutralShadowAmbientDarker,Is as colorNeutralShadowAmbientLighter,Fs as colorNeutralShadowKey,Ns as colorNeutralShadowKeyDarker,As as colorNeutralShadowKeyLighter,Rn as colorNeutralStencil1,On as colorNeutralStencil1Alpha,En as colorNeutralStencil2,Mn as colorNeutralStencil2Alpha,as as colorNeutralStroke1,ns as colorNeutralStroke1Hover,ss as colorNeutralStroke1Pressed,ls as colorNeutralStroke1Selected,ds as colorNeutralStroke2,cs as colorNeutralStroke3,ts as colorNeutralStrokeAccessible,os as colorNeutralStrokeAccessibleHover,rs as colorNeutralStrokeAccessiblePressed,is as colorNeutralStrokeAccessibleSelected,xs as colorNeutralStrokeDisabled,$s as colorNeutralStrokeInvertedDisabled,hs as colorNeutralStrokeOnBrand,us as colorNeutralStrokeOnBrand2,ps as colorNeutralStrokeOnBrand2Hover,gs as colorNeutralStrokeOnBrand2Pressed,bs as colorNeutralStrokeOnBrand2Selected,vc as colorPaletteAnchorBackground2,kc as colorPaletteAnchorBorderActive,yc as colorPaletteAnchorForeground2,dc as colorPaletteBeigeBackground2,hc as colorPaletteBeigeBorderActive,cc as colorPaletteBeigeForeground2,vl as colorPaletteBerryBackground1,yl as colorPaletteBerryBackground2,kl as colorPaletteBerryBackground3,Cl as colorPaletteBerryBorder1,Sl as colorPaletteBerryBorder2,Bl as colorPaletteBerryBorderActive,xl as colorPaletteBerryForeground1,$l as colorPaletteBerryForeground2,wl as colorPaletteBerryForeground3,Id as colorPaletteBlueBackground2,zd as colorPaletteBlueBorderActive,Ad as colorPaletteBlueForeground2,nd as colorPaletteBrassBackground2,ld as colorPaletteBrassBorderActive,sd as colorPaletteBrassForeground2,dd as colorPaletteBrownBackground2,hd as colorPaletteBrownBorderActive,cd as colorPaletteBrownForeground2,Rd as colorPaletteCornflowerBackground2,Od as colorPaletteCornflowerBorderActive,Ed as colorPaletteCornflowerForeground2,Ul as colorPaletteCranberryBackground2,Kl as colorPaletteCranberryBorderActive,Yl as colorPaletteCranberryForeground2,vd as colorPaletteDarkGreenBackground2,kd as colorPaletteDarkGreenBorderActive,yd as colorPaletteDarkGreenForeground2,el as colorPaletteDarkOrangeBackground1,tl as colorPaletteDarkOrangeBackground2,ol as colorPaletteDarkOrangeBackground3,sl as colorPaletteDarkOrangeBorder1,ll as colorPaletteDarkOrangeBorder2,nl as colorPaletteDarkOrangeBorderActive,rl as colorPaletteDarkOrangeForeground1,il as colorPaletteDarkOrangeForeground2,al as colorPaletteDarkOrangeForeground3,ql as colorPaletteDarkRedBackground2,Wl as colorPaletteDarkRedBorderActive,Xl as colorPaletteDarkRedForeground2,ud as colorPaletteForestBackground2,gd as colorPaletteForestBorderActive,pd as colorPaletteForestForeground2,rd as colorPaletteGoldBackground2,ad as colorPaletteGoldBorderActive,id as colorPaletteGoldForeground2,Ud as colorPaletteGrapeBackground2,Kd as colorPaletteGrapeBorderActive,Yd as colorPaletteGrapeForeground2,qs as colorPaletteGreenBackground1,Xs as colorPaletteGreenBackground2,Ws as colorPaletteGreenBackground3,Zs as colorPaletteGreenBorder1,Js as colorPaletteGreenBorder2,Qs as colorPaletteGreenBorderActive,Us as colorPaletteGreenForeground1,Ys as colorPaletteGreenForeground2,Ks as colorPaletteGreenForeground3,$c as colorPaletteGreenForegroundInverted,_d as colorPaletteLavenderBackground2,Gd as colorPaletteLavenderBorderActive,jd as colorPaletteLavenderForeground2,Pl as colorPaletteLightGreenBackground1,Tl as colorPaletteLightGreenBackground2,Fl as colorPaletteLightGreenBackground3,Ll as colorPaletteLightGreenBorder1,Dl as colorPaletteLightGreenBorder2,Nl as colorPaletteLightGreenBorderActive,Il as colorPaletteLightGreenForeground1,Al as colorPaletteLightGreenForeground2,zl as colorPaletteLightGreenForeground3,xd as colorPaletteLightTealBackground2,wd as colorPaletteLightTealBorderActive,$d as colorPaletteLightTealForeground2,Qd as colorPaletteLilacBackground2,Jd as colorPaletteLilacBorderActive,Zd as colorPaletteLilacForeground2,rc as colorPaletteMagentaBackground2,ac as colorPaletteMagentaBorderActive,ic as colorPaletteMagentaForeground2,Rl as colorPaletteMarigoldBackground1,El as colorPaletteMarigoldBackground2,Ol as colorPaletteMarigoldBackground3,jl as colorPaletteMarigoldBorder1,Gl as colorPaletteMarigoldBorder2,_l as colorPaletteMarigoldBorderActive,Ml as colorPaletteMarigoldForeground1,Hl as colorPaletteMarigoldForeground2,Vl as colorPaletteMarigoldForeground3,uc as colorPaletteMinkBackground2,gc as colorPaletteMinkBorderActive,pc as colorPaletteMinkForeground2,Md as colorPaletteNavyBackground2,Vd as colorPaletteNavyBorderActive,Hd as colorPaletteNavyForeground2,ed as colorPalettePeachBackground2,od as colorPalettePeachBorderActive,td as colorPalettePeachForeground2,ec as colorPalettePinkBackground2,oc as colorPalettePinkBorderActive,tc as colorPalettePinkForeground2,bc as colorPalettePlatinumBackground2,mc as colorPalettePlatinumBorderActive,fc as colorPalettePlatinumForeground2,nc as colorPalettePlumBackground2,lc as colorPalettePlumBorderActive,sc as colorPalettePlumForeground2,Ql as colorPalettePumpkinBackground2,Jl as colorPalettePumpkinBorderActive,Zl as colorPalettePumpkinForeground2,qd as colorPalettePurpleBackground2,Wd as colorPalettePurpleBorderActive,Xd as colorPalettePurpleForeground2,Rs as colorPaletteRedBackground1,Es as colorPaletteRedBackground2,Os as colorPaletteRedBackground3,js as colorPaletteRedBorder1,Gs as colorPaletteRedBorder2,_s as colorPaletteRedBorderActive,Ms as colorPaletteRedForeground1,Hs as colorPaletteRedForeground2,Vs as colorPaletteRedForeground3,xc as colorPaletteRedForegroundInverted,Nd as colorPaletteRoyalBlueBackground2,Dd as colorPaletteRoyalBlueBorderActive,Ld as colorPaletteRoyalBlueForeground2,bd as colorPaletteSeafoamBackground2,md as colorPaletteSeafoamBorderActive,fd as colorPaletteSeafoamForeground2,Pd as colorPaletteSteelBackground2,Fd as colorPaletteSteelBorderActive,Td as colorPaletteSteelForeground2,Bd as colorPaletteTealBackground2,Sd as colorPaletteTealBorderActive,Cd as colorPaletteTealForeground2,dl as colorPaletteYellowBackground1,cl as colorPaletteYellowBackground2,hl as colorPaletteYellowBackground3,fl as colorPaletteYellowBorder1,ml as colorPaletteYellowBorder2,bl as colorPaletteYellowBorderActive,ul as colorPaletteYellowForeground1,pl as colorPaletteYellowForeground2,gl as colorPaletteYellowForeground3,wc as colorPaletteYellowForegroundInverted,Vn as colorScrollbarOverlay,Ss as colorStrokeFocus1,Ps as colorStrokeFocus2,yn as colorSubtleBackground,kn as colorSubtleBackgroundHover,Sn as colorSubtleBackgroundInverted,Pn as colorSubtleBackgroundInvertedHover,Tn as colorSubtleBackgroundInvertedPressed,Fn as colorSubtleBackgroundInvertedSelected,wn as colorSubtleBackgroundLightAlphaHover,Bn as colorSubtleBackgroundLightAlphaPressed,Cn as colorSubtleBackgroundLightAlphaSelected,xn as colorSubtleBackgroundPressed,$n as colorSubtleBackgroundSelected,In as colorTransparentBackground,An as colorTransparentBackgroundHover,zn as colorTransparentBackgroundPressed,Nn as colorTransparentBackgroundSelected,ws as colorTransparentStroke,Cs as colorTransparentStrokeDisabled,Bs as colorTransparentStrokeInteractive,Vi as curveAccelerateMax,_i as curveAccelerateMid,ji as curveAccelerateMin,Gi as curveDecelerateMax,qi as curveDecelerateMid,Xi as curveDecelerateMin,Ui as curveEasyEase,Wi as curveEasyEaseMax,Yi as curveLinear,Ri as durationFast,Di as durationFaster,Ei as durationNormal,Oi as durationSlow,Mi as durationSlower,Li as durationUltraFast,Hi as durationUltraSlow,ti as fontFamilyBase,oi as fontFamilyMonospace,ri as fontFamilyNumeric,Dr as fontSizeBase100,Rr as fontSizeBase200,Er as fontSizeBase300,Or as fontSizeBase400,Mr as fontSizeBase500,Hr as fontSizeBase600,Gr as fontSizeHero1000,Vr as fontSizeHero700,_r as fontSizeHero800,jr as fontSizeHero900,si as fontWeightBold,ai as fontWeightMedium,ii as fontWeightRegular,ni as fontWeightSemibold,qr as lineHeightBase100,Xr as lineHeightBase200,Wr as lineHeightBase300,Ur as lineHeightBase400,Yr as lineHeightBase500,Kr as lineHeightBase600,ei as lineHeightHero1000,Qr as lineHeightHero700,Zr as lineHeightHero800,Jr as lineHeightHero900,Rp as setTheme,Pc as shadow16,Nc as shadow16Brand,Bc as shadow2,Tc as shadow28,Lc as shadow28Brand,Ic as shadow2Brand,Cc as shadow4,Ac as shadow4Brand,Fc as shadow64,Dc as shadow64Brand,Sc as shadow8,zc as shadow8Brand,yi as spacingHorizontalL,vi as spacingHorizontalM,mi as spacingHorizontalMNudge,ui as spacingHorizontalNone,fi as spacingHorizontalS,bi as spacingHorizontalSNudge,ki as spacingHorizontalXL,gi as spacingHorizontalXS,xi as spacingHorizontalXXL,pi as spacingHorizontalXXS,$i as spacingHorizontalXXXL,Ii as spacingVerticalL,Fi as spacingVerticalM,Ti as spacingVerticalMNudge,wi as spacingVerticalNone,Pi as spacingVerticalS,Si as spacingVerticalSNudge,Ai as spacingVerticalXL,Ci as spacingVerticalXS,zi as spacingVerticalXXL,Bi as spacingVerticalXXS,Ni as spacingVerticalXXXL,di as strokeWidthThick,ci as strokeWidthThicker,hi as strokeWidthThickest,li as strokeWidthThin};
@@ -29,6 +29,7 @@ import { FASTSwitch } from '@microsoft/fast-foundation';
29
29
  import { FASTTab } from '@microsoft/fast-foundation';
30
30
  import { FASTTabPanel } from '@microsoft/fast-foundation';
31
31
  import { FASTTabs } from '@microsoft/fast-foundation';
32
+ import { MenuItemRole } from '@microsoft/fast-foundation';
32
33
  import { RadioGroupOrientation } from '@microsoft/fast-foundation';
33
34
  import { SliderOrientation } from '@microsoft/fast-foundation';
34
35
  import { StartEnd } from '@microsoft/fast-foundation';
@@ -1763,6 +1764,8 @@ export type MenuItemColumnCount = 0 | 1 | 2;
1763
1764
  // @public
1764
1765
  export const MenuItemDefinition: FASTElementDefinition<typeof MenuItem>;
1765
1766
 
1767
+ export { MenuItemRole }
1768
+
1766
1769
  // @public
1767
1770
  export const MenuItemStyles: ElementStyles;
1768
1771
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fluentui/web-components",
3
3
  "description": "A library of Fluent Web Components",
4
4
  "sideEffects": false,
5
- "version": "3.0.0-alpha.21",
5
+ "version": "3.0.0-alpha.22",
6
6
  "author": {
7
7
  "name": "Microsoft",
8
8
  "url": "https://discord.gg/FcSNfg4"