@fluentui/web-components 3.0.0-alpha.20 → 3.0.0-alpha.21
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 +16 -1
- package/CHANGELOG.md +11 -2
- package/dist/dts/switch/index.d.ts +3 -3
- package/dist/esm/switch/index.js +3 -3
- package/dist/esm/switch/index.js.map +1 -1
- package/dist/fluent-web-components.api.json +44 -44
- package/dist/web-components.d.ts +11 -11
- package/dist/web-components.js +1 -1
- package/dist/web-components.min.js +1 -1
- package/docs/api-report.md +5 -5
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@fluentui/web-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Mon,
|
|
5
|
+
"date": "Mon, 15 May 2023 04:19:50 GMT",
|
|
6
|
+
"tag": "@fluentui/web-components_v3.0.0-alpha.21",
|
|
7
|
+
"version": "3.0.0-alpha.21",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "ryan@ryanmerrill.net",
|
|
12
|
+
"package": "@fluentui/web-components",
|
|
13
|
+
"commit": "cad93648a2ce28e99935d4ab36089d770fa06a53",
|
|
14
|
+
"comment": "Fixes exports in Switch"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Mon, 08 May 2023 04:19:58 GMT",
|
|
6
21
|
"tag": "@fluentui/web-components_v3.0.0-alpha.20",
|
|
7
22
|
"version": "3.0.0-alpha.20",
|
|
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,
|
|
3
|
+
This log was last generated on Mon, 15 May 2023 04:19:50 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [3.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.21)
|
|
8
|
+
|
|
9
|
+
Mon, 15 May 2023 04:19:50 GMT
|
|
10
|
+
[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
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- Fixes exports in Switch ([PR #27821](https://github.com/microsoft/fluentui/pull/27821) by ryan@ryanmerrill.net)
|
|
15
|
+
|
|
7
16
|
## [3.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.20)
|
|
8
17
|
|
|
9
|
-
Mon, 08 May 2023 04:19:
|
|
18
|
+
Mon, 08 May 2023 04:19:58 GMT
|
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.19..@fluentui/web-components_v3.0.0-alpha.20)
|
|
11
20
|
|
|
12
21
|
### Changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export * from './switch.js';
|
|
2
2
|
export * from './switch.options.js';
|
|
3
|
-
export { definition } from './switch.definition.js';
|
|
4
|
-
export { styles as
|
|
5
|
-
export { template as
|
|
3
|
+
export { definition as SwitchDefinition } from './switch.definition.js';
|
|
4
|
+
export { styles as SwitchStyles } from './switch.styles.js';
|
|
5
|
+
export { template as SwitchTemplate } from './switch.template.js';
|
package/dist/esm/switch/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export * from './switch.js';
|
|
2
2
|
export * from './switch.options.js';
|
|
3
|
-
export { definition } from './switch.definition.js';
|
|
4
|
-
export { styles as
|
|
5
|
-
export { template as
|
|
3
|
+
export { definition as SwitchDefinition } from './switch.definition.js';
|
|
4
|
+
export { styles as SwitchStyles } from './switch.styles.js';
|
|
5
|
+
export { template as SwitchTemplate } from './switch.template.js';
|
|
6
6
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/switch/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/switch/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,OAAO,EAAE,UAAU,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AACxE,OAAO,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EAAE,QAAQ,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC"}
|
|
@@ -13726,46 +13726,6 @@
|
|
|
13726
13726
|
"endIndex": 4
|
|
13727
13727
|
}
|
|
13728
13728
|
},
|
|
13729
|
-
{
|
|
13730
|
-
"kind": "Variable",
|
|
13731
|
-
"canonicalReference": "@fluentui/web-components!definition:var",
|
|
13732
|
-
"docComment": "/**\n * The Fluent Switch Element.\n *\n * @remarks\n *\n * HTML Element: \\<fluent-switch\\>\n *\n * @public\n */\n",
|
|
13733
|
-
"excerptTokens": [
|
|
13734
|
-
{
|
|
13735
|
-
"kind": "Content",
|
|
13736
|
-
"text": "definition: "
|
|
13737
|
-
},
|
|
13738
|
-
{
|
|
13739
|
-
"kind": "Content",
|
|
13740
|
-
"text": "import(\"@microsoft/fast-element\")."
|
|
13741
|
-
},
|
|
13742
|
-
{
|
|
13743
|
-
"kind": "Reference",
|
|
13744
|
-
"text": "FASTElementDefinition",
|
|
13745
|
-
"canonicalReference": "@microsoft/fast-element!FASTElementDefinition:class"
|
|
13746
|
-
},
|
|
13747
|
-
{
|
|
13748
|
-
"kind": "Content",
|
|
13749
|
-
"text": "<typeof "
|
|
13750
|
-
},
|
|
13751
|
-
{
|
|
13752
|
-
"kind": "Reference",
|
|
13753
|
-
"text": "Switch",
|
|
13754
|
-
"canonicalReference": "@fluentui/web-components!Switch:class"
|
|
13755
|
-
},
|
|
13756
|
-
{
|
|
13757
|
-
"kind": "Content",
|
|
13758
|
-
"text": ">"
|
|
13759
|
-
}
|
|
13760
|
-
],
|
|
13761
|
-
"isReadonly": true,
|
|
13762
|
-
"releaseTag": "Public",
|
|
13763
|
-
"name": "definition",
|
|
13764
|
-
"variableTypeTokenRange": {
|
|
13765
|
-
"startIndex": 1,
|
|
13766
|
-
"endIndex": 6
|
|
13767
|
-
}
|
|
13768
|
-
},
|
|
13769
13729
|
{
|
|
13770
13730
|
"kind": "Class",
|
|
13771
13731
|
"canonicalReference": "@fluentui/web-components!Divider:class",
|
|
@@ -19091,6 +19051,46 @@
|
|
|
19091
19051
|
},
|
|
19092
19052
|
"implementsTokenRanges": []
|
|
19093
19053
|
},
|
|
19054
|
+
{
|
|
19055
|
+
"kind": "Variable",
|
|
19056
|
+
"canonicalReference": "@fluentui/web-components!SwitchDefinition:var",
|
|
19057
|
+
"docComment": "/**\n * The Fluent Switch Element.\n *\n * @remarks\n *\n * HTML Element: \\<fluent-switch\\>\n *\n * @public\n */\n",
|
|
19058
|
+
"excerptTokens": [
|
|
19059
|
+
{
|
|
19060
|
+
"kind": "Content",
|
|
19061
|
+
"text": "definition: "
|
|
19062
|
+
},
|
|
19063
|
+
{
|
|
19064
|
+
"kind": "Content",
|
|
19065
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
19066
|
+
},
|
|
19067
|
+
{
|
|
19068
|
+
"kind": "Reference",
|
|
19069
|
+
"text": "FASTElementDefinition",
|
|
19070
|
+
"canonicalReference": "@microsoft/fast-element!FASTElementDefinition:class"
|
|
19071
|
+
},
|
|
19072
|
+
{
|
|
19073
|
+
"kind": "Content",
|
|
19074
|
+
"text": "<typeof "
|
|
19075
|
+
},
|
|
19076
|
+
{
|
|
19077
|
+
"kind": "Reference",
|
|
19078
|
+
"text": "Switch",
|
|
19079
|
+
"canonicalReference": "@fluentui/web-components!Switch:class"
|
|
19080
|
+
},
|
|
19081
|
+
{
|
|
19082
|
+
"kind": "Content",
|
|
19083
|
+
"text": ">"
|
|
19084
|
+
}
|
|
19085
|
+
],
|
|
19086
|
+
"isReadonly": true,
|
|
19087
|
+
"releaseTag": "Public",
|
|
19088
|
+
"name": "SwitchDefinition",
|
|
19089
|
+
"variableTypeTokenRange": {
|
|
19090
|
+
"startIndex": 1,
|
|
19091
|
+
"endIndex": 6
|
|
19092
|
+
}
|
|
19093
|
+
},
|
|
19094
19094
|
{
|
|
19095
19095
|
"kind": "TypeAlias",
|
|
19096
19096
|
"canonicalReference": "@fluentui/web-components!SwitchLabelPosition:type",
|
|
@@ -19154,7 +19154,7 @@
|
|
|
19154
19154
|
},
|
|
19155
19155
|
{
|
|
19156
19156
|
"kind": "Variable",
|
|
19157
|
-
"canonicalReference": "@fluentui/web-components!
|
|
19157
|
+
"canonicalReference": "@fluentui/web-components!SwitchStyles:var",
|
|
19158
19158
|
"docComment": "",
|
|
19159
19159
|
"excerptTokens": [
|
|
19160
19160
|
{
|
|
@@ -19173,7 +19173,7 @@
|
|
|
19173
19173
|
],
|
|
19174
19174
|
"isReadonly": true,
|
|
19175
19175
|
"releaseTag": "Public",
|
|
19176
|
-
"name": "
|
|
19176
|
+
"name": "SwitchStyles",
|
|
19177
19177
|
"variableTypeTokenRange": {
|
|
19178
19178
|
"startIndex": 1,
|
|
19179
19179
|
"endIndex": 3
|
|
@@ -19181,7 +19181,7 @@
|
|
|
19181
19181
|
},
|
|
19182
19182
|
{
|
|
19183
19183
|
"kind": "Variable",
|
|
19184
|
-
"canonicalReference": "@fluentui/web-components!
|
|
19184
|
+
"canonicalReference": "@fluentui/web-components!SwitchTemplate:var",
|
|
19185
19185
|
"docComment": "",
|
|
19186
19186
|
"excerptTokens": [
|
|
19187
19187
|
{
|
|
@@ -19209,7 +19209,7 @@
|
|
|
19209
19209
|
],
|
|
19210
19210
|
"isReadonly": true,
|
|
19211
19211
|
"releaseTag": "Public",
|
|
19212
|
-
"name": "
|
|
19212
|
+
"name": "SwitchTemplate",
|
|
19213
19213
|
"variableTypeTokenRange": {
|
|
19214
19214
|
"startIndex": 1,
|
|
19215
19215
|
"endIndex": 5
|
package/dist/web-components.d.ts
CHANGED
|
@@ -1692,15 +1692,6 @@ export declare const curveEasyEaseMax: CSSDesignToken<string>;
|
|
|
1692
1692
|
|
|
1693
1693
|
export declare const curveLinear: CSSDesignToken<string>;
|
|
1694
1694
|
|
|
1695
|
-
/**
|
|
1696
|
-
* The Fluent Switch Element.
|
|
1697
|
-
*
|
|
1698
|
-
* @public
|
|
1699
|
-
* @remarks
|
|
1700
|
-
* HTML Element: \<fluent-switch\>
|
|
1701
|
-
*/
|
|
1702
|
-
export declare const definition: FASTElementDefinition<typeof Switch>;
|
|
1703
|
-
|
|
1704
1695
|
/**
|
|
1705
1696
|
* @class Divider component
|
|
1706
1697
|
*
|
|
@@ -2549,6 +2540,15 @@ export declare class Switch extends FASTSwitch {
|
|
|
2549
2540
|
labelPosition: SwitchLabelPosition | undefined;
|
|
2550
2541
|
}
|
|
2551
2542
|
|
|
2543
|
+
/**
|
|
2544
|
+
* The Fluent Switch Element.
|
|
2545
|
+
*
|
|
2546
|
+
* @public
|
|
2547
|
+
* @remarks
|
|
2548
|
+
* HTML Element: \<fluent-switch\>
|
|
2549
|
+
*/
|
|
2550
|
+
export declare const SwitchDefinition: FASTElementDefinition<typeof Switch>;
|
|
2551
|
+
|
|
2552
2552
|
/**
|
|
2553
2553
|
* SwitchLabelPosition Constants
|
|
2554
2554
|
* @public
|
|
@@ -2565,9 +2565,9 @@ export declare const SwitchLabelPosition: {
|
|
|
2565
2565
|
*/
|
|
2566
2566
|
export declare type SwitchLabelPosition = ValuesOf<typeof SwitchLabelPosition>;
|
|
2567
2567
|
|
|
2568
|
-
export declare const
|
|
2568
|
+
export declare const SwitchStyles: ElementStyles;
|
|
2569
2569
|
|
|
2570
|
-
export declare const
|
|
2570
|
+
export declare const SwitchTemplate: ElementViewTemplate<Switch>;
|
|
2571
2571
|
|
|
2572
2572
|
/**
|
|
2573
2573
|
* Tab extends the FASTTab and is a child of the TabList
|
package/dist/web-components.js
CHANGED
|
@@ -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, SwitchLabelPosition, 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, definition$5 as definition, 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, styles$5 as switchStyles, template$5 as switchTemplate };
|
|
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 };
|
|
@@ -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,op as SwitchLabelPosition,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,ap as definition,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,ip as switchStyles,rp as switchTemplate};
|
|
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};
|
package/docs/api-report.md
CHANGED
|
@@ -1508,9 +1508,6 @@ export const curveEasyEaseMax: CSSDesignToken<string>;
|
|
|
1508
1508
|
// @public (undocumented)
|
|
1509
1509
|
export const curveLinear: CSSDesignToken<string>;
|
|
1510
1510
|
|
|
1511
|
-
// @public
|
|
1512
|
-
export const definition: FASTElementDefinition<typeof Switch>;
|
|
1513
|
-
|
|
1514
1511
|
// @public
|
|
1515
1512
|
export class Divider extends FASTDivider {
|
|
1516
1513
|
alignContent?: DividerAlignContent;
|
|
@@ -2057,6 +2054,9 @@ export class Switch extends FASTSwitch {
|
|
|
2057
2054
|
labelPosition: SwitchLabelPosition | undefined;
|
|
2058
2055
|
}
|
|
2059
2056
|
|
|
2057
|
+
// @public
|
|
2058
|
+
export const SwitchDefinition: FASTElementDefinition<typeof Switch>;
|
|
2059
|
+
|
|
2060
2060
|
// @public
|
|
2061
2061
|
export const SwitchLabelPosition: {
|
|
2062
2062
|
readonly above: "above";
|
|
@@ -2068,10 +2068,10 @@ export const SwitchLabelPosition: {
|
|
|
2068
2068
|
export type SwitchLabelPosition = ValuesOf<typeof SwitchLabelPosition>;
|
|
2069
2069
|
|
|
2070
2070
|
// @public (undocumented)
|
|
2071
|
-
export const
|
|
2071
|
+
export const SwitchStyles: ElementStyles;
|
|
2072
2072
|
|
|
2073
2073
|
// @public (undocumented)
|
|
2074
|
-
export const
|
|
2074
|
+
export const SwitchTemplate: ElementViewTemplate<Switch>;
|
|
2075
2075
|
|
|
2076
2076
|
// @public
|
|
2077
2077
|
export class Tab extends FASTTab {
|
package/package.json
CHANGED