@fluentui/web-components 3.0.0-alpha.25 → 3.0.0-alpha.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -2
- package/dist/dts/theme/index.d.ts +1 -1
- package/dist/dts/theme/set-theme.d.ts +2 -0
- package/dist/esm/theme/index.js +1 -1
- package/dist/esm/theme/index.js.map +1 -1
- package/dist/esm/theme/set-theme.js +5 -0
- package/dist/esm/theme/set-theme.js.map +1 -1
- package/dist/fluent-web-components.api.json +40 -0
- package/dist/web-components.d.ts +2 -0
- package/dist/web-components.js +6 -1
- package/dist/web-components.min.js +1 -1
- package/docs/api-report.md +3 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @fluentui/web-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 07 Aug 2023 04:17:02 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [3.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.26)
|
|
8
|
+
|
|
9
|
+
Mon, 07 Aug 2023 04:17:02 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.25..@fluentui/web-components_v3.0.0-alpha.26)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- feat: Add support for scoped theming ([PR #28441](https://github.com/microsoft/fluentui/pull/28441) by miroslav.stastny@microsoft.com)
|
|
15
|
+
|
|
7
16
|
## [3.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.25)
|
|
8
17
|
|
|
9
|
-
Wed, 19 Jul 2023 04:18:
|
|
18
|
+
Wed, 19 Jul 2023 04:18:54 GMT
|
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.24..@fluentui/web-components_v3.0.0-alpha.25)
|
|
11
20
|
|
|
12
21
|
### Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from './design-tokens.js';
|
|
2
|
-
export { setTheme } from './set-theme.js';
|
|
2
|
+
export { setTheme, setThemeFor } from './set-theme.js';
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import type { Theme } from '@fluentui/tokens';
|
|
2
|
+
import { FASTElement } from '@microsoft/fast-element';
|
|
2
3
|
/**
|
|
3
4
|
* Sets the theme tokens on defaultNode.
|
|
4
5
|
* @param theme Flat object of theme token values.
|
|
5
6
|
*/
|
|
6
7
|
export declare const setTheme: (theme: Theme) => void;
|
|
8
|
+
export declare const setThemeFor: (element: FASTElement, theme: Theme) => void;
|
package/dist/esm/theme/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/theme/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/theme/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC"}
|
|
@@ -9,4 +9,9 @@ export const setTheme = (theme) => {
|
|
|
9
9
|
tokens[t].withDefault(theme[t]);
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
|
+
export const setThemeFor = (element, theme) => {
|
|
13
|
+
for (const t of tokenNames) {
|
|
14
|
+
tokens[t].setValueFor(element, theme[t]);
|
|
15
|
+
}
|
|
16
|
+
};
|
|
12
17
|
//# sourceMappingURL=set-theme.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set-theme.js","sourceRoot":"","sources":["../../../src/theme/set-theme.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"set-theme.js","sourceRoot":"","sources":["../../../src/theme/set-theme.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAE7C,MAAM,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,MAAM,CAAoB,CAAC;AAE1D;;;GAGG;AACH,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,KAAY,EAAE,EAAE;IACvC,KAAK,MAAM,CAAC,IAAI,UAAU,EAAE;QAC1B,MAAM,CAAC,CAAC,CAAC,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC,CAAW,CAAC,CAAC;KAC3C;AACH,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,OAAoB,EAAE,KAAY,EAAE,EAAE;IAChE,KAAK,MAAM,CAAC,IAAI,UAAU,EAAE;QAC1B,MAAM,CAAC,CAAC,CAAC,CAAC,WAAW,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC,CAAW,CAAC,CAAC;KACpD;AACH,CAAC,CAAC"}
|
|
@@ -17562,6 +17562,46 @@
|
|
|
17562
17562
|
"endIndex": 4
|
|
17563
17563
|
}
|
|
17564
17564
|
},
|
|
17565
|
+
{
|
|
17566
|
+
"kind": "Variable",
|
|
17567
|
+
"canonicalReference": "@fluentui/web-components!setThemeFor:var",
|
|
17568
|
+
"docComment": "",
|
|
17569
|
+
"excerptTokens": [
|
|
17570
|
+
{
|
|
17571
|
+
"kind": "Content",
|
|
17572
|
+
"text": "setThemeFor: "
|
|
17573
|
+
},
|
|
17574
|
+
{
|
|
17575
|
+
"kind": "Content",
|
|
17576
|
+
"text": "(element: "
|
|
17577
|
+
},
|
|
17578
|
+
{
|
|
17579
|
+
"kind": "Reference",
|
|
17580
|
+
"text": "FASTElement",
|
|
17581
|
+
"canonicalReference": "@microsoft/fast-element!FASTElement:interface"
|
|
17582
|
+
},
|
|
17583
|
+
{
|
|
17584
|
+
"kind": "Content",
|
|
17585
|
+
"text": ", theme: "
|
|
17586
|
+
},
|
|
17587
|
+
{
|
|
17588
|
+
"kind": "Reference",
|
|
17589
|
+
"text": "Theme",
|
|
17590
|
+
"canonicalReference": "@fluentui/tokens!Theme:type"
|
|
17591
|
+
},
|
|
17592
|
+
{
|
|
17593
|
+
"kind": "Content",
|
|
17594
|
+
"text": ") => void"
|
|
17595
|
+
}
|
|
17596
|
+
],
|
|
17597
|
+
"isReadonly": true,
|
|
17598
|
+
"releaseTag": "Public",
|
|
17599
|
+
"name": "setThemeFor",
|
|
17600
|
+
"variableTypeTokenRange": {
|
|
17601
|
+
"startIndex": 1,
|
|
17602
|
+
"endIndex": 6
|
|
17603
|
+
}
|
|
17604
|
+
},
|
|
17565
17605
|
{
|
|
17566
17606
|
"kind": "Variable",
|
|
17567
17607
|
"canonicalReference": "@fluentui/web-components!shadow16:var",
|
package/dist/web-components.d.ts
CHANGED
|
@@ -2417,6 +2417,8 @@ export declare const RadioTemplate: ElementViewTemplate<Radio>;
|
|
|
2417
2417
|
*/
|
|
2418
2418
|
export declare const setTheme: (theme: Theme) => void;
|
|
2419
2419
|
|
|
2420
|
+
export declare const setThemeFor: (element: FASTElement, theme: Theme) => void;
|
|
2421
|
+
|
|
2420
2422
|
export declare const shadow16: CSSDesignToken<string>;
|
|
2421
2423
|
|
|
2422
2424
|
export declare const shadow16Brand: CSSDesignToken<string>;
|
package/dist/web-components.js
CHANGED
|
@@ -12336,5 +12336,10 @@ const setTheme = theme => {
|
|
|
12336
12336
|
tokens[t].withDefault(theme[t]);
|
|
12337
12337
|
}
|
|
12338
12338
|
};
|
|
12339
|
+
const setThemeFor = (element, theme) => {
|
|
12340
|
+
for (const t of tokenNames) {
|
|
12341
|
+
tokens[t].setValueFor(element, theme[t]);
|
|
12342
|
+
}
|
|
12343
|
+
};
|
|
12339
12344
|
|
|
12340
|
-
export { Accordion, AccordionItem, AccordionItemExpandIconPosition, AccordionItemSize, AnchorButton, AnchorButtonAppearance, definition$o as AnchorButtonDefinition, AnchorButtonShape, AnchorButtonSize, template$o as AnchorButtonTemplate, Avatar, AvatarActive, AvatarAppearance, AvatarColor, definition$n as AvatarDefinition, AvatarNamedColor, AvatarShape, AvatarSize, styles$l as AvatarStyles, template$n as AvatarTemplate, Badge, BadgeAppearance, BadgeColor, definition$m as BadgeDefinition, BadgeShape, BadgeSize, styles$k as BadgeStyles, template$m as BadgeTemplate, Button, ButtonAppearance, definition$l as ButtonDefinition, ButtonShape, ButtonSize, styles$n as ButtonStyles, template$l as ButtonTemplate, Checkbox, definition$k as CheckboxDefinition, CheckboxLabelPosition, CheckboxShape, CheckboxSize, styles$j as CheckboxStyles, template$k as CheckboxTemplate, CompoundButton, CompoundButtonAppearance, definition$j as CompoundButtonDefinition, CompoundButtonShape, CompoundButtonSize, styles$i as CompoundButtonStyles, template$j as CompoundButtonTemplate, CounterBadge, CounterBadgeAppearance, CounterBadgeColor, definition$i as CounterBadgeDefinition, CounterBadgeShape, CounterBadgeSize, styles$h as CounterBadgeStyles, template$i as CounterBadgeTemplate, Divider, DividerAlignContent, DividerAppearance, definition$h as DividerDefinition, DividerOrientation, DividerRole, styles$g as DividerStyles, template$h as DividerTemplate, FluentDesignSystem, Image, definition$g as ImageDefinition, ImageFit, ImageShape, styles$f as ImageStyles, template$g as ImageTemplate, Label, definition$f as LabelDefinition, styles$e as LabelStyles, template$f as LabelTemplate, MenuButton, MenuButtonAppearance, definition$e as MenuButtonDefinition, MenuButtonShape, MenuButtonSize, styles$n as MenuButtonStyles, template$e as MenuButtonTemplate, MenuItem, definition$d as MenuItemDefinition, MenuItemRole, styles$d as MenuItemStyles, template$d as MenuItemTemplate, MenuList, definition$c as MenuListDefinition, styles$c as MenuListStyles, template$c as MenuListTemplate, ProgressBar, definition$b as ProgressBarDefinition, ProgressBarShape, styles$b as ProgressBarStyles, template$b as ProgressBarTemplate, ProgressBarThickness, ProgressBarValidationState, Radio, definition$a as RadioDefinition, RadioGroup, definition$9 as RadioGroupDefinition, RadioGroupOrientation, styles$9 as RadioGroupStyles, template$9 as RadioGroupTemplate, styles$a as RadioStyles, template$a as RadioTemplate, Slider, definition$8 as SliderDefinition, SliderOrientation, SliderSize, styles$8 as SliderStyles, template$8 as SliderTemplate, Spinner, SpinnerAppearance, definition$7 as SpinnerDefinition, SpinnerSize, styles$7 as SpinnerStyles, template$7 as SpinnerTemplate, Switch, definition$6 as SwitchDefinition, SwitchLabelPosition, styles$6 as SwitchStyles, template$6 as SwitchTemplate, Tab, definition$4 as TabDefinition, TabPanel, definition$3 as TabPanelDefinition, styles$3 as TabPanelStyles, template$3 as TabPanelTemplate, styles$4 as TabStyles, template$4 as TabTemplate, Tabs, TabsAppearance, definition$5 as TabsDefinition, TabsOrientation, TabsSize, styles$5 as TabsStyles, template$5 as TabsTemplate, Text, TextAlign, definition$2 as TextDefinition, TextFont, TextInput, TextInputAppearance, TextInputControlSize, definition$1 as TextInputDefinition, styles$1 as TextInputStyles, template$1 as TextInputTemplate, TextFieldType as TextInputType, TextSize, styles$2 as TextStyles, template$2 as TextTemplate, TextWeight, ToggleButton, ToggleButtonAppearance, definition as ToggleButtonDefinition, ToggleButtonShape, ToggleButtonSize, styles as ToggleButtonStyles, template as ToggleButtonTemplate, definition$q as accordionDefinition, definition$p as accordionItemDefinition, styles$o as accordionItemStyles, template$p as accordionItemTemplate, styles$p as accordionStyles, template$q 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 };
|
|
12345
|
+
export { Accordion, AccordionItem, AccordionItemExpandIconPosition, AccordionItemSize, AnchorButton, AnchorButtonAppearance, definition$o as AnchorButtonDefinition, AnchorButtonShape, AnchorButtonSize, template$o as AnchorButtonTemplate, Avatar, AvatarActive, AvatarAppearance, AvatarColor, definition$n as AvatarDefinition, AvatarNamedColor, AvatarShape, AvatarSize, styles$l as AvatarStyles, template$n as AvatarTemplate, Badge, BadgeAppearance, BadgeColor, definition$m as BadgeDefinition, BadgeShape, BadgeSize, styles$k as BadgeStyles, template$m as BadgeTemplate, Button, ButtonAppearance, definition$l as ButtonDefinition, ButtonShape, ButtonSize, styles$n as ButtonStyles, template$l as ButtonTemplate, Checkbox, definition$k as CheckboxDefinition, CheckboxLabelPosition, CheckboxShape, CheckboxSize, styles$j as CheckboxStyles, template$k as CheckboxTemplate, CompoundButton, CompoundButtonAppearance, definition$j as CompoundButtonDefinition, CompoundButtonShape, CompoundButtonSize, styles$i as CompoundButtonStyles, template$j as CompoundButtonTemplate, CounterBadge, CounterBadgeAppearance, CounterBadgeColor, definition$i as CounterBadgeDefinition, CounterBadgeShape, CounterBadgeSize, styles$h as CounterBadgeStyles, template$i as CounterBadgeTemplate, Divider, DividerAlignContent, DividerAppearance, definition$h as DividerDefinition, DividerOrientation, DividerRole, styles$g as DividerStyles, template$h as DividerTemplate, FluentDesignSystem, Image, definition$g as ImageDefinition, ImageFit, ImageShape, styles$f as ImageStyles, template$g as ImageTemplate, Label, definition$f as LabelDefinition, styles$e as LabelStyles, template$f as LabelTemplate, MenuButton, MenuButtonAppearance, definition$e as MenuButtonDefinition, MenuButtonShape, MenuButtonSize, styles$n as MenuButtonStyles, template$e as MenuButtonTemplate, MenuItem, definition$d as MenuItemDefinition, MenuItemRole, styles$d as MenuItemStyles, template$d as MenuItemTemplate, MenuList, definition$c as MenuListDefinition, styles$c as MenuListStyles, template$c as MenuListTemplate, ProgressBar, definition$b as ProgressBarDefinition, ProgressBarShape, styles$b as ProgressBarStyles, template$b as ProgressBarTemplate, ProgressBarThickness, ProgressBarValidationState, Radio, definition$a as RadioDefinition, RadioGroup, definition$9 as RadioGroupDefinition, RadioGroupOrientation, styles$9 as RadioGroupStyles, template$9 as RadioGroupTemplate, styles$a as RadioStyles, template$a as RadioTemplate, Slider, definition$8 as SliderDefinition, SliderOrientation, SliderSize, styles$8 as SliderStyles, template$8 as SliderTemplate, Spinner, SpinnerAppearance, definition$7 as SpinnerDefinition, SpinnerSize, styles$7 as SpinnerStyles, template$7 as SpinnerTemplate, Switch, definition$6 as SwitchDefinition, SwitchLabelPosition, styles$6 as SwitchStyles, template$6 as SwitchTemplate, Tab, definition$4 as TabDefinition, TabPanel, definition$3 as TabPanelDefinition, styles$3 as TabPanelStyles, template$3 as TabPanelTemplate, styles$4 as TabStyles, template$4 as TabTemplate, Tabs, TabsAppearance, definition$5 as TabsDefinition, TabsOrientation, TabsSize, styles$5 as TabsStyles, template$5 as TabsTemplate, Text, TextAlign, definition$2 as TextDefinition, TextFont, TextInput, TextInputAppearance, TextInputControlSize, definition$1 as TextInputDefinition, styles$1 as TextInputStyles, template$1 as TextInputTemplate, TextFieldType as TextInputType, TextSize, styles$2 as TextStyles, template$2 as TextTemplate, TextWeight, ToggleButton, ToggleButtonAppearance, definition as ToggleButtonDefinition, ToggleButtonShape, ToggleButtonSize, styles as ToggleButtonStyles, template as ToggleButtonTemplate, definition$q as accordionDefinition, definition$p as accordionItemDefinition, styles$o as accordionItemStyles, template$p as accordionItemTemplate, styles$p as accordionStyles, template$q 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, setThemeFor, 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 };
|
|
@@ -337,4 +337,4 @@ import{composedContains as e,composedParent as t}from"@microsoft/fast-element/ut
|
|
|
337
337
|
:host{font-family:${di};font-size:${qr};font-weight:${ui};line-height:${ti};max-width:400px}.label{display:flex;color:${ia};padding-bottom:${Ni};flex-shrink:0;padding-inline-end:${$i}}.label__hidden{display:none}.root{position:relative;box-sizing:border-box;height:32px;display:inline-flex;align-items:center;flex-direction:row;width:100%;padding:0 ${Ci};border:${fi} solid ${ps};border-bottom-color:${ds};border-radius:${Mr};gap:${ki}}.root::after{box-sizing:border-box;content:'';position:absolute;left:-1px;bottom:0px;right:-1px;height:max(2px,${Mr});border-radius:0 0 ${Mr} ${Mr};border-bottom:2px solid ${Ss};clip-path:inset(calc(100% - 2px) 1px 0px);transform:scaleX(0);transition-property:transform;transition-duration:${_i};transition-delay:${Ki}}.control{width:100%;height:100%;box-sizing:border-box;color:${ia};border-radius:${Mr};background:${On};font-family:${di};font-weight:${ui};font-size:${qr};border:none;background:transparent;vertical-align:center}.control:focus-visible{outline:0;border:0}.control::placeholder{color:${$a}}:host ::slotted([slot='start']),:host ::slotted([slot='end']){display:flex;align-items:center;justify-content:center;color:${ba};font-size:${Wr}}:host ::slotted([slot='start']){padding-right:${ki}}:host ::slotted([slot='end']){padding-left:${ki};gap:${$i}}:host(:hover) .root{border-color:${gs};border-bottom-color:${cs}}:host(:active) .root{border-color:${bs}}:host(:focus-within) .root{outline:transparent solid 2px;border-bottom:0}:host(:focus-within) .root::after{transform:scaleX(1);transition-property:transform;transition-duration:${qi};transition-delay:${Ji}}:host(:focus-within:active) .root:after{border-bottom-color:${Ts}}:host([appearance='outline']:focus-within) .root{border:${fi} solid ${ps}}:host(:focus-within) .control{color:${ia}}:host([disabled]) .root{background:${On};border:${fi} solid ${Is}}:host([disabled]) .control::placeholder,:host([disabled]) ::slotted([slot='start']),:host([disabled]) ::slotted([slot='end']){color:${wa}}::selection{color:${Ha};background-color:${Cn}}:host([control-size='small']) .control{font-size:${Gr};font-weight:${ui};line-height:${ei}}:host([control-size='small']) .root{height:24px;gap:${ki};padding:0 ${wi}}:host([control-size='small']) ::slotted([slot='start']),:host([control-size='small']) ::slotted([slot='end']){font-size:${Xr}}:host([control-size='large']) .control{font-size:${Xr};font-weight:${ui};line-height:${oi}}:host([control-size='large']) .root{height:40px;gap:${Bi};padding:0 ${Si}}:host([control-size='large']) ::slotted([slot='start']),:host([control-size='large']) ::slotted([slot='end']){font-size:${Ur}}:host([appearance='underline']) .root{background:${On};border:0;border-radius:0;border-bottom:${fi} solid ${ds}}:host([appearance='underline']:hover) .root{border-bottom-color:${cs}}:host([appearance='underline']:active) .root{border-bottom-color:${hs}}:host([appearance='underline']:focus-within) .root{border:0;border-bottom-color:${hs}}:host([appearance='underline'][disabled]) .root{border-bottom-color:${Is}}:host([appearance='filled-lighter']) .root,:host([appearance='filled-darker']) .root{border:${fi} solid ${As};box-shadow:${zc}}:host([appearance='filled-lighter']) .root{background:${rn}}:host([appearance='filled-darker']) .root{background:${un}}:host([appearance='filled-lighter']:hover) .root,:host([appearance='filled-darker']:hover) .root{border-color:${zs}}:host([appearance='filled-lighter']:active) .root,:host([appearance='filled-darker']:active) .root{border-color:${zs};background:${un}}`,Up=jp.compose({name:Ar.prefix+"-text-input",template:Xp,styles:Wp});class Yp extends _h{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.$fastController.isConnected&&(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"})],Yp.prototype,"checkedAttribute",void 0),Je([C],Yp.prototype,"defaultChecked",void 0),Je([C],Yp.prototype,"checked",void 0),Je([De({attribute:"current-checked",mode:"boolean"})],Yp.prototype,"currentChecked",void 0);const Kp=Yc,Qp=Kc,Zp=Qc,Jp=Ft(),eg=j`
|
|
338
338
|
${oh}
|
|
339
339
|
|
|
340
|
-
:host([aria-pressed="true"]) .control{border-color:${ps};background-color:${sn};color:${ia};border-width:${fi}}:host([aria-pressed='true']:hover) .control{border-color:${gs};background-color:${an}}:host([aria-pressed='true']:active) .control{border-color:${bs};background-color:${nn}}:host([aria-pressed='true'][appearance='primary']) .control{border-color:transparent;background-color:${Jn};color:${qa}}:host([aria-pressed='true'][appearance='primary']:hover) .control{background-color:${Qn}}:host([aria-pressed='true'][appearance='primary']:active) .control{background-color:${Zn}}:host([aria-pressed='true'][appearance='subtle']) .control{border-color:transparent;background-color:${Fn};color:${ha}}:host([aria-pressed='true'][appearance='subtle']:hover) .control{background-color:${Tn};color:${da}}:host([aria-pressed='true'][appearance='subtle']:active) .control{background-color:${In};color:${ca}}:host([aria-pressed='true'][appearance='outline']) .control,:host([aria-pressed='true'][appearance='transparent']) .control{background-color:${Vn}}:host([aria-pressed='true'][appearance='outline']:hover) .control,:host([aria-pressed='true'][appearance='transparent']:hover) .control{background-color:${Mn}}:host([aria-pressed='true'][appearance='outline']:active) .control,:host([aria-pressed='true'][appearance='transparent']:active) .control{background-color:${Hn}}:host([aria-pressed='true'][appearance='transparent']) .control{border-color:transparent;color:${ga}}:host([aria-pressed='true'][appearance='transparent']:hover) .control{color:${ua}}:host([aria-pressed='true'][appearance='transparent']:active) .control{color:${pa}}`,tg=Yp.compose({name:Ar.prefix+"-toggle-button",template:Jp,styles:eg,shadowOptions:{delegatesFocus:!0}}),og=Object.keys(Gc),rg=e=>{for(const t of og)Gc[t].withDefault(e[t])};export{Tr as Accordion,Nr as AccordionItem,Dr as AccordionItemExpandIconPosition,Lr as AccordionItemSize,Uc as AnchorButton,Zc as AnchorButtonAppearance,ih as AnchorButtonDefinition,Jc as AnchorButtonShape,eh as AnchorButtonSize,th as AnchorButtonTemplate,mh as Avatar,hh as AvatarActive,ph as AvatarAppearance,bh as AvatarColor,Ch as AvatarDefinition,gh as AvatarNamedColor,uh as AvatarShape,fh as AvatarSize,Bh as AvatarStyles,xh as AvatarTemplate,Fh as Badge,Sh as BadgeAppearance,Ph as BadgeColor,Vh as BadgeDefinition,Th as BadgeShape,Ih as BadgeSize,Hh as BadgeStyles,zh as BadgeTemplate,_h as Button,Yc as ButtonAppearance,Gh as ButtonDefinition,Kc as ButtonShape,Qc as ButtonSize,oh as ButtonStyles,jh as ButtonTemplate,qh as Checkbox,Qh as CheckboxDefinition,Uh as CheckboxLabelPosition,Xh as CheckboxShape,Wh as CheckboxSize,Kh as CheckboxStyles,Yh as CheckboxTemplate,Zh as CompoundButton,Jh as CompoundButtonAppearance,iu as CompoundButtonDefinition,eu as CompoundButtonShape,tu as CompoundButtonSize,ru as CompoundButtonStyles,ou as CompoundButtonTemplate,au as CounterBadge,nu as CounterBadgeAppearance,su as CounterBadgeColor,uu as CounterBadgeDefinition,lu as CounterBadgeShape,du as CounterBadgeSize,hu as CounterBadgeStyles,cu as CounterBadgeTemplate,pu as Divider,gu as DividerAlignContent,bu as DividerAppearance,vu as DividerDefinition,Yo as DividerOrientation,Uo as DividerRole,mu as DividerStyles,fu as DividerTemplate,Ar as FluentDesignSystem,yu as Image,Bu as ImageDefinition,xu as ImageFit,ku as ImageShape,wu as ImageStyles,$u as ImageTemplate,Cu as Label,Tu as LabelDefinition,Su as LabelStyles,Pu as LabelTemplate,Iu as MenuButton,Fu as MenuButtonAppearance,Lu as MenuButtonDefinition,Au as MenuButtonShape,zu as MenuButtonSize,oh as MenuButtonStyles,Nu as MenuButtonTemplate,Du as MenuItem,Mu as MenuItemDefinition,Qo as MenuItemRole,Ou as MenuItemStyles,Ru as MenuItemTemplate,Hu as MenuList,ju as MenuListDefinition,_u as MenuListStyles,Vu as MenuListTemplate,Gu as ProgressBar,Ku as ProgressBarDefinition,Xu as ProgressBarShape,Uu as ProgressBarStyles,Yu as ProgressBarTemplate,qu as ProgressBarThickness,Wu as ProgressBarValidationState,Qu as Radio,ep as RadioDefinition,tp as RadioGroup,ip as RadioGroupDefinition,lr as RadioGroupOrientation,op as RadioGroupStyles,rp as RadioGroupTemplate,Zu as RadioStyles,Ju as RadioTemplate,ap as Slider,dp as SliderDefinition,gr as SliderOrientation,np as SliderSize,sp as SliderStyles,lp as SliderTemplate,cp as Spinner,hp as SpinnerAppearance,bp as SpinnerDefinition,up as SpinnerSize,gp as SpinnerStyles,pp as SpinnerTemplate,fp as Switch,xp as SwitchDefinition,mp as SwitchLabelPosition,yp as SwitchStyles,vp as SwitchTemplate,Pp as Tab,Fp as TabDefinition,Ap as TabPanel,Lp as TabPanelDefinition,Np as TabPanelStyles,zp as TabPanelTemplate,Ip as TabStyles,Tp as TabTemplate,wp as Tabs,kp as TabsAppearance,Sp as TabsDefinition,Cr as TabsOrientation,$p as TabsSize,Cp as TabsStyles,Bp as TabsTemplate,Dp as Text,Mp as TextAlign,_p as TextDefinition,Rp as TextFont,jp as TextInput,qp as TextInputAppearance,Gp as TextInputControlSize,Up as TextInputDefinition,Wp as TextInputStyles,Xp as TextInputTemplate,or as TextInputType,Ep as TextSize,Vp as TextStyles,Hp as TextTemplate,Op as TextWeight,Yp as ToggleButton,Kp as ToggleButtonAppearance,tg as ToggleButtonDefinition,Qp as ToggleButtonShape,Zp as ToggleButtonSize,eg as ToggleButtonStyles,Jp as ToggleButtonTemplate,zr as accordionDefinition,Wc as accordionItemDefinition,qc as accordionItemStyles,Xc as accordionItemTemplate,Fr as accordionStyles,Ir as accordionTemplate,_r as borderRadiusCircular,Hr as borderRadiusLarge,Mr as borderRadiusMedium,Rr as borderRadiusNone,Or as borderRadiusSmall,Vr as borderRadiusXLarge,Un as colorBackgroundOverlay,Kn as colorBrandBackground,is as colorBrandBackground2,Qn as colorBrandBackgroundHover,as as colorBrandBackgroundInverted,ns as colorBrandBackgroundInvertedHover,ss as colorBrandBackgroundInvertedPressed,ls as colorBrandBackgroundInvertedSelected,Zn as colorBrandBackgroundPressed,Jn as colorBrandBackgroundSelected,rs as colorBrandBackgroundStatic,Ea as colorBrandForeground1,Ra as colorBrandForeground2,Ka as colorBrandForegroundInverted,Qa as colorBrandForegroundInvertedHover,Za as colorBrandForegroundInvertedPressed,Ca as colorBrandForegroundLink,Sa as colorBrandForegroundLinkHover,Pa as colorBrandForegroundLinkPressed,Ta as colorBrandForegroundLinkSelected,Ja as colorBrandForegroundOnLight,en as colorBrandForegroundOnLightHover,tn as colorBrandForegroundOnLightPressed,on as colorBrandForegroundOnLightSelected,_s as colorBrandShadowAmbient,js as colorBrandShadowKey,Bs as colorBrandStroke1,Cs as colorBrandStroke2,es as colorCompoundBrandBackground,ts as colorCompoundBrandBackgroundHover,os as colorCompoundBrandBackgroundPressed,Na as colorCompoundBrandForeground1,La as colorCompoundBrandForeground1Hover,Da as colorCompoundBrandForeground1Pressed,Ss as colorCompoundBrandStroke,Ps as colorCompoundBrandStrokeHover,Ts as colorCompoundBrandStrokePressed,rn as colorNeutralBackground1,an as colorNeutralBackground1Hover,nn as colorNeutralBackground1Pressed,sn as colorNeutralBackground1Selected,ln as colorNeutralBackground2,dn as colorNeutralBackground2Hover,cn as colorNeutralBackground2Pressed,hn as colorNeutralBackground2Selected,un as colorNeutralBackground3,pn as colorNeutralBackground3Hover,gn as colorNeutralBackground3Pressed,bn as colorNeutralBackground3Selected,fn as colorNeutralBackground4,mn as colorNeutralBackground4Hover,vn as colorNeutralBackground4Pressed,yn as colorNeutralBackground4Selected,xn as colorNeutralBackground5,kn as colorNeutralBackground5Hover,$n as colorNeutralBackground5Pressed,wn as colorNeutralBackground5Selected,Bn as colorNeutralBackground6,_n as colorNeutralBackgroundDisabled,Cn as colorNeutralBackgroundInverted,jn as colorNeutralBackgroundInvertedDisabled,Sn as colorNeutralBackgroundStatic,ia as colorNeutralForeground1,aa as colorNeutralForeground1Hover,na as colorNeutralForeground1Pressed,sa as colorNeutralForeground1Selected,Oa as colorNeutralForeground1Static,la as colorNeutralForeground2,ua as colorNeutralForeground2BrandHover,pa as colorNeutralForeground2BrandPressed,ga as colorNeutralForeground2BrandSelected,da as colorNeutralForeground2Hover,Ia as colorNeutralForeground2Link,Fa as colorNeutralForeground2LinkHover,Aa as colorNeutralForeground2LinkPressed,za as colorNeutralForeground2LinkSelected,ca as colorNeutralForeground2Pressed,ha as colorNeutralForeground2Selected,ba as colorNeutralForeground3,ya as colorNeutralForeground3BrandHover,xa as colorNeutralForeground3BrandPressed,ka as colorNeutralForeground3BrandSelected,fa as colorNeutralForeground3Hover,ma as colorNeutralForeground3Pressed,va as colorNeutralForeground3Selected,$a as colorNeutralForeground4,wa as colorNeutralForegroundDisabled,Ha as colorNeutralForegroundInverted,Ga as colorNeutralForegroundInverted2,Ba as colorNeutralForegroundInvertedDisabled,Va as colorNeutralForegroundInvertedHover,Xa as colorNeutralForegroundInvertedLink,Wa as colorNeutralForegroundInvertedLinkHover,Ua as colorNeutralForegroundInvertedLinkPressed,Ya as colorNeutralForegroundInvertedLinkSelected,_a as colorNeutralForegroundInvertedPressed,ja as colorNeutralForegroundInvertedSelected,qa as colorNeutralForegroundOnBrand,Ma as colorNeutralForegroundStaticInverted,Es as colorNeutralShadowAmbient,Hs as colorNeutralShadowAmbientDarker,Os as colorNeutralShadowAmbientLighter,Rs as colorNeutralShadowKey,Vs as colorNeutralShadowKeyDarker,Ms as colorNeutralShadowKeyLighter,Gn as colorNeutralStencil1,Xn as colorNeutralStencil1Alpha,qn as colorNeutralStencil2,Wn as colorNeutralStencil2Alpha,ps as colorNeutralStroke1,gs as colorNeutralStroke1Hover,bs as colorNeutralStroke1Pressed,fs as colorNeutralStroke1Selected,ms as colorNeutralStroke2,vs as colorNeutralStroke3,ds as colorNeutralStrokeAccessible,cs as colorNeutralStrokeAccessibleHover,hs as colorNeutralStrokeAccessiblePressed,us as colorNeutralStrokeAccessibleSelected,Is as colorNeutralStrokeDisabled,Fs as colorNeutralStrokeInvertedDisabled,ys as colorNeutralStrokeOnBrand,xs as colorNeutralStrokeOnBrand2,ks as colorNeutralStrokeOnBrand2Hover,$s as colorNeutralStrokeOnBrand2Pressed,ws as colorNeutralStrokeOnBrand2Selected,Sc as colorPaletteAnchorBackground2,Tc as colorPaletteAnchorBorderActive,Pc as colorPaletteAnchorForeground2,mc as colorPaletteBeigeBackground2,yc as colorPaletteBeigeBorderActive,vc as colorPaletteBeigeForeground2,Sl as colorPaletteBerryBackground1,Pl as colorPaletteBerryBackground2,Tl as colorPaletteBerryBackground3,Nl as colorPaletteBerryBorder1,Ll as colorPaletteBerryBorder2,zl as colorPaletteBerryBorderActive,Il as colorPaletteBerryForeground1,Fl as colorPaletteBerryForeground2,Al as colorPaletteBerryForeground3,Od as colorPaletteBlueBackground2,Hd as colorPaletteBlueBorderActive,Md as colorPaletteBlueForeground2,gd as colorPaletteBrassBackground2,fd as colorPaletteBrassBorderActive,bd as colorPaletteBrassForeground2,md as colorPaletteBrownBackground2,yd as colorPaletteBrownBorderActive,vd as colorPaletteBrownForeground2,Gd as colorPaletteCornflowerBackground2,Xd as colorPaletteCornflowerBorderActive,qd as colorPaletteCornflowerForeground2,od as colorPaletteCranberryBackground2,id as colorPaletteCranberryBorderActive,rd as colorPaletteCranberryForeground2,Sd as colorPaletteDarkGreenBackground2,Td as colorPaletteDarkGreenBorderActive,Pd as colorPaletteDarkGreenForeground2,ll as colorPaletteDarkOrangeBackground1,dl as colorPaletteDarkOrangeBackground2,cl as colorPaletteDarkOrangeBackground3,bl as colorPaletteDarkOrangeBorder1,fl as colorPaletteDarkOrangeBorder2,gl as colorPaletteDarkOrangeBorderActive,hl as colorPaletteDarkOrangeForeground1,ul as colorPaletteDarkOrangeForeground2,pl as colorPaletteDarkOrangeForeground3,Jl as colorPaletteDarkRedBackground2,td as colorPaletteDarkRedBorderActive,ed as colorPaletteDarkRedForeground2,xd as colorPaletteForestBackground2,$d as colorPaletteForestBorderActive,kd as colorPaletteForestForeground2,hd as colorPaletteGoldBackground2,pd as colorPaletteGoldBorderActive,ud as colorPaletteGoldForeground2,oc as colorPaletteGrapeBackground2,ic as colorPaletteGrapeBorderActive,rc as colorPaletteGrapeForeground2,Js as colorPaletteGreenBackground1,el as colorPaletteGreenBackground2,tl as colorPaletteGreenBackground3,nl as colorPaletteGreenBorder1,sl as colorPaletteGreenBorder2,al as colorPaletteGreenBorderActive,ol as colorPaletteGreenForeground1,rl as colorPaletteGreenForeground2,il as colorPaletteGreenForeground3,Fc as colorPaletteGreenForegroundInverted,Kd as colorPaletteLavenderBackground2,Zd as colorPaletteLavenderBorderActive,Qd as colorPaletteLavenderForeground2,Dl as colorPaletteLightGreenBackground1,El as colorPaletteLightGreenBackground2,Rl as colorPaletteLightGreenBackground3,_l as colorPaletteLightGreenBorder1,jl as colorPaletteLightGreenBorder2,Vl as colorPaletteLightGreenBorderActive,Ol as colorPaletteLightGreenForeground1,Ml as colorPaletteLightGreenForeground2,Hl as colorPaletteLightGreenForeground3,Id as colorPaletteLightTealBackground2,Ad as colorPaletteLightTealBorderActive,Fd as colorPaletteLightTealForeground2,ac as colorPaletteLilacBackground2,sc as colorPaletteLilacBorderActive,nc as colorPaletteLilacForeground2,hc as colorPaletteMagentaBackground2,pc as colorPaletteMagentaBorderActive,uc as colorPaletteMagentaForeground2,Gl as colorPaletteMarigoldBackground1,ql as colorPaletteMarigoldBackground2,Xl as colorPaletteMarigoldBackground3,Ql as colorPaletteMarigoldBorder1,Zl as colorPaletteMarigoldBorder2,Kl as colorPaletteMarigoldBorderActive,Wl as colorPaletteMarigoldForeground1,Ul as colorPaletteMarigoldForeground2,Yl as colorPaletteMarigoldForeground3,xc as colorPaletteMinkBackground2,$c as colorPaletteMinkBorderActive,kc as colorPaletteMinkForeground2,Wd as colorPaletteNavyBackground2,Yd as colorPaletteNavyBorderActive,Ud as colorPaletteNavyForeground2,ld as colorPalettePeachBackground2,cd as colorPalettePeachBorderActive,dd as colorPalettePeachForeground2,lc as colorPalettePinkBackground2,cc as colorPalettePinkBorderActive,dc as colorPalettePinkForeground2,wc as colorPalettePlatinumBackground2,Cc as colorPalettePlatinumBorderActive,Bc as colorPalettePlatinumForeground2,gc as colorPalettePlumBackground2,fc as colorPalettePlumBorderActive,bc as colorPalettePlumForeground2,ad as colorPalettePumpkinBackground2,sd as colorPalettePumpkinBorderActive,nd as colorPalettePumpkinForeground2,Jd as colorPalettePurpleBackground2,tc as colorPalettePurpleBorderActive,ec as colorPalettePurpleForeground2,Gs as colorPaletteRedBackground1,qs as colorPaletteRedBackground2,Xs as colorPaletteRedBackground3,Qs as colorPaletteRedBorder1,Zs as colorPaletteRedBorder2,Ks as colorPaletteRedBorderActive,Ws as colorPaletteRedForeground1,Us as colorPaletteRedForeground2,Ys as colorPaletteRedForeground3,Ic as colorPaletteRedForegroundInverted,Vd as colorPaletteRoyalBlueBackground2,jd as colorPaletteRoyalBlueBorderActive,_d as colorPaletteRoyalBlueForeground2,wd as colorPaletteSeafoamBackground2,Cd as colorPaletteSeafoamBorderActive,Bd as colorPaletteSeafoamForeground2,Dd as colorPaletteSteelBackground2,Rd as colorPaletteSteelBorderActive,Ed as colorPaletteSteelForeground2,zd as colorPaletteTealBackground2,Ld as colorPaletteTealBorderActive,Nd as colorPaletteTealForeground2,ml as colorPaletteYellowBackground1,vl as colorPaletteYellowBackground2,yl as colorPaletteYellowBackground3,Bl as colorPaletteYellowBorder1,Cl as colorPaletteYellowBorder2,wl as colorPaletteYellowBorderActive,xl as colorPaletteYellowForeground1,kl as colorPaletteYellowForeground2,$l as colorPaletteYellowForeground3,Ac as colorPaletteYellowForegroundInverted,Yn as colorScrollbarOverlay,Ls as colorStrokeFocus1,Ds as colorStrokeFocus2,Pn as colorSubtleBackground,Tn as colorSubtleBackgroundHover,Ln as colorSubtleBackgroundInverted,Dn as colorSubtleBackgroundInvertedHover,En as colorSubtleBackgroundInvertedPressed,Rn as colorSubtleBackgroundInvertedSelected,An as colorSubtleBackgroundLightAlphaHover,zn as colorSubtleBackgroundLightAlphaPressed,Nn as colorSubtleBackgroundLightAlphaSelected,In as colorSubtleBackgroundPressed,Fn as colorSubtleBackgroundSelected,On as colorTransparentBackground,Mn as colorTransparentBackgroundHover,Hn as colorTransparentBackgroundPressed,Vn as colorTransparentBackgroundSelected,As as colorTransparentStroke,Ns as colorTransparentStrokeDisabled,zs as colorTransparentStrokeInteractive,Yi as curveAccelerateMax,Ki as curveAccelerateMid,Qi as curveAccelerateMin,Zi as curveDecelerateMax,Ji as curveDecelerateMid,ea as curveDecelerateMin,oa as curveEasyEase,ta as curveEasyEaseMax,ra as curveLinear,Gi as durationFast,ji as durationFaster,qi as durationNormal,Xi as durationSlow,Wi as durationSlower,_i as durationUltraFast,Ui as durationUltraSlow,di as fontFamilyBase,ci as fontFamilyMonospace,hi as fontFamilyNumeric,jr as fontSizeBase100,Gr as fontSizeBase200,qr as fontSizeBase300,Xr as fontSizeBase400,Wr as fontSizeBase500,Ur as fontSizeBase600,Zr as fontSizeHero1000,Yr as fontSizeHero700,Kr as fontSizeHero800,Qr as fontSizeHero900,bi as fontWeightBold,pi as fontWeightMedium,ui as fontWeightRegular,gi as fontWeightSemibold,Jr as lineHeightBase100,ei as lineHeightBase200,ti as lineHeightBase300,oi as lineHeightBase400,ri as lineHeightBase500,ii as lineHeightBase600,li as lineHeightHero1000,ai as lineHeightHero700,ni as lineHeightHero800,si as lineHeightHero900,rg as setTheme,Dc as shadow16,Vc as shadow16Brand,zc as shadow2,Ec as shadow28,_c as shadow28Brand,Oc as shadow2Brand,Nc as shadow4,Mc as shadow4Brand,Rc as shadow64,jc as shadow64Brand,Lc as shadow8,Hc as shadow8Brand,Pi as spacingHorizontalL,Si as spacingHorizontalM,Ci as spacingHorizontalMNudge,xi as spacingHorizontalNone,Bi as spacingHorizontalS,wi as spacingHorizontalSNudge,Ti as spacingHorizontalXL,$i as spacingHorizontalXS,Ii as spacingHorizontalXXL,ki as spacingHorizontalXXS,Fi as spacingHorizontalXXXL,Oi as spacingVerticalL,Ri as spacingVerticalM,Ei as spacingVerticalMNudge,Ai as spacingVerticalNone,Di as spacingVerticalS,Li as spacingVerticalSNudge,Mi as spacingVerticalXL,Ni as spacingVerticalXS,Hi as spacingVerticalXXL,zi as spacingVerticalXXS,Vi as spacingVerticalXXXL,mi as strokeWidthThick,vi as strokeWidthThicker,yi as strokeWidthThickest,fi as strokeWidthThin};
|
|
340
|
+
:host([aria-pressed="true"]) .control{border-color:${ps};background-color:${sn};color:${ia};border-width:${fi}}:host([aria-pressed='true']:hover) .control{border-color:${gs};background-color:${an}}:host([aria-pressed='true']:active) .control{border-color:${bs};background-color:${nn}}:host([aria-pressed='true'][appearance='primary']) .control{border-color:transparent;background-color:${Jn};color:${qa}}:host([aria-pressed='true'][appearance='primary']:hover) .control{background-color:${Qn}}:host([aria-pressed='true'][appearance='primary']:active) .control{background-color:${Zn}}:host([aria-pressed='true'][appearance='subtle']) .control{border-color:transparent;background-color:${Fn};color:${ha}}:host([aria-pressed='true'][appearance='subtle']:hover) .control{background-color:${Tn};color:${da}}:host([aria-pressed='true'][appearance='subtle']:active) .control{background-color:${In};color:${ca}}:host([aria-pressed='true'][appearance='outline']) .control,:host([aria-pressed='true'][appearance='transparent']) .control{background-color:${Vn}}:host([aria-pressed='true'][appearance='outline']:hover) .control,:host([aria-pressed='true'][appearance='transparent']:hover) .control{background-color:${Mn}}:host([aria-pressed='true'][appearance='outline']:active) .control,:host([aria-pressed='true'][appearance='transparent']:active) .control{background-color:${Hn}}:host([aria-pressed='true'][appearance='transparent']) .control{border-color:transparent;color:${ga}}:host([aria-pressed='true'][appearance='transparent']:hover) .control{color:${ua}}:host([aria-pressed='true'][appearance='transparent']:active) .control{color:${pa}}`,tg=Yp.compose({name:Ar.prefix+"-toggle-button",template:Jp,styles:eg,shadowOptions:{delegatesFocus:!0}}),og=Object.keys(Gc),rg=e=>{for(const t of og)Gc[t].withDefault(e[t])},ig=(e,t)=>{for(const o of og)Gc[o].setValueFor(e,t[o])};export{Tr as Accordion,Nr as AccordionItem,Dr as AccordionItemExpandIconPosition,Lr as AccordionItemSize,Uc as AnchorButton,Zc as AnchorButtonAppearance,ih as AnchorButtonDefinition,Jc as AnchorButtonShape,eh as AnchorButtonSize,th as AnchorButtonTemplate,mh as Avatar,hh as AvatarActive,ph as AvatarAppearance,bh as AvatarColor,Ch as AvatarDefinition,gh as AvatarNamedColor,uh as AvatarShape,fh as AvatarSize,Bh as AvatarStyles,xh as AvatarTemplate,Fh as Badge,Sh as BadgeAppearance,Ph as BadgeColor,Vh as BadgeDefinition,Th as BadgeShape,Ih as BadgeSize,Hh as BadgeStyles,zh as BadgeTemplate,_h as Button,Yc as ButtonAppearance,Gh as ButtonDefinition,Kc as ButtonShape,Qc as ButtonSize,oh as ButtonStyles,jh as ButtonTemplate,qh as Checkbox,Qh as CheckboxDefinition,Uh as CheckboxLabelPosition,Xh as CheckboxShape,Wh as CheckboxSize,Kh as CheckboxStyles,Yh as CheckboxTemplate,Zh as CompoundButton,Jh as CompoundButtonAppearance,iu as CompoundButtonDefinition,eu as CompoundButtonShape,tu as CompoundButtonSize,ru as CompoundButtonStyles,ou as CompoundButtonTemplate,au as CounterBadge,nu as CounterBadgeAppearance,su as CounterBadgeColor,uu as CounterBadgeDefinition,lu as CounterBadgeShape,du as CounterBadgeSize,hu as CounterBadgeStyles,cu as CounterBadgeTemplate,pu as Divider,gu as DividerAlignContent,bu as DividerAppearance,vu as DividerDefinition,Yo as DividerOrientation,Uo as DividerRole,mu as DividerStyles,fu as DividerTemplate,Ar as FluentDesignSystem,yu as Image,Bu as ImageDefinition,xu as ImageFit,ku as ImageShape,wu as ImageStyles,$u as ImageTemplate,Cu as Label,Tu as LabelDefinition,Su as LabelStyles,Pu as LabelTemplate,Iu as MenuButton,Fu as MenuButtonAppearance,Lu as MenuButtonDefinition,Au as MenuButtonShape,zu as MenuButtonSize,oh as MenuButtonStyles,Nu as MenuButtonTemplate,Du as MenuItem,Mu as MenuItemDefinition,Qo as MenuItemRole,Ou as MenuItemStyles,Ru as MenuItemTemplate,Hu as MenuList,ju as MenuListDefinition,_u as MenuListStyles,Vu as MenuListTemplate,Gu as ProgressBar,Ku as ProgressBarDefinition,Xu as ProgressBarShape,Uu as ProgressBarStyles,Yu as ProgressBarTemplate,qu as ProgressBarThickness,Wu as ProgressBarValidationState,Qu as Radio,ep as RadioDefinition,tp as RadioGroup,ip as RadioGroupDefinition,lr as RadioGroupOrientation,op as RadioGroupStyles,rp as RadioGroupTemplate,Zu as RadioStyles,Ju as RadioTemplate,ap as Slider,dp as SliderDefinition,gr as SliderOrientation,np as SliderSize,sp as SliderStyles,lp as SliderTemplate,cp as Spinner,hp as SpinnerAppearance,bp as SpinnerDefinition,up as SpinnerSize,gp as SpinnerStyles,pp as SpinnerTemplate,fp as Switch,xp as SwitchDefinition,mp as SwitchLabelPosition,yp as SwitchStyles,vp as SwitchTemplate,Pp as Tab,Fp as TabDefinition,Ap as TabPanel,Lp as TabPanelDefinition,Np as TabPanelStyles,zp as TabPanelTemplate,Ip as TabStyles,Tp as TabTemplate,wp as Tabs,kp as TabsAppearance,Sp as TabsDefinition,Cr as TabsOrientation,$p as TabsSize,Cp as TabsStyles,Bp as TabsTemplate,Dp as Text,Mp as TextAlign,_p as TextDefinition,Rp as TextFont,jp as TextInput,qp as TextInputAppearance,Gp as TextInputControlSize,Up as TextInputDefinition,Wp as TextInputStyles,Xp as TextInputTemplate,or as TextInputType,Ep as TextSize,Vp as TextStyles,Hp as TextTemplate,Op as TextWeight,Yp as ToggleButton,Kp as ToggleButtonAppearance,tg as ToggleButtonDefinition,Qp as ToggleButtonShape,Zp as ToggleButtonSize,eg as ToggleButtonStyles,Jp as ToggleButtonTemplate,zr as accordionDefinition,Wc as accordionItemDefinition,qc as accordionItemStyles,Xc as accordionItemTemplate,Fr as accordionStyles,Ir as accordionTemplate,_r as borderRadiusCircular,Hr as borderRadiusLarge,Mr as borderRadiusMedium,Rr as borderRadiusNone,Or as borderRadiusSmall,Vr as borderRadiusXLarge,Un as colorBackgroundOverlay,Kn as colorBrandBackground,is as colorBrandBackground2,Qn as colorBrandBackgroundHover,as as colorBrandBackgroundInverted,ns as colorBrandBackgroundInvertedHover,ss as colorBrandBackgroundInvertedPressed,ls as colorBrandBackgroundInvertedSelected,Zn as colorBrandBackgroundPressed,Jn as colorBrandBackgroundSelected,rs as colorBrandBackgroundStatic,Ea as colorBrandForeground1,Ra as colorBrandForeground2,Ka as colorBrandForegroundInverted,Qa as colorBrandForegroundInvertedHover,Za as colorBrandForegroundInvertedPressed,Ca as colorBrandForegroundLink,Sa as colorBrandForegroundLinkHover,Pa as colorBrandForegroundLinkPressed,Ta as colorBrandForegroundLinkSelected,Ja as colorBrandForegroundOnLight,en as colorBrandForegroundOnLightHover,tn as colorBrandForegroundOnLightPressed,on as colorBrandForegroundOnLightSelected,_s as colorBrandShadowAmbient,js as colorBrandShadowKey,Bs as colorBrandStroke1,Cs as colorBrandStroke2,es as colorCompoundBrandBackground,ts as colorCompoundBrandBackgroundHover,os as colorCompoundBrandBackgroundPressed,Na as colorCompoundBrandForeground1,La as colorCompoundBrandForeground1Hover,Da as colorCompoundBrandForeground1Pressed,Ss as colorCompoundBrandStroke,Ps as colorCompoundBrandStrokeHover,Ts as colorCompoundBrandStrokePressed,rn as colorNeutralBackground1,an as colorNeutralBackground1Hover,nn as colorNeutralBackground1Pressed,sn as colorNeutralBackground1Selected,ln as colorNeutralBackground2,dn as colorNeutralBackground2Hover,cn as colorNeutralBackground2Pressed,hn as colorNeutralBackground2Selected,un as colorNeutralBackground3,pn as colorNeutralBackground3Hover,gn as colorNeutralBackground3Pressed,bn as colorNeutralBackground3Selected,fn as colorNeutralBackground4,mn as colorNeutralBackground4Hover,vn as colorNeutralBackground4Pressed,yn as colorNeutralBackground4Selected,xn as colorNeutralBackground5,kn as colorNeutralBackground5Hover,$n as colorNeutralBackground5Pressed,wn as colorNeutralBackground5Selected,Bn as colorNeutralBackground6,_n as colorNeutralBackgroundDisabled,Cn as colorNeutralBackgroundInverted,jn as colorNeutralBackgroundInvertedDisabled,Sn as colorNeutralBackgroundStatic,ia as colorNeutralForeground1,aa as colorNeutralForeground1Hover,na as colorNeutralForeground1Pressed,sa as colorNeutralForeground1Selected,Oa as colorNeutralForeground1Static,la as colorNeutralForeground2,ua as colorNeutralForeground2BrandHover,pa as colorNeutralForeground2BrandPressed,ga as colorNeutralForeground2BrandSelected,da as colorNeutralForeground2Hover,Ia as colorNeutralForeground2Link,Fa as colorNeutralForeground2LinkHover,Aa as colorNeutralForeground2LinkPressed,za as colorNeutralForeground2LinkSelected,ca as colorNeutralForeground2Pressed,ha as colorNeutralForeground2Selected,ba as colorNeutralForeground3,ya as colorNeutralForeground3BrandHover,xa as colorNeutralForeground3BrandPressed,ka as colorNeutralForeground3BrandSelected,fa as colorNeutralForeground3Hover,ma as colorNeutralForeground3Pressed,va as colorNeutralForeground3Selected,$a as colorNeutralForeground4,wa as colorNeutralForegroundDisabled,Ha as colorNeutralForegroundInverted,Ga as colorNeutralForegroundInverted2,Ba as colorNeutralForegroundInvertedDisabled,Va as colorNeutralForegroundInvertedHover,Xa as colorNeutralForegroundInvertedLink,Wa as colorNeutralForegroundInvertedLinkHover,Ua as colorNeutralForegroundInvertedLinkPressed,Ya as colorNeutralForegroundInvertedLinkSelected,_a as colorNeutralForegroundInvertedPressed,ja as colorNeutralForegroundInvertedSelected,qa as colorNeutralForegroundOnBrand,Ma as colorNeutralForegroundStaticInverted,Es as colorNeutralShadowAmbient,Hs as colorNeutralShadowAmbientDarker,Os as colorNeutralShadowAmbientLighter,Rs as colorNeutralShadowKey,Vs as colorNeutralShadowKeyDarker,Ms as colorNeutralShadowKeyLighter,Gn as colorNeutralStencil1,Xn as colorNeutralStencil1Alpha,qn as colorNeutralStencil2,Wn as colorNeutralStencil2Alpha,ps as colorNeutralStroke1,gs as colorNeutralStroke1Hover,bs as colorNeutralStroke1Pressed,fs as colorNeutralStroke1Selected,ms as colorNeutralStroke2,vs as colorNeutralStroke3,ds as colorNeutralStrokeAccessible,cs as colorNeutralStrokeAccessibleHover,hs as colorNeutralStrokeAccessiblePressed,us as colorNeutralStrokeAccessibleSelected,Is as colorNeutralStrokeDisabled,Fs as colorNeutralStrokeInvertedDisabled,ys as colorNeutralStrokeOnBrand,xs as colorNeutralStrokeOnBrand2,ks as colorNeutralStrokeOnBrand2Hover,$s as colorNeutralStrokeOnBrand2Pressed,ws as colorNeutralStrokeOnBrand2Selected,Sc as colorPaletteAnchorBackground2,Tc as colorPaletteAnchorBorderActive,Pc as colorPaletteAnchorForeground2,mc as colorPaletteBeigeBackground2,yc as colorPaletteBeigeBorderActive,vc as colorPaletteBeigeForeground2,Sl as colorPaletteBerryBackground1,Pl as colorPaletteBerryBackground2,Tl as colorPaletteBerryBackground3,Nl as colorPaletteBerryBorder1,Ll as colorPaletteBerryBorder2,zl as colorPaletteBerryBorderActive,Il as colorPaletteBerryForeground1,Fl as colorPaletteBerryForeground2,Al as colorPaletteBerryForeground3,Od as colorPaletteBlueBackground2,Hd as colorPaletteBlueBorderActive,Md as colorPaletteBlueForeground2,gd as colorPaletteBrassBackground2,fd as colorPaletteBrassBorderActive,bd as colorPaletteBrassForeground2,md as colorPaletteBrownBackground2,yd as colorPaletteBrownBorderActive,vd as colorPaletteBrownForeground2,Gd as colorPaletteCornflowerBackground2,Xd as colorPaletteCornflowerBorderActive,qd as colorPaletteCornflowerForeground2,od as colorPaletteCranberryBackground2,id as colorPaletteCranberryBorderActive,rd as colorPaletteCranberryForeground2,Sd as colorPaletteDarkGreenBackground2,Td as colorPaletteDarkGreenBorderActive,Pd as colorPaletteDarkGreenForeground2,ll as colorPaletteDarkOrangeBackground1,dl as colorPaletteDarkOrangeBackground2,cl as colorPaletteDarkOrangeBackground3,bl as colorPaletteDarkOrangeBorder1,fl as colorPaletteDarkOrangeBorder2,gl as colorPaletteDarkOrangeBorderActive,hl as colorPaletteDarkOrangeForeground1,ul as colorPaletteDarkOrangeForeground2,pl as colorPaletteDarkOrangeForeground3,Jl as colorPaletteDarkRedBackground2,td as colorPaletteDarkRedBorderActive,ed as colorPaletteDarkRedForeground2,xd as colorPaletteForestBackground2,$d as colorPaletteForestBorderActive,kd as colorPaletteForestForeground2,hd as colorPaletteGoldBackground2,pd as colorPaletteGoldBorderActive,ud as colorPaletteGoldForeground2,oc as colorPaletteGrapeBackground2,ic as colorPaletteGrapeBorderActive,rc as colorPaletteGrapeForeground2,Js as colorPaletteGreenBackground1,el as colorPaletteGreenBackground2,tl as colorPaletteGreenBackground3,nl as colorPaletteGreenBorder1,sl as colorPaletteGreenBorder2,al as colorPaletteGreenBorderActive,ol as colorPaletteGreenForeground1,rl as colorPaletteGreenForeground2,il as colorPaletteGreenForeground3,Fc as colorPaletteGreenForegroundInverted,Kd as colorPaletteLavenderBackground2,Zd as colorPaletteLavenderBorderActive,Qd as colorPaletteLavenderForeground2,Dl as colorPaletteLightGreenBackground1,El as colorPaletteLightGreenBackground2,Rl as colorPaletteLightGreenBackground3,_l as colorPaletteLightGreenBorder1,jl as colorPaletteLightGreenBorder2,Vl as colorPaletteLightGreenBorderActive,Ol as colorPaletteLightGreenForeground1,Ml as colorPaletteLightGreenForeground2,Hl as colorPaletteLightGreenForeground3,Id as colorPaletteLightTealBackground2,Ad as colorPaletteLightTealBorderActive,Fd as colorPaletteLightTealForeground2,ac as colorPaletteLilacBackground2,sc as colorPaletteLilacBorderActive,nc as colorPaletteLilacForeground2,hc as colorPaletteMagentaBackground2,pc as colorPaletteMagentaBorderActive,uc as colorPaletteMagentaForeground2,Gl as colorPaletteMarigoldBackground1,ql as colorPaletteMarigoldBackground2,Xl as colorPaletteMarigoldBackground3,Ql as colorPaletteMarigoldBorder1,Zl as colorPaletteMarigoldBorder2,Kl as colorPaletteMarigoldBorderActive,Wl as colorPaletteMarigoldForeground1,Ul as colorPaletteMarigoldForeground2,Yl as colorPaletteMarigoldForeground3,xc as colorPaletteMinkBackground2,$c as colorPaletteMinkBorderActive,kc as colorPaletteMinkForeground2,Wd as colorPaletteNavyBackground2,Yd as colorPaletteNavyBorderActive,Ud as colorPaletteNavyForeground2,ld as colorPalettePeachBackground2,cd as colorPalettePeachBorderActive,dd as colorPalettePeachForeground2,lc as colorPalettePinkBackground2,cc as colorPalettePinkBorderActive,dc as colorPalettePinkForeground2,wc as colorPalettePlatinumBackground2,Cc as colorPalettePlatinumBorderActive,Bc as colorPalettePlatinumForeground2,gc as colorPalettePlumBackground2,fc as colorPalettePlumBorderActive,bc as colorPalettePlumForeground2,ad as colorPalettePumpkinBackground2,sd as colorPalettePumpkinBorderActive,nd as colorPalettePumpkinForeground2,Jd as colorPalettePurpleBackground2,tc as colorPalettePurpleBorderActive,ec as colorPalettePurpleForeground2,Gs as colorPaletteRedBackground1,qs as colorPaletteRedBackground2,Xs as colorPaletteRedBackground3,Qs as colorPaletteRedBorder1,Zs as colorPaletteRedBorder2,Ks as colorPaletteRedBorderActive,Ws as colorPaletteRedForeground1,Us as colorPaletteRedForeground2,Ys as colorPaletteRedForeground3,Ic as colorPaletteRedForegroundInverted,Vd as colorPaletteRoyalBlueBackground2,jd as colorPaletteRoyalBlueBorderActive,_d as colorPaletteRoyalBlueForeground2,wd as colorPaletteSeafoamBackground2,Cd as colorPaletteSeafoamBorderActive,Bd as colorPaletteSeafoamForeground2,Dd as colorPaletteSteelBackground2,Rd as colorPaletteSteelBorderActive,Ed as colorPaletteSteelForeground2,zd as colorPaletteTealBackground2,Ld as colorPaletteTealBorderActive,Nd as colorPaletteTealForeground2,ml as colorPaletteYellowBackground1,vl as colorPaletteYellowBackground2,yl as colorPaletteYellowBackground3,Bl as colorPaletteYellowBorder1,Cl as colorPaletteYellowBorder2,wl as colorPaletteYellowBorderActive,xl as colorPaletteYellowForeground1,kl as colorPaletteYellowForeground2,$l as colorPaletteYellowForeground3,Ac as colorPaletteYellowForegroundInverted,Yn as colorScrollbarOverlay,Ls as colorStrokeFocus1,Ds as colorStrokeFocus2,Pn as colorSubtleBackground,Tn as colorSubtleBackgroundHover,Ln as colorSubtleBackgroundInverted,Dn as colorSubtleBackgroundInvertedHover,En as colorSubtleBackgroundInvertedPressed,Rn as colorSubtleBackgroundInvertedSelected,An as colorSubtleBackgroundLightAlphaHover,zn as colorSubtleBackgroundLightAlphaPressed,Nn as colorSubtleBackgroundLightAlphaSelected,In as colorSubtleBackgroundPressed,Fn as colorSubtleBackgroundSelected,On as colorTransparentBackground,Mn as colorTransparentBackgroundHover,Hn as colorTransparentBackgroundPressed,Vn as colorTransparentBackgroundSelected,As as colorTransparentStroke,Ns as colorTransparentStrokeDisabled,zs as colorTransparentStrokeInteractive,Yi as curveAccelerateMax,Ki as curveAccelerateMid,Qi as curveAccelerateMin,Zi as curveDecelerateMax,Ji as curveDecelerateMid,ea as curveDecelerateMin,oa as curveEasyEase,ta as curveEasyEaseMax,ra as curveLinear,Gi as durationFast,ji as durationFaster,qi as durationNormal,Xi as durationSlow,Wi as durationSlower,_i as durationUltraFast,Ui as durationUltraSlow,di as fontFamilyBase,ci as fontFamilyMonospace,hi as fontFamilyNumeric,jr as fontSizeBase100,Gr as fontSizeBase200,qr as fontSizeBase300,Xr as fontSizeBase400,Wr as fontSizeBase500,Ur as fontSizeBase600,Zr as fontSizeHero1000,Yr as fontSizeHero700,Kr as fontSizeHero800,Qr as fontSizeHero900,bi as fontWeightBold,pi as fontWeightMedium,ui as fontWeightRegular,gi as fontWeightSemibold,Jr as lineHeightBase100,ei as lineHeightBase200,ti as lineHeightBase300,oi as lineHeightBase400,ri as lineHeightBase500,ii as lineHeightBase600,li as lineHeightHero1000,ai as lineHeightHero700,ni as lineHeightHero800,si as lineHeightHero900,rg as setTheme,ig as setThemeFor,Dc as shadow16,Vc as shadow16Brand,zc as shadow2,Ec as shadow28,_c as shadow28Brand,Oc as shadow2Brand,Nc as shadow4,Mc as shadow4Brand,Rc as shadow64,jc as shadow64Brand,Lc as shadow8,Hc as shadow8Brand,Pi as spacingHorizontalL,Si as spacingHorizontalM,Ci as spacingHorizontalMNudge,xi as spacingHorizontalNone,Bi as spacingHorizontalS,wi as spacingHorizontalSNudge,Ti as spacingHorizontalXL,$i as spacingHorizontalXS,Ii as spacingHorizontalXXL,ki as spacingHorizontalXXS,Fi as spacingHorizontalXXXL,Oi as spacingVerticalL,Ri as spacingVerticalM,Ei as spacingVerticalMNudge,Ai as spacingVerticalNone,Di as spacingVerticalS,Li as spacingVerticalSNudge,Mi as spacingVerticalXL,Ni as spacingVerticalXS,Hi as spacingVerticalXXL,zi as spacingVerticalXXS,Vi as spacingVerticalXXXL,mi as strokeWidthThick,vi as strokeWidthThicker,yi as strokeWidthThickest,fi as strokeWidthThin};
|
package/docs/api-report.md
CHANGED
|
@@ -1917,6 +1917,9 @@ export const RadioTemplate: ElementViewTemplate<Radio>;
|
|
|
1917
1917
|
// @public
|
|
1918
1918
|
export const setTheme: (theme: Theme) => void;
|
|
1919
1919
|
|
|
1920
|
+
// @public (undocumented)
|
|
1921
|
+
export const setThemeFor: (element: FASTElement, theme: Theme) => void;
|
|
1922
|
+
|
|
1920
1923
|
// @public (undocumented)
|
|
1921
1924
|
export const shadow16: CSSDesignToken<string>;
|
|
1922
1925
|
|
package/package.json
CHANGED