@fluentui/web-components 3.0.0-beta.14 → 3.0.0-beta.15
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/accordion/index.d.ts +2 -1
- package/dist/dts/accordion-item/index.d.ts +2 -2
- package/dist/dts/anchor-button/index.d.ts +2 -2
- package/dist/dts/avatar/index.d.ts +2 -2
- package/dist/dts/badge/index.d.ts +2 -2
- package/dist/dts/button/index.d.ts +2 -2
- package/dist/dts/checkbox/index.d.ts +2 -2
- package/dist/dts/compound-button/index.d.ts +2 -2
- package/dist/dts/counter-badge/index.d.ts +2 -2
- package/dist/dts/dialog/index.d.ts +2 -1
- package/dist/dts/divider/index.d.ts +2 -2
- package/dist/dts/image/index.d.ts +2 -2
- package/dist/dts/index-rollup.d.ts +35 -1
- package/dist/dts/index.d.ts +35 -34
- package/dist/dts/label/index.d.ts +2 -1
- package/dist/dts/menu/index.d.ts +1 -1
- package/dist/dts/menu-button/index.d.ts +2 -2
- package/dist/dts/menu-button/menu-button.options.d.ts +1 -1
- package/dist/dts/menu-item/index.d.ts +2 -1
- package/dist/dts/menu-list/index.d.ts +1 -1
- package/dist/dts/progress-bar/index.d.ts +2 -2
- package/dist/dts/radio/index.d.ts +1 -1
- package/dist/dts/radio-group/index.d.ts +2 -1
- package/dist/dts/slider/index.d.ts +2 -2
- package/dist/dts/spinner/index.d.ts +2 -2
- package/dist/dts/spinner/spinner.d.ts +10 -2
- package/dist/dts/spinner/spinner.template.d.ts +2 -3
- package/dist/dts/switch/index.d.ts +2 -2
- package/dist/dts/tab/index.d.ts +1 -1
- package/dist/dts/tab-panel/index.d.ts +1 -1
- package/dist/dts/tabs/index.d.ts +2 -2
- package/dist/dts/text/index.d.ts +2 -2
- package/dist/dts/text-input/index.d.ts +2 -2
- package/dist/dts/text-input/text-input.d.ts +4 -4
- package/dist/dts/text-input/text-input.options.d.ts +7 -7
- package/dist/dts/text-input/text-input.template.d.ts +2 -2
- package/dist/dts/toggle-button/index.d.ts +2 -2
- package/dist/esm/accordion/index.js +2 -1
- package/dist/esm/accordion/index.js.map +1 -1
- package/dist/esm/accordion-item/index.js +2 -2
- package/dist/esm/accordion-item/index.js.map +1 -1
- package/dist/esm/anchor-button/index.js +2 -2
- package/dist/esm/anchor-button/index.js.map +1 -1
- package/dist/esm/avatar/index.js +2 -2
- package/dist/esm/avatar/index.js.map +1 -1
- package/dist/esm/badge/index.js +2 -2
- package/dist/esm/badge/index.js.map +1 -1
- package/dist/esm/button/index.js +2 -2
- package/dist/esm/button/index.js.map +1 -1
- package/dist/esm/checkbox/index.js +2 -2
- package/dist/esm/checkbox/index.js.map +1 -1
- package/dist/esm/compound-button/index.js +2 -2
- package/dist/esm/compound-button/index.js.map +1 -1
- package/dist/esm/counter-badge/index.js +2 -2
- package/dist/esm/counter-badge/index.js.map +1 -1
- package/dist/esm/dialog/index.js +2 -1
- package/dist/esm/dialog/index.js.map +1 -1
- package/dist/esm/divider/index.js +2 -2
- package/dist/esm/divider/index.js.map +1 -1
- package/dist/esm/image/index.js +2 -2
- package/dist/esm/image/index.js.map +1 -1
- package/dist/esm/index-rollup.js +35 -1
- package/dist/esm/index-rollup.js.map +1 -1
- package/dist/esm/index.js +35 -34
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/label/index.js +2 -1
- package/dist/esm/label/index.js.map +1 -1
- package/dist/esm/menu/index.js +1 -1
- package/dist/esm/menu/index.js.map +1 -1
- package/dist/esm/menu-button/index.js +2 -2
- package/dist/esm/menu-button/index.js.map +1 -1
- package/dist/esm/menu-item/index.js +2 -1
- package/dist/esm/menu-item/index.js.map +1 -1
- package/dist/esm/menu-list/index.js +1 -1
- package/dist/esm/menu-list/index.js.map +1 -1
- package/dist/esm/progress-bar/index.js +2 -2
- package/dist/esm/progress-bar/index.js.map +1 -1
- package/dist/esm/radio/index.js +1 -1
- package/dist/esm/radio/index.js.map +1 -1
- package/dist/esm/radio-group/index.js +2 -1
- package/dist/esm/radio-group/index.js.map +1 -1
- package/dist/esm/slider/index.js +2 -2
- package/dist/esm/slider/index.js.map +1 -1
- package/dist/esm/spinner/index.js +2 -2
- package/dist/esm/spinner/index.js.map +1 -1
- package/dist/esm/spinner/spinner.js +2 -2
- package/dist/esm/spinner/spinner.js.map +1 -1
- package/dist/esm/spinner/spinner.template.js.map +1 -1
- package/dist/esm/switch/index.js +2 -2
- package/dist/esm/switch/index.js.map +1 -1
- package/dist/esm/tab/index.js +1 -1
- package/dist/esm/tab/index.js.map +1 -1
- package/dist/esm/tab-panel/index.js +1 -1
- package/dist/esm/tab-panel/index.js.map +1 -1
- package/dist/esm/tabs/index.js +2 -2
- package/dist/esm/tabs/index.js.map +1 -1
- package/dist/esm/text/index.js +2 -2
- package/dist/esm/text/index.js.map +1 -1
- package/dist/esm/text-input/index.js +2 -2
- package/dist/esm/text-input/index.js.map +1 -1
- package/dist/esm/text-input/text-input.js +3 -3
- package/dist/esm/text-input/text-input.options.js +6 -6
- package/dist/esm/toggle-button/index.js +2 -2
- package/dist/esm/toggle-button/index.js.map +1 -1
- package/dist/fluent-web-components.api.json +548 -565
- package/dist/storybook/iframe.html +1 -1
- package/dist/storybook/main.6c75b8cb.iframe.bundle.js +2 -0
- package/dist/storybook/project.json +1 -1
- package/dist/web-components.d.ts +67 -96
- package/dist/web-components.js +105 -103
- package/dist/web-components.min.js +210 -210
- package/docs/api-report.md +85 -94
- package/package.json +1 -1
- package/dist/dts/progress-ring/progress-ring.d.ts +0 -15
- package/dist/dts/progress-ring/progress-ring.options.d.ts +0 -9
- package/dist/esm/progress-ring/progress-ring.js +0 -16
- package/dist/esm/progress-ring/progress-ring.js.map +0 -1
- package/dist/esm/progress-ring/progress-ring.options.js +0 -2
- package/dist/esm/progress-ring/progress-ring.options.js.map +0 -1
- package/dist/storybook/main.79d2477b.iframe.bundle.js +0 -2
- /package/dist/storybook/{main.79d2477b.iframe.bundle.js.LICENSE.txt → main.6c75b8cb.iframe.bundle.js.LICENSE.txt} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @fluentui/web-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 01 May 2024 04:09:00 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [3.0.0-beta.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.15)
|
|
8
|
+
|
|
9
|
+
Wed, 01 May 2024 04:09:00 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.14..@fluentui/web-components_v3.0.0-beta.15)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- fix(web-components): remove all barrell exports with exception of design tokens ([PR #31069](https://github.com/microsoft/fluentui/pull/31069) by =)
|
|
15
|
+
|
|
7
16
|
## [3.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.14)
|
|
8
17
|
|
|
9
|
-
Fri, 26 Apr 2024 04:07:
|
|
18
|
+
Fri, 26 Apr 2024 04:07:24 GMT
|
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.13..@fluentui/web-components_v3.0.0-beta.14)
|
|
11
20
|
|
|
12
21
|
### Changes
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { Accordion } from './accordion.js';
|
|
2
|
+
export { AccordionExpandMode } from './accordion.options.js';
|
|
2
3
|
export { template as accordionTemplate } from './accordion.template.js';
|
|
3
4
|
export { styles as accordionStyles } from './accordion.styles.js';
|
|
4
5
|
export { definition as accordionDefinition } from './accordion.definition.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { AccordionItem, AccordionItemOptions } from './accordion-item.js';
|
|
2
|
+
export { AccordionItemSize, AccordionItemExpandIconPosition } from './accordion-item.options.js';
|
|
3
3
|
export { styles as accordionItemStyles } from './accordion-item.styles.js';
|
|
4
4
|
export { definition as accordionItemDefinition } from './accordion-item.definition.js';
|
|
5
5
|
export { template as accordionItemTemplate } from './accordion-item.template.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { AnchorButton } from './anchor-button.js';
|
|
2
|
+
export { AnchorButtonOptions, AnchorButtonAppearance, AnchorButtonShape, AnchorButtonSize, AnchorTarget, } from './anchor-button.options.js';
|
|
3
3
|
export { template as AnchorButtonTemplate } from './anchor-button.template.js';
|
|
4
4
|
export { definition as AnchorButtonDefinition } from './anchor-button.definition.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { Avatar } from './avatar.js';
|
|
2
|
+
export { AvatarActive, AvatarAppearance, AvatarColor, AvatarNamedColor, AvatarShape, AvatarSize, } from './avatar.options.js';
|
|
3
3
|
export { template as AvatarTemplate } from './avatar.template.js';
|
|
4
4
|
export { styles as AvatarStyles } from './avatar.styles.js';
|
|
5
5
|
export { definition as AvatarDefinition } from './avatar.definition.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { Badge } from './badge.js';
|
|
2
|
+
export { BadgeAppearance, BadgeColor, BadgeShape, BadgeSize } from './badge.options.js';
|
|
3
3
|
export { template as BadgeTemplate } from './badge.template.js';
|
|
4
4
|
export { styles as BadgeStyles } from './badge.styles.js';
|
|
5
5
|
export { definition as BadgeDefinition } from './badge.definition.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { Button } from './button.js';
|
|
2
|
+
export { ButtonAppearance, ButtonFormTarget, ButtonShape, ButtonSize, ButtonType, ButtonOptions, } from './button.options.js';
|
|
3
3
|
export { template as ButtonTemplate } from './button.template.js';
|
|
4
4
|
export { styles as ButtonStyles } from './button.styles.js';
|
|
5
5
|
export { definition as ButtonDefinition } from './button.definition.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { Checkbox, CheckboxOptions } from './checkbox.js';
|
|
2
|
+
export { CheckboxLabelPosition, CheckboxShape, CheckboxSize } from './checkbox.options.js';
|
|
3
3
|
export { definition as CheckboxDefinition } from './checkbox.definition.js';
|
|
4
4
|
export { template as CheckboxTemplate } from './checkbox.template.js';
|
|
5
5
|
export { styles as CheckboxStyles } from './checkbox.styles.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { CompoundButton } from './compound-button.js';
|
|
2
|
+
export { CompoundButtonAppearance, CompoundButtonShape, CompoundButtonSize } from './compound-button.options.js';
|
|
3
3
|
export { template as CompoundButtonTemplate } from './compound-button.template.js';
|
|
4
4
|
export { styles as CompoundButtonStyles } from './compound-button.styles.js';
|
|
5
5
|
export { definition as CompoundButtonDefinition } from './compound-button.definition.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { CounterBadge } from './counter-badge.js';
|
|
2
|
+
export { CounterBadgeAppearance, CounterBadgeColor, CounterBadgeShape, CounterBadgeSize, } from './counter-badge.options.js';
|
|
3
3
|
export { template as CounterBadgeTemplate } from './counter-badge.template.js';
|
|
4
4
|
export { styles as CounterBadgeStyles } from './counter-badge.styles.js';
|
|
5
5
|
export { definition as CounterBadgeDefinition } from './counter-badge.definition.js';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { Dialog } from './dialog.js';
|
|
2
|
+
export { DialogModalType } from './dialog.options.js';
|
|
2
3
|
export { definition as DialogDefinition } from './dialog.definition.js';
|
|
3
4
|
export { template as DialogTemplate } from './dialog.template.js';
|
|
4
5
|
export { styles as DialogStyles } from './dialog.styles.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { Divider } from './divider.js';
|
|
2
|
+
export { DividerAlignContent, DividerAppearance, DividerOrientation, DividerRole } from './divider.options.js';
|
|
3
3
|
export { definition as DividerDefinition } from './divider.definition.js';
|
|
4
4
|
export { template as DividerTemplate } from './divider.template.js';
|
|
5
5
|
export { styles as DividerStyles } from './divider.styles.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { Image } from './image.js';
|
|
2
|
+
export { ImageFit, ImageShape } from './image.options.js';
|
|
3
3
|
export { definition as ImageDefinition } from './image.definition.js';
|
|
4
4
|
export { template as ImageTemplate } from './image.template.js';
|
|
5
5
|
export { styles as ImageStyles } from './image.styles.js';
|
|
@@ -1 +1,35 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { Accordion, AccordionExpandMode, accordionTemplate, accordionStyles, accordionDefinition, } from './accordion/index.js';
|
|
2
|
+
export { AccordionItem, AccordionItemSize, AccordionItemExpandIconPosition, accordionItemTemplate, accordionItemStyles, accordionItemDefinition, } from './accordion-item/index.js';
|
|
3
|
+
export { AnchorButton, AnchorButtonAppearance, AnchorButtonShape, AnchorButtonSize, AnchorTarget, AnchorButtonTemplate, AnchorButtonDefinition, } from './anchor-button/index.js';
|
|
4
|
+
export { Avatar, AvatarActive, AvatarAppearance, AvatarColor, AvatarNamedColor, AvatarShape, AvatarSize, AvatarTemplate, AvatarStyles, AvatarDefinition, } from './avatar/index.js';
|
|
5
|
+
export { Badge, BadgeAppearance, BadgeColor, BadgeShape, BadgeSize, BadgeTemplate, BadgeStyles, BadgeDefinition, } from './badge/index.js';
|
|
6
|
+
export { Button, ButtonAppearance, ButtonShape, ButtonSize, ButtonType, ButtonTemplate, ButtonStyles, ButtonDefinition, } from './button/index.js';
|
|
7
|
+
export { Checkbox, CheckboxLabelPosition, CheckboxShape, CheckboxSize, CheckboxDefinition, CheckboxTemplate, CheckboxStyles, } from './checkbox/index.js';
|
|
8
|
+
export { CompoundButton, CompoundButtonAppearance, CompoundButtonShape, CompoundButtonSize, CompoundButtonTemplate, CompoundButtonStyles, CompoundButtonDefinition, } from './compound-button/index.js';
|
|
9
|
+
export { CounterBadge, CounterBadgeAppearance, CounterBadgeColor, CounterBadgeShape, CounterBadgeSize, CounterBadgeTemplate, CounterBadgeStyles, CounterBadgeDefinition, } from './counter-badge/index.js';
|
|
10
|
+
export { Dialog, DialogModalType, DialogDefinition, DialogTemplate, DialogStyles } from './dialog/index.js';
|
|
11
|
+
export { Divider, DividerAlignContent, DividerAppearance, DividerOrientation, DividerRole, DividerDefinition, DividerTemplate, DividerStyles, } from './divider/index.js';
|
|
12
|
+
export { Image, ImageFit, ImageShape, ImageDefinition, ImageTemplate, ImageStyles } from './image/index.js';
|
|
13
|
+
export { Label, LabelSize, LabelWeight, LabelDefinition, LabelStyles, LabelTemplate } from './label/index.js';
|
|
14
|
+
export { Menu, MenuTemplate, MenuStyles, MenuDefinition } from './menu/index.js';
|
|
15
|
+
export { MenuButton, MenuButtonAppearance, MenuButtonShape, MenuButtonSize, MenuButtonTemplate, MenuButtonStyles, MenuButtonDefinition, } from './menu-button/index.js';
|
|
16
|
+
export { MenuItem, MenuItemRole, roleForMenuItem, MenuItemTemplate, MenuItemStyles, MenuItemDefinition, } from './menu-item/index.js';
|
|
17
|
+
export { MenuList, MenuListTemplate, MenuListStyles, MenuListDefinition } from './menu-list/index.js';
|
|
18
|
+
export { ProgressBar, ProgressBarShape, ProgressBarThickness, ProgressBarValidationState, ProgressBarDefinition, ProgressBarStyles, ProgressBarTemplate, } from './progress-bar/index.js';
|
|
19
|
+
export { Radio, RadioDefinition, RadioStyles, RadioTemplate } from './radio/index.js';
|
|
20
|
+
export { RadioGroup, RadioGroupOrientation, RadioGroupDefinition, RadioGroupStyles, RadioGroupTemplate, } from './radio-group/index.js';
|
|
21
|
+
export { Slider, SliderMode, SliderOrientation, SliderSize, SliderDefinition, SliderStyles, SliderTemplate, } from './slider/index.js';
|
|
22
|
+
export { Spinner, SpinnerAppearance, SpinnerSize, SpinnerTemplate, SpinnerStyles, SpinnerDefinition, } from './spinner/index.js';
|
|
23
|
+
export { Switch, SwitchLabelPosition, SwitchDefinition, SwitchStyles, SwitchTemplate } from './switch/index.js';
|
|
24
|
+
export { Tab, TabTemplate, TabStyles, TabDefinition } from './tab/index.js';
|
|
25
|
+
export { TabPanel, TabPanelTemplate, TabPanelStyles, TabPanelDefinition } from './tab-panel/index.js';
|
|
26
|
+
export { Tabs, TabsAppearance, TabsOrientation, TabsSize, TabsTemplate, TabsStyles, TabsDefinition, } from './tabs/index.js';
|
|
27
|
+
export { Text, TextAlign, TextFont, TextSize, TextWeight, TextTemplate, TextStyles, TextDefinition, } from './text/index.js';
|
|
28
|
+
export { TextInput, TextInputType, TextInputAppearance, TextInputControlSize, TextInputTemplate, TextInputStyles, TextInputDefinition, } from './text-input/index.js';
|
|
29
|
+
export { ToggleButton, ToggleButtonAppearance, ToggleButtonShape, ToggleButtonSize, ToggleButtonTemplate, ToggleButtonStyles, ToggleButtonDefinition, } from './toggle-button/index.js';
|
|
30
|
+
export { getDirection } from './utils/direction.js';
|
|
31
|
+
export { display } from './utils/display.js';
|
|
32
|
+
export { forcedColorsStylesheetBehavior, darkModeStylesheetBehavior, lightModeStylesheetBehavior, } from './utils/behaviors/match-media-stylesheet-behavior.js';
|
|
33
|
+
export { FluentDesignSystem } from './fluent-design-system.js';
|
|
34
|
+
export { setTheme, setThemeFor } from './theme/index.js';
|
|
35
|
+
export * from './theme/design-tokens.js';
|
package/dist/dts/index.d.ts
CHANGED
|
@@ -1,35 +1,36 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
25
|
-
export
|
|
26
|
-
export
|
|
27
|
-
export
|
|
28
|
-
export
|
|
29
|
-
export
|
|
30
|
-
export * from './fluent-design-system.js';
|
|
31
|
-
export * from './theme/index.js';
|
|
1
|
+
export { Accordion, AccordionExpandMode, accordionTemplate, accordionStyles, accordionDefinition, } from './accordion/index.js';
|
|
2
|
+
export { AccordionItem, AccordionItemOptions, AccordionItemSize, AccordionItemExpandIconPosition, accordionItemTemplate, accordionItemStyles, accordionItemDefinition, } from './accordion-item/index.js';
|
|
3
|
+
export { AnchorButton, AnchorButtonOptions, AnchorButtonAppearance, AnchorButtonShape, AnchorButtonSize, AnchorTarget, AnchorButtonTemplate, AnchorButtonDefinition, } from './anchor-button/index.js';
|
|
4
|
+
export { Avatar, AvatarActive, AvatarAppearance, AvatarColor, AvatarNamedColor, AvatarShape, AvatarSize, AvatarTemplate, AvatarStyles, AvatarDefinition, } from './avatar/index.js';
|
|
5
|
+
export { Badge, BadgeAppearance, BadgeColor, BadgeShape, BadgeSize, BadgeTemplate, BadgeStyles, BadgeDefinition, } from './badge/index.js';
|
|
6
|
+
export { Button, ButtonAppearance, ButtonFormTarget, ButtonShape, ButtonSize, ButtonType, ButtonOptions, ButtonTemplate, ButtonStyles, ButtonDefinition, } from './button/index.js';
|
|
7
|
+
export { Checkbox, CheckboxOptions, CheckboxLabelPosition, CheckboxShape, CheckboxSize, CheckboxDefinition, CheckboxTemplate, CheckboxStyles, } from './checkbox/index.js';
|
|
8
|
+
export { CompoundButton, CompoundButtonAppearance, CompoundButtonShape, CompoundButtonSize, CompoundButtonTemplate, CompoundButtonStyles, CompoundButtonDefinition, } from './compound-button/index.js';
|
|
9
|
+
export { CounterBadge, CounterBadgeAppearance, CounterBadgeColor, CounterBadgeShape, CounterBadgeSize, CounterBadgeTemplate, CounterBadgeStyles, CounterBadgeDefinition, } from './counter-badge/index.js';
|
|
10
|
+
export { Dialog, DialogModalType, DialogDefinition, DialogTemplate, DialogStyles } from './dialog/index.js';
|
|
11
|
+
export { Divider, DividerAlignContent, DividerAppearance, DividerOrientation, DividerRole, DividerDefinition, DividerTemplate, DividerStyles, } from './divider/index.js';
|
|
12
|
+
export { Image, ImageFit, ImageShape, ImageDefinition, ImageTemplate, ImageStyles } from './image/index.js';
|
|
13
|
+
export { Label, LabelSize, LabelWeight, LabelDefinition, LabelStyles, LabelTemplate } from './label/index.js';
|
|
14
|
+
export { Menu, MenuTemplate, MenuStyles, MenuDefinition } from './menu/index.js';
|
|
15
|
+
export { MenuButton, MenuButtonAppearance, MenuButtonShape, MenuButtonSize, MenuButtonOptions, MenuButtonTemplate, MenuButtonStyles, MenuButtonDefinition, } from './menu-button/index.js';
|
|
16
|
+
export { MenuItem, MenuItemColumnCount, MenuItemOptions, MenuItemRole, roleForMenuItem, MenuItemTemplate, MenuItemStyles, MenuItemDefinition, } from './menu-item/index.js';
|
|
17
|
+
export { MenuList, MenuListTemplate, MenuListStyles, MenuListDefinition } from './menu-list/index.js';
|
|
18
|
+
export { ProgressBar, ProgressOptions, ProgressBarShape, ProgressBarThickness, ProgressBarValidationState, ProgressBarDefinition, ProgressBarStyles, ProgressBarTemplate, } from './progress-bar/index.js';
|
|
19
|
+
export { Radio, RadioControl, RadioOptions, RadioDefinition, RadioStyles, RadioTemplate } from './radio/index.js';
|
|
20
|
+
export { RadioGroup, RadioGroupOrientation, RadioGroupDefinition, RadioGroupStyles, RadioGroupTemplate, } from './radio-group/index.js';
|
|
21
|
+
export { Slider, SliderConfiguration, SliderMode, SliderOptions, SliderOrientation, SliderSize, SliderDefinition, SliderStyles, SliderTemplate, } from './slider/index.js';
|
|
22
|
+
export { Spinner, SpinnerAppearance, SpinnerSize, SpinnerOptions, SpinnerTemplate, SpinnerStyles, SpinnerDefinition, } from './spinner/index.js';
|
|
23
|
+
export { Switch, SwitchOptions, SwitchLabelPosition, SwitchDefinition, SwitchStyles, SwitchTemplate, } from './switch/index.js';
|
|
24
|
+
export { Tab, TabOptions, TabTemplate, TabStyles, TabDefinition } from './tab/index.js';
|
|
25
|
+
export { TabPanel, TabPanelTemplate, TabPanelStyles, TabPanelDefinition } from './tab-panel/index.js';
|
|
26
|
+
export { Tabs, TabsAppearance, TabsOptions, TabsOrientation, TabsSize, TabsTemplate, TabsStyles, TabsDefinition, } from './tabs/index.js';
|
|
27
|
+
export { Text, TextAlign, TextFont, TextSize, TextWeight, TextTemplate, TextStyles, TextDefinition, } from './text/index.js';
|
|
28
|
+
export { TextInputOptions, TextInput, TextInputType, TextInputAppearance, TextInputControlSize, TextInputTemplate, TextInputStyles, TextInputDefinition, } from './text-input/index.js';
|
|
29
|
+
export { ToggleButton, ToggleButtonAppearance, ToggleButtonOptions, ToggleButtonShape, ToggleButtonSize, ToggleButtonTemplate, ToggleButtonStyles, ToggleButtonDefinition, } from './toggle-button/index.js';
|
|
32
30
|
export { typographyBody1Styles, typographyBody1StrongStyles, typographyBody1StrongerStyles, typographyBody2Styles, typographyCaption1StrongStyles, typographyCaption1StrongerStyles, typographyCaption1Styles, typographyCaption2StrongStyles, typographyCaption2Styles, typographyDisplayStyles, typographyLargeTitleStyles, typographySubtitle1Styles, typographySubtitle2StrongerStyles, typographySubtitle2Styles, typographyTitle1Styles, typographyTitle2Styles, typographyTitle3Styles, } from './styles/partials/typography.partials.js';
|
|
33
|
-
export
|
|
34
|
-
export
|
|
35
|
-
export
|
|
31
|
+
export { getDirection } from './utils/direction.js';
|
|
32
|
+
export { display } from './utils/display.js';
|
|
33
|
+
export { forcedColorsStylesheetBehavior, MatchMediaBehavior, MatchMediaStyleSheetBehavior, MediaQueryListListener, darkModeStylesheetBehavior, lightModeStylesheetBehavior, } from './utils/behaviors/match-media-stylesheet-behavior.js';
|
|
34
|
+
export { FluentDesignSystem } from './fluent-design-system.js';
|
|
35
|
+
export { setTheme, setThemeFor } from './theme/index.js';
|
|
36
|
+
export * from './theme/design-tokens.js';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { Label } from './label.js';
|
|
2
|
+
export { LabelSize, LabelWeight } from './label.options.js';
|
|
2
3
|
export { definition as LabelDefinition } from './label.definition.js';
|
|
3
4
|
export { styles as LabelStyles } from './label.styles.js';
|
|
4
5
|
export { template as LabelTemplate } from './label.template.js';
|
package/dist/dts/menu/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { MenuButton } from './menu-button.js';
|
|
2
|
+
export { MenuButtonAppearance, MenuButtonShape, MenuButtonSize, MenuButtonOptions } from './menu-button.options.js';
|
|
3
3
|
export { template as MenuButtonTemplate } from './menu-button.template.js';
|
|
4
4
|
export { styles as MenuButtonStyles } from '../button/button.styles.js';
|
|
5
5
|
export { definition as MenuButtonDefinition } from './menu-button.definition.js';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { MenuItem, MenuItemColumnCount, MenuItemOptions } from './menu-item.js';
|
|
2
|
+
export { MenuItemRole, roleForMenuItem } from './menu-item.options.js';
|
|
2
3
|
export { template as MenuItemTemplate } from './menu-item.template.js';
|
|
3
4
|
export { styles as MenuItemStyles } from './menu-item.styles.js';
|
|
4
5
|
export { definition as MenuItemDefinition } from './menu-item.definition.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { MenuList } from './menu-list.js';
|
|
2
2
|
export { template as MenuListTemplate } from './menu-list.template.js';
|
|
3
3
|
export { styles as MenuListStyles } from './menu-list.styles.js';
|
|
4
4
|
export { definition as MenuListDefinition } from './menu-list.definition.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { ProgressBar } from './progress-bar.js';
|
|
2
|
+
export { ProgressOptions, ProgressBarShape, ProgressBarThickness, ProgressBarValidationState, } from './progress-bar.options.js';
|
|
3
3
|
export { definition as ProgressBarDefinition } from './progress-bar.definition.js';
|
|
4
4
|
export { styles as ProgressBarStyles } from './progress-bar.styles.js';
|
|
5
5
|
export { template as ProgressBarTemplate } from './progress-bar.template.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { Radio, RadioControl, RadioOptions } from './radio.js';
|
|
2
2
|
export { definition as RadioDefinition } from './radio.definition.js';
|
|
3
3
|
export { styles as RadioStyles } from './radio.styles.js';
|
|
4
4
|
export { template as RadioTemplate } from './radio.template.js';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { RadioGroup } from './radio-group.js';
|
|
2
|
+
export { RadioGroupOrientation } from './radio-group.options.js';
|
|
2
3
|
export { definition as RadioGroupDefinition } from './radio-group.definition.js';
|
|
3
4
|
export { styles as RadioGroupStyles } from './radio-group.styles.js';
|
|
4
5
|
export { template as RadioGroupTemplate } from './radio-group.template.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { Slider } from './slider.js';
|
|
2
|
+
export { SliderConfiguration, SliderMode, SliderOptions, SliderOrientation, SliderSize } from './slider.options.js';
|
|
3
3
|
export { definition as SliderDefinition } from './slider.definition.js';
|
|
4
4
|
export { styles as SliderStyles } from './slider.styles.js';
|
|
5
5
|
export { template as SliderTemplate } from './slider.template.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { Spinner, SpinnerOptions } from './spinner.js';
|
|
2
|
+
export { SpinnerAppearance, SpinnerSize } from './spinner.options.js';
|
|
3
3
|
export { template as SpinnerTemplate } from './spinner.template.js';
|
|
4
4
|
export { styles as SpinnerStyles } from './spinner.styles.js';
|
|
5
5
|
export { definition as SpinnerDefinition } from './spinner.definition.js';
|
|
@@ -1,10 +1,18 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseProgress } from '../progress-bar/base-progress.js';
|
|
2
|
+
import { StaticallyComposableHTML } from '../utils/template-helpers.js';
|
|
2
3
|
import type { SpinnerAppearance, SpinnerSize } from './spinner.options.js';
|
|
4
|
+
/**
|
|
5
|
+
* Progress configuration options
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export declare type SpinnerOptions = {
|
|
9
|
+
indeterminateIndicator?: StaticallyComposableHTML<Spinner>;
|
|
10
|
+
};
|
|
3
11
|
/**
|
|
4
12
|
* The base class used for constructing a fluent-spinner custom element
|
|
5
13
|
* @public
|
|
6
14
|
*/
|
|
7
|
-
export declare class Spinner extends
|
|
15
|
+
export declare class Spinner extends BaseProgress {
|
|
8
16
|
/**
|
|
9
17
|
* The size of the spinner
|
|
10
18
|
*
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import type { ElementViewTemplate } from '@microsoft/fast-element';
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
export declare function progressRingTemplate<T extends Spinner>(options?: ProgressRingOptions): ElementViewTemplate<T>;
|
|
2
|
+
import { Spinner, SpinnerOptions } from './spinner.js';
|
|
3
|
+
export declare function progressRingTemplate<T extends Spinner>(options?: SpinnerOptions): ElementViewTemplate<T>;
|
|
5
4
|
export declare const template: ElementViewTemplate<Spinner>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { Switch, SwitchOptions } from './switch.js';
|
|
2
|
+
export { SwitchLabelPosition } from './switch.options.js';
|
|
3
3
|
export { definition as SwitchDefinition } from './switch.definition.js';
|
|
4
4
|
export { styles as SwitchStyles } from './switch.styles.js';
|
|
5
5
|
export { template as SwitchTemplate } from './switch.template.js';
|
package/dist/dts/tab/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { TabPanel } from './tab-panel.js';
|
|
2
2
|
export { template as TabPanelTemplate } from './tab-panel.template.js';
|
|
3
3
|
export { styles as TabPanelStyles } from './tab-panel.styles.js';
|
|
4
4
|
export { definition as TabPanelDefinition } from './tab-panel.definition.js';
|
package/dist/dts/tabs/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { Tabs } from './tabs.js';
|
|
2
|
+
export { TabsAppearance, TabsOptions, TabsOrientation, TabsSize } from './tabs.options.js';
|
|
3
3
|
export { template as TabsTemplate } from './tabs.template.js';
|
|
4
4
|
export { styles as TabsStyles } from './tabs.styles.js';
|
|
5
5
|
export { definition as TabsDefinition } from './tabs.definition.js';
|
package/dist/dts/text/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { Text } from './text.js';
|
|
2
|
+
export { TextAlign, TextFont, TextSize, TextWeight } from './text.options.js';
|
|
3
3
|
export { template as TextTemplate } from './text.template.js';
|
|
4
4
|
export { styles as TextStyles } from './text.styles.js';
|
|
5
5
|
export { definition as TextDefinition } from './text.definition.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { TextInputOptions, TextInput } from './text-input.js';
|
|
2
|
+
export { TextInputType, TextInputAppearance, TextInputControlSize } from './text-input.options.js';
|
|
3
3
|
export { template as TextInputTemplate } from './text-input.template.js';
|
|
4
4
|
export { styles as TextInputStyles } from './text-input.styles.js';
|
|
5
5
|
export { definition as TextInputDefinition } from './text-input.definition.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ARIAGlobalStatesAndProperties, StartEnd, StartEndOptions } from '../patterns/index.js';
|
|
2
2
|
import { TextInputAppearance, TextInputControlSize } from './text-input.options.js';
|
|
3
|
-
import {
|
|
3
|
+
import { TextInputType } from './text-input.options.js';
|
|
4
4
|
import { FormAssociatedTextField } from './text-field.form-associated.js';
|
|
5
|
-
export {
|
|
6
|
-
export declare type
|
|
5
|
+
export { TextInputType };
|
|
6
|
+
export declare type TextInputOptions = StartEndOptions<TextInput>;
|
|
7
7
|
export declare class TextInput extends FormAssociatedTextField {
|
|
8
8
|
/**
|
|
9
9
|
* Defines TextInput control size
|
|
@@ -54,7 +54,7 @@ export declare class TextInput extends FormAssociatedTextField {
|
|
|
54
54
|
* @remarks
|
|
55
55
|
* HTML Attribute: type
|
|
56
56
|
*/
|
|
57
|
-
type:
|
|
57
|
+
type: TextInputType;
|
|
58
58
|
private typeChanged;
|
|
59
59
|
/**
|
|
60
60
|
* Allows associating a {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist} to the element by {@link https://developer.mozilla.org/en-US/docs/Web/API/Element/id}.
|
|
@@ -32,25 +32,25 @@ export declare type TextInputAppearance = ValuesOf<typeof TextInputAppearance>;
|
|
|
32
32
|
* Text field sub-types
|
|
33
33
|
* @public
|
|
34
34
|
*/
|
|
35
|
-
export declare const
|
|
35
|
+
export declare const TextInputType: {
|
|
36
36
|
/**
|
|
37
|
-
* An email
|
|
37
|
+
* An email TextInput
|
|
38
38
|
*/
|
|
39
39
|
readonly email: "email";
|
|
40
40
|
/**
|
|
41
|
-
* A password
|
|
41
|
+
* A password TextInput
|
|
42
42
|
*/
|
|
43
43
|
readonly password: "password";
|
|
44
44
|
/**
|
|
45
|
-
* A telephone
|
|
45
|
+
* A telephone TextInput
|
|
46
46
|
*/
|
|
47
47
|
readonly tel: "tel";
|
|
48
48
|
/**
|
|
49
|
-
* A text
|
|
49
|
+
* A text TextInput
|
|
50
50
|
*/
|
|
51
51
|
readonly text: "text";
|
|
52
52
|
/**
|
|
53
|
-
* A URL
|
|
53
|
+
* A URL TextInput
|
|
54
54
|
*/
|
|
55
55
|
readonly url: "url";
|
|
56
56
|
};
|
|
@@ -58,4 +58,4 @@ export declare const TextFieldType: {
|
|
|
58
58
|
* Types for the text field sub-types
|
|
59
59
|
* @public
|
|
60
60
|
*/
|
|
61
|
-
export declare type
|
|
61
|
+
export declare type TextInputType = ValuesOf<typeof TextInputType>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ElementViewTemplate } from '@microsoft/fast-element';
|
|
2
|
-
import type {
|
|
3
|
-
export declare function textFieldTemplate<T extends TextInput>(options?:
|
|
2
|
+
import type { TextInput, TextInputOptions } from './text-input.js';
|
|
3
|
+
export declare function textFieldTemplate<T extends TextInput>(options?: TextInputOptions): ElementViewTemplate<T>;
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { ToggleButton } from './toggle-button.js';
|
|
2
|
+
export { ToggleButtonAppearance, ToggleButtonOptions, ToggleButtonShape, ToggleButtonSize, } from './toggle-button.options.js';
|
|
3
3
|
export { template as ToggleButtonTemplate } from './toggle-button.template.js';
|
|
4
4
|
export { styles as ToggleButtonStyles } from './toggle-button.styles.js';
|
|
5
5
|
export { definition as ToggleButtonDefinition } from './toggle-button.definition.js';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { Accordion } from './accordion.js';
|
|
2
|
+
export { AccordionExpandMode } from './accordion.options.js';
|
|
2
3
|
export { template as accordionTemplate } from './accordion.template.js';
|
|
3
4
|
export { styles as accordionStyles } from './accordion.styles.js';
|
|
4
5
|
export { definition as accordionDefinition } from './accordion.definition.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/accordion/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/accordion/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,QAAQ,IAAI,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACxE,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAClE,OAAO,EAAE,UAAU,IAAI,mBAAmB,EAAE,MAAM,2BAA2B,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { AccordionItem } from './accordion-item.js';
|
|
2
|
+
export { AccordionItemSize, AccordionItemExpandIconPosition } from './accordion-item.options.js';
|
|
3
3
|
export { styles as accordionItemStyles } from './accordion-item.styles.js';
|
|
4
4
|
export { definition as accordionItemDefinition } from './accordion-item.definition.js';
|
|
5
5
|
export { template as accordionItemTemplate } from './accordion-item.template.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/accordion-item/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/accordion-item/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAwB,MAAM,qBAAqB,CAAC;AAC1E,OAAO,EAAE,iBAAiB,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AACjG,OAAO,EAAE,MAAM,IAAI,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,EAAE,UAAU,IAAI,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AACvF,OAAO,EAAE,QAAQ,IAAI,qBAAqB,EAAE,MAAM,8BAA8B,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { AnchorButton } from './anchor-button.js';
|
|
2
|
+
export { AnchorButtonAppearance, AnchorButtonShape, AnchorButtonSize, AnchorTarget, } from './anchor-button.options.js';
|
|
3
3
|
export { template as AnchorButtonTemplate } from './anchor-button.template.js';
|
|
4
4
|
export { definition as AnchorButtonDefinition } from './anchor-button.definition.js';
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/anchor-button/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/anchor-button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAEL,sBAAsB,EACtB,iBAAiB,EACjB,gBAAgB,EAChB,YAAY,GACb,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,QAAQ,IAAI,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAC/E,OAAO,EAAE,UAAU,IAAI,sBAAsB,EAAE,MAAM,+BAA+B,CAAC"}
|
package/dist/esm/avatar/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { Avatar } from './avatar.js';
|
|
2
|
+
export { AvatarActive, AvatarAppearance, AvatarColor, AvatarNamedColor, AvatarShape, AvatarSize, } from './avatar.options.js';
|
|
3
3
|
export { template as AvatarTemplate } from './avatar.template.js';
|
|
4
4
|
export { styles as AvatarStyles } from './avatar.styles.js';
|
|
5
5
|
export { definition as AvatarDefinition } from './avatar.definition.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/avatar/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/avatar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EACL,YAAY,EACZ,gBAAgB,EAChB,WAAW,EACX,gBAAgB,EAChB,WAAW,EACX,UAAU,GACX,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,QAAQ,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAClE,OAAO,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EAAE,UAAU,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC"}
|
package/dist/esm/badge/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { Badge } from './badge.js';
|
|
2
|
+
export { BadgeAppearance, BadgeColor, BadgeShape, BadgeSize } from './badge.options.js';
|
|
3
3
|
export { template as BadgeTemplate } from './badge.template.js';
|
|
4
4
|
export { styles as BadgeStyles } from './badge.styles.js';
|
|
5
5
|
export { definition as BadgeDefinition } from './badge.definition.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/badge/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/badge/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,eAAe,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACxF,OAAO,EAAE,QAAQ,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAChE,OAAO,EAAE,MAAM,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAE,UAAU,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC"}
|
package/dist/esm/button/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { Button } from './button.js';
|
|
2
|
+
export { ButtonAppearance, ButtonFormTarget, ButtonShape, ButtonSize, ButtonType, } from './button.options.js';
|
|
3
3
|
export { template as ButtonTemplate } from './button.template.js';
|
|
4
4
|
export { styles as ButtonStyles } from './button.styles.js';
|
|
5
5
|
export { definition as ButtonDefinition } from './button.definition.js';
|