@fluentui/web-components 2.5.12 → 3.0.0-alpha.10
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 +348 -1
- package/CHANGELOG.md +196 -100
- package/dist/dts/accordion/accordion.d.ts +7 -0
- package/dist/dts/accordion/accordion.definition.d.ts +11 -0
- package/dist/dts/accordion/accordion.styles.d.ts +1 -3
- package/dist/dts/accordion/accordion.template.d.ts +3 -0
- package/dist/dts/accordion/define.d.ts +1 -0
- package/dist/dts/accordion/index.d.ts +4 -22
- package/dist/dts/accordion-item/accordion-item.d.ts +33 -0
- package/dist/dts/accordion-item/accordion-item.definition.d.ts +11 -0
- package/dist/dts/accordion-item/accordion-item.options.d.ts +27 -0
- package/dist/dts/accordion-item/accordion-item.styles.d.ts +1 -0
- package/dist/dts/accordion-item/accordion-item.template.d.ts +7 -0
- package/dist/dts/accordion-item/index.d.ts +5 -0
- package/dist/dts/avatar/avatar.d.ts +97 -0
- package/dist/dts/avatar/avatar.definition.d.ts +9 -0
- package/dist/dts/avatar/avatar.options.d.ts +142 -0
- package/dist/dts/avatar/avatar.styles.d.ts +4 -0
- package/dist/dts/avatar/avatar.template.d.ts +8 -0
- package/dist/dts/avatar/define.d.ts +1 -0
- package/dist/dts/avatar/index.d.ts +5 -0
- package/dist/dts/badge/badge.d.ts +49 -0
- package/dist/dts/badge/badge.definition.d.ts +11 -0
- package/dist/dts/badge/badge.options.d.ts +73 -0
- package/dist/dts/badge/badge.styles.d.ts +4 -3
- package/dist/dts/badge/badge.template.d.ts +9 -0
- package/dist/dts/badge/define.d.ts +1 -0
- package/dist/dts/badge/index.d.ts +5 -29
- package/dist/dts/counter-badge/counter-badge.d.ts +90 -0
- package/dist/dts/counter-badge/counter-badge.definition.d.ts +11 -0
- package/dist/dts/counter-badge/counter-badge.options.d.ts +69 -0
- package/dist/dts/counter-badge/counter-badge.styles.d.ts +4 -0
- package/dist/dts/counter-badge/counter-badge.template.d.ts +7 -0
- package/dist/dts/counter-badge/define.d.ts +1 -0
- package/dist/dts/counter-badge/index.d.ts +5 -0
- package/dist/dts/divider/define.d.ts +1 -0
- package/dist/dts/divider/divider.d.ts +31 -0
- package/dist/dts/divider/divider.definition.d.ts +9 -0
- package/dist/dts/divider/divider.options.d.ts +40 -0
- package/dist/dts/divider/divider.styles.d.ts +4 -3
- package/dist/dts/divider/divider.template.d.ts +7 -0
- package/dist/dts/divider/index.d.ts +5 -21
- package/dist/dts/fluent-design-system.d.ts +5 -9
- package/dist/dts/image/define.d.ts +1 -0
- package/dist/dts/image/image.d.ts +48 -0
- package/dist/dts/image/image.definition.d.ts +9 -0
- package/dist/dts/image/image.options.d.ts +27 -0
- package/dist/dts/image/image.styles.d.ts +5 -0
- package/dist/dts/image/image.template.d.ts +7 -0
- package/dist/dts/image/index.d.ts +5 -0
- package/dist/dts/index-rollup.d.ts +1 -8
- package/dist/dts/index.d.ts +12 -49
- package/dist/dts/progress-bar/define.d.ts +1 -0
- package/dist/dts/progress-bar/index.d.ts +5 -0
- package/dist/dts/progress-bar/progress-bar.d.ts +30 -0
- package/dist/dts/progress-bar/progress-bar.definition.d.ts +10 -0
- package/dist/dts/progress-bar/progress-bar.options.d.ts +41 -0
- package/dist/dts/progress-bar/progress-bar.styles.d.ts +4 -0
- package/dist/dts/progress-bar/progress-bar.template.d.ts +3 -0
- package/dist/dts/spinner/define.d.ts +1 -0
- package/dist/dts/spinner/index.d.ts +5 -0
- package/dist/dts/spinner/spinner.d.ts +25 -0
- package/dist/dts/spinner/spinner.definition.d.ts +11 -0
- package/dist/dts/spinner/spinner.options.d.ts +32 -0
- package/dist/dts/spinner/spinner.styles.d.ts +1 -0
- package/dist/dts/spinner/spinner.template.d.ts +3 -0
- package/dist/dts/styles/index.d.ts +1 -5
- package/dist/dts/styles/partials/badge.partials.d.ts +28 -0
- package/dist/dts/styles/partials/index.d.ts +1 -0
- package/dist/dts/switch/define.d.ts +1 -0
- package/dist/dts/switch/index.d.ts +5 -21
- package/dist/dts/switch/switch.d.ts +13 -0
- package/dist/dts/switch/switch.definition.d.ts +9 -0
- package/dist/dts/switch/switch.options.d.ts +15 -0
- package/dist/dts/switch/switch.styles.d.ts +1 -3
- package/dist/dts/switch/switch.template.d.ts +3 -0
- package/dist/dts/text/define.d.ts +1 -0
- package/dist/dts/text/index.d.ts +5 -0
- package/dist/dts/text/text.d.ts +91 -0
- package/dist/dts/text/text.definition.d.ts +10 -0
- package/dist/dts/text/text.options.d.ts +67 -0
- package/dist/dts/text/text.styles.d.ts +4 -0
- package/dist/dts/text/text.template.d.ts +6 -0
- package/dist/dts/theme/design-tokens.d.ts +384 -0
- package/dist/dts/theme/index.d.ts +2 -0
- package/dist/dts/theme/set-theme.d.ts +6 -0
- package/dist/dts/utils/get-initials.d.ts +18 -0
- package/dist/esm/accordion/accordion.definition.js +19 -0
- package/dist/esm/accordion/accordion.definition.js.map +1 -0
- package/dist/esm/accordion/accordion.js +8 -0
- package/dist/esm/accordion/accordion.js.map +1 -0
- package/dist/esm/accordion/accordion.styles.js +9 -11
- package/dist/esm/accordion/accordion.styles.js.map +1 -0
- package/dist/esm/accordion/accordion.template.js +3 -0
- package/dist/esm/accordion/accordion.template.js.map +1 -0
- package/dist/esm/accordion/define.js +4 -0
- package/dist/esm/accordion/define.js.map +1 -0
- package/dist/esm/accordion/index.js +5 -27
- package/dist/esm/accordion/index.js.map +1 -0
- package/dist/esm/accordion-item/accordion-item.definition.js +19 -0
- package/dist/esm/accordion-item/accordion-item.definition.js.map +1 -0
- package/dist/esm/accordion-item/accordion-item.js +29 -0
- package/dist/esm/accordion-item/accordion-item.js.map +1 -0
- package/dist/esm/accordion-item/accordion-item.options.js +17 -0
- package/dist/esm/accordion-item/accordion-item.options.js.map +1 -0
- package/dist/esm/accordion-item/accordion-item.styles.js +197 -0
- package/dist/esm/accordion-item/accordion-item.styles.js.map +1 -0
- package/dist/esm/accordion-item/accordion-item.template.js +37 -0
- package/dist/esm/accordion-item/accordion-item.template.js.map +1 -0
- package/dist/esm/accordion-item/define.js +4 -0
- package/dist/esm/accordion-item/define.js.map +1 -0
- package/dist/esm/accordion-item/index.js +6 -0
- package/dist/esm/accordion-item/index.js.map +1 -0
- package/dist/esm/avatar/avatar.definition.js +17 -0
- package/dist/esm/avatar/avatar.definition.js.map +1 -0
- package/dist/esm/avatar/avatar.js +92 -0
- package/dist/esm/avatar/avatar.js.map +1 -0
- package/dist/esm/avatar/avatar.options.js +87 -0
- package/dist/esm/avatar/avatar.options.js.map +1 -0
- package/dist/esm/avatar/avatar.styles.js +476 -0
- package/dist/esm/avatar/avatar.styles.js.map +1 -0
- package/dist/esm/avatar/avatar.template.js +28 -0
- package/dist/esm/avatar/avatar.template.js.map +1 -0
- package/dist/esm/avatar/define.js +4 -0
- package/dist/esm/avatar/define.js.map +1 -0
- package/dist/esm/avatar/index.js +6 -0
- package/dist/esm/avatar/index.js.map +1 -0
- package/dist/esm/badge/badge.definition.js +19 -0
- package/dist/esm/badge/badge.definition.js.map +1 -0
- package/dist/esm/badge/badge.js +43 -0
- package/dist/esm/badge/badge.js.map +1 -0
- package/dist/esm/badge/badge.options.js +46 -0
- package/dist/esm/badge/badge.options.js.map +1 -0
- package/dist/esm/badge/badge.styles.js +26 -36
- package/dist/esm/badge/badge.styles.js.map +1 -0
- package/dist/esm/badge/badge.template.js +15 -0
- package/dist/esm/badge/badge.template.js.map +1 -0
- package/dist/esm/badge/define.js +4 -0
- package/dist/esm/badge/define.js.map +1 -0
- package/dist/esm/badge/index.js +6 -45
- package/dist/esm/badge/index.js.map +1 -0
- package/dist/esm/counter-badge/counter-badge.definition.js +19 -0
- package/dist/esm/counter-badge/counter-badge.definition.js.map +1 -0
- package/dist/esm/counter-badge/counter-badge.js +90 -0
- package/dist/esm/counter-badge/counter-badge.js.map +1 -0
- package/dist/esm/counter-badge/counter-badge.options.js +43 -0
- package/dist/esm/counter-badge/counter-badge.options.js.map +1 -0
- package/dist/esm/counter-badge/counter-badge.styles.js +31 -0
- package/dist/esm/counter-badge/counter-badge.styles.js.map +1 -0
- package/dist/esm/counter-badge/counter-badge.template.js +13 -0
- package/dist/esm/counter-badge/counter-badge.template.js.map +1 -0
- package/dist/esm/counter-badge/define.js +4 -0
- package/dist/esm/counter-badge/define.js.map +1 -0
- package/dist/esm/counter-badge/index.js +6 -0
- package/dist/esm/counter-badge/index.js.map +1 -0
- package/dist/esm/divider/define.js +4 -0
- package/dist/esm/divider/define.js.map +1 -0
- package/dist/esm/divider/divider.definition.js +17 -0
- package/dist/esm/divider/divider.definition.js.map +1 -0
- package/dist/esm/divider/divider.js +21 -0
- package/dist/esm/divider/divider.js.map +1 -0
- package/dist/esm/divider/divider.options.js +31 -0
- package/dist/esm/divider/divider.options.js.map +1 -0
- package/dist/esm/divider/divider.styles.js +109 -9
- package/dist/esm/divider/divider.styles.js.map +1 -0
- package/dist/esm/divider/divider.template.js +7 -0
- package/dist/esm/divider/divider.template.js.map +1 -0
- package/dist/esm/divider/index.js +6 -26
- package/dist/esm/divider/index.js.map +1 -0
- package/dist/esm/fluent-design-system.js +6 -11
- package/dist/esm/fluent-design-system.js.map +1 -0
- package/dist/esm/image/define.js +4 -0
- package/dist/esm/image/define.js.map +1 -0
- package/dist/esm/image/image.definition.js +17 -0
- package/dist/esm/image/image.definition.js.map +1 -0
- package/dist/esm/image/image.js +24 -0
- package/dist/esm/image/image.js.map +1 -0
- package/dist/esm/image/image.options.js +21 -0
- package/dist/esm/image/image.options.js.map +1 -0
- package/dist/esm/image/image.styles.js +52 -0
- package/dist/esm/image/image.styles.js.map +1 -0
- package/dist/esm/image/image.template.js +7 -0
- package/dist/esm/image/image.template.js.map +1 -0
- package/dist/esm/image/index.js +6 -0
- package/dist/esm/image/index.js.map +1 -0
- package/dist/esm/index-rollup.js +2 -12
- package/dist/esm/index-rollup.js.map +1 -0
- package/dist/esm/index.js +13 -49
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/progress-bar/define.js +4 -0
- package/dist/esm/progress-bar/define.js.map +1 -0
- package/dist/esm/progress-bar/index.js +6 -0
- package/dist/esm/progress-bar/index.js.map +1 -0
- package/dist/esm/progress-bar/progress-bar.definition.js +18 -0
- package/dist/esm/progress-bar/progress-bar.definition.js.map +1 -0
- package/dist/esm/progress-bar/progress-bar.js +29 -0
- package/dist/esm/progress-bar/progress-bar.js.map +1 -0
- package/dist/esm/progress-bar/progress-bar.options.js +26 -0
- package/dist/esm/progress-bar/progress-bar.options.js.map +1 -0
- package/dist/esm/progress-bar/progress-bar.styles.js +156 -0
- package/dist/esm/progress-bar/progress-bar.styles.js.map +1 -0
- package/dist/esm/progress-bar/progress-bar.template.js +6 -0
- package/dist/esm/progress-bar/progress-bar.template.js.map +1 -0
- package/dist/esm/spinner/define.js +4 -0
- package/dist/esm/spinner/define.js.map +1 -0
- package/dist/esm/spinner/index.js +6 -0
- package/dist/esm/spinner/index.js.map +1 -0
- package/dist/esm/spinner/spinner.definition.js +19 -0
- package/dist/esm/spinner/spinner.definition.js.map +1 -0
- package/dist/esm/spinner/spinner.js +16 -0
- package/dist/esm/spinner/spinner.js.map +1 -0
- package/dist/esm/spinner/spinner.options.js +22 -0
- package/dist/esm/spinner/spinner.options.js.map +1 -0
- package/dist/esm/spinner/spinner.styles.js +96 -0
- package/dist/esm/spinner/spinner.styles.js.map +1 -0
- package/dist/esm/spinner/spinner.template.js +22 -0
- package/dist/esm/spinner/spinner.template.js.map +1 -0
- package/dist/esm/styles/index.js +2 -5
- package/dist/esm/styles/index.js.map +1 -0
- package/dist/esm/styles/partials/badge.partials.js +273 -0
- package/dist/esm/styles/partials/badge.partials.js.map +1 -0
- package/dist/esm/styles/partials/index.js +2 -0
- package/dist/esm/styles/partials/index.js.map +1 -0
- package/dist/esm/switch/define.js +4 -0
- package/dist/esm/switch/define.js.map +1 -0
- package/dist/esm/switch/index.js +6 -31
- package/dist/esm/switch/index.js.map +1 -0
- package/dist/esm/switch/switch.definition.js +17 -0
- package/dist/esm/switch/switch.definition.js.map +1 -0
- package/dist/esm/switch/switch.js +9 -0
- package/dist/esm/switch/switch.js.map +1 -0
- package/dist/esm/switch/switch.options.js +10 -0
- package/dist/esm/switch/switch.options.js.map +1 -0
- package/dist/esm/switch/switch.styles.js +113 -212
- package/dist/esm/switch/switch.styles.js.map +1 -0
- package/dist/esm/switch/switch.template.js +5 -0
- package/dist/esm/switch/switch.template.js.map +1 -0
- package/dist/esm/text/define.js +4 -0
- package/dist/esm/text/define.js.map +1 -0
- package/dist/esm/text/index.js +6 -0
- package/dist/esm/text/index.js.map +1 -0
- package/dist/esm/text/text.definition.js +18 -0
- package/dist/esm/text/text.definition.js.map +1 -0
- package/dist/esm/text/text.js +92 -0
- package/dist/esm/text/text.js.map +1 -0
- package/dist/esm/text/text.options.js +46 -0
- package/dist/esm/text/text.options.js.map +1 -0
- package/dist/esm/text/text.styles.js +107 -0
- package/dist/esm/text/text.styles.js.map +1 -0
- package/dist/esm/text/text.template.js +6 -0
- package/dist/esm/text/text.template.js.map +1 -0
- package/dist/esm/theme/design-tokens.js +387 -0
- package/dist/esm/theme/design-tokens.js.map +1 -0
- package/dist/esm/theme/index.js +3 -0
- package/dist/esm/theme/index.js.map +1 -0
- package/dist/esm/theme/set-theme.js +12 -0
- package/dist/esm/theme/set-theme.js.map +1 -0
- package/dist/esm/utils/get-initials.js +83 -0
- package/dist/esm/utils/get-initials.js.map +1 -0
- package/dist/fluent-web-components.api.json +8224 -11431
- package/dist/tsdoc-metadata.json +1 -1
- package/dist/web-components.d.ts +1496 -2404
- package/dist/web-components.js +5585 -20170
- package/dist/web-components.min.js +287 -239
- package/docs/api-report.md +1118 -1032
- package/package.json +84 -23
- package/build/clean.js +0 -29
- package/build/transform-fragments.js +0 -29
- package/dist/dts/_docs/design-system/color-explorer/app.d.ts +0 -25
- package/dist/dts/_docs/design-system/color-explorer/colors.d.ts +0 -13
- package/dist/dts/_docs/design-system/color-explorer/component-types.d.ts +0 -6
- package/dist/dts/_docs/design-system/color-explorer/components/color-block.d.ts +0 -10
- package/dist/dts/_docs/design-system/color-explorer/components/color-picker/color-picker.d.ts +0 -190
- package/dist/dts/_docs/design-system/color-explorer/components/color-picker/color-picker.form-associated.d.ts +0 -15
- package/dist/dts/_docs/design-system/color-explorer/components/color-picker/color-picker.styles.d.ts +0 -3
- package/dist/dts/_docs/design-system/color-explorer/components/color-picker/color-picker.template.d.ts +0 -8
- package/dist/dts/_docs/design-system/color-explorer/components/color-picker/index.d.ts +0 -9
- package/dist/dts/_docs/design-system/color-explorer/components/control-pane/control-pane.d.ts +0 -8
- package/dist/dts/_docs/design-system/color-explorer/components/control-pane/control-pane.styles.d.ts +0 -1
- package/dist/dts/_docs/design-system/color-explorer/components/control-pane/control-pane.template.d.ts +0 -2
- package/dist/dts/_docs/design-system/color-explorer/components/control-pane/index.d.ts +0 -6
- package/dist/dts/_docs/design-system/color-explorer/components/gradient/gradient.d.ts +0 -5
- package/dist/dts/_docs/design-system/color-explorer/components/gradient/gradient.styles.d.ts +0 -1
- package/dist/dts/_docs/design-system/color-explorer/components/gradient/gradient.template.d.ts +0 -2
- package/dist/dts/_docs/design-system/color-explorer/components/gradient/index.d.ts +0 -6
- package/dist/dts/_docs/design-system/color-explorer/components/layer-background/index.d.ts +0 -21
- package/dist/dts/_docs/design-system/color-explorer/components/sample-app/index.d.ts +0 -6
- package/dist/dts/_docs/design-system/color-explorer/components/sample-app/sample-app.d.ts +0 -3
- package/dist/dts/_docs/design-system/color-explorer/components/sample-app/sample-app.styles.d.ts +0 -1
- package/dist/dts/_docs/design-system/color-explorer/components/sample-app/sample-app.template.d.ts +0 -1
- package/dist/dts/_docs/design-system/color-explorer/components/sample-page/index.d.ts +0 -6
- package/dist/dts/_docs/design-system/color-explorer/components/sample-page/sample-page.d.ts +0 -3
- package/dist/dts/_docs/design-system/color-explorer/components/sample-page/sample-page.styles.d.ts +0 -1
- package/dist/dts/_docs/design-system/color-explorer/components/sample-page/sample-page.template.d.ts +0 -1
- package/dist/dts/_docs/design-system/color-explorer/components/swatch.d.ts +0 -30
- package/dist/dts/_docs/design-system/color-explorer/custom-elements.d.ts +0 -7
- package/dist/dts/_docs/design-system/color-explorer/index.d.ts +0 -2
- package/dist/dts/accordion/accordion-item/accordion-item.styles.d.ts +0 -3
- package/dist/dts/accordion/accordion-item/index.d.ts +0 -17
- package/dist/dts/accordion/accordion.stories.d.ts +0 -15
- package/dist/dts/anchor/anchor.stories.d.ts +0 -14
- package/dist/dts/anchor/anchor.styles.d.ts +0 -3
- package/dist/dts/anchor/index.d.ts +0 -49
- package/dist/dts/anchored-region/anchored-region.stories.d.ts +0 -6
- package/dist/dts/anchored-region/anchored-region.styles.d.ts +0 -3
- package/dist/dts/anchored-region/index.d.ts +0 -21
- package/dist/dts/badge/badge.stories.d.ts +0 -14
- package/dist/dts/breadcrumb/breadcrumb.stories.d.ts +0 -15
- package/dist/dts/breadcrumb/breadcrumb.styles.d.ts +0 -3
- package/dist/dts/breadcrumb/index.d.ts +0 -21
- package/dist/dts/breadcrumb-item/breadcrumb-item.stories.d.ts +0 -15
- package/dist/dts/breadcrumb-item/breadcrumb-item.styles.d.ts +0 -3
- package/dist/dts/breadcrumb-item/index.d.ts +0 -21
- package/dist/dts/button/button.stories.d.ts +0 -21
- package/dist/dts/button/button.styles.d.ts +0 -3
- package/dist/dts/button/index.d.ts +0 -48
- package/dist/dts/calendar/calendar.stories.d.ts +0 -86
- package/dist/dts/calendar/calendar.styles.d.ts +0 -7
- package/dist/dts/calendar/index.d.ts +0 -18
- package/dist/dts/card/card.stories.d.ts +0 -15
- package/dist/dts/card/card.styles.d.ts +0 -3
- package/dist/dts/card/index.d.ts +0 -46
- package/dist/dts/checkbox/checkbox.stories.d.ts +0 -28
- package/dist/dts/checkbox/checkbox.styles.d.ts +0 -3
- package/dist/dts/checkbox/index.d.ts +0 -16
- package/dist/dts/color/palette.d.ts +0 -73
- package/dist/dts/color/recipe.d.ts +0 -20
- package/dist/dts/color/recipes/contrast-and-delta-swatch-set.d.ts +0 -11
- package/dist/dts/color/recipes/contrast-swatch.d.ts +0 -12
- package/dist/dts/color/recipes/delta-swatch-set.d.ts +0 -36
- package/dist/dts/color/recipes/delta-swatch.d.ts +0 -12
- package/dist/dts/color/recipes/focus-stroke.d.ts +0 -10
- package/dist/dts/color/recipes/foreground-on-accent.d.ts +0 -11
- package/dist/dts/color/recipes/gradient-shadow-stroke.d.ts +0 -7
- package/dist/dts/color/recipes/gradient-swatch.d.ts +0 -36
- package/dist/dts/color/recipes/neutral-layer-1.d.ts +0 -10
- package/dist/dts/color/recipes/neutral-layer-2.d.ts +0 -6
- package/dist/dts/color/recipes/neutral-layer-3.d.ts +0 -6
- package/dist/dts/color/recipes/neutral-layer-4.d.ts +0 -6
- package/dist/dts/color/recipes/neutral-layer-floating.d.ts +0 -6
- package/dist/dts/color/recipes/underline-stroke.d.ts +0 -7
- package/dist/dts/color/swatch.d.ts +0 -31
- package/dist/dts/color/utilities/base-layer-luminance.d.ts +0 -11
- package/dist/dts/color/utilities/binary-search.d.ts +0 -4
- package/dist/dts/color/utilities/color-constants.d.ts +0 -14
- package/dist/dts/color/utilities/direction-by-is-dark.d.ts +0 -5
- package/dist/dts/color/utilities/is-dark.d.ts +0 -9
- package/dist/dts/color/utilities/relative-luminance.d.ts +0 -13
- package/dist/dts/combobox/combobox.stories.d.ts +0 -36
- package/dist/dts/combobox/combobox.styles.d.ts +0 -3
- package/dist/dts/combobox/index.d.ts +0 -43
- package/dist/dts/component-definitions.d.ts +0 -43
- package/dist/dts/custom-elements.d.ts +0 -103
- package/dist/dts/data-grid/data-grid-cell.styles.d.ts +0 -3
- package/dist/dts/data-grid/data-grid-row.styles.d.ts +0 -3
- package/dist/dts/data-grid/data-grid.stories.d.ts +0 -15
- package/dist/dts/data-grid/data-grid.styles.d.ts +0 -3
- package/dist/dts/data-grid/index.d.ts +0 -45
- package/dist/dts/design-system-provider/index.d.ts +0 -582
- package/dist/dts/design-tokens.d.ts +0 -519
- package/dist/dts/dialog/dialog.stories.d.ts +0 -25
- package/dist/dts/dialog/dialog.styles.d.ts +0 -3
- package/dist/dts/dialog/index.d.ts +0 -21
- package/dist/dts/divider/divider.stories.d.ts +0 -6
- package/dist/dts/flipper/flipper.stories.d.ts +0 -17
- package/dist/dts/flipper/flipper.styles.d.ts +0 -3
- package/dist/dts/flipper/index.d.ts +0 -21
- package/dist/dts/horizontal-scroll/horizontal-scroll.stories.d.ts +0 -15
- package/dist/dts/horizontal-scroll/horizontal-scroll.styles.d.ts +0 -12
- package/dist/dts/horizontal-scroll/index.d.ts +0 -25
- package/dist/dts/listbox/index.d.ts +0 -19
- package/dist/dts/listbox/listbox.stories.d.ts +0 -6
- package/dist/dts/listbox/listbox.styles.d.ts +0 -3
- package/dist/dts/listbox-option/index.d.ts +0 -17
- package/dist/dts/listbox-option/listbox-option.stories.d.ts +0 -23
- package/dist/dts/listbox-option/listbox-option.styles.d.ts +0 -3
- package/dist/dts/menu/index.d.ts +0 -26
- package/dist/dts/menu/menu.stories.d.ts +0 -6
- package/dist/dts/menu/menu.styles.d.ts +0 -3
- package/dist/dts/menu-item/index.d.ts +0 -21
- package/dist/dts/menu-item/menu-item.stories.d.ts +0 -18
- package/dist/dts/menu-item/menu-item.styles.d.ts +0 -3
- package/dist/dts/number-field/index.d.ts +0 -41
- package/dist/dts/number-field/number-field.stories.d.ts +0 -71
- package/dist/dts/number-field/number-field.styles.d.ts +0 -3
- package/dist/dts/progress/index.d.ts +0 -2
- package/dist/dts/progress/progress/index.d.ts +0 -22
- package/dist/dts/progress/progress/progress.stories.d.ts +0 -15
- package/dist/dts/progress/progress/progress.styles.d.ts +0 -3
- package/dist/dts/progress/progress-ring/index.d.ts +0 -22
- package/dist/dts/progress/progress-ring/progress-ring.stories.d.ts +0 -15
- package/dist/dts/progress/progress-ring/progress-ring.styles.d.ts +0 -3
- package/dist/dts/radio/index.d.ts +0 -21
- package/dist/dts/radio/radio.stories.d.ts +0 -23
- package/dist/dts/radio/radio.styles.d.ts +0 -3
- package/dist/dts/radio-group/index.d.ts +0 -21
- package/dist/dts/radio-group/radio-group.stories.d.ts +0 -18
- package/dist/dts/radio-group/radio-group.styles.d.ts +0 -3
- package/dist/dts/search/index.d.ts +0 -38
- package/dist/dts/search/search.stories.d.ts +0 -75
- package/dist/dts/search/search.styles.d.ts +0 -3
- package/dist/dts/search/search.template.d.ts +0 -6
- package/dist/dts/select/index.d.ts +0 -44
- package/dist/dts/select/select.stories.d.ts +0 -28
- package/dist/dts/select/select.styles.d.ts +0 -13
- package/dist/dts/skeleton/index.d.ts +0 -21
- package/dist/dts/skeleton/skeleton.stories.d.ts +0 -20
- package/dist/dts/skeleton/skeleton.styles.d.ts +0 -3
- package/dist/dts/slider/index.d.ts +0 -21
- package/dist/dts/slider/slider.stories.d.ts +0 -14
- package/dist/dts/slider/slider.styles.d.ts +0 -3
- package/dist/dts/slider-label/index.d.ts +0 -21
- package/dist/dts/slider-label/slider-label.stories.d.ts +0 -23
- package/dist/dts/slider-label/slider-label.styles.d.ts +0 -3
- package/dist/dts/styles/direction.d.ts +0 -34
- package/dist/dts/styles/elevation.d.ts +0 -64
- package/dist/dts/styles/focus.d.ts +0 -13
- package/dist/dts/styles/patterns/button.styles.d.ts +0 -31
- package/dist/dts/styles/patterns/index.d.ts +0 -3
- package/dist/dts/styles/patterns/input.styles.d.ts +0 -30
- package/dist/dts/styles/patterns/type-ramp.d.ts +0 -18
- package/dist/dts/styles/size.d.ts +0 -7
- package/dist/dts/switch/switch.stories.d.ts +0 -18
- package/dist/dts/tabs/index.d.ts +0 -23
- package/dist/dts/tabs/tab/index.d.ts +0 -21
- package/dist/dts/tabs/tab/tab.styles.d.ts +0 -3
- package/dist/dts/tabs/tab-panel/index.d.ts +0 -21
- package/dist/dts/tabs/tab-panel/tab-panel.styles.d.ts +0 -3
- package/dist/dts/tabs/tabs.stories.d.ts +0 -19
- package/dist/dts/tabs/tabs.styles.d.ts +0 -3
- package/dist/dts/text-area/index.d.ts +0 -45
- package/dist/dts/text-area/text-area.stories.d.ts +0 -41
- package/dist/dts/text-area/text-area.styles.d.ts +0 -3
- package/dist/dts/text-field/index.d.ts +0 -45
- package/dist/dts/text-field/text-field.stories.d.ts +0 -81
- package/dist/dts/text-field/text-field.styles.d.ts +0 -3
- package/dist/dts/toolbar/index.d.ts +0 -17
- package/dist/dts/toolbar/toolbar.stories.d.ts +0 -9
- package/dist/dts/toolbar/toolbar.styles.d.ts +0 -3
- package/dist/dts/tooltip/index.d.ts +0 -21
- package/dist/dts/tooltip/tooltip.stories.d.ts +0 -14
- package/dist/dts/tooltip/tooltip.styles.d.ts +0 -3
- package/dist/dts/tree-item/index.d.ts +0 -22
- package/dist/dts/tree-item/tree-item.stories.d.ts +0 -18
- package/dist/dts/tree-item/tree-item.styles.d.ts +0 -4
- package/dist/dts/tree-view/index.d.ts +0 -22
- package/dist/dts/tree-view/tree-view.stories.d.ts +0 -13
- package/dist/dts/tree-view/tree-view.styles.d.ts +0 -3
- package/dist/dts/utilities/behaviors.d.ts +0 -12
- package/dist/dts/utilities/type-ramp.d.ts +0 -12
- package/dist/esm/_docs/design-system/color-explorer/app.js +0 -247
- package/dist/esm/_docs/design-system/color-explorer/colors.js +0 -24
- package/dist/esm/_docs/design-system/color-explorer/component-types.js +0 -7
- package/dist/esm/_docs/design-system/color-explorer/components/color-block.js +0 -408
- package/dist/esm/_docs/design-system/color-explorer/components/color-picker/color-picker.form-associated.js +0 -16
- package/dist/esm/_docs/design-system/color-explorer/components/color-picker/color-picker.js +0 -297
- package/dist/esm/_docs/design-system/color-explorer/components/color-picker/color-picker.styles.js +0 -124
- package/dist/esm/_docs/design-system/color-explorer/components/color-picker/color-picker.template.js +0 -130
- package/dist/esm/_docs/design-system/color-explorer/components/color-picker/index.js +0 -15
- package/dist/esm/_docs/design-system/color-explorer/components/control-pane/control-pane.js +0 -24
- package/dist/esm/_docs/design-system/color-explorer/components/control-pane/control-pane.styles.js +0 -19
- package/dist/esm/_docs/design-system/color-explorer/components/control-pane/control-pane.template.js +0 -52
- package/dist/esm/_docs/design-system/color-explorer/components/control-pane/index.js +0 -18
- package/dist/esm/_docs/design-system/color-explorer/components/gradient/gradient.js +0 -11
- package/dist/esm/_docs/design-system/color-explorer/components/gradient/gradient.styles.js +0 -31
- package/dist/esm/_docs/design-system/color-explorer/components/gradient/gradient.template.js +0 -21
- package/dist/esm/_docs/design-system/color-explorer/components/gradient/index.js +0 -18
- package/dist/esm/_docs/design-system/color-explorer/components/layer-background/index.js +0 -70
- package/dist/esm/_docs/design-system/color-explorer/components/sample-app/index.js +0 -18
- package/dist/esm/_docs/design-system/color-explorer/components/sample-app/sample-app.js +0 -3
- package/dist/esm/_docs/design-system/color-explorer/components/sample-app/sample-app.styles.js +0 -166
- package/dist/esm/_docs/design-system/color-explorer/components/sample-app/sample-app.template.js +0 -97
- package/dist/esm/_docs/design-system/color-explorer/components/sample-page/index.js +0 -18
- package/dist/esm/_docs/design-system/color-explorer/components/sample-page/sample-page.js +0 -3
- package/dist/esm/_docs/design-system/color-explorer/components/sample-page/sample-page.styles.js +0 -130
- package/dist/esm/_docs/design-system/color-explorer/components/sample-page/sample-page.template.js +0 -82
- package/dist/esm/_docs/design-system/color-explorer/components/swatch.js +0 -163
- package/dist/esm/_docs/design-system/color-explorer/custom-elements.js +0 -3
- package/dist/esm/_docs/design-system/color-explorer/index.js +0 -14
- package/dist/esm/accordion/accordion-item/accordion-item.styles.js +0 -154
- package/dist/esm/accordion/accordion-item/accordion-item.vscode.definition.json +0 -67
- package/dist/esm/accordion/accordion-item/index.js +0 -32
- package/dist/esm/accordion/accordion.stories.js +0 -66
- package/dist/esm/accordion/accordion.vscode.definition.json +0 -35
- package/dist/esm/anchor/anchor.stories.js +0 -34
- package/dist/esm/anchor/anchor.styles.js +0 -5
- package/dist/esm/anchor/anchor.vscode.definition.json +0 -138
- package/dist/esm/anchor/index.js +0 -67
- package/dist/esm/anchored-region/anchored-region.stories.js +0 -133
- package/dist/esm/anchored-region/anchored-region.styles.js +0 -7
- package/dist/esm/anchored-region/anchored-region.vscode.definition.json +0 -140
- package/dist/esm/anchored-region/index.js +0 -26
- package/dist/esm/badge/badge.stories.js +0 -27
- package/dist/esm/badge/badge.vscode.definition.json +0 -60
- package/dist/esm/breadcrumb/breadcrumb.stories.js +0 -20
- package/dist/esm/breadcrumb/breadcrumb.styles.js +0 -13
- package/dist/esm/breadcrumb/breadcrumb.vscode.definition.json +0 -18
- package/dist/esm/breadcrumb/index.js +0 -26
- package/dist/esm/breadcrumb-item/breadcrumb-item.stories.js +0 -16
- package/dist/esm/breadcrumb-item/breadcrumb-item.styles.js +0 -96
- package/dist/esm/breadcrumb-item/breadcrumb-item.vscode.definition.json +0 -50
- package/dist/esm/breadcrumb-item/index.js +0 -34
- package/dist/esm/button/button.stories.js +0 -40
- package/dist/esm/button/button.styles.js +0 -24
- package/dist/esm/button/button.vscode.definition.json +0 -158
- package/dist/esm/button/index.js +0 -67
- package/dist/esm/calendar/calendar.stories.js +0 -115
- package/dist/esm/calendar/calendar.styles.js +0 -132
- package/dist/esm/calendar/index.js +0 -31
- package/dist/esm/card/card.stories.js +0 -30
- package/dist/esm/card/card.styles.js +0 -28
- package/dist/esm/card/card.vscode.definition.json +0 -33
- package/dist/esm/card/index.js +0 -79
- package/dist/esm/checkbox/checkbox.stories.js +0 -43
- package/dist/esm/checkbox/checkbox.styles.js +0 -161
- package/dist/esm/checkbox/checkbox.vscode.definition.json +0 -69
- package/dist/esm/checkbox/index.js +0 -31
- package/dist/esm/color/palette.js +0 -250
- package/dist/esm/color/recipes/contrast-and-delta-swatch-set.js +0 -28
- package/dist/esm/color/recipes/contrast-swatch.js +0 -12
- package/dist/esm/color/recipes/delta-swatch-set.js +0 -53
- package/dist/esm/color/recipes/delta-swatch.js +0 -13
- package/dist/esm/color/recipes/focus-stroke.js +0 -14
- package/dist/esm/color/recipes/foreground-on-accent.js +0 -21
- package/dist/esm/color/recipes/gradient-shadow-stroke.js +0 -54
- package/dist/esm/color/recipes/gradient-swatch.js +0 -36
- package/dist/esm/color/recipes/neutral-layer-1.js +0 -13
- package/dist/esm/color/recipes/neutral-layer-2.js +0 -7
- package/dist/esm/color/recipes/neutral-layer-3.js +0 -7
- package/dist/esm/color/recipes/neutral-layer-4.js +0 -7
- package/dist/esm/color/recipes/neutral-layer-floating.js +0 -7
- package/dist/esm/color/recipes/underline-stroke.js +0 -31
- package/dist/esm/color/swatch.js +0 -53
- package/dist/esm/color/utilities/base-layer-luminance.js +0 -14
- package/dist/esm/color/utilities/binary-search.js +0 -15
- package/dist/esm/color/utilities/color-constants.js +0 -19
- package/dist/esm/color/utilities/direction-by-is-dark.js +0 -7
- package/dist/esm/color/utilities/is-dark.js +0 -17
- package/dist/esm/color/utilities/relative-luminance.js +0 -8
- package/dist/esm/combobox/combobox.stories.js +0 -84
- package/dist/esm/combobox/combobox.styles.js +0 -40
- package/dist/esm/combobox/combobox.vscode.definition.json +0 -121
- package/dist/esm/combobox/index.js +0 -63
- package/dist/esm/component-definitions.js +0 -84
- package/dist/esm/custom-elements.js +0 -102
- package/dist/esm/data-grid/data-grid-cell.styles.js +0 -36
- package/dist/esm/data-grid/data-grid-cell.vscode.definition.json +0 -34
- package/dist/esm/data-grid/data-grid-row.styles.js +0 -24
- package/dist/esm/data-grid/data-grid-row.vscode.definition.json +0 -34
- package/dist/esm/data-grid/data-grid.stories.js +0 -381
- package/dist/esm/data-grid/data-grid.styles.js +0 -8
- package/dist/esm/data-grid/data-grid.vscode.definition.json +0 -34
- package/dist/esm/data-grid/index.js +0 -60
- package/dist/esm/design-system-provider/design-system-provider.vscode.definition.json +0 -510
- package/dist/esm/design-system-provider/index.js +0 -518
- package/dist/esm/design-tokens.js +0 -685
- package/dist/esm/dialog/dialog.stories.js +0 -36
- package/dist/esm/dialog/dialog.styles.js +0 -47
- package/dist/esm/dialog/dialog.vscode.definition.json +0 -67
- package/dist/esm/dialog/index.js +0 -26
- package/dist/esm/divider/divider.stories.js +0 -17
- package/dist/esm/divider/divider.vscode.definition.json +0 -29
- package/dist/esm/flipper/flipper.stories.js +0 -31
- package/dist/esm/flipper/flipper.styles.js +0 -84
- package/dist/esm/flipper/flipper.vscode.definition.json +0 -56
- package/dist/esm/flipper/index.js +0 -36
- package/dist/esm/horizontal-scroll/horizontal-scroll.stories.js +0 -81
- package/dist/esm/horizontal-scroll/horizontal-scroll.styles.js +0 -138
- package/dist/esm/horizontal-scroll/horizontal-scroll.vscode.definition.json +0 -85
- package/dist/esm/horizontal-scroll/index.js +0 -47
- package/dist/esm/listbox/index.js +0 -24
- package/dist/esm/listbox/listbox.stories.js +0 -29
- package/dist/esm/listbox/listbox.styles.js +0 -21
- package/dist/esm/listbox/listbox.vscode.definition.json +0 -40
- package/dist/esm/listbox-option/index.js +0 -22
- package/dist/esm/listbox-option/listbox-option.stories.js +0 -38
- package/dist/esm/listbox-option/listbox-option.styles.js +0 -133
- package/dist/esm/listbox-option/listbox-option.vscode.definition.json +0 -45
- package/dist/esm/menu/index.js +0 -36
- package/dist/esm/menu/menu.stories.js +0 -56
- package/dist/esm/menu/menu.styles.js +0 -42
- package/dist/esm/menu/menu.vscode.definition.json +0 -18
- package/dist/esm/menu-item/index.js +0 -41
- package/dist/esm/menu-item/menu-item.stories.js +0 -34
- package/dist/esm/menu-item/menu-item.styles.js +0 -265
- package/dist/esm/menu-item/menu-item.vscode.definition.json +0 -82
- package/dist/esm/number-field/index.js +0 -57
- package/dist/esm/number-field/number-field.stories.js +0 -83
- package/dist/esm/number-field/number-field.styles.js +0 -71
- package/dist/esm/number-field/number-field.vscode.definition.json +0 -167
- package/dist/esm/progress/index.js +0 -2
- package/dist/esm/progress/progress/index.js +0 -33
- package/dist/esm/progress/progress/progress.stories.js +0 -59
- package/dist/esm/progress/progress/progress.styles.js +0 -119
- package/dist/esm/progress/progress/progress.vscode.definition.json +0 -56
- package/dist/esm/progress/progress-ring/index.js +0 -45
- package/dist/esm/progress/progress-ring/progress-ring.stories.js +0 -59
- package/dist/esm/progress/progress-ring/progress-ring.styles.js +0 -79
- package/dist/esm/progress/progress-ring/progress-ring.vscode.definition.json +0 -56
- package/dist/esm/radio/index.js +0 -31
- package/dist/esm/radio/radio.stories.js +0 -41
- package/dist/esm/radio/radio.styles.js +0 -152
- package/dist/esm/radio/radio.vscode.definition.json +0 -63
- package/dist/esm/radio-group/index.js +0 -26
- package/dist/esm/radio-group/radio-group.stories.js +0 -42
- package/dist/esm/radio-group/radio-group.styles.js +0 -21
- package/dist/esm/radio-group/radio-group.vscode.definition.json +0 -64
- package/dist/esm/search/index.js +0 -52
- package/dist/esm/search/search.stories.js +0 -83
- package/dist/esm/search/search.styles.js +0 -104
- package/dist/esm/search/search.template.js +0 -82
- package/dist/esm/search/search.vscode.definition.json +0 -145
- package/dist/esm/select/index.js +0 -61
- package/dist/esm/select/select.stories.js +0 -53
- package/dist/esm/select/select.styles.js +0 -139
- package/dist/esm/select/select.vscode.definition.json +0 -79
- package/dist/esm/skeleton/index.js +0 -26
- package/dist/esm/skeleton/skeleton.stories.js +0 -37
- package/dist/esm/skeleton/skeleton.styles.js +0 -77
- package/dist/esm/skeleton/skeleton.vscode.definition.json +0 -49
- package/dist/esm/slider/index.js +0 -29
- package/dist/esm/slider/slider.stories.js +0 -40
- package/dist/esm/slider/slider.styles.js +0 -162
- package/dist/esm/slider/slider.vscode.definition.json +0 -101
- package/dist/esm/slider-label/index.js +0 -26
- package/dist/esm/slider-label/slider-label.stories.js +0 -40
- package/dist/esm/slider-label/slider-label.styles.js +0 -77
- package/dist/esm/slider-label/slider-label.vscode.definition.json +0 -43
- package/dist/esm/styles/direction.js +0 -73
- package/dist/esm/styles/elevation.js +0 -74
- package/dist/esm/styles/focus.js +0 -21
- package/dist/esm/styles/patterns/button.styles.js +0 -427
- package/dist/esm/styles/patterns/index.js +0 -3
- package/dist/esm/styles/patterns/input.styles.js +0 -227
- package/dist/esm/styles/patterns/type-ramp.js +0 -74
- package/dist/esm/styles/size.js +0 -9
- package/dist/esm/switch/switch.stories.js +0 -42
- package/dist/esm/switch/switch.vscode.definition.json +0 -68
- package/dist/esm/tabs/index.js +0 -28
- package/dist/esm/tabs/tab/index.js +0 -26
- package/dist/esm/tabs/tab/tab.styles.js +0 -75
- package/dist/esm/tabs/tab/tab.vscode.definition.json +0 -17
- package/dist/esm/tabs/tab-panel/index.js +0 -26
- package/dist/esm/tabs/tab-panel/tab-panel.styles.js +0 -11
- package/dist/esm/tabs/tab-panel/tab-panel.vscode.definition.json +0 -17
- package/dist/esm/tabs/tabs.stories.js +0 -105
- package/dist/esm/tabs/tabs.styles.js +0 -98
- package/dist/esm/tabs/tabs.vscode.definition.json +0 -50
- package/dist/esm/text-area/index.js +0 -56
- package/dist/esm/text-area/text-area.stories.js +0 -56
- package/dist/esm/text-area/text-area.styles.js +0 -39
- package/dist/esm/text-area/text-area.vscode.definition.json +0 -141
- package/dist/esm/text-field/index.js +0 -56
- package/dist/esm/text-field/text-field.stories.js +0 -88
- package/dist/esm/text-field/text-field.styles.js +0 -48
- package/dist/esm/text-field/text-field.vscode.definition.json +0 -150
- package/dist/esm/toolbar/index.js +0 -23
- package/dist/esm/toolbar/toolbar.stories.js +0 -9
- package/dist/esm/toolbar/toolbar.styles.js +0 -73
- package/dist/esm/tooltip/index.js +0 -31
- package/dist/esm/tooltip/tooltip.stories.js +0 -34
- package/dist/esm/tooltip/tooltip.styles.js +0 -107
- package/dist/esm/tooltip/tooltip.vscode.definition.json +0 -56
- package/dist/esm/tree-item/index.js +0 -32
- package/dist/esm/tree-item/tree-item.stories.js +0 -34
- package/dist/esm/tree-item/tree-item.styles.js +0 -227
- package/dist/esm/tree-item/tree-item.vscode.definition.json +0 -63
- package/dist/esm/tree-view/index.js +0 -27
- package/dist/esm/tree-view/tree-view.stories.js +0 -99
- package/dist/esm/tree-view/tree-view.styles.js +0 -14
- package/dist/esm/tree-view/tree-view.vscode.definition.json +0 -26
- package/dist/esm/utilities/behaviors.js +0 -13
- package/dist/esm/utilities/type-ramp.js +0 -12
- package/karma.conf.js +0 -147
- package/public/SegoeUI-VF.ttf +0 -0
- package/public/favicon.ico +0 -0
- package/public/favicon.png +0 -0
- package/public/switches.ts +0 -24
- package/rollup.config.js +0 -53
- package/storybook-typings.d.ts +0 -4
- /package/dist/{esm/color/recipe.js → dts/accordion-item/define.d.ts} +0 -0
package/docs/api-report.md
CHANGED
|
@@ -4,1730 +4,1816 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import { Accordion } from '@microsoft/fast-foundation';
|
|
8
|
-
import { AccordionItem } from '@microsoft/fast-foundation';
|
|
9
|
-
import { AccordionItemOptions } from '@microsoft/fast-foundation';
|
|
10
|
-
import { Anchor as Anchor_2 } from '@microsoft/fast-foundation';
|
|
11
|
-
import { AnchoredRegion } from '@microsoft/fast-foundation';
|
|
12
|
-
import { Badge as Badge_2 } from '@microsoft/fast-foundation';
|
|
13
|
-
import { BaseProgress } from '@microsoft/fast-foundation';
|
|
14
|
-
import { Behavior } from '@microsoft/fast-element';
|
|
15
|
-
import { Breadcrumb } from '@microsoft/fast-foundation';
|
|
16
|
-
import { BreadcrumbItem } from '@microsoft/fast-foundation';
|
|
17
|
-
import { BreadcrumbItemOptions } from '@microsoft/fast-foundation';
|
|
18
|
-
import { Button as Button_2 } from '@microsoft/fast-foundation';
|
|
19
|
-
import { CalendarOptions } from '@microsoft/fast-foundation';
|
|
20
|
-
import { Card as Card_2 } from '@microsoft/fast-foundation';
|
|
21
|
-
import { CheckboxOptions } from '@microsoft/fast-foundation';
|
|
22
|
-
import { Combobox as Combobox_2 } from '@microsoft/fast-foundation';
|
|
23
|
-
import { ComboboxOptions } from '@microsoft/fast-foundation';
|
|
24
|
-
import { Constructable } from '@microsoft/fast-element';
|
|
25
|
-
import type { Container } from '@microsoft/fast-foundation';
|
|
26
7
|
import { CSSDesignToken } from '@microsoft/fast-foundation';
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import { DataGridCell } from '@microsoft/fast-foundation';
|
|
30
|
-
import { DataGridRow } from '@microsoft/fast-foundation';
|
|
31
|
-
import { DesignSystem } from '@microsoft/fast-foundation';
|
|
32
|
-
import { DesignToken } from '@microsoft/fast-foundation';
|
|
33
|
-
import { Dialog } from '@microsoft/fast-foundation';
|
|
34
|
-
import { Direction } from '@microsoft/fast-web-utilities';
|
|
35
|
-
import { Divider } from '@microsoft/fast-foundation';
|
|
36
|
-
import { ElementDefinitionContext } from '@microsoft/fast-foundation';
|
|
8
|
+
import { DividerOrientation } from '@microsoft/fast-foundation';
|
|
9
|
+
import { DividerRole } from '@microsoft/fast-foundation';
|
|
37
10
|
import { ElementStyles } from '@microsoft/fast-element';
|
|
11
|
+
import { ElementViewTemplate } from '@microsoft/fast-element';
|
|
12
|
+
import { FASTAccordion } from '@microsoft/fast-foundation';
|
|
13
|
+
import { FASTAccordionItem } from '@microsoft/fast-foundation';
|
|
14
|
+
import { FASTDivider } from '@microsoft/fast-foundation';
|
|
38
15
|
import { FASTElement } from '@microsoft/fast-element';
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
import { NumberFieldOptions } from '@microsoft/fast-foundation';
|
|
53
|
-
import { OverrideFoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
54
|
-
import { ProgressOptions } from '@microsoft/fast-foundation';
|
|
55
|
-
import { ProgressRingOptions } from '@microsoft/fast-foundation';
|
|
56
|
-
import { Radio } from '@microsoft/fast-foundation';
|
|
57
|
-
import { RadioGroup } from '@microsoft/fast-foundation';
|
|
58
|
-
import { RadioOptions } from '@microsoft/fast-foundation';
|
|
59
|
-
import { Search as Search_2 } from '@microsoft/fast-foundation';
|
|
60
|
-
import { SearchOptions } from '@microsoft/fast-foundation';
|
|
61
|
-
import { Select as Select_2 } from '@microsoft/fast-foundation';
|
|
62
|
-
import { SelectOptions } from '@microsoft/fast-foundation';
|
|
63
|
-
import { Skeleton } from '@microsoft/fast-foundation';
|
|
64
|
-
import { Slider } from '@microsoft/fast-foundation';
|
|
65
|
-
import { SliderLabel } from '@microsoft/fast-foundation';
|
|
66
|
-
import { SliderOptions } from '@microsoft/fast-foundation';
|
|
67
|
-
import { Switch } from '@microsoft/fast-foundation';
|
|
68
|
-
import { SwitchOptions } from '@microsoft/fast-foundation';
|
|
69
|
-
import { Tab } from '@microsoft/fast-foundation';
|
|
70
|
-
import { TabPanel } from '@microsoft/fast-foundation';
|
|
71
|
-
import { Tabs } from '@microsoft/fast-foundation';
|
|
72
|
-
import { TextArea as TextArea_2 } from '@microsoft/fast-foundation';
|
|
73
|
-
import { TextField as TextField_2 } from '@microsoft/fast-foundation';
|
|
74
|
-
import { Toolbar as Toolbar_2 } from '@microsoft/fast-foundation';
|
|
75
|
-
import { Tooltip as Tooltip_2 } from '@microsoft/fast-foundation';
|
|
76
|
-
import { TreeItem } from '@microsoft/fast-foundation';
|
|
77
|
-
import { TreeItemOptions } from '@microsoft/fast-foundation';
|
|
78
|
-
import { TreeView } from '@microsoft/fast-foundation';
|
|
79
|
-
import { ViewTemplate } from '@microsoft/fast-element';
|
|
80
|
-
|
|
81
|
-
// @public (undocumented)
|
|
82
|
-
export const accentBaseColor: CSSDesignToken<Swatch>;
|
|
83
|
-
|
|
84
|
-
// Warning: (ae-internal-missing-underscore) The name "AccentButtonStyles" should be prefixed with an underscore because the declaration is marked as @internal
|
|
85
|
-
//
|
|
86
|
-
// @internal (undocumented)
|
|
87
|
-
export const AccentButtonStyles: (context: ElementDefinitionContext, definition: FoundationElementDefinition, interactivitySelector: string, nonInteractivitySelector?: string) => ElementStyles;
|
|
88
|
-
|
|
89
|
-
// @public (undocumented)
|
|
90
|
-
export const accentFillActive: CSSDesignToken<Swatch>;
|
|
16
|
+
import { FASTElementDefinition } from '@microsoft/fast-element';
|
|
17
|
+
import { FASTProgress } from '@microsoft/fast-foundation';
|
|
18
|
+
import { FASTProgressRing } from '@microsoft/fast-foundation';
|
|
19
|
+
import { FASTSwitch } from '@microsoft/fast-foundation';
|
|
20
|
+
import { StartEnd } from '@microsoft/fast-foundation';
|
|
21
|
+
import { StartEndOptions } from '@microsoft/fast-foundation';
|
|
22
|
+
import { StaticallyComposableHTML } from '@microsoft/fast-foundation';
|
|
23
|
+
import type { Theme } from '@fluentui/tokens';
|
|
24
|
+
import { ValuesOf } from '@microsoft/fast-foundation';
|
|
25
|
+
|
|
26
|
+
// @public
|
|
27
|
+
export class Accordion extends FASTAccordion {
|
|
28
|
+
}
|
|
91
29
|
|
|
92
|
-
// @public
|
|
93
|
-
export const
|
|
30
|
+
// @public
|
|
31
|
+
export const accordionDefinition: FASTElementDefinition<typeof Accordion>;
|
|
94
32
|
|
|
95
|
-
//
|
|
96
|
-
|
|
33
|
+
// Warning: (ae-internal-missing-underscore) The name "AccordionItem" should be prefixed with an underscore because the declaration is marked as @internal
|
|
34
|
+
//
|
|
35
|
+
// @internal (undocumented)
|
|
36
|
+
export class AccordionItem extends FASTAccordionItem {
|
|
37
|
+
// @public
|
|
38
|
+
block: boolean;
|
|
39
|
+
// @public
|
|
40
|
+
expandIconPosition?: AccordionItemExpandIconPosition;
|
|
41
|
+
// @public
|
|
42
|
+
size?: AccordionItemSize;
|
|
43
|
+
}
|
|
97
44
|
|
|
98
|
-
// @public
|
|
99
|
-
|
|
45
|
+
// Warning: (ae-incompatible-release-tags) The symbol "definition" is marked as @public, but its signature references "AccordionItem" which is marked as @internal
|
|
46
|
+
//
|
|
47
|
+
// @public
|
|
48
|
+
export const accordionItemDefinition: FASTElementDefinition<typeof AccordionItem>;
|
|
100
49
|
|
|
101
|
-
// @public
|
|
102
|
-
export const
|
|
50
|
+
// @public
|
|
51
|
+
export const AccordionItemExpandIconPosition: {
|
|
52
|
+
readonly start: "start";
|
|
53
|
+
readonly end: "end";
|
|
54
|
+
};
|
|
103
55
|
|
|
104
|
-
// @public
|
|
105
|
-
export
|
|
56
|
+
// @public
|
|
57
|
+
export type AccordionItemExpandIconPosition = ValuesOf<typeof AccordionItemExpandIconPosition>;
|
|
106
58
|
|
|
107
|
-
// @public
|
|
108
|
-
export const
|
|
59
|
+
// @public
|
|
60
|
+
export const AccordionItemSize: {
|
|
61
|
+
readonly small: "small";
|
|
62
|
+
readonly medium: "medium";
|
|
63
|
+
readonly large: "large";
|
|
64
|
+
readonly extraLarge: "extra-large";
|
|
65
|
+
};
|
|
109
66
|
|
|
110
|
-
// @public
|
|
111
|
-
export
|
|
67
|
+
// @public
|
|
68
|
+
export type AccordionItemSize = ValuesOf<typeof AccordionItemSize>;
|
|
112
69
|
|
|
113
70
|
// @public (undocumented)
|
|
114
|
-
export const
|
|
71
|
+
export const accordionItemStyles: ElementStyles;
|
|
115
72
|
|
|
116
|
-
// @public
|
|
117
|
-
|
|
73
|
+
// Warning: (ae-incompatible-release-tags) The symbol "template" is marked as @public, but its signature references "AccordionItem" which is marked as @internal
|
|
74
|
+
//
|
|
75
|
+
// @public
|
|
76
|
+
export const accordionItemTemplate: ElementViewTemplate<AccordionItem>;
|
|
118
77
|
|
|
119
78
|
// @public (undocumented)
|
|
120
|
-
export const
|
|
121
|
-
|
|
122
|
-
// @public @deprecated (undocumented)
|
|
123
|
-
export const accentForegroundCut: CSSDesignToken<Swatch>;
|
|
124
|
-
|
|
125
|
-
// @public @deprecated (undocumented)
|
|
126
|
-
export const accentForegroundCutLarge: CSSDesignToken<Swatch>;
|
|
79
|
+
export const accordionStyles: ElementStyles;
|
|
127
80
|
|
|
128
81
|
// @public (undocumented)
|
|
129
|
-
export const
|
|
82
|
+
export const accordionTemplate: ElementViewTemplate<Accordion>;
|
|
130
83
|
|
|
131
|
-
// @public
|
|
132
|
-
export
|
|
84
|
+
// @public
|
|
85
|
+
export class Avatar extends FASTElement {
|
|
86
|
+
active?: AvatarActive | undefined;
|
|
87
|
+
appearance?: AvatarAppearance | undefined;
|
|
88
|
+
color?: AvatarColor;
|
|
89
|
+
colorId?: AvatarNamedColor | undefined;
|
|
90
|
+
static colors: ("anchor" | "dark-red" | "cranberry" | "red" | "pumpkin" | "peach" | "marigold" | "gold" | "brass" | "brown" | "forest" | "seafoam" | "dark-green" | "light-teal" | "teal" | "steel" | "blue" | "royal-blue" | "cornflower" | "navy" | "lavender" | "purple" | "grape" | "lilac" | "pink" | "magenta" | "plum" | "beige" | "mink" | "platinum")[];
|
|
91
|
+
// @internal
|
|
92
|
+
generateColor(): AvatarColor | void;
|
|
93
|
+
// @internal
|
|
94
|
+
generateInitials(): string | void;
|
|
95
|
+
initials?: string | undefined;
|
|
96
|
+
name?: string | undefined;
|
|
97
|
+
shape?: AvatarShape | undefined;
|
|
98
|
+
size?: AvatarSize | undefined;
|
|
99
|
+
}
|
|
133
100
|
|
|
134
|
-
// @public
|
|
135
|
-
export const
|
|
101
|
+
// @public
|
|
102
|
+
export const AvatarActive: {
|
|
103
|
+
readonly active: "active";
|
|
104
|
+
readonly inactive: "inactive";
|
|
105
|
+
};
|
|
136
106
|
|
|
137
|
-
// @public
|
|
138
|
-
export
|
|
107
|
+
// @public
|
|
108
|
+
export type AvatarActive = ValuesOf<typeof AvatarActive>;
|
|
139
109
|
|
|
140
|
-
// @public
|
|
141
|
-
export const
|
|
110
|
+
// @public
|
|
111
|
+
export const AvatarAppearance: {
|
|
112
|
+
readonly ring: "ring";
|
|
113
|
+
readonly shadow: "shadow";
|
|
114
|
+
readonly ringShadow: "ring-shadow";
|
|
115
|
+
};
|
|
142
116
|
|
|
143
|
-
// @public
|
|
144
|
-
export
|
|
117
|
+
// @public
|
|
118
|
+
export type AvatarAppearance = ValuesOf<typeof AvatarAppearance>;
|
|
119
|
+
|
|
120
|
+
// @public
|
|
121
|
+
export const AvatarColor: {
|
|
122
|
+
readonly darkRed: "dark-red";
|
|
123
|
+
readonly cranberry: "cranberry";
|
|
124
|
+
readonly red: "red";
|
|
125
|
+
readonly pumpkin: "pumpkin";
|
|
126
|
+
readonly peach: "peach";
|
|
127
|
+
readonly marigold: "marigold";
|
|
128
|
+
readonly gold: "gold";
|
|
129
|
+
readonly brass: "brass";
|
|
130
|
+
readonly brown: "brown";
|
|
131
|
+
readonly forest: "forest";
|
|
132
|
+
readonly seafoam: "seafoam";
|
|
133
|
+
readonly darkGreen: "dark-green";
|
|
134
|
+
readonly lightTeal: "light-teal";
|
|
135
|
+
readonly teal: "teal";
|
|
136
|
+
readonly steel: "steel";
|
|
137
|
+
readonly blue: "blue";
|
|
138
|
+
readonly royalBlue: "royal-blue";
|
|
139
|
+
readonly cornflower: "cornflower";
|
|
140
|
+
readonly navy: "navy";
|
|
141
|
+
readonly lavender: "lavender";
|
|
142
|
+
readonly purple: "purple";
|
|
143
|
+
readonly grape: "grape";
|
|
144
|
+
readonly lilac: "lilac";
|
|
145
|
+
readonly pink: "pink";
|
|
146
|
+
readonly magenta: "magenta";
|
|
147
|
+
readonly plum: "plum";
|
|
148
|
+
readonly beige: "beige";
|
|
149
|
+
readonly mink: "mink";
|
|
150
|
+
readonly platinum: "platinum";
|
|
151
|
+
readonly anchor: "anchor";
|
|
152
|
+
readonly neutral: "neutral";
|
|
153
|
+
readonly brand: "brand";
|
|
154
|
+
readonly colorful: "colorful";
|
|
155
|
+
};
|
|
145
156
|
|
|
146
|
-
// @public
|
|
147
|
-
export
|
|
157
|
+
// @public
|
|
158
|
+
export type AvatarColor = ValuesOf<typeof AvatarColor>;
|
|
159
|
+
|
|
160
|
+
// @public
|
|
161
|
+
export const AvatarDefinition: FASTElementDefinition<typeof Avatar>;
|
|
162
|
+
|
|
163
|
+
// @public
|
|
164
|
+
export const AvatarNamedColor: {
|
|
165
|
+
readonly darkRed: "dark-red";
|
|
166
|
+
readonly cranberry: "cranberry";
|
|
167
|
+
readonly red: "red";
|
|
168
|
+
readonly pumpkin: "pumpkin";
|
|
169
|
+
readonly peach: "peach";
|
|
170
|
+
readonly marigold: "marigold";
|
|
171
|
+
readonly gold: "gold";
|
|
172
|
+
readonly brass: "brass";
|
|
173
|
+
readonly brown: "brown";
|
|
174
|
+
readonly forest: "forest";
|
|
175
|
+
readonly seafoam: "seafoam";
|
|
176
|
+
readonly darkGreen: "dark-green";
|
|
177
|
+
readonly lightTeal: "light-teal";
|
|
178
|
+
readonly teal: "teal";
|
|
179
|
+
readonly steel: "steel";
|
|
180
|
+
readonly blue: "blue";
|
|
181
|
+
readonly royalBlue: "royal-blue";
|
|
182
|
+
readonly cornflower: "cornflower";
|
|
183
|
+
readonly navy: "navy";
|
|
184
|
+
readonly lavender: "lavender";
|
|
185
|
+
readonly purple: "purple";
|
|
186
|
+
readonly grape: "grape";
|
|
187
|
+
readonly lilac: "lilac";
|
|
188
|
+
readonly pink: "pink";
|
|
189
|
+
readonly magenta: "magenta";
|
|
190
|
+
readonly plum: "plum";
|
|
191
|
+
readonly beige: "beige";
|
|
192
|
+
readonly mink: "mink";
|
|
193
|
+
readonly platinum: "platinum";
|
|
194
|
+
readonly anchor: "anchor";
|
|
195
|
+
};
|
|
148
196
|
|
|
149
|
-
// @public
|
|
150
|
-
export
|
|
197
|
+
// @public
|
|
198
|
+
export type AvatarNamedColor = ValuesOf<typeof AvatarNamedColor>;
|
|
151
199
|
|
|
152
|
-
// @public
|
|
153
|
-
export const
|
|
200
|
+
// @public
|
|
201
|
+
export const AvatarShape: {
|
|
202
|
+
readonly circular: "circular";
|
|
203
|
+
readonly square: "square";
|
|
204
|
+
};
|
|
154
205
|
|
|
155
|
-
// @public
|
|
156
|
-
export
|
|
206
|
+
// @public
|
|
207
|
+
export type AvatarShape = ValuesOf<typeof AvatarShape>;
|
|
208
|
+
|
|
209
|
+
// @public
|
|
210
|
+
export const AvatarSize: {
|
|
211
|
+
readonly _16: 16;
|
|
212
|
+
readonly _20: 20;
|
|
213
|
+
readonly _24: 24;
|
|
214
|
+
readonly _28: 28;
|
|
215
|
+
readonly _32: 32;
|
|
216
|
+
readonly _36: 36;
|
|
217
|
+
readonly _40: 40;
|
|
218
|
+
readonly _48: 48;
|
|
219
|
+
readonly _56: 56;
|
|
220
|
+
readonly _64: 64;
|
|
221
|
+
readonly _72: 72;
|
|
222
|
+
readonly _96: 96;
|
|
223
|
+
readonly _120: 120;
|
|
224
|
+
readonly _128: 128;
|
|
225
|
+
};
|
|
157
226
|
|
|
158
|
-
// @public
|
|
159
|
-
export
|
|
227
|
+
// @public
|
|
228
|
+
export type AvatarSize = ValuesOf<typeof AvatarSize>;
|
|
160
229
|
|
|
161
|
-
// @public
|
|
162
|
-
export const
|
|
230
|
+
// @public
|
|
231
|
+
export const AvatarStyles: ElementStyles;
|
|
163
232
|
|
|
164
233
|
// @public (undocumented)
|
|
165
|
-
export const
|
|
234
|
+
export const AvatarTemplate: ElementViewTemplate<Avatar>;
|
|
166
235
|
|
|
167
|
-
|
|
236
|
+
// Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "Badge" because one of its declarations is marked as @internal
|
|
237
|
+
//
|
|
238
|
+
// @public
|
|
239
|
+
export class Badge extends FASTElement {
|
|
240
|
+
appearance: BadgeAppearance;
|
|
241
|
+
color: BadgeColor;
|
|
242
|
+
shape?: BadgeShape;
|
|
243
|
+
size?: BadgeSize;
|
|
244
|
+
}
|
|
168
245
|
|
|
169
|
-
|
|
246
|
+
// @internal
|
|
247
|
+
export interface Badge extends StartEnd {
|
|
248
|
+
}
|
|
170
249
|
|
|
171
250
|
// @public
|
|
172
|
-
export const
|
|
251
|
+
export const BadgeAppearance: {
|
|
252
|
+
readonly filled: "filled";
|
|
253
|
+
readonly ghost: "ghost";
|
|
254
|
+
readonly outline: "outline";
|
|
255
|
+
readonly tint: "tint";
|
|
256
|
+
};
|
|
173
257
|
|
|
174
258
|
// @public
|
|
175
|
-
export
|
|
259
|
+
export type BadgeAppearance = ValuesOf<typeof BadgeAppearance>;
|
|
176
260
|
|
|
177
261
|
// @public
|
|
178
|
-
export const
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
fluentCalendar: (overrideDefinition?: OverrideFoundationElementDefinition<CalendarOptions> | undefined) => FoundationElementRegistry<CalendarOptions, Constructable<FoundationElement>>;
|
|
188
|
-
fluentCard: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, Card>;
|
|
189
|
-
fluentCheckbox: (overrideDefinition?: OverrideFoundationElementDefinition<CheckboxOptions> | undefined) => FoundationElementRegistry<CheckboxOptions, Constructable<FoundationElement>>;
|
|
190
|
-
fluentCombobox: (overrideDefinition?: OverrideFoundationElementDefinition<ComboboxOptions> | undefined) => FoundationElementRegistry<ComboboxOptions, Constructable<FoundationElement>>;
|
|
191
|
-
fluentDataGrid: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, typeof DataGrid>;
|
|
192
|
-
fluentDataGridCell: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, DataGridCell>;
|
|
193
|
-
fluentDataGridRow: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, DataGridRow>;
|
|
194
|
-
fluentDesignSystemProvider: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
195
|
-
baseName: string;
|
|
196
|
-
template: ViewTemplate<any, any>;
|
|
197
|
-
styles: ElementStyles;
|
|
198
|
-
}> | undefined) => FoundationElementRegistry< {
|
|
199
|
-
baseName: string;
|
|
200
|
-
template: ViewTemplate<any, any>;
|
|
201
|
-
styles: ElementStyles;
|
|
202
|
-
}, DesignSystemProvider>;
|
|
203
|
-
fluentDialog: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, typeof Dialog>;
|
|
204
|
-
fluentDivider: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, typeof Divider>;
|
|
205
|
-
fluentFlipper: (overrideDefinition?: OverrideFoundationElementDefinition<FlipperOptions> | undefined) => FoundationElementRegistry<FlipperOptions, Constructable<FoundationElement>>;
|
|
206
|
-
fluentHorizontalScroll: (overrideDefinition?: OverrideFoundationElementDefinition<HorizontalScrollOptions> | undefined) => FoundationElementRegistry<HorizontalScrollOptions, Constructable<FoundationElement>>;
|
|
207
|
-
fluentListbox: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, Listbox>;
|
|
208
|
-
fluentOption: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, typeof ListboxOption>;
|
|
209
|
-
fluentMenu: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, Menu>;
|
|
210
|
-
fluentMenuItem: (overrideDefinition?: OverrideFoundationElementDefinition<MenuItemOptions> | undefined) => FoundationElementRegistry<MenuItemOptions, Constructable<FoundationElement>>;
|
|
211
|
-
fluentNumberField: (overrideDefinition?: OverrideFoundationElementDefinition<NumberFieldOptions> | undefined) => FoundationElementRegistry<NumberFieldOptions, Constructable<FoundationElement>>;
|
|
212
|
-
fluentProgress: (overrideDefinition?: OverrideFoundationElementDefinition<ProgressOptions> | undefined) => FoundationElementRegistry<ProgressOptions, Constructable<FoundationElement>>;
|
|
213
|
-
fluentProgressRing: (overrideDefinition?: OverrideFoundationElementDefinition<ProgressRingOptions> | undefined) => FoundationElementRegistry<ProgressRingOptions, Constructable<FoundationElement>>;
|
|
214
|
-
fluentRadio: (overrideDefinition?: OverrideFoundationElementDefinition<RadioOptions> | undefined) => FoundationElementRegistry<RadioOptions, Constructable<FoundationElement>>;
|
|
215
|
-
fluentRadioGroup: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, typeof RadioGroup>;
|
|
216
|
-
fluentSearch: (overrideDefinition?: OverrideFoundationElementDefinition<SearchOptions> | undefined) => FoundationElementRegistry<SearchOptions, Constructable<FoundationElement>>;
|
|
217
|
-
fluentSelect: (overrideDefinition?: OverrideFoundationElementDefinition<SelectOptions> | undefined) => FoundationElementRegistry<SelectOptions, Constructable<FoundationElement>>;
|
|
218
|
-
fluentSkeleton: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, typeof Skeleton>;
|
|
219
|
-
fluentSlider: (overrideDefinition?: OverrideFoundationElementDefinition<SliderOptions> | undefined) => FoundationElementRegistry<SliderOptions, Constructable<FoundationElement>>;
|
|
220
|
-
fluentSliderLabel: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, typeof SliderLabel>;
|
|
221
|
-
fluentSwitch: (overrideDefinition?: OverrideFoundationElementDefinition<SwitchOptions> | undefined) => FoundationElementRegistry<SwitchOptions, Constructable<FoundationElement>>;
|
|
222
|
-
fluentTabs: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, typeof Tabs>;
|
|
223
|
-
fluentTab: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, Tab>;
|
|
224
|
-
fluentTabPanel: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, TabPanel>;
|
|
225
|
-
fluentTextArea: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, TextArea>;
|
|
226
|
-
fluentTextField: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, TextField>;
|
|
227
|
-
fluentToolbar: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, Toolbar>;
|
|
228
|
-
fluentTooltip: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, Tooltip>;
|
|
229
|
-
fluentTreeView: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, typeof TreeView>;
|
|
230
|
-
fluentTreeItem: (overrideDefinition?: OverrideFoundationElementDefinition<TreeItemOptions> | undefined) => FoundationElementRegistry<TreeItemOptions, Constructable<FoundationElement>>;
|
|
231
|
-
register(container?: Container | undefined, ...rest: any[]): void;
|
|
262
|
+
export const BadgeColor: {
|
|
263
|
+
readonly brand: "brand";
|
|
264
|
+
readonly danger: "danger";
|
|
265
|
+
readonly important: "important";
|
|
266
|
+
readonly informative: "informative";
|
|
267
|
+
readonly severe: "severe";
|
|
268
|
+
readonly subtle: "subtle";
|
|
269
|
+
readonly success: "success";
|
|
270
|
+
readonly warning: "warning";
|
|
232
271
|
};
|
|
233
272
|
|
|
234
|
-
//
|
|
235
|
-
|
|
236
|
-
// @internal @deprecated
|
|
237
|
-
export const ambientShadow = "0 0 2px rgba(0, 0, 0, 0.14)";
|
|
273
|
+
// @public
|
|
274
|
+
export type BadgeColor = ValuesOf<typeof BadgeColor>;
|
|
238
275
|
|
|
239
|
-
//
|
|
276
|
+
// @public
|
|
277
|
+
export const BadgeDefinition: FASTElementDefinition<typeof Badge>;
|
|
278
|
+
|
|
279
|
+
// Warning: (ae-internal-missing-underscore) The name "BadgeOptions" should be prefixed with an underscore because the declaration is marked as @internal
|
|
240
280
|
//
|
|
241
281
|
// @internal
|
|
242
|
-
export
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
// (undocumented)
|
|
246
|
-
appearanceChanged(oldValue: AnchorAppearance, newValue: AnchorAppearance): void;
|
|
247
|
-
// (undocumented)
|
|
248
|
-
connectedCallback(): void;
|
|
249
|
-
defaultSlottedContentChanged(): void;
|
|
250
|
-
}
|
|
282
|
+
export type BadgeOptions = StartEndOptions<Badge> & {
|
|
283
|
+
defaultContent?: StaticallyComposableHTML;
|
|
284
|
+
};
|
|
251
285
|
|
|
252
286
|
// @public
|
|
253
|
-
export
|
|
254
|
-
|
|
255
|
-
|
|
287
|
+
export const BadgeShape: {
|
|
288
|
+
readonly circular: "circular";
|
|
289
|
+
readonly rounded: "rounded";
|
|
290
|
+
readonly square: "square";
|
|
291
|
+
};
|
|
256
292
|
|
|
257
293
|
// @public
|
|
258
|
-
export
|
|
294
|
+
export type BadgeShape = ValuesOf<typeof BadgeShape>;
|
|
259
295
|
|
|
260
296
|
// @public
|
|
261
|
-
export const
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
}
|
|
297
|
+
export const BadgeSize: {
|
|
298
|
+
readonly tiny: "tiny";
|
|
299
|
+
readonly extraSmall: "extra-small";
|
|
300
|
+
readonly small: "small";
|
|
301
|
+
readonly medium: "medium";
|
|
302
|
+
readonly large: "large";
|
|
303
|
+
readonly extraLarge: "extra-large";
|
|
304
|
+
};
|
|
270
305
|
|
|
271
306
|
// @public
|
|
272
|
-
export type
|
|
307
|
+
export type BadgeSize = ValuesOf<typeof BadgeSize>;
|
|
273
308
|
|
|
274
309
|
// @public
|
|
275
|
-
export const
|
|
276
|
-
|
|
277
|
-
// Warning: (ae-internal-missing-underscore) The name "baseButtonStyles" should be prefixed with an underscore because the declaration is marked as @internal
|
|
278
|
-
//
|
|
279
|
-
// @internal
|
|
280
|
-
export const baseButtonStyles: (context: ElementDefinitionContext, definition: FoundationElementDefinition, interactivitySelector: string, nonInteractivitySelector?: string) => ElementStyles;
|
|
310
|
+
export const BadgeStyles: ElementStyles;
|
|
281
311
|
|
|
282
312
|
// @public (undocumented)
|
|
283
|
-
export const
|
|
313
|
+
export const BadgeTemplate: ElementViewTemplate<Badge>;
|
|
284
314
|
|
|
285
315
|
// @public (undocumented)
|
|
286
|
-
export const
|
|
287
|
-
|
|
288
|
-
// Warning: (ae-internal-missing-underscore) The name "baseInputStyles" should be prefixed with an underscore because the declaration is marked as @internal
|
|
289
|
-
//
|
|
290
|
-
// @internal
|
|
291
|
-
export const baseInputStyles: (context: ElementDefinitionContext, definition: FoundationElementDefinition, logicalControlSelector: string) => ElementStyles;
|
|
316
|
+
export const borderRadiusCircular: CSSDesignToken<string>;
|
|
292
317
|
|
|
293
318
|
// @public (undocumented)
|
|
294
|
-
export const
|
|
319
|
+
export const borderRadiusLarge: CSSDesignToken<string>;
|
|
295
320
|
|
|
296
321
|
// @public (undocumented)
|
|
297
|
-
export const
|
|
298
|
-
|
|
299
|
-
export { Breadcrumb }
|
|
300
|
-
|
|
301
|
-
export { BreadcrumbItem }
|
|
322
|
+
export const borderRadiusMedium: CSSDesignToken<string>;
|
|
302
323
|
|
|
303
|
-
// @public
|
|
304
|
-
export const
|
|
324
|
+
// @public (undocumented)
|
|
325
|
+
export const borderRadiusNone: CSSDesignToken<string>;
|
|
305
326
|
|
|
306
|
-
// @public
|
|
307
|
-
export const
|
|
327
|
+
// @public (undocumented)
|
|
328
|
+
export const borderRadiusSmall: CSSDesignToken<string>;
|
|
308
329
|
|
|
309
|
-
//
|
|
310
|
-
|
|
311
|
-
// @internal
|
|
312
|
-
export class Button extends Button_2 {
|
|
313
|
-
// @public
|
|
314
|
-
appearance: ButtonAppearance;
|
|
315
|
-
// (undocumented)
|
|
316
|
-
appearanceChanged(oldValue: ButtonAppearance, newValue: ButtonAppearance): void;
|
|
317
|
-
// (undocumented)
|
|
318
|
-
connectedCallback(): void;
|
|
319
|
-
defaultSlottedContentChanged(): void;
|
|
320
|
-
}
|
|
330
|
+
// @public (undocumented)
|
|
331
|
+
export const borderRadiusXLarge: CSSDesignToken<string>;
|
|
321
332
|
|
|
322
|
-
// @public
|
|
323
|
-
export
|
|
333
|
+
// @public (undocumented)
|
|
334
|
+
export const colorBackgroundOverlay: CSSDesignToken<string>;
|
|
324
335
|
|
|
325
|
-
// @public
|
|
326
|
-
export const
|
|
336
|
+
// @public (undocumented)
|
|
337
|
+
export const colorBrandBackground: CSSDesignToken<string>;
|
|
327
338
|
|
|
328
339
|
// @public (undocumented)
|
|
329
|
-
export
|
|
330
|
-
cardFillColor: string;
|
|
331
|
-
// (undocumented)
|
|
332
|
-
connectedCallback(): void;
|
|
333
|
-
// @internal (undocumented)
|
|
334
|
-
handleChange(source: any, propertyName: string): void;
|
|
335
|
-
neutralPaletteSource: string;
|
|
336
|
-
}
|
|
340
|
+
export const colorBrandBackground2: CSSDesignToken<string>;
|
|
337
341
|
|
|
338
|
-
// @public
|
|
339
|
-
export const
|
|
342
|
+
// @public (undocumented)
|
|
343
|
+
export const colorBrandBackgroundHover: CSSDesignToken<string>;
|
|
340
344
|
|
|
341
|
-
// @public
|
|
342
|
-
export const
|
|
345
|
+
// @public (undocumented)
|
|
346
|
+
export const colorBrandBackgroundInverted: CSSDesignToken<string>;
|
|
343
347
|
|
|
344
348
|
// @public (undocumented)
|
|
345
|
-
export
|
|
346
|
-
// (undocumented)
|
|
347
|
-
evaluate(element: HTMLElement, reference?: Swatch): Swatch;
|
|
348
|
-
}
|
|
349
|
+
export const colorBrandBackgroundInvertedHover: CSSDesignToken<string>;
|
|
349
350
|
|
|
350
|
-
//
|
|
351
|
-
|
|
352
|
-
// @internal
|
|
353
|
-
export class Combobox extends Combobox_2 {
|
|
354
|
-
// @public
|
|
355
|
-
appearance: ComboboxAppearance;
|
|
356
|
-
// (undocumented)
|
|
357
|
-
appearanceChanged(oldValue: ComboboxAppearance, newValue: ComboboxAppearance): void;
|
|
358
|
-
// (undocumented)
|
|
359
|
-
connectedCallback(): void;
|
|
360
|
-
}
|
|
351
|
+
// @public (undocumented)
|
|
352
|
+
export const colorBrandBackgroundInvertedPressed: CSSDesignToken<string>;
|
|
361
353
|
|
|
362
|
-
// @public
|
|
363
|
-
export
|
|
354
|
+
// @public (undocumented)
|
|
355
|
+
export const colorBrandBackgroundInvertedSelected: CSSDesignToken<string>;
|
|
364
356
|
|
|
365
|
-
// @public
|
|
366
|
-
export const
|
|
357
|
+
// @public (undocumented)
|
|
358
|
+
export const colorBrandBackgroundPressed: CSSDesignToken<string>;
|
|
367
359
|
|
|
368
360
|
// @public (undocumented)
|
|
369
|
-
export const
|
|
361
|
+
export const colorBrandBackgroundSelected: CSSDesignToken<string>;
|
|
370
362
|
|
|
371
|
-
// @public
|
|
372
|
-
export const
|
|
363
|
+
// @public (undocumented)
|
|
364
|
+
export const colorBrandBackgroundStatic: CSSDesignToken<string>;
|
|
373
365
|
|
|
374
|
-
|
|
366
|
+
// @public (undocumented)
|
|
367
|
+
export const colorBrandForeground1: CSSDesignToken<string>;
|
|
375
368
|
|
|
376
|
-
|
|
369
|
+
// @public (undocumented)
|
|
370
|
+
export const colorBrandForeground2: CSSDesignToken<string>;
|
|
377
371
|
|
|
378
|
-
// @public
|
|
379
|
-
export const
|
|
372
|
+
// @public (undocumented)
|
|
373
|
+
export const colorBrandForegroundInverted: CSSDesignToken<string>;
|
|
380
374
|
|
|
381
|
-
|
|
375
|
+
// @public (undocumented)
|
|
376
|
+
export const colorBrandForegroundInvertedHover: CSSDesignToken<string>;
|
|
382
377
|
|
|
383
|
-
// @public
|
|
384
|
-
export const
|
|
378
|
+
// @public (undocumented)
|
|
379
|
+
export const colorBrandForegroundInvertedPressed: CSSDesignToken<string>;
|
|
385
380
|
|
|
386
|
-
// @public
|
|
387
|
-
export const
|
|
381
|
+
// @public (undocumented)
|
|
382
|
+
export const colorBrandForegroundLink: CSSDesignToken<string>;
|
|
388
383
|
|
|
389
384
|
// @public (undocumented)
|
|
390
|
-
export const
|
|
385
|
+
export const colorBrandForegroundLinkHover: CSSDesignToken<string>;
|
|
391
386
|
|
|
392
|
-
// @public
|
|
393
|
-
export
|
|
394
|
-
constructor();
|
|
395
|
-
accentBaseColor: Swatch;
|
|
396
|
-
accentFillActiveDelta: number;
|
|
397
|
-
accentFillFocusDelta: number;
|
|
398
|
-
accentFillHoverDelta: number;
|
|
399
|
-
accentFillRestDelta: number;
|
|
400
|
-
accentForegroundActiveDelta: number;
|
|
401
|
-
accentForegroundFocusDelta: number;
|
|
402
|
-
accentForegroundHoverDelta: number;
|
|
403
|
-
accentForegroundRestDelta: number;
|
|
404
|
-
baseHeightMultiplier: number;
|
|
405
|
-
baseHorizontalSpacingMultiplier: number;
|
|
406
|
-
baseLayerLuminance: number;
|
|
407
|
-
// (undocumented)
|
|
408
|
-
connectedCallback(): void;
|
|
409
|
-
controlCornerRadius: number;
|
|
410
|
-
density: number;
|
|
411
|
-
designUnit: number;
|
|
412
|
-
direction: Direction;
|
|
413
|
-
disabledOpacity: number;
|
|
414
|
-
fillColor: Swatch;
|
|
415
|
-
focusStrokeWidth: number;
|
|
416
|
-
layerCornerRadius: number;
|
|
417
|
-
neutralBaseColor: Swatch;
|
|
418
|
-
neutralFillActiveDelta: number;
|
|
419
|
-
neutralFillFocusDelta: number;
|
|
420
|
-
neutralFillHoverDelta: number;
|
|
421
|
-
neutralFillInputActiveDelta: number;
|
|
422
|
-
neutralFillInputFocusDelta: number;
|
|
423
|
-
neutralFillInputHoverDelta: number;
|
|
424
|
-
neutralFillInputRestDelta: number;
|
|
425
|
-
neutralFillLayerRestDelta: number;
|
|
426
|
-
neutralFillRestDelta: number;
|
|
427
|
-
neutralFillStealthActiveDelta: number;
|
|
428
|
-
neutralFillStealthFocusDelta: number;
|
|
429
|
-
neutralFillStealthHoverDelta: number;
|
|
430
|
-
neutralFillStealthRestDelta: number;
|
|
431
|
-
neutralFillStrongActiveDelta: number;
|
|
432
|
-
neutralFillStrongFocusDelta: number;
|
|
433
|
-
neutralFillStrongHoverDelta: number;
|
|
434
|
-
neutralStrokeActiveDelta: number;
|
|
435
|
-
neutralStrokeDividerRestDelta: number;
|
|
436
|
-
neutralStrokeFocusDelta: number;
|
|
437
|
-
neutralStrokeHoverDelta: number;
|
|
438
|
-
neutralStrokeRestDelta: number;
|
|
439
|
-
noPaint: boolean;
|
|
440
|
-
strokeWidth: number;
|
|
441
|
-
typeRampBaseFontSize: string;
|
|
442
|
-
typeRampBaseLineHeight: string;
|
|
443
|
-
typeRampMinus1FontSize: string;
|
|
444
|
-
typeRampMinus1LineHeight: string;
|
|
445
|
-
typeRampMinus2FontSize: string;
|
|
446
|
-
typeRampMinus2LineHeight: string;
|
|
447
|
-
typeRampPlus1FontSize: string;
|
|
448
|
-
typeRampPlus1LineHeight: string;
|
|
449
|
-
typeRampPlus2FontSize: string;
|
|
450
|
-
typeRampPlus2LineHeight: string;
|
|
451
|
-
typeRampPlus3FontSize: string;
|
|
452
|
-
typeRampPlus3LineHeight: string;
|
|
453
|
-
typeRampPlus4FontSize: string;
|
|
454
|
-
typeRampPlus4LineHeight: string;
|
|
455
|
-
typeRampPlus5FontSize: string;
|
|
456
|
-
typeRampPlus5LineHeight: string;
|
|
457
|
-
typeRampPlus6FontSize: string;
|
|
458
|
-
typeRampPlus6LineHeight: string;
|
|
459
|
-
}
|
|
387
|
+
// @public (undocumented)
|
|
388
|
+
export const colorBrandForegroundLinkPressed: CSSDesignToken<string>;
|
|
460
389
|
|
|
461
390
|
// @public (undocumented)
|
|
462
|
-
export const
|
|
391
|
+
export const colorBrandForegroundLinkSelected: CSSDesignToken<string>;
|
|
463
392
|
|
|
464
|
-
|
|
393
|
+
// @public (undocumented)
|
|
394
|
+
export const colorBrandForegroundOnLight: CSSDesignToken<string>;
|
|
465
395
|
|
|
466
|
-
// @public
|
|
467
|
-
export const
|
|
396
|
+
// @public (undocumented)
|
|
397
|
+
export const colorBrandForegroundOnLightHover: CSSDesignToken<string>;
|
|
468
398
|
|
|
469
399
|
// @public (undocumented)
|
|
470
|
-
export const
|
|
400
|
+
export const colorBrandForegroundOnLightPressed: CSSDesignToken<string>;
|
|
471
401
|
|
|
472
|
-
//
|
|
473
|
-
|
|
474
|
-
// @internal @deprecated (undocumented)
|
|
475
|
-
export const directionalShadow = "0 calc(var(--elevation) * 0.5px) calc((var(--elevation) * 1px)) rgba(0, 0, 0, 0.2)";
|
|
402
|
+
// @public (undocumented)
|
|
403
|
+
export const colorBrandForegroundOnLightSelected: CSSDesignToken<string>;
|
|
476
404
|
|
|
477
|
-
// @public
|
|
478
|
-
export
|
|
479
|
-
constructor(ltr: ElementStyles | null, rtl: ElementStyles | null);
|
|
480
|
-
// @internal (undocumented)
|
|
481
|
-
bind(source: FASTElement & HTMLElement): void;
|
|
482
|
-
// @internal (undocumented)
|
|
483
|
-
unbind(source: FASTElement & HTMLElement): void;
|
|
484
|
-
}
|
|
405
|
+
// @public (undocumented)
|
|
406
|
+
export const colorBrandShadowAmbient: CSSDesignToken<string>;
|
|
485
407
|
|
|
486
408
|
// @public (undocumented)
|
|
487
|
-
export const
|
|
409
|
+
export const colorBrandShadowKey: CSSDesignToken<string>;
|
|
488
410
|
|
|
489
|
-
|
|
411
|
+
// @public (undocumented)
|
|
412
|
+
export const colorBrandStroke1: CSSDesignToken<string>;
|
|
490
413
|
|
|
491
|
-
// @public
|
|
492
|
-
export const
|
|
414
|
+
// @public (undocumented)
|
|
415
|
+
export const colorBrandStroke2: CSSDesignToken<string>;
|
|
493
416
|
|
|
494
|
-
// @public
|
|
495
|
-
export const
|
|
417
|
+
// @public (undocumented)
|
|
418
|
+
export const colorCompoundBrandBackground: CSSDesignToken<string>;
|
|
496
419
|
|
|
497
|
-
// @public
|
|
498
|
-
export const
|
|
420
|
+
// @public (undocumented)
|
|
421
|
+
export const colorCompoundBrandBackgroundHover: CSSDesignToken<string>;
|
|
499
422
|
|
|
500
423
|
// @public (undocumented)
|
|
501
|
-
export
|
|
502
|
-
// (undocumented)
|
|
503
|
-
evaluate(element: HTMLElement, size: number, reference?: Swatch): string;
|
|
504
|
-
}
|
|
424
|
+
export const colorCompoundBrandBackgroundPressed: CSSDesignToken<string>;
|
|
505
425
|
|
|
506
426
|
// @public (undocumented)
|
|
507
|
-
export const
|
|
427
|
+
export const colorCompoundBrandForeground1: CSSDesignToken<string>;
|
|
508
428
|
|
|
509
429
|
// @public (undocumented)
|
|
510
|
-
export const
|
|
430
|
+
export const colorCompoundBrandForeground1Hover: CSSDesignToken<string>;
|
|
511
431
|
|
|
512
432
|
// @public (undocumented)
|
|
513
|
-
export const
|
|
433
|
+
export const colorCompoundBrandForeground1Pressed: CSSDesignToken<string>;
|
|
514
434
|
|
|
515
435
|
// @public (undocumented)
|
|
516
|
-
export const
|
|
436
|
+
export const colorCompoundBrandStroke: CSSDesignToken<string>;
|
|
517
437
|
|
|
518
438
|
// @public (undocumented)
|
|
519
|
-
export const
|
|
439
|
+
export const colorCompoundBrandStrokeHover: CSSDesignToken<string>;
|
|
520
440
|
|
|
521
441
|
// @public (undocumented)
|
|
522
|
-
export const
|
|
442
|
+
export const colorCompoundBrandStrokePressed: CSSDesignToken<string>;
|
|
523
443
|
|
|
524
444
|
// @public (undocumented)
|
|
525
|
-
export const
|
|
445
|
+
export const colorNeutralBackground1: CSSDesignToken<string>;
|
|
526
446
|
|
|
527
447
|
// @public (undocumented)
|
|
528
|
-
export const
|
|
448
|
+
export const colorNeutralBackground1Hover: CSSDesignToken<string>;
|
|
529
449
|
|
|
530
450
|
// @public (undocumented)
|
|
531
|
-
export const
|
|
451
|
+
export const colorNeutralBackground1Pressed: CSSDesignToken<string>;
|
|
532
452
|
|
|
533
453
|
// @public (undocumented)
|
|
534
|
-
export const
|
|
454
|
+
export const colorNeutralBackground1Selected: CSSDesignToken<string>;
|
|
535
455
|
|
|
536
456
|
// @public (undocumented)
|
|
537
|
-
export const
|
|
457
|
+
export const colorNeutralBackground2: CSSDesignToken<string>;
|
|
538
458
|
|
|
539
459
|
// @public (undocumented)
|
|
540
|
-
export const
|
|
460
|
+
export const colorNeutralBackground2Hover: CSSDesignToken<string>;
|
|
541
461
|
|
|
542
462
|
// @public (undocumented)
|
|
543
|
-
export const
|
|
463
|
+
export const colorNeutralBackground2Pressed: CSSDesignToken<string>;
|
|
544
464
|
|
|
545
465
|
// @public (undocumented)
|
|
546
|
-
export const
|
|
466
|
+
export const colorNeutralBackground2Selected: CSSDesignToken<string>;
|
|
547
467
|
|
|
548
468
|
// @public (undocumented)
|
|
549
|
-
export const
|
|
469
|
+
export const colorNeutralBackground3: CSSDesignToken<string>;
|
|
550
470
|
|
|
551
471
|
// @public (undocumented)
|
|
552
|
-
export const
|
|
472
|
+
export const colorNeutralBackground3Hover: CSSDesignToken<string>;
|
|
553
473
|
|
|
554
|
-
|
|
474
|
+
// @public (undocumented)
|
|
475
|
+
export const colorNeutralBackground3Pressed: CSSDesignToken<string>;
|
|
555
476
|
|
|
556
|
-
// @public
|
|
557
|
-
export const
|
|
477
|
+
// @public (undocumented)
|
|
478
|
+
export const colorNeutralBackground3Selected: CSSDesignToken<string>;
|
|
558
479
|
|
|
559
|
-
// @public
|
|
560
|
-
export const
|
|
480
|
+
// @public (undocumented)
|
|
481
|
+
export const colorNeutralBackground4: CSSDesignToken<string>;
|
|
561
482
|
|
|
562
|
-
// @public
|
|
563
|
-
export const
|
|
483
|
+
// @public (undocumented)
|
|
484
|
+
export const colorNeutralBackground4Hover: CSSDesignToken<string>;
|
|
564
485
|
|
|
565
|
-
//
|
|
566
|
-
|
|
567
|
-
// @public
|
|
568
|
-
export const fluentAnchor: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, typeof Anchor>;
|
|
486
|
+
// @public (undocumented)
|
|
487
|
+
export const colorNeutralBackground4Pressed: CSSDesignToken<string>;
|
|
569
488
|
|
|
570
|
-
// @
|
|
571
|
-
export const
|
|
489
|
+
// @public (undocumented)
|
|
490
|
+
export const colorNeutralBackground4Selected: CSSDesignToken<string>;
|
|
572
491
|
|
|
573
|
-
//
|
|
574
|
-
|
|
575
|
-
// @public
|
|
576
|
-
export const fluentBadge: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, typeof Badge>;
|
|
492
|
+
// @public (undocumented)
|
|
493
|
+
export const colorNeutralBackground5: CSSDesignToken<string>;
|
|
577
494
|
|
|
578
|
-
// @public
|
|
579
|
-
export const
|
|
495
|
+
// @public (undocumented)
|
|
496
|
+
export const colorNeutralBackground5Hover: CSSDesignToken<string>;
|
|
580
497
|
|
|
581
|
-
// @public
|
|
582
|
-
export const
|
|
498
|
+
// @public (undocumented)
|
|
499
|
+
export const colorNeutralBackground5Pressed: CSSDesignToken<string>;
|
|
583
500
|
|
|
584
|
-
//
|
|
585
|
-
|
|
586
|
-
// @public
|
|
587
|
-
export const fluentButton: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, typeof Button>;
|
|
501
|
+
// @public (undocumented)
|
|
502
|
+
export const colorNeutralBackground5Selected: CSSDesignToken<string>;
|
|
588
503
|
|
|
589
|
-
// @public
|
|
590
|
-
export const
|
|
504
|
+
// @public (undocumented)
|
|
505
|
+
export const colorNeutralBackground6: CSSDesignToken<string>;
|
|
591
506
|
|
|
592
|
-
// @public
|
|
593
|
-
export const
|
|
507
|
+
// @public (undocumented)
|
|
508
|
+
export const colorNeutralBackgroundDisabled: CSSDesignToken<string>;
|
|
594
509
|
|
|
595
|
-
// @public
|
|
596
|
-
export const
|
|
510
|
+
// @public (undocumented)
|
|
511
|
+
export const colorNeutralBackgroundInverted: CSSDesignToken<string>;
|
|
597
512
|
|
|
598
|
-
// @public
|
|
599
|
-
export const
|
|
513
|
+
// @public (undocumented)
|
|
514
|
+
export const colorNeutralBackgroundInvertedDisabled: CSSDesignToken<string>;
|
|
600
515
|
|
|
601
|
-
// @public
|
|
602
|
-
export const
|
|
516
|
+
// @public (undocumented)
|
|
517
|
+
export const colorNeutralBackgroundStatic: CSSDesignToken<string>;
|
|
603
518
|
|
|
604
|
-
// @public
|
|
605
|
-
export const
|
|
519
|
+
// @public (undocumented)
|
|
520
|
+
export const colorNeutralForeground1: CSSDesignToken<string>;
|
|
606
521
|
|
|
607
|
-
// @public
|
|
608
|
-
export const
|
|
522
|
+
// @public (undocumented)
|
|
523
|
+
export const colorNeutralForeground1Hover: CSSDesignToken<string>;
|
|
609
524
|
|
|
610
|
-
// @public
|
|
611
|
-
export const
|
|
612
|
-
baseName: string;
|
|
613
|
-
template: ViewTemplate<any, any>;
|
|
614
|
-
styles: ElementStyles;
|
|
615
|
-
}> | undefined) => FoundationElementRegistry< {
|
|
616
|
-
baseName: string;
|
|
617
|
-
template: ViewTemplate<any, any>;
|
|
618
|
-
styles: ElementStyles;
|
|
619
|
-
}, typeof DesignSystemProvider>;
|
|
525
|
+
// @public (undocumented)
|
|
526
|
+
export const colorNeutralForeground1Pressed: CSSDesignToken<string>;
|
|
620
527
|
|
|
621
|
-
// @public
|
|
622
|
-
export const
|
|
528
|
+
// @public (undocumented)
|
|
529
|
+
export const colorNeutralForeground1Selected: CSSDesignToken<string>;
|
|
623
530
|
|
|
624
|
-
// @public
|
|
625
|
-
export const
|
|
531
|
+
// @public (undocumented)
|
|
532
|
+
export const colorNeutralForeground1Static: CSSDesignToken<string>;
|
|
626
533
|
|
|
627
|
-
// @public
|
|
628
|
-
export const
|
|
534
|
+
// @public (undocumented)
|
|
535
|
+
export const colorNeutralForeground2: CSSDesignToken<string>;
|
|
629
536
|
|
|
630
|
-
// @public
|
|
631
|
-
export const
|
|
537
|
+
// @public (undocumented)
|
|
538
|
+
export const colorNeutralForeground2BrandHover: CSSDesignToken<string>;
|
|
632
539
|
|
|
633
|
-
// @public
|
|
634
|
-
export const
|
|
540
|
+
// @public (undocumented)
|
|
541
|
+
export const colorNeutralForeground2BrandPressed: CSSDesignToken<string>;
|
|
635
542
|
|
|
636
|
-
// @public
|
|
637
|
-
export const
|
|
543
|
+
// @public (undocumented)
|
|
544
|
+
export const colorNeutralForeground2BrandSelected: CSSDesignToken<string>;
|
|
638
545
|
|
|
639
|
-
// @public
|
|
640
|
-
export const
|
|
546
|
+
// @public (undocumented)
|
|
547
|
+
export const colorNeutralForeground2Hover: CSSDesignToken<string>;
|
|
641
548
|
|
|
642
|
-
// @public
|
|
643
|
-
export const
|
|
549
|
+
// @public (undocumented)
|
|
550
|
+
export const colorNeutralForeground2Link: CSSDesignToken<string>;
|
|
644
551
|
|
|
645
|
-
// @public
|
|
646
|
-
export const
|
|
552
|
+
// @public (undocumented)
|
|
553
|
+
export const colorNeutralForeground2LinkHover: CSSDesignToken<string>;
|
|
647
554
|
|
|
648
|
-
// @public
|
|
649
|
-
export const
|
|
555
|
+
// @public (undocumented)
|
|
556
|
+
export const colorNeutralForeground2LinkPressed: CSSDesignToken<string>;
|
|
650
557
|
|
|
651
|
-
// @public
|
|
652
|
-
export const
|
|
558
|
+
// @public (undocumented)
|
|
559
|
+
export const colorNeutralForeground2LinkSelected: CSSDesignToken<string>;
|
|
653
560
|
|
|
654
|
-
// @public
|
|
655
|
-
export const
|
|
561
|
+
// @public (undocumented)
|
|
562
|
+
export const colorNeutralForeground2Pressed: CSSDesignToken<string>;
|
|
656
563
|
|
|
657
|
-
// @public
|
|
658
|
-
export const
|
|
564
|
+
// @public (undocumented)
|
|
565
|
+
export const colorNeutralForeground2Selected: CSSDesignToken<string>;
|
|
659
566
|
|
|
660
|
-
// @public
|
|
661
|
-
export const
|
|
567
|
+
// @public (undocumented)
|
|
568
|
+
export const colorNeutralForeground3: CSSDesignToken<string>;
|
|
662
569
|
|
|
663
|
-
// @public
|
|
664
|
-
export const
|
|
570
|
+
// @public (undocumented)
|
|
571
|
+
export const colorNeutralForeground3BrandHover: CSSDesignToken<string>;
|
|
665
572
|
|
|
666
|
-
// @public
|
|
667
|
-
export const
|
|
573
|
+
// @public (undocumented)
|
|
574
|
+
export const colorNeutralForeground3BrandPressed: CSSDesignToken<string>;
|
|
668
575
|
|
|
669
|
-
// @public
|
|
670
|
-
export const
|
|
576
|
+
// @public (undocumented)
|
|
577
|
+
export const colorNeutralForeground3BrandSelected: CSSDesignToken<string>;
|
|
671
578
|
|
|
672
|
-
// @public
|
|
673
|
-
export const
|
|
579
|
+
// @public (undocumented)
|
|
580
|
+
export const colorNeutralForeground3Hover: CSSDesignToken<string>;
|
|
674
581
|
|
|
675
|
-
// @public
|
|
676
|
-
export const
|
|
582
|
+
// @public (undocumented)
|
|
583
|
+
export const colorNeutralForeground3Pressed: CSSDesignToken<string>;
|
|
677
584
|
|
|
678
|
-
// @public
|
|
679
|
-
export const
|
|
585
|
+
// @public (undocumented)
|
|
586
|
+
export const colorNeutralForeground3Selected: CSSDesignToken<string>;
|
|
680
587
|
|
|
681
|
-
// @public
|
|
682
|
-
export const
|
|
588
|
+
// @public (undocumented)
|
|
589
|
+
export const colorNeutralForeground4: CSSDesignToken<string>;
|
|
683
590
|
|
|
684
|
-
// @public
|
|
685
|
-
export const
|
|
591
|
+
// @public (undocumented)
|
|
592
|
+
export const colorNeutralForegroundDisabled: CSSDesignToken<string>;
|
|
686
593
|
|
|
687
|
-
//
|
|
688
|
-
|
|
689
|
-
// @public
|
|
690
|
-
export const fluentTextArea: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, typeof TextArea>;
|
|
594
|
+
// @public (undocumented)
|
|
595
|
+
export const colorNeutralForegroundInverted: CSSDesignToken<string>;
|
|
691
596
|
|
|
692
|
-
//
|
|
693
|
-
|
|
694
|
-
// @public
|
|
695
|
-
export const fluentTextField: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, typeof TextField>;
|
|
597
|
+
// @public (undocumented)
|
|
598
|
+
export const colorNeutralForegroundInverted2: CSSDesignToken<string>;
|
|
696
599
|
|
|
697
|
-
//
|
|
698
|
-
|
|
699
|
-
// @public
|
|
700
|
-
export const fluentToolbar: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, typeof Toolbar>;
|
|
600
|
+
// @public (undocumented)
|
|
601
|
+
export const colorNeutralForegroundInvertedDisabled: CSSDesignToken<string>;
|
|
701
602
|
|
|
702
|
-
//
|
|
703
|
-
|
|
704
|
-
// @public
|
|
705
|
-
export const fluentTooltip: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, typeof Tooltip>;
|
|
603
|
+
// @public (undocumented)
|
|
604
|
+
export const colorNeutralForegroundInvertedHover: CSSDesignToken<string>;
|
|
706
605
|
|
|
707
|
-
// @public
|
|
708
|
-
export const
|
|
606
|
+
// @public (undocumented)
|
|
607
|
+
export const colorNeutralForegroundInvertedLink: CSSDesignToken<string>;
|
|
709
608
|
|
|
710
|
-
// @public
|
|
711
|
-
export const
|
|
609
|
+
// @public (undocumented)
|
|
610
|
+
export const colorNeutralForegroundInvertedLinkHover: CSSDesignToken<string>;
|
|
712
611
|
|
|
713
|
-
// @public
|
|
714
|
-
export const
|
|
612
|
+
// @public (undocumented)
|
|
613
|
+
export const colorNeutralForegroundInvertedLinkPressed: CSSDesignToken<string>;
|
|
715
614
|
|
|
716
615
|
// @public (undocumented)
|
|
717
|
-
export const
|
|
616
|
+
export const colorNeutralForegroundInvertedLinkSelected: CSSDesignToken<string>;
|
|
718
617
|
|
|
719
618
|
// @public (undocumented)
|
|
720
|
-
export const
|
|
619
|
+
export const colorNeutralForegroundInvertedPressed: CSSDesignToken<string>;
|
|
721
620
|
|
|
722
621
|
// @public (undocumented)
|
|
723
|
-
export const
|
|
622
|
+
export const colorNeutralForegroundInvertedSelected: CSSDesignToken<string>;
|
|
724
623
|
|
|
725
624
|
// @public (undocumented)
|
|
726
|
-
export const
|
|
625
|
+
export const colorNeutralForegroundOnBrand: CSSDesignToken<string>;
|
|
727
626
|
|
|
728
627
|
// @public (undocumented)
|
|
729
|
-
export const
|
|
628
|
+
export const colorNeutralForegroundStaticInverted: CSSDesignToken<string>;
|
|
730
629
|
|
|
731
|
-
// @public
|
|
732
|
-
export const
|
|
630
|
+
// @public (undocumented)
|
|
631
|
+
export const colorNeutralShadowAmbient: CSSDesignToken<string>;
|
|
733
632
|
|
|
734
|
-
// @public
|
|
735
|
-
export const
|
|
633
|
+
// @public (undocumented)
|
|
634
|
+
export const colorNeutralShadowAmbientDarker: CSSDesignToken<string>;
|
|
736
635
|
|
|
737
636
|
// @public (undocumented)
|
|
738
|
-
export const
|
|
637
|
+
export const colorNeutralShadowAmbientLighter: CSSDesignToken<string>;
|
|
739
638
|
|
|
740
639
|
// @public (undocumented)
|
|
741
|
-
export const
|
|
640
|
+
export const colorNeutralShadowKey: CSSDesignToken<string>;
|
|
742
641
|
|
|
743
|
-
// @public
|
|
744
|
-
export const
|
|
642
|
+
// @public (undocumented)
|
|
643
|
+
export const colorNeutralShadowKeyDarker: CSSDesignToken<string>;
|
|
745
644
|
|
|
746
645
|
// @public (undocumented)
|
|
747
|
-
export const
|
|
646
|
+
export const colorNeutralShadowKeyLighter: CSSDesignToken<string>;
|
|
748
647
|
|
|
749
|
-
// @public
|
|
750
|
-
export const
|
|
648
|
+
// @public (undocumented)
|
|
649
|
+
export const colorNeutralStencil1: CSSDesignToken<string>;
|
|
751
650
|
|
|
752
651
|
// @public (undocumented)
|
|
753
|
-
export const
|
|
652
|
+
export const colorNeutralStencil1Alpha: CSSDesignToken<string>;
|
|
754
653
|
|
|
755
|
-
// @public
|
|
756
|
-
export const
|
|
654
|
+
// @public (undocumented)
|
|
655
|
+
export const colorNeutralStencil2: CSSDesignToken<string>;
|
|
757
656
|
|
|
758
|
-
// @public
|
|
759
|
-
export const
|
|
657
|
+
// @public (undocumented)
|
|
658
|
+
export const colorNeutralStencil2Alpha: CSSDesignToken<string>;
|
|
760
659
|
|
|
761
660
|
// @public (undocumented)
|
|
762
|
-
export const
|
|
661
|
+
export const colorNeutralStroke1: CSSDesignToken<string>;
|
|
763
662
|
|
|
764
663
|
// @public (undocumented)
|
|
765
|
-
export const
|
|
664
|
+
export const colorNeutralStroke1Hover: CSSDesignToken<string>;
|
|
766
665
|
|
|
767
|
-
// @public
|
|
768
|
-
export const
|
|
666
|
+
// @public (undocumented)
|
|
667
|
+
export const colorNeutralStroke1Pressed: CSSDesignToken<string>;
|
|
769
668
|
|
|
770
|
-
// @public
|
|
771
|
-
export const
|
|
669
|
+
// @public (undocumented)
|
|
670
|
+
export const colorNeutralStroke1Selected: CSSDesignToken<string>;
|
|
772
671
|
|
|
773
|
-
//
|
|
774
|
-
|
|
775
|
-
// @internal (undocumented)
|
|
776
|
-
export class HorizontalScroll extends HorizontalScroll_2 {
|
|
777
|
-
// @public (undocumented)
|
|
778
|
-
connectedCallback(): void;
|
|
779
|
-
}
|
|
672
|
+
// @public (undocumented)
|
|
673
|
+
export const colorNeutralStroke2: CSSDesignToken<string>;
|
|
780
674
|
|
|
781
|
-
// @public
|
|
782
|
-
export const
|
|
675
|
+
// @public (undocumented)
|
|
676
|
+
export const colorNeutralStroke3: CSSDesignToken<string>;
|
|
783
677
|
|
|
784
|
-
//
|
|
785
|
-
|
|
786
|
-
// @internal (undocumented)
|
|
787
|
-
export const HypertextStyles: (context: ElementDefinitionContext, definition: FoundationElementDefinition, interactivitySelector: string, nonInteractivitySelector?: string) => ElementStyles;
|
|
678
|
+
// @public (undocumented)
|
|
679
|
+
export const colorNeutralStrokeAccessible: CSSDesignToken<string>;
|
|
788
680
|
|
|
789
|
-
//
|
|
790
|
-
|
|
791
|
-
// @internal
|
|
792
|
-
export const inputFilledStyles: (context: ElementDefinitionContext, definition: FoundationElementDefinition, logicalControlSelector: string, interactivitySelector?: string) => ElementStyles;
|
|
681
|
+
// @public (undocumented)
|
|
682
|
+
export const colorNeutralStrokeAccessibleHover: CSSDesignToken<string>;
|
|
793
683
|
|
|
794
|
-
//
|
|
795
|
-
|
|
796
|
-
// @internal (undocumented)
|
|
797
|
-
export const inputForcedColorStyles: (context: ElementDefinitionContext, definition: FoundationElementDefinition, logicalControlSelector: string, interactivitySelector?: string) => ElementStyles;
|
|
684
|
+
// @public (undocumented)
|
|
685
|
+
export const colorNeutralStrokeAccessiblePressed: CSSDesignToken<string>;
|
|
798
686
|
|
|
799
|
-
//
|
|
800
|
-
|
|
801
|
-
// @internal
|
|
802
|
-
export const inputOutlineStyles: (context: ElementDefinitionContext, definition: FoundationElementDefinition, logicalControlSelector: string, interactivitySelector?: string) => ElementStyles;
|
|
687
|
+
// @public (undocumented)
|
|
688
|
+
export const colorNeutralStrokeAccessibleSelected: CSSDesignToken<string>;
|
|
803
689
|
|
|
804
|
-
//
|
|
805
|
-
|
|
806
|
-
// @internal
|
|
807
|
-
export const inputStateStyles: (context: ElementDefinitionContext, definition: FoundationElementDefinition, logicalControlSelector: string) => ElementStyles;
|
|
690
|
+
// @public (undocumented)
|
|
691
|
+
export const colorNeutralStrokeDisabled: CSSDesignToken<string>;
|
|
808
692
|
|
|
809
693
|
// @public (undocumented)
|
|
810
|
-
export
|
|
811
|
-
// (undocumented)
|
|
812
|
-
evaluate(element: HTMLElement, reference?: Swatch): InteractiveSwatchSet;
|
|
813
|
-
}
|
|
694
|
+
export const colorNeutralStrokeInvertedDisabled: CSSDesignToken<string>;
|
|
814
695
|
|
|
815
696
|
// @public (undocumented)
|
|
816
|
-
export
|
|
817
|
-
active: Swatch;
|
|
818
|
-
focus: Swatch;
|
|
819
|
-
hover: Swatch;
|
|
820
|
-
rest: Swatch;
|
|
821
|
-
}
|
|
697
|
+
export const colorNeutralStrokeOnBrand: CSSDesignToken<string>;
|
|
822
698
|
|
|
823
|
-
//
|
|
824
|
-
|
|
825
|
-
// @internal
|
|
826
|
-
export function isDark(color: Swatch): boolean;
|
|
699
|
+
// @public (undocumented)
|
|
700
|
+
export const colorNeutralStrokeOnBrand2: CSSDesignToken<string>;
|
|
827
701
|
|
|
828
702
|
// @public (undocumented)
|
|
829
|
-
export const
|
|
703
|
+
export const colorNeutralStrokeOnBrand2Hover: CSSDesignToken<string>;
|
|
830
704
|
|
|
831
|
-
//
|
|
832
|
-
|
|
833
|
-
// @internal (undocumented)
|
|
834
|
-
export const LightweightButtonStyles: (context: ElementDefinitionContext, definition: FoundationElementDefinition, interactivitySelector: string, nonInteractivitySelector?: string) => ElementStyles;
|
|
705
|
+
// @public (undocumented)
|
|
706
|
+
export const colorNeutralStrokeOnBrand2Pressed: CSSDesignToken<string>;
|
|
835
707
|
|
|
836
708
|
// @public (undocumented)
|
|
837
|
-
export
|
|
838
|
-
}
|
|
709
|
+
export const colorNeutralStrokeOnBrand2Selected: CSSDesignToken<string>;
|
|
839
710
|
|
|
840
|
-
// @public
|
|
841
|
-
export const
|
|
711
|
+
// @public (undocumented)
|
|
712
|
+
export const colorPaletteAnchorBackground2: CSSDesignToken<string>;
|
|
842
713
|
|
|
843
|
-
// @public
|
|
844
|
-
export
|
|
845
|
-
// @internal (undocumented)
|
|
846
|
-
connectedCallback(): void;
|
|
847
|
-
}
|
|
714
|
+
// @public (undocumented)
|
|
715
|
+
export const colorPaletteAnchorBorderActive: CSSDesignToken<string>;
|
|
848
716
|
|
|
849
|
-
|
|
717
|
+
// @public (undocumented)
|
|
718
|
+
export const colorPaletteAnchorForeground2: CSSDesignToken<string>;
|
|
850
719
|
|
|
851
|
-
// @public
|
|
852
|
-
export const
|
|
720
|
+
// @public (undocumented)
|
|
721
|
+
export const colorPaletteBeigeBackground2: CSSDesignToken<string>;
|
|
853
722
|
|
|
854
|
-
// @public
|
|
855
|
-
export const
|
|
723
|
+
// @public (undocumented)
|
|
724
|
+
export const colorPaletteBeigeBorderActive: CSSDesignToken<string>;
|
|
856
725
|
|
|
857
726
|
// @public (undocumented)
|
|
858
|
-
export const
|
|
727
|
+
export const colorPaletteBeigeForeground2: CSSDesignToken<string>;
|
|
859
728
|
|
|
860
|
-
//
|
|
861
|
-
|
|
862
|
-
// @internal (undocumented)
|
|
863
|
-
export const NeutralButtonStyles: (context: ElementDefinitionContext, definition: FoundationElementDefinition, interactivitySelector: string, nonInteractivitySelector?: string) => ElementStyles;
|
|
729
|
+
// @public (undocumented)
|
|
730
|
+
export const colorPaletteBerryBackground1: CSSDesignToken<string>;
|
|
864
731
|
|
|
865
|
-
// @public
|
|
866
|
-
export const
|
|
732
|
+
// @public (undocumented)
|
|
733
|
+
export const colorPaletteBerryBackground2: CSSDesignToken<string>;
|
|
867
734
|
|
|
868
|
-
// @public
|
|
869
|
-
export const
|
|
735
|
+
// @public (undocumented)
|
|
736
|
+
export const colorPaletteBerryBackground3: CSSDesignToken<string>;
|
|
870
737
|
|
|
871
|
-
// @public
|
|
872
|
-
export const
|
|
738
|
+
// @public (undocumented)
|
|
739
|
+
export const colorPaletteBerryBorder1: CSSDesignToken<string>;
|
|
873
740
|
|
|
874
|
-
// @public
|
|
875
|
-
export const
|
|
741
|
+
// @public (undocumented)
|
|
742
|
+
export const colorPaletteBerryBorder2: CSSDesignToken<string>;
|
|
876
743
|
|
|
877
|
-
// @public
|
|
878
|
-
export const
|
|
744
|
+
// @public (undocumented)
|
|
745
|
+
export const colorPaletteBerryBorderActive: CSSDesignToken<string>;
|
|
879
746
|
|
|
880
|
-
// @public
|
|
881
|
-
export const
|
|
747
|
+
// @public (undocumented)
|
|
748
|
+
export const colorPaletteBerryForeground1: CSSDesignToken<string>;
|
|
882
749
|
|
|
883
|
-
// @public
|
|
884
|
-
export const
|
|
750
|
+
// @public (undocumented)
|
|
751
|
+
export const colorPaletteBerryForeground2: CSSDesignToken<string>;
|
|
885
752
|
|
|
886
|
-
// @public
|
|
887
|
-
export const
|
|
753
|
+
// @public (undocumented)
|
|
754
|
+
export const colorPaletteBerryForeground3: CSSDesignToken<string>;
|
|
888
755
|
|
|
889
|
-
// @public
|
|
890
|
-
export const
|
|
756
|
+
// @public (undocumented)
|
|
757
|
+
export const colorPaletteBlueBackground2: CSSDesignToken<string>;
|
|
891
758
|
|
|
892
|
-
// @public
|
|
893
|
-
export const
|
|
759
|
+
// @public (undocumented)
|
|
760
|
+
export const colorPaletteBlueBorderActive: CSSDesignToken<string>;
|
|
894
761
|
|
|
895
762
|
// @public (undocumented)
|
|
896
|
-
export const
|
|
763
|
+
export const colorPaletteBlueForeground2: CSSDesignToken<string>;
|
|
897
764
|
|
|
898
765
|
// @public (undocumented)
|
|
899
|
-
export const
|
|
766
|
+
export const colorPaletteBrassBackground2: CSSDesignToken<string>;
|
|
900
767
|
|
|
901
|
-
// @public
|
|
902
|
-
export const
|
|
768
|
+
// @public (undocumented)
|
|
769
|
+
export const colorPaletteBrassBorderActive: CSSDesignToken<string>;
|
|
903
770
|
|
|
904
|
-
// @public
|
|
905
|
-
export const
|
|
771
|
+
// @public (undocumented)
|
|
772
|
+
export const colorPaletteBrassForeground2: CSSDesignToken<string>;
|
|
906
773
|
|
|
907
774
|
// @public (undocumented)
|
|
908
|
-
export const
|
|
775
|
+
export const colorPaletteBrownBackground2: CSSDesignToken<string>;
|
|
909
776
|
|
|
910
777
|
// @public (undocumented)
|
|
911
|
-
export const
|
|
778
|
+
export const colorPaletteBrownBorderActive: CSSDesignToken<string>;
|
|
912
779
|
|
|
913
780
|
// @public (undocumented)
|
|
914
|
-
export const
|
|
781
|
+
export const colorPaletteBrownForeground2: CSSDesignToken<string>;
|
|
915
782
|
|
|
916
783
|
// @public (undocumented)
|
|
917
|
-
export const
|
|
784
|
+
export const colorPaletteCornflowerBackground2: CSSDesignToken<string>;
|
|
918
785
|
|
|
919
786
|
// @public (undocumented)
|
|
920
|
-
export const
|
|
787
|
+
export const colorPaletteCornflowerBorderActive: CSSDesignToken<string>;
|
|
921
788
|
|
|
922
789
|
// @public (undocumented)
|
|
923
|
-
export const
|
|
790
|
+
export const colorPaletteCornflowerForeground2: CSSDesignToken<string>;
|
|
924
791
|
|
|
925
792
|
// @public (undocumented)
|
|
926
|
-
export const
|
|
793
|
+
export const colorPaletteCranberryBackground2: CSSDesignToken<string>;
|
|
927
794
|
|
|
928
795
|
// @public (undocumented)
|
|
929
|
-
export const
|
|
796
|
+
export const colorPaletteCranberryBorderActive: CSSDesignToken<string>;
|
|
930
797
|
|
|
931
798
|
// @public (undocumented)
|
|
932
|
-
export const
|
|
799
|
+
export const colorPaletteCranberryForeground2: CSSDesignToken<string>;
|
|
933
800
|
|
|
934
801
|
// @public (undocumented)
|
|
935
|
-
export const
|
|
802
|
+
export const colorPaletteDarkGreenBackground2: CSSDesignToken<string>;
|
|
936
803
|
|
|
937
804
|
// @public (undocumented)
|
|
938
|
-
export const
|
|
805
|
+
export const colorPaletteDarkGreenBorderActive: CSSDesignToken<string>;
|
|
939
806
|
|
|
940
807
|
// @public (undocumented)
|
|
941
|
-
export const
|
|
808
|
+
export const colorPaletteDarkGreenForeground2: CSSDesignToken<string>;
|
|
942
809
|
|
|
943
810
|
// @public (undocumented)
|
|
944
|
-
export const
|
|
811
|
+
export const colorPaletteDarkOrangeBackground1: CSSDesignToken<string>;
|
|
945
812
|
|
|
946
813
|
// @public (undocumented)
|
|
947
|
-
export const
|
|
814
|
+
export const colorPaletteDarkOrangeBackground2: CSSDesignToken<string>;
|
|
948
815
|
|
|
949
816
|
// @public (undocumented)
|
|
950
|
-
export const
|
|
817
|
+
export const colorPaletteDarkOrangeBackground3: CSSDesignToken<string>;
|
|
951
818
|
|
|
952
819
|
// @public (undocumented)
|
|
953
|
-
export const
|
|
820
|
+
export const colorPaletteDarkOrangeBorder1: CSSDesignToken<string>;
|
|
954
821
|
|
|
955
822
|
// @public (undocumented)
|
|
956
|
-
export const
|
|
823
|
+
export const colorPaletteDarkOrangeBorder2: CSSDesignToken<string>;
|
|
957
824
|
|
|
958
825
|
// @public (undocumented)
|
|
959
|
-
export const
|
|
826
|
+
export const colorPaletteDarkOrangeBorderActive: CSSDesignToken<string>;
|
|
960
827
|
|
|
961
828
|
// @public (undocumented)
|
|
962
|
-
export const
|
|
829
|
+
export const colorPaletteDarkOrangeForeground1: CSSDesignToken<string>;
|
|
963
830
|
|
|
964
831
|
// @public (undocumented)
|
|
965
|
-
export const
|
|
832
|
+
export const colorPaletteDarkOrangeForeground2: CSSDesignToken<string>;
|
|
966
833
|
|
|
967
834
|
// @public (undocumented)
|
|
968
|
-
export const
|
|
835
|
+
export const colorPaletteDarkOrangeForeground3: CSSDesignToken<string>;
|
|
969
836
|
|
|
970
837
|
// @public (undocumented)
|
|
971
|
-
export const
|
|
838
|
+
export const colorPaletteDarkRedBackground2: CSSDesignToken<string>;
|
|
972
839
|
|
|
973
|
-
// @public
|
|
974
|
-
export const
|
|
840
|
+
// @public (undocumented)
|
|
841
|
+
export const colorPaletteDarkRedBorderActive: CSSDesignToken<string>;
|
|
975
842
|
|
|
976
|
-
// @public
|
|
977
|
-
export const
|
|
843
|
+
// @public (undocumented)
|
|
844
|
+
export const colorPaletteDarkRedForeground2: CSSDesignToken<string>;
|
|
978
845
|
|
|
979
|
-
// @public
|
|
980
|
-
export const
|
|
846
|
+
// @public (undocumented)
|
|
847
|
+
export const colorPaletteForestBackground2: CSSDesignToken<string>;
|
|
981
848
|
|
|
982
|
-
// @public
|
|
983
|
-
export const
|
|
849
|
+
// @public (undocumented)
|
|
850
|
+
export const colorPaletteForestBorderActive: CSSDesignToken<string>;
|
|
984
851
|
|
|
985
|
-
// @public
|
|
986
|
-
export const
|
|
852
|
+
// @public (undocumented)
|
|
853
|
+
export const colorPaletteForestForeground2: CSSDesignToken<string>;
|
|
987
854
|
|
|
988
|
-
// @public
|
|
989
|
-
export const
|
|
855
|
+
// @public (undocumented)
|
|
856
|
+
export const colorPaletteGoldBackground2: CSSDesignToken<string>;
|
|
990
857
|
|
|
991
|
-
// @public
|
|
992
|
-
export const
|
|
858
|
+
// @public (undocumented)
|
|
859
|
+
export const colorPaletteGoldBorderActive: CSSDesignToken<string>;
|
|
993
860
|
|
|
994
|
-
// @public
|
|
995
|
-
export const
|
|
861
|
+
// @public (undocumented)
|
|
862
|
+
export const colorPaletteGoldForeground2: CSSDesignToken<string>;
|
|
996
863
|
|
|
997
|
-
// @public
|
|
998
|
-
export const
|
|
864
|
+
// @public (undocumented)
|
|
865
|
+
export const colorPaletteGrapeBackground2: CSSDesignToken<string>;
|
|
999
866
|
|
|
1000
867
|
// @public (undocumented)
|
|
1001
|
-
export const
|
|
868
|
+
export const colorPaletteGrapeBorderActive: CSSDesignToken<string>;
|
|
1002
869
|
|
|
1003
870
|
// @public (undocumented)
|
|
1004
|
-
export const
|
|
871
|
+
export const colorPaletteGrapeForeground2: CSSDesignToken<string>;
|
|
1005
872
|
|
|
1006
873
|
// @public (undocumented)
|
|
1007
|
-
export const
|
|
874
|
+
export const colorPaletteGreenBackground1: CSSDesignToken<string>;
|
|
1008
875
|
|
|
1009
876
|
// @public (undocumented)
|
|
1010
|
-
export const
|
|
877
|
+
export const colorPaletteGreenBackground2: CSSDesignToken<string>;
|
|
1011
878
|
|
|
1012
879
|
// @public (undocumented)
|
|
1013
|
-
export const
|
|
880
|
+
export const colorPaletteGreenBackground3: CSSDesignToken<string>;
|
|
1014
881
|
|
|
1015
882
|
// @public (undocumented)
|
|
1016
|
-
export const
|
|
883
|
+
export const colorPaletteGreenBorder1: CSSDesignToken<string>;
|
|
1017
884
|
|
|
1018
885
|
// @public (undocumented)
|
|
1019
|
-
export const
|
|
886
|
+
export const colorPaletteGreenBorder2: CSSDesignToken<string>;
|
|
1020
887
|
|
|
1021
888
|
// @public (undocumented)
|
|
1022
|
-
export const
|
|
889
|
+
export const colorPaletteGreenBorderActive: CSSDesignToken<string>;
|
|
1023
890
|
|
|
1024
891
|
// @public (undocumented)
|
|
1025
|
-
export const
|
|
892
|
+
export const colorPaletteGreenForeground1: CSSDesignToken<string>;
|
|
1026
893
|
|
|
1027
894
|
// @public (undocumented)
|
|
1028
|
-
export const
|
|
895
|
+
export const colorPaletteGreenForeground2: CSSDesignToken<string>;
|
|
1029
896
|
|
|
1030
897
|
// @public (undocumented)
|
|
1031
|
-
export const
|
|
898
|
+
export const colorPaletteGreenForeground3: CSSDesignToken<string>;
|
|
1032
899
|
|
|
1033
900
|
// @public (undocumented)
|
|
1034
|
-
export const
|
|
901
|
+
export const colorPaletteGreenForegroundInverted: CSSDesignToken<string>;
|
|
1035
902
|
|
|
1036
903
|
// @public (undocumented)
|
|
1037
|
-
export const
|
|
904
|
+
export const colorPaletteLavenderBackground2: CSSDesignToken<string>;
|
|
1038
905
|
|
|
1039
906
|
// @public (undocumented)
|
|
1040
|
-
export const
|
|
907
|
+
export const colorPaletteLavenderBorderActive: CSSDesignToken<string>;
|
|
1041
908
|
|
|
1042
909
|
// @public (undocumented)
|
|
1043
|
-
export const
|
|
910
|
+
export const colorPaletteLavenderForeground2: CSSDesignToken<string>;
|
|
1044
911
|
|
|
1045
912
|
// @public (undocumented)
|
|
1046
|
-
export const
|
|
913
|
+
export const colorPaletteLightGreenBackground1: CSSDesignToken<string>;
|
|
1047
914
|
|
|
1048
915
|
// @public (undocumented)
|
|
1049
|
-
export const
|
|
916
|
+
export const colorPaletteLightGreenBackground2: CSSDesignToken<string>;
|
|
1050
917
|
|
|
1051
918
|
// @public (undocumented)
|
|
1052
|
-
export const
|
|
919
|
+
export const colorPaletteLightGreenBackground3: CSSDesignToken<string>;
|
|
1053
920
|
|
|
1054
921
|
// @public (undocumented)
|
|
1055
|
-
export const
|
|
922
|
+
export const colorPaletteLightGreenBorder1: CSSDesignToken<string>;
|
|
1056
923
|
|
|
1057
924
|
// @public (undocumented)
|
|
1058
|
-
export const
|
|
925
|
+
export const colorPaletteLightGreenBorder2: CSSDesignToken<string>;
|
|
1059
926
|
|
|
1060
927
|
// @public (undocumented)
|
|
1061
|
-
export const
|
|
928
|
+
export const colorPaletteLightGreenBorderActive: CSSDesignToken<string>;
|
|
1062
929
|
|
|
1063
930
|
// @public (undocumented)
|
|
1064
|
-
export const
|
|
931
|
+
export const colorPaletteLightGreenForeground1: CSSDesignToken<string>;
|
|
1065
932
|
|
|
1066
933
|
// @public (undocumented)
|
|
1067
|
-
export const
|
|
934
|
+
export const colorPaletteLightGreenForeground2: CSSDesignToken<string>;
|
|
1068
935
|
|
|
1069
936
|
// @public (undocumented)
|
|
1070
|
-
export const
|
|
937
|
+
export const colorPaletteLightGreenForeground3: CSSDesignToken<string>;
|
|
1071
938
|
|
|
1072
939
|
// @public (undocumented)
|
|
1073
|
-
export const
|
|
940
|
+
export const colorPaletteLightTealBackground2: CSSDesignToken<string>;
|
|
1074
941
|
|
|
1075
942
|
// @public (undocumented)
|
|
1076
|
-
export const
|
|
943
|
+
export const colorPaletteLightTealBorderActive: CSSDesignToken<string>;
|
|
1077
944
|
|
|
1078
945
|
// @public (undocumented)
|
|
1079
|
-
export const
|
|
946
|
+
export const colorPaletteLightTealForeground2: CSSDesignToken<string>;
|
|
1080
947
|
|
|
1081
948
|
// @public (undocumented)
|
|
1082
|
-
export const
|
|
949
|
+
export const colorPaletteLilacBackground2: CSSDesignToken<string>;
|
|
1083
950
|
|
|
1084
951
|
// @public (undocumented)
|
|
1085
|
-
export const
|
|
952
|
+
export const colorPaletteLilacBorderActive: CSSDesignToken<string>;
|
|
1086
953
|
|
|
1087
954
|
// @public (undocumented)
|
|
1088
|
-
export const
|
|
955
|
+
export const colorPaletteLilacForeground2: CSSDesignToken<string>;
|
|
1089
956
|
|
|
1090
957
|
// @public (undocumented)
|
|
1091
|
-
export const
|
|
958
|
+
export const colorPaletteMagentaBackground2: CSSDesignToken<string>;
|
|
1092
959
|
|
|
1093
960
|
// @public (undocumented)
|
|
1094
|
-
export const
|
|
961
|
+
export const colorPaletteMagentaBorderActive: CSSDesignToken<string>;
|
|
1095
962
|
|
|
1096
963
|
// @public (undocumented)
|
|
1097
|
-
export const
|
|
964
|
+
export const colorPaletteMagentaForeground2: CSSDesignToken<string>;
|
|
1098
965
|
|
|
1099
966
|
// @public (undocumented)
|
|
1100
|
-
export const
|
|
967
|
+
export const colorPaletteMarigoldBackground1: CSSDesignToken<string>;
|
|
1101
968
|
|
|
1102
969
|
// @public (undocumented)
|
|
1103
|
-
export const
|
|
970
|
+
export const colorPaletteMarigoldBackground2: CSSDesignToken<string>;
|
|
1104
971
|
|
|
1105
972
|
// @public (undocumented)
|
|
1106
|
-
export const
|
|
973
|
+
export const colorPaletteMarigoldBackground3: CSSDesignToken<string>;
|
|
1107
974
|
|
|
1108
975
|
// @public (undocumented)
|
|
1109
|
-
export const
|
|
976
|
+
export const colorPaletteMarigoldBorder1: CSSDesignToken<string>;
|
|
1110
977
|
|
|
1111
978
|
// @public (undocumented)
|
|
1112
|
-
export const
|
|
979
|
+
export const colorPaletteMarigoldBorder2: CSSDesignToken<string>;
|
|
1113
980
|
|
|
1114
981
|
// @public (undocumented)
|
|
1115
|
-
export const
|
|
982
|
+
export const colorPaletteMarigoldBorderActive: CSSDesignToken<string>;
|
|
1116
983
|
|
|
1117
984
|
// @public (undocumented)
|
|
1118
|
-
export const
|
|
985
|
+
export const colorPaletteMarigoldForeground1: CSSDesignToken<string>;
|
|
1119
986
|
|
|
1120
|
-
// @public
|
|
1121
|
-
export const
|
|
987
|
+
// @public (undocumented)
|
|
988
|
+
export const colorPaletteMarigoldForeground2: CSSDesignToken<string>;
|
|
1122
989
|
|
|
1123
|
-
// @public
|
|
1124
|
-
export const
|
|
990
|
+
// @public (undocumented)
|
|
991
|
+
export const colorPaletteMarigoldForeground3: CSSDesignToken<string>;
|
|
1125
992
|
|
|
1126
|
-
// @public
|
|
1127
|
-
export const
|
|
993
|
+
// @public (undocumented)
|
|
994
|
+
export const colorPaletteMinkBackground2: CSSDesignToken<string>;
|
|
1128
995
|
|
|
1129
|
-
// @public
|
|
1130
|
-
export const
|
|
996
|
+
// @public (undocumented)
|
|
997
|
+
export const colorPaletteMinkBorderActive: CSSDesignToken<string>;
|
|
1131
998
|
|
|
1132
|
-
// @public
|
|
1133
|
-
export const
|
|
999
|
+
// @public (undocumented)
|
|
1000
|
+
export const colorPaletteMinkForeground2: CSSDesignToken<string>;
|
|
1134
1001
|
|
|
1135
|
-
// @public
|
|
1136
|
-
export const
|
|
1002
|
+
// @public (undocumented)
|
|
1003
|
+
export const colorPaletteNavyBackground2: CSSDesignToken<string>;
|
|
1137
1004
|
|
|
1138
|
-
// @public
|
|
1139
|
-
export const
|
|
1005
|
+
// @public (undocumented)
|
|
1006
|
+
export const colorPaletteNavyBorderActive: CSSDesignToken<string>;
|
|
1140
1007
|
|
|
1141
|
-
// @public
|
|
1142
|
-
export const
|
|
1008
|
+
// @public (undocumented)
|
|
1009
|
+
export const colorPaletteNavyForeground2: CSSDesignToken<string>;
|
|
1143
1010
|
|
|
1144
|
-
// @public
|
|
1145
|
-
export const
|
|
1011
|
+
// @public (undocumented)
|
|
1012
|
+
export const colorPalettePeachBackground2: CSSDesignToken<string>;
|
|
1146
1013
|
|
|
1147
|
-
// @public
|
|
1148
|
-
export const
|
|
1014
|
+
// @public (undocumented)
|
|
1015
|
+
export const colorPalettePeachBorderActive: CSSDesignToken<string>;
|
|
1149
1016
|
|
|
1150
1017
|
// @public (undocumented)
|
|
1151
|
-
export const
|
|
1018
|
+
export const colorPalettePeachForeground2: CSSDesignToken<string>;
|
|
1152
1019
|
|
|
1153
1020
|
// @public (undocumented)
|
|
1154
|
-
export const
|
|
1021
|
+
export const colorPalettePinkBackground2: CSSDesignToken<string>;
|
|
1155
1022
|
|
|
1156
1023
|
// @public (undocumented)
|
|
1157
|
-
export const
|
|
1024
|
+
export const colorPalettePinkBorderActive: CSSDesignToken<string>;
|
|
1158
1025
|
|
|
1159
1026
|
// @public (undocumented)
|
|
1160
|
-
export const
|
|
1027
|
+
export const colorPalettePinkForeground2: CSSDesignToken<string>;
|
|
1161
1028
|
|
|
1162
1029
|
// @public (undocumented)
|
|
1163
|
-
export const
|
|
1030
|
+
export const colorPalettePlatinumBackground2: CSSDesignToken<string>;
|
|
1164
1031
|
|
|
1165
1032
|
// @public (undocumented)
|
|
1166
|
-
export const
|
|
1033
|
+
export const colorPalettePlatinumBorderActive: CSSDesignToken<string>;
|
|
1167
1034
|
|
|
1168
1035
|
// @public (undocumented)
|
|
1169
|
-
export const
|
|
1036
|
+
export const colorPalettePlatinumForeground2: CSSDesignToken<string>;
|
|
1170
1037
|
|
|
1171
1038
|
// @public (undocumented)
|
|
1172
|
-
export const
|
|
1039
|
+
export const colorPalettePlumBackground2: CSSDesignToken<string>;
|
|
1173
1040
|
|
|
1174
1041
|
// @public (undocumented)
|
|
1175
|
-
export const
|
|
1042
|
+
export const colorPalettePlumBorderActive: CSSDesignToken<string>;
|
|
1176
1043
|
|
|
1177
1044
|
// @public (undocumented)
|
|
1178
|
-
export const
|
|
1045
|
+
export const colorPalettePlumForeground2: CSSDesignToken<string>;
|
|
1179
1046
|
|
|
1180
1047
|
// @public (undocumented)
|
|
1181
|
-
export const
|
|
1048
|
+
export const colorPalettePumpkinBackground2: CSSDesignToken<string>;
|
|
1182
1049
|
|
|
1183
1050
|
// @public (undocumented)
|
|
1184
|
-
export const
|
|
1051
|
+
export const colorPalettePumpkinBorderActive: CSSDesignToken<string>;
|
|
1185
1052
|
|
|
1186
1053
|
// @public (undocumented)
|
|
1187
|
-
export const
|
|
1054
|
+
export const colorPalettePumpkinForeground2: CSSDesignToken<string>;
|
|
1188
1055
|
|
|
1189
1056
|
// @public (undocumented)
|
|
1190
|
-
export const
|
|
1057
|
+
export const colorPalettePurpleBackground2: CSSDesignToken<string>;
|
|
1191
1058
|
|
|
1192
1059
|
// @public (undocumented)
|
|
1193
|
-
export const
|
|
1060
|
+
export const colorPalettePurpleBorderActive: CSSDesignToken<string>;
|
|
1194
1061
|
|
|
1195
1062
|
// @public (undocumented)
|
|
1196
|
-
export const
|
|
1063
|
+
export const colorPalettePurpleForeground2: CSSDesignToken<string>;
|
|
1197
1064
|
|
|
1198
1065
|
// @public (undocumented)
|
|
1199
|
-
export const
|
|
1066
|
+
export const colorPaletteRedBackground1: CSSDesignToken<string>;
|
|
1200
1067
|
|
|
1201
1068
|
// @public (undocumented)
|
|
1202
|
-
export const
|
|
1069
|
+
export const colorPaletteRedBackground2: CSSDesignToken<string>;
|
|
1203
1070
|
|
|
1204
1071
|
// @public (undocumented)
|
|
1205
|
-
export const
|
|
1072
|
+
export const colorPaletteRedBackground3: CSSDesignToken<string>;
|
|
1206
1073
|
|
|
1207
|
-
// @public
|
|
1208
|
-
export const
|
|
1074
|
+
// @public (undocumented)
|
|
1075
|
+
export const colorPaletteRedBorder1: CSSDesignToken<string>;
|
|
1209
1076
|
|
|
1210
|
-
// @public
|
|
1211
|
-
export const
|
|
1077
|
+
// @public (undocumented)
|
|
1078
|
+
export const colorPaletteRedBorder2: CSSDesignToken<string>;
|
|
1212
1079
|
|
|
1213
|
-
// @public
|
|
1214
|
-
export const
|
|
1080
|
+
// @public (undocumented)
|
|
1081
|
+
export const colorPaletteRedBorderActive: CSSDesignToken<string>;
|
|
1215
1082
|
|
|
1216
|
-
// @public
|
|
1217
|
-
export const
|
|
1083
|
+
// @public (undocumented)
|
|
1084
|
+
export const colorPaletteRedForeground1: CSSDesignToken<string>;
|
|
1218
1085
|
|
|
1219
|
-
// @public
|
|
1220
|
-
export const
|
|
1086
|
+
// @public (undocumented)
|
|
1087
|
+
export const colorPaletteRedForeground2: CSSDesignToken<string>;
|
|
1221
1088
|
|
|
1222
|
-
// @public
|
|
1223
|
-
export const
|
|
1089
|
+
// @public (undocumented)
|
|
1090
|
+
export const colorPaletteRedForeground3: CSSDesignToken<string>;
|
|
1224
1091
|
|
|
1225
|
-
// @public
|
|
1226
|
-
export const
|
|
1092
|
+
// @public (undocumented)
|
|
1093
|
+
export const colorPaletteRedForegroundInverted: CSSDesignToken<string>;
|
|
1227
1094
|
|
|
1228
|
-
// @public
|
|
1229
|
-
export const
|
|
1095
|
+
// @public (undocumented)
|
|
1096
|
+
export const colorPaletteRoyalBlueBackground2: CSSDesignToken<string>;
|
|
1230
1097
|
|
|
1231
1098
|
// @public (undocumented)
|
|
1232
|
-
export const
|
|
1099
|
+
export const colorPaletteRoyalBlueBorderActive: CSSDesignToken<string>;
|
|
1233
1100
|
|
|
1234
1101
|
// @public (undocumented)
|
|
1235
|
-
export const
|
|
1102
|
+
export const colorPaletteRoyalBlueForeground2: CSSDesignToken<string>;
|
|
1236
1103
|
|
|
1237
1104
|
// @public (undocumented)
|
|
1238
|
-
export const
|
|
1105
|
+
export const colorPaletteSeafoamBackground2: CSSDesignToken<string>;
|
|
1239
1106
|
|
|
1240
1107
|
// @public (undocumented)
|
|
1241
|
-
export const
|
|
1108
|
+
export const colorPaletteSeafoamBorderActive: CSSDesignToken<string>;
|
|
1242
1109
|
|
|
1243
1110
|
// @public (undocumented)
|
|
1244
|
-
export const
|
|
1111
|
+
export const colorPaletteSeafoamForeground2: CSSDesignToken<string>;
|
|
1245
1112
|
|
|
1246
1113
|
// @public (undocumented)
|
|
1247
|
-
export const
|
|
1114
|
+
export const colorPaletteSteelBackground2: CSSDesignToken<string>;
|
|
1248
1115
|
|
|
1249
1116
|
// @public (undocumented)
|
|
1250
|
-
export const
|
|
1117
|
+
export const colorPaletteSteelBorderActive: CSSDesignToken<string>;
|
|
1251
1118
|
|
|
1252
1119
|
// @public (undocumented)
|
|
1253
|
-
export const
|
|
1120
|
+
export const colorPaletteSteelForeground2: CSSDesignToken<string>;
|
|
1254
1121
|
|
|
1255
1122
|
// @public (undocumented)
|
|
1256
|
-
export const
|
|
1123
|
+
export const colorPaletteTealBackground2: CSSDesignToken<string>;
|
|
1257
1124
|
|
|
1258
1125
|
// @public (undocumented)
|
|
1259
|
-
export const
|
|
1126
|
+
export const colorPaletteTealBorderActive: CSSDesignToken<string>;
|
|
1260
1127
|
|
|
1261
1128
|
// @public (undocumented)
|
|
1262
|
-
export const
|
|
1129
|
+
export const colorPaletteTealForeground2: CSSDesignToken<string>;
|
|
1263
1130
|
|
|
1264
1131
|
// @public (undocumented)
|
|
1265
|
-
export const
|
|
1132
|
+
export const colorPaletteYellowBackground1: CSSDesignToken<string>;
|
|
1266
1133
|
|
|
1267
1134
|
// @public (undocumented)
|
|
1268
|
-
export const
|
|
1135
|
+
export const colorPaletteYellowBackground2: CSSDesignToken<string>;
|
|
1269
1136
|
|
|
1270
1137
|
// @public (undocumented)
|
|
1271
|
-
export const
|
|
1138
|
+
export const colorPaletteYellowBackground3: CSSDesignToken<string>;
|
|
1272
1139
|
|
|
1273
1140
|
// @public (undocumented)
|
|
1274
|
-
export const
|
|
1141
|
+
export const colorPaletteYellowBorder1: CSSDesignToken<string>;
|
|
1275
1142
|
|
|
1276
1143
|
// @public (undocumented)
|
|
1277
|
-
export const
|
|
1144
|
+
export const colorPaletteYellowBorder2: CSSDesignToken<string>;
|
|
1278
1145
|
|
|
1279
1146
|
// @public (undocumented)
|
|
1280
|
-
export const
|
|
1147
|
+
export const colorPaletteYellowBorderActive: CSSDesignToken<string>;
|
|
1281
1148
|
|
|
1282
1149
|
// @public (undocumented)
|
|
1283
|
-
export const
|
|
1150
|
+
export const colorPaletteYellowForeground1: CSSDesignToken<string>;
|
|
1284
1151
|
|
|
1285
1152
|
// @public (undocumented)
|
|
1286
|
-
export const
|
|
1153
|
+
export const colorPaletteYellowForeground2: CSSDesignToken<string>;
|
|
1287
1154
|
|
|
1288
1155
|
// @public (undocumented)
|
|
1289
|
-
export const
|
|
1156
|
+
export const colorPaletteYellowForeground3: CSSDesignToken<string>;
|
|
1290
1157
|
|
|
1291
1158
|
// @public (undocumented)
|
|
1292
|
-
export const
|
|
1159
|
+
export const colorPaletteYellowForegroundInverted: CSSDesignToken<string>;
|
|
1293
1160
|
|
|
1294
1161
|
// @public (undocumented)
|
|
1295
|
-
export const
|
|
1162
|
+
export const colorScrollbarOverlay: CSSDesignToken<string>;
|
|
1296
1163
|
|
|
1297
1164
|
// @public (undocumented)
|
|
1298
|
-
export const
|
|
1165
|
+
export const colorStrokeFocus1: CSSDesignToken<string>;
|
|
1299
1166
|
|
|
1300
1167
|
// @public (undocumented)
|
|
1301
|
-
export const
|
|
1168
|
+
export const colorStrokeFocus2: CSSDesignToken<string>;
|
|
1302
1169
|
|
|
1303
1170
|
// @public (undocumented)
|
|
1304
|
-
export const
|
|
1171
|
+
export const colorSubtleBackground: CSSDesignToken<string>;
|
|
1305
1172
|
|
|
1306
1173
|
// @public (undocumented)
|
|
1307
|
-
export const
|
|
1174
|
+
export const colorSubtleBackgroundHover: CSSDesignToken<string>;
|
|
1308
1175
|
|
|
1309
1176
|
// @public (undocumented)
|
|
1310
|
-
export const
|
|
1177
|
+
export const colorSubtleBackgroundInverted: CSSDesignToken<string>;
|
|
1311
1178
|
|
|
1312
1179
|
// @public (undocumented)
|
|
1313
|
-
export const
|
|
1180
|
+
export const colorSubtleBackgroundInvertedHover: CSSDesignToken<string>;
|
|
1314
1181
|
|
|
1315
1182
|
// @public (undocumented)
|
|
1316
|
-
export const
|
|
1183
|
+
export const colorSubtleBackgroundInvertedPressed: CSSDesignToken<string>;
|
|
1317
1184
|
|
|
1318
1185
|
// @public (undocumented)
|
|
1319
|
-
export const
|
|
1186
|
+
export const colorSubtleBackgroundInvertedSelected: CSSDesignToken<string>;
|
|
1320
1187
|
|
|
1321
1188
|
// @public (undocumented)
|
|
1322
|
-
export const
|
|
1189
|
+
export const colorSubtleBackgroundLightAlphaHover: CSSDesignToken<string>;
|
|
1323
1190
|
|
|
1324
1191
|
// @public (undocumented)
|
|
1325
|
-
export const
|
|
1192
|
+
export const colorSubtleBackgroundLightAlphaPressed: CSSDesignToken<string>;
|
|
1326
1193
|
|
|
1327
1194
|
// @public (undocumented)
|
|
1328
|
-
export const
|
|
1195
|
+
export const colorSubtleBackgroundLightAlphaSelected: CSSDesignToken<string>;
|
|
1329
1196
|
|
|
1330
1197
|
// @public (undocumented)
|
|
1331
|
-
export const
|
|
1198
|
+
export const colorSubtleBackgroundPressed: CSSDesignToken<string>;
|
|
1332
1199
|
|
|
1333
1200
|
// @public (undocumented)
|
|
1334
|
-
export const
|
|
1201
|
+
export const colorSubtleBackgroundSelected: CSSDesignToken<string>;
|
|
1335
1202
|
|
|
1336
1203
|
// @public (undocumented)
|
|
1337
|
-
export const
|
|
1204
|
+
export const colorTransparentBackground: CSSDesignToken<string>;
|
|
1338
1205
|
|
|
1339
1206
|
// @public (undocumented)
|
|
1340
|
-
export const
|
|
1207
|
+
export const colorTransparentBackgroundHover: CSSDesignToken<string>;
|
|
1341
1208
|
|
|
1342
1209
|
// @public (undocumented)
|
|
1343
|
-
export const
|
|
1210
|
+
export const colorTransparentBackgroundPressed: CSSDesignToken<string>;
|
|
1344
1211
|
|
|
1345
1212
|
// @public (undocumented)
|
|
1346
|
-
export const
|
|
1213
|
+
export const colorTransparentBackgroundSelected: CSSDesignToken<string>;
|
|
1347
1214
|
|
|
1348
1215
|
// @public (undocumented)
|
|
1349
|
-
export const
|
|
1216
|
+
export const colorTransparentStroke: CSSDesignToken<string>;
|
|
1350
1217
|
|
|
1351
1218
|
// @public (undocumented)
|
|
1352
|
-
export const
|
|
1219
|
+
export const colorTransparentStrokeDisabled: CSSDesignToken<string>;
|
|
1353
1220
|
|
|
1354
1221
|
// @public (undocumented)
|
|
1355
|
-
export const
|
|
1222
|
+
export const colorTransparentStrokeInteractive: CSSDesignToken<string>;
|
|
1356
1223
|
|
|
1357
|
-
// Warning: (ae-internal-
|
|
1224
|
+
// Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "CounterBadge" because one of its declarations is marked as @internal
|
|
1358
1225
|
//
|
|
1359
|
-
// @
|
|
1360
|
-
export class
|
|
1361
|
-
|
|
1362
|
-
|
|
1226
|
+
// @public
|
|
1227
|
+
export class CounterBadge extends FASTElement {
|
|
1228
|
+
appearance?: CounterBadgeAppearance;
|
|
1229
|
+
color?: CounterBadgeColor;
|
|
1230
|
+
count: number;
|
|
1231
|
+
// (undocumented)
|
|
1232
|
+
protected countChanged(): void;
|
|
1233
|
+
dot: boolean;
|
|
1234
|
+
overflowCount: number;
|
|
1363
1235
|
// (undocumented)
|
|
1364
|
-
|
|
1236
|
+
protected overflowCountChanged(): void;
|
|
1237
|
+
// @internal
|
|
1238
|
+
setCount(): string | void;
|
|
1239
|
+
shape?: CounterBadgeShape;
|
|
1240
|
+
showZero: boolean;
|
|
1241
|
+
size?: CounterBadgeSize;
|
|
1365
1242
|
}
|
|
1366
1243
|
|
|
1244
|
+
// @internal
|
|
1245
|
+
export interface CounterBadge extends StartEnd {
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
// @public
|
|
1249
|
+
export const CounterBadgeAppearance: {
|
|
1250
|
+
readonly filled: "filled";
|
|
1251
|
+
readonly ghost: "ghost";
|
|
1252
|
+
};
|
|
1253
|
+
|
|
1254
|
+
// @public
|
|
1255
|
+
export type CounterBadgeAppearance = ValuesOf<typeof CounterBadgeAppearance>;
|
|
1256
|
+
|
|
1367
1257
|
// @public
|
|
1368
|
-
export
|
|
1258
|
+
export const CounterBadgeColor: {
|
|
1259
|
+
readonly brand: "brand";
|
|
1260
|
+
readonly danger: "danger";
|
|
1261
|
+
readonly important: "important";
|
|
1262
|
+
readonly informative: "informative";
|
|
1263
|
+
readonly severe: "severe";
|
|
1264
|
+
readonly subtle: "subtle";
|
|
1265
|
+
readonly success: "success";
|
|
1266
|
+
readonly warning: "warning";
|
|
1267
|
+
};
|
|
1369
1268
|
|
|
1370
1269
|
// @public
|
|
1371
|
-
export
|
|
1270
|
+
export type CounterBadgeColor = ValuesOf<typeof CounterBadgeColor>;
|
|
1372
1271
|
|
|
1373
1272
|
// @public
|
|
1374
|
-
export const
|
|
1273
|
+
export const CounterBadgeDefinition: FASTElementDefinition<typeof CounterBadge>;
|
|
1375
1274
|
|
|
1376
|
-
// Warning: (ae-
|
|
1275
|
+
// Warning: (ae-incompatible-release-tags) The symbol "CounterBadgeOptions" is marked as @public, but its signature references "BadgeOptions" which is marked as @internal
|
|
1377
1276
|
//
|
|
1378
|
-
// @
|
|
1379
|
-
export
|
|
1277
|
+
// @public
|
|
1278
|
+
export type CounterBadgeOptions = BadgeOptions;
|
|
1380
1279
|
|
|
1381
|
-
// @public
|
|
1382
|
-
export const
|
|
1280
|
+
// @public
|
|
1281
|
+
export const CounterBadgeShape: {
|
|
1282
|
+
readonly circular: "circular";
|
|
1283
|
+
readonly rounded: "rounded";
|
|
1284
|
+
};
|
|
1383
1285
|
|
|
1384
1286
|
// @public
|
|
1385
|
-
export
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
readonly
|
|
1392
|
-
|
|
1393
|
-
readonly
|
|
1394
|
-
|
|
1287
|
+
export type CounterBadgeShape = ValuesOf<typeof CounterBadgeShape>;
|
|
1288
|
+
|
|
1289
|
+
// @public
|
|
1290
|
+
export const CounterBadgeSize: {
|
|
1291
|
+
readonly tiny: "tiny";
|
|
1292
|
+
readonly extraSmall: "extra-small";
|
|
1293
|
+
readonly small: "small";
|
|
1294
|
+
readonly medium: "medium";
|
|
1295
|
+
readonly large: "large";
|
|
1296
|
+
readonly extraLarge: "extra-large";
|
|
1297
|
+
};
|
|
1298
|
+
|
|
1299
|
+
// @public
|
|
1300
|
+
export type CounterBadgeSize = ValuesOf<typeof CounterBadgeSize>;
|
|
1301
|
+
|
|
1302
|
+
// @public
|
|
1303
|
+
export const CounterBadgeStyles: ElementStyles;
|
|
1304
|
+
|
|
1305
|
+
// @public
|
|
1306
|
+
export const CounterBadgeTemplate: ElementViewTemplate<CounterBadge>;
|
|
1307
|
+
|
|
1308
|
+
// @public (undocumented)
|
|
1309
|
+
export const curveAccelerateMax: CSSDesignToken<string>;
|
|
1310
|
+
|
|
1311
|
+
// @public (undocumented)
|
|
1312
|
+
export const curveAccelerateMid: CSSDesignToken<string>;
|
|
1313
|
+
|
|
1314
|
+
// @public (undocumented)
|
|
1315
|
+
export const curveAccelerateMin: CSSDesignToken<string>;
|
|
1316
|
+
|
|
1317
|
+
// @public (undocumented)
|
|
1318
|
+
export const curveDecelerateMax: CSSDesignToken<string>;
|
|
1319
|
+
|
|
1320
|
+
// @public (undocumented)
|
|
1321
|
+
export const curveDecelerateMid: CSSDesignToken<string>;
|
|
1322
|
+
|
|
1323
|
+
// @public (undocumented)
|
|
1324
|
+
export const curveDecelerateMin: CSSDesignToken<string>;
|
|
1325
|
+
|
|
1326
|
+
// @public (undocumented)
|
|
1327
|
+
export const curveEasyEase: CSSDesignToken<string>;
|
|
1395
1328
|
|
|
1396
1329
|
// @public (undocumented)
|
|
1397
|
-
export
|
|
1330
|
+
export const curveEasyEaseMax: CSSDesignToken<string>;
|
|
1398
1331
|
|
|
1399
1332
|
// @public (undocumented)
|
|
1400
|
-
export const
|
|
1401
|
-
create: typeof create;
|
|
1402
|
-
from: typeof from;
|
|
1403
|
-
}>;
|
|
1333
|
+
export const curveLinear: CSSDesignToken<string>;
|
|
1404
1334
|
|
|
1405
1335
|
// @public
|
|
1406
|
-
export
|
|
1407
|
-
}
|
|
1336
|
+
export const definition: FASTElementDefinition<typeof Switch>;
|
|
1408
1337
|
|
|
1409
1338
|
// @public
|
|
1410
|
-
export class
|
|
1339
|
+
export class Divider extends FASTDivider {
|
|
1340
|
+
alignContent?: DividerAlignContent;
|
|
1341
|
+
appearance?: DividerAppearance;
|
|
1342
|
+
inset?: boolean;
|
|
1411
1343
|
}
|
|
1412
1344
|
|
|
1413
1345
|
// @public
|
|
1414
|
-
export const
|
|
1346
|
+
export const DividerAlignContent: {
|
|
1347
|
+
readonly center: "center";
|
|
1348
|
+
readonly start: "start";
|
|
1349
|
+
readonly end: "end";
|
|
1350
|
+
};
|
|
1415
1351
|
|
|
1416
1352
|
// @public
|
|
1417
|
-
export
|
|
1353
|
+
export type DividerAlignContent = ValuesOf<typeof DividerAlignContent>;
|
|
1418
1354
|
|
|
1419
1355
|
// @public
|
|
1420
|
-
export
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1356
|
+
export const DividerAppearance: {
|
|
1357
|
+
readonly strong: "strong";
|
|
1358
|
+
readonly brand: "brand";
|
|
1359
|
+
readonly subtle: "subtle";
|
|
1360
|
+
readonly default: "default";
|
|
1361
|
+
};
|
|
1425
1362
|
|
|
1426
1363
|
// @public
|
|
1427
|
-
export
|
|
1364
|
+
export type DividerAppearance = ValuesOf<typeof DividerAppearance>;
|
|
1428
1365
|
|
|
1429
1366
|
// @public
|
|
1430
|
-
export const
|
|
1367
|
+
export const DividerDefinition: FASTElementDefinition<typeof Divider>;
|
|
1431
1368
|
|
|
1432
|
-
|
|
1433
|
-
export interface Recipe<T> {
|
|
1434
|
-
// (undocumented)
|
|
1435
|
-
evaluate(element: HTMLElement, reference?: Swatch): T;
|
|
1436
|
-
}
|
|
1369
|
+
export { DividerOrientation }
|
|
1437
1370
|
|
|
1438
|
-
|
|
1439
|
-
//
|
|
1440
|
-
// @internal
|
|
1441
|
-
export class Search extends Search_2 {
|
|
1442
|
-
// @public
|
|
1443
|
-
appearance: SearchAppearance;
|
|
1444
|
-
}
|
|
1371
|
+
export { DividerRole }
|
|
1445
1372
|
|
|
1446
1373
|
// @public
|
|
1447
|
-
export
|
|
1374
|
+
export const DividerStyles: ElementStyles;
|
|
1448
1375
|
|
|
1449
1376
|
// @public
|
|
1450
|
-
export const
|
|
1377
|
+
export const DividerTemplate: ElementViewTemplate<Divider>;
|
|
1451
1378
|
|
|
1452
1379
|
// @public (undocumented)
|
|
1453
|
-
export const
|
|
1380
|
+
export const durationFast: CSSDesignToken<string>;
|
|
1454
1381
|
|
|
1455
|
-
//
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1382
|
+
// @public (undocumented)
|
|
1383
|
+
export const durationFaster: CSSDesignToken<string>;
|
|
1384
|
+
|
|
1385
|
+
// @public (undocumented)
|
|
1386
|
+
export const durationNormal: CSSDesignToken<string>;
|
|
1387
|
+
|
|
1388
|
+
// @public (undocumented)
|
|
1389
|
+
export const durationSlow: CSSDesignToken<string>;
|
|
1390
|
+
|
|
1391
|
+
// @public (undocumented)
|
|
1392
|
+
export const durationSlower: CSSDesignToken<string>;
|
|
1393
|
+
|
|
1394
|
+
// @public (undocumented)
|
|
1395
|
+
export const durationUltraFast: CSSDesignToken<string>;
|
|
1396
|
+
|
|
1397
|
+
// @public (undocumented)
|
|
1398
|
+
export const durationUltraSlow: CSSDesignToken<string>;
|
|
1399
|
+
|
|
1400
|
+
// @public (undocumented)
|
|
1401
|
+
export const fontFamilyBase: CSSDesignToken<string>;
|
|
1402
|
+
|
|
1403
|
+
// @public (undocumented)
|
|
1404
|
+
export const fontFamilyMonospace: CSSDesignToken<string>;
|
|
1405
|
+
|
|
1406
|
+
// @public (undocumented)
|
|
1407
|
+
export const fontFamilyNumeric: CSSDesignToken<string>;
|
|
1408
|
+
|
|
1409
|
+
// @public (undocumented)
|
|
1410
|
+
export const fontSizeBase100: CSSDesignToken<string>;
|
|
1411
|
+
|
|
1412
|
+
// @public (undocumented)
|
|
1413
|
+
export const fontSizeBase200: CSSDesignToken<string>;
|
|
1414
|
+
|
|
1415
|
+
// @public (undocumented)
|
|
1416
|
+
export const fontSizeBase300: CSSDesignToken<string>;
|
|
1417
|
+
|
|
1418
|
+
// @public (undocumented)
|
|
1419
|
+
export const fontSizeBase400: CSSDesignToken<string>;
|
|
1420
|
+
|
|
1421
|
+
// @public (undocumented)
|
|
1422
|
+
export const fontSizeBase500: CSSDesignToken<string>;
|
|
1423
|
+
|
|
1424
|
+
// @public (undocumented)
|
|
1425
|
+
export const fontSizeBase600: CSSDesignToken<string>;
|
|
1426
|
+
|
|
1427
|
+
// @public (undocumented)
|
|
1428
|
+
export const fontSizeHero1000: CSSDesignToken<string>;
|
|
1429
|
+
|
|
1430
|
+
// @public (undocumented)
|
|
1431
|
+
export const fontSizeHero700: CSSDesignToken<string>;
|
|
1432
|
+
|
|
1433
|
+
// @public (undocumented)
|
|
1434
|
+
export const fontSizeHero800: CSSDesignToken<string>;
|
|
1435
|
+
|
|
1436
|
+
// @public (undocumented)
|
|
1437
|
+
export const fontSizeHero900: CSSDesignToken<string>;
|
|
1438
|
+
|
|
1439
|
+
// @public (undocumented)
|
|
1440
|
+
export const fontWeightBold: CSSDesignToken<string>;
|
|
1441
|
+
|
|
1442
|
+
// @public (undocumented)
|
|
1443
|
+
export const fontWeightMedium: CSSDesignToken<string>;
|
|
1444
|
+
|
|
1445
|
+
// @public (undocumented)
|
|
1446
|
+
export const fontWeightRegular: CSSDesignToken<string>;
|
|
1447
|
+
|
|
1448
|
+
// @public (undocumented)
|
|
1449
|
+
export const fontWeightSemibold: CSSDesignToken<string>;
|
|
1466
1450
|
|
|
1467
1451
|
// @public
|
|
1468
|
-
|
|
1452
|
+
class Image_2 extends FASTElement {
|
|
1453
|
+
block?: boolean;
|
|
1454
|
+
bordered?: boolean;
|
|
1455
|
+
fit?: ImageFit;
|
|
1456
|
+
shadow?: boolean;
|
|
1457
|
+
shape?: ImageShape;
|
|
1458
|
+
}
|
|
1459
|
+
export { Image_2 as Image }
|
|
1469
1460
|
|
|
1470
1461
|
// @public
|
|
1471
|
-
export const
|
|
1462
|
+
export const ImageDefinition: FASTElementDefinition<typeof Image_2>;
|
|
1472
1463
|
|
|
1473
|
-
|
|
1464
|
+
// @public
|
|
1465
|
+
export const ImageFit: {
|
|
1466
|
+
readonly none: "none";
|
|
1467
|
+
readonly center: "center";
|
|
1468
|
+
readonly contain: "contain";
|
|
1469
|
+
readonly cover: "cover";
|
|
1470
|
+
readonly default: "default";
|
|
1471
|
+
};
|
|
1474
1472
|
|
|
1475
1473
|
// @public
|
|
1476
|
-
export
|
|
1474
|
+
export type ImageFit = ValuesOf<typeof ImageFit>;
|
|
1477
1475
|
|
|
1478
|
-
|
|
1476
|
+
// @public
|
|
1477
|
+
export const ImageShape: {
|
|
1478
|
+
readonly circular: "circular";
|
|
1479
|
+
readonly rounded: "rounded";
|
|
1480
|
+
readonly square: "square";
|
|
1481
|
+
};
|
|
1479
1482
|
|
|
1480
|
-
|
|
1483
|
+
// @public (undocumented)
|
|
1484
|
+
export type ImageShape = ValuesOf<typeof ImageShape>;
|
|
1481
1485
|
|
|
1482
1486
|
// @public
|
|
1483
|
-
export const
|
|
1487
|
+
export const ImageStyles: ElementStyles;
|
|
1484
1488
|
|
|
1485
1489
|
// @public
|
|
1486
|
-
export const
|
|
1490
|
+
export const ImageTemplate: ElementViewTemplate<Image_2>;
|
|
1487
1491
|
|
|
1488
|
-
// @public
|
|
1489
|
-
export
|
|
1490
|
-
// (undocumented)
|
|
1491
|
-
DarkMode = 0.15,
|
|
1492
|
-
// (undocumented)
|
|
1493
|
-
LightMode = 0.98
|
|
1494
|
-
}
|
|
1492
|
+
// @public (undocumented)
|
|
1493
|
+
export const lineHeightBase100: CSSDesignToken<string>;
|
|
1495
1494
|
|
|
1496
|
-
//
|
|
1497
|
-
|
|
1498
|
-
// @internal (undocumented)
|
|
1499
|
-
export const StealthButtonStyles: (context: ElementDefinitionContext, definition: FoundationElementDefinition, interactivitySelector: string, nonInteractivitySelector?: string) => ElementStyles;
|
|
1495
|
+
// @public (undocumented)
|
|
1496
|
+
export const lineHeightBase200: CSSDesignToken<string>;
|
|
1500
1497
|
|
|
1501
1498
|
// @public (undocumented)
|
|
1502
|
-
export const
|
|
1499
|
+
export const lineHeightBase300: CSSDesignToken<string>;
|
|
1503
1500
|
|
|
1504
|
-
// @public
|
|
1505
|
-
export
|
|
1506
|
-
// (undocumented)
|
|
1507
|
-
contrast(target: RelativeLuminance): number;
|
|
1508
|
-
// (undocumented)
|
|
1509
|
-
toColorString(): string;
|
|
1510
|
-
}
|
|
1501
|
+
// @public (undocumented)
|
|
1502
|
+
export const lineHeightBase400: CSSDesignToken<string>;
|
|
1511
1503
|
|
|
1512
1504
|
// @public (undocumented)
|
|
1513
|
-
export
|
|
1514
|
-
// (undocumented)
|
|
1515
|
-
b: number;
|
|
1516
|
-
// (undocumented)
|
|
1517
|
-
g: number;
|
|
1518
|
-
// (undocumented)
|
|
1519
|
-
r: number;
|
|
1520
|
-
}
|
|
1505
|
+
export const lineHeightBase500: CSSDesignToken<string>;
|
|
1521
1506
|
|
|
1522
1507
|
// @public (undocumented)
|
|
1523
|
-
export const
|
|
1524
|
-
create(r: number, g: number, b: number): SwatchRGB;
|
|
1525
|
-
from(obj: {
|
|
1526
|
-
r: number;
|
|
1527
|
-
g: number;
|
|
1528
|
-
b: number;
|
|
1529
|
-
}): SwatchRGB;
|
|
1530
|
-
}>;
|
|
1508
|
+
export const lineHeightBase600: CSSDesignToken<string>;
|
|
1531
1509
|
|
|
1532
|
-
|
|
1510
|
+
// @public (undocumented)
|
|
1511
|
+
export const lineHeightHero1000: CSSDesignToken<string>;
|
|
1533
1512
|
|
|
1534
|
-
// @public
|
|
1535
|
-
export const
|
|
1513
|
+
// @public (undocumented)
|
|
1514
|
+
export const lineHeightHero700: CSSDesignToken<string>;
|
|
1536
1515
|
|
|
1537
|
-
|
|
1516
|
+
// @public (undocumented)
|
|
1517
|
+
export const lineHeightHero800: CSSDesignToken<string>;
|
|
1538
1518
|
|
|
1539
|
-
|
|
1519
|
+
// @public (undocumented)
|
|
1520
|
+
export const lineHeightHero900: CSSDesignToken<string>;
|
|
1540
1521
|
|
|
1541
1522
|
// @public
|
|
1542
|
-
|
|
1523
|
+
class ProgressBar_2 extends FASTProgress {
|
|
1524
|
+
shape?: ProgressBarShape;
|
|
1525
|
+
thickness?: ProgressBarThickness;
|
|
1526
|
+
validationState: ProgressBarValidationState | null;
|
|
1527
|
+
}
|
|
1528
|
+
export { ProgressBar_2 as ProgressBar }
|
|
1543
1529
|
|
|
1544
|
-
|
|
1530
|
+
// @public
|
|
1531
|
+
export const ProgressBarDefinition: FASTElementDefinition<typeof ProgressBar_2>;
|
|
1545
1532
|
|
|
1546
1533
|
// @public
|
|
1547
|
-
export const
|
|
1534
|
+
export const ProgressBarShape: {
|
|
1535
|
+
readonly rounded: "rounded";
|
|
1536
|
+
readonly square: "square";
|
|
1537
|
+
};
|
|
1548
1538
|
|
|
1549
1539
|
// @public
|
|
1550
|
-
export
|
|
1540
|
+
export type ProgressBarShape = ValuesOf<typeof ProgressBarShape>;
|
|
1551
1541
|
|
|
1552
|
-
//
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
appearance: TextAreaAppearance;
|
|
1558
|
-
// (undocumented)
|
|
1559
|
-
appearanceChanged(oldValue: TextAreaAppearance, newValue: TextAreaAppearance): void;
|
|
1560
|
-
// (undocumented)
|
|
1561
|
-
connectedCallback(): void;
|
|
1562
|
-
}
|
|
1542
|
+
// @public
|
|
1543
|
+
export const ProgressBarStyles: ElementStyles;
|
|
1544
|
+
|
|
1545
|
+
// @public (undocumented)
|
|
1546
|
+
export const ProgressBarTemplate: ElementViewTemplate<ProgressBar_2>;
|
|
1563
1547
|
|
|
1564
1548
|
// @public
|
|
1565
|
-
export
|
|
1549
|
+
export const ProgressBarThickness: {
|
|
1550
|
+
readonly medium: "medium";
|
|
1551
|
+
readonly large: "large";
|
|
1552
|
+
};
|
|
1566
1553
|
|
|
1567
1554
|
// @public
|
|
1568
|
-
export
|
|
1555
|
+
export type ProgressBarThickness = ValuesOf<typeof ProgressBarThickness>;
|
|
1569
1556
|
|
|
1570
|
-
//
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
// (undocumented)
|
|
1577
|
-
appearanceChanged(oldValue: TextFieldAppearance, newValue: TextFieldAppearance): void;
|
|
1578
|
-
// (undocumented)
|
|
1579
|
-
connectedCallback(): void;
|
|
1580
|
-
}
|
|
1557
|
+
// @public
|
|
1558
|
+
export const ProgressBarValidationState: {
|
|
1559
|
+
readonly success: "success";
|
|
1560
|
+
readonly warning: "warning";
|
|
1561
|
+
readonly error: "error";
|
|
1562
|
+
};
|
|
1581
1563
|
|
|
1582
1564
|
// @public
|
|
1583
|
-
export type
|
|
1565
|
+
export type ProgressBarValidationState = ValuesOf<typeof ProgressBarValidationState>;
|
|
1584
1566
|
|
|
1585
1567
|
// @public
|
|
1586
|
-
export const
|
|
1568
|
+
export const setTheme: (theme: Theme) => void;
|
|
1587
1569
|
|
|
1588
|
-
//
|
|
1589
|
-
|
|
1590
|
-
// @internal
|
|
1591
|
-
export class Toolbar extends Toolbar_2 {
|
|
1592
|
-
}
|
|
1570
|
+
// @public (undocumented)
|
|
1571
|
+
export const shadow16: CSSDesignToken<string>;
|
|
1593
1572
|
|
|
1594
|
-
//
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
connectedCallback(): void;
|
|
1600
|
-
}
|
|
1573
|
+
// @public (undocumented)
|
|
1574
|
+
export const shadow16Brand: CSSDesignToken<string>;
|
|
1575
|
+
|
|
1576
|
+
// @public (undocumented)
|
|
1577
|
+
export const shadow2: CSSDesignToken<string>;
|
|
1601
1578
|
|
|
1602
|
-
|
|
1579
|
+
// @public (undocumented)
|
|
1580
|
+
export const shadow28: CSSDesignToken<string>;
|
|
1603
1581
|
|
|
1604
|
-
// @public
|
|
1605
|
-
export const
|
|
1582
|
+
// @public (undocumented)
|
|
1583
|
+
export const shadow28Brand: CSSDesignToken<string>;
|
|
1606
1584
|
|
|
1607
|
-
|
|
1585
|
+
// @public (undocumented)
|
|
1586
|
+
export const shadow2Brand: CSSDesignToken<string>;
|
|
1608
1587
|
|
|
1609
|
-
// @public
|
|
1610
|
-
export const
|
|
1588
|
+
// @public (undocumented)
|
|
1589
|
+
export const shadow4: CSSDesignToken<string>;
|
|
1611
1590
|
|
|
1612
1591
|
// @public (undocumented)
|
|
1613
|
-
export const
|
|
1592
|
+
export const shadow4Brand: CSSDesignToken<string>;
|
|
1614
1593
|
|
|
1615
1594
|
// @public (undocumented)
|
|
1616
|
-
export const
|
|
1595
|
+
export const shadow64: CSSDesignToken<string>;
|
|
1617
1596
|
|
|
1618
1597
|
// @public (undocumented)
|
|
1619
|
-
export const
|
|
1598
|
+
export const shadow64Brand: CSSDesignToken<string>;
|
|
1620
1599
|
|
|
1621
1600
|
// @public (undocumented)
|
|
1622
|
-
export const
|
|
1601
|
+
export const shadow8: CSSDesignToken<string>;
|
|
1623
1602
|
|
|
1624
1603
|
// @public (undocumented)
|
|
1625
|
-
export const
|
|
1604
|
+
export const shadow8Brand: CSSDesignToken<string>;
|
|
1626
1605
|
|
|
1627
1606
|
// @public (undocumented)
|
|
1628
|
-
export const
|
|
1607
|
+
export const spacingHorizontalL: CSSDesignToken<string>;
|
|
1629
1608
|
|
|
1630
1609
|
// @public (undocumented)
|
|
1631
|
-
export const
|
|
1610
|
+
export const spacingHorizontalM: CSSDesignToken<string>;
|
|
1632
1611
|
|
|
1633
1612
|
// @public (undocumented)
|
|
1634
|
-
export const
|
|
1613
|
+
export const spacingHorizontalMNudge: CSSDesignToken<string>;
|
|
1635
1614
|
|
|
1636
1615
|
// @public (undocumented)
|
|
1637
|
-
export const
|
|
1616
|
+
export const spacingHorizontalNone: CSSDesignToken<string>;
|
|
1638
1617
|
|
|
1639
1618
|
// @public (undocumented)
|
|
1640
|
-
export const
|
|
1619
|
+
export const spacingHorizontalS: CSSDesignToken<string>;
|
|
1641
1620
|
|
|
1642
1621
|
// @public (undocumented)
|
|
1643
|
-
export const
|
|
1622
|
+
export const spacingHorizontalSNudge: CSSDesignToken<string>;
|
|
1644
1623
|
|
|
1645
1624
|
// @public (undocumented)
|
|
1646
|
-
export const
|
|
1625
|
+
export const spacingHorizontalXL: CSSDesignToken<string>;
|
|
1647
1626
|
|
|
1648
1627
|
// @public (undocumented)
|
|
1649
|
-
export const
|
|
1628
|
+
export const spacingHorizontalXS: CSSDesignToken<string>;
|
|
1650
1629
|
|
|
1651
1630
|
// @public (undocumented)
|
|
1652
|
-
export const
|
|
1631
|
+
export const spacingHorizontalXXL: CSSDesignToken<string>;
|
|
1653
1632
|
|
|
1654
1633
|
// @public (undocumented)
|
|
1655
|
-
export const
|
|
1634
|
+
export const spacingHorizontalXXS: CSSDesignToken<string>;
|
|
1656
1635
|
|
|
1657
1636
|
// @public (undocumented)
|
|
1658
|
-
export const
|
|
1637
|
+
export const spacingHorizontalXXXL: CSSDesignToken<string>;
|
|
1659
1638
|
|
|
1660
1639
|
// @public (undocumented)
|
|
1661
|
-
export const
|
|
1640
|
+
export const spacingVerticalL: CSSDesignToken<string>;
|
|
1662
1641
|
|
|
1663
1642
|
// @public (undocumented)
|
|
1664
|
-
export const
|
|
1643
|
+
export const spacingVerticalM: CSSDesignToken<string>;
|
|
1665
1644
|
|
|
1666
1645
|
// @public (undocumented)
|
|
1667
|
-
export const
|
|
1646
|
+
export const spacingVerticalMNudge: CSSDesignToken<string>;
|
|
1668
1647
|
|
|
1669
1648
|
// @public (undocumented)
|
|
1670
|
-
export const
|
|
1649
|
+
export const spacingVerticalNone: CSSDesignToken<string>;
|
|
1671
1650
|
|
|
1672
1651
|
// @public (undocumented)
|
|
1673
|
-
export const
|
|
1652
|
+
export const spacingVerticalS: CSSDesignToken<string>;
|
|
1674
1653
|
|
|
1675
1654
|
// @public (undocumented)
|
|
1676
|
-
export const
|
|
1655
|
+
export const spacingVerticalSNudge: CSSDesignToken<string>;
|
|
1677
1656
|
|
|
1678
1657
|
// @public (undocumented)
|
|
1679
|
-
export const
|
|
1658
|
+
export const spacingVerticalXL: CSSDesignToken<string>;
|
|
1680
1659
|
|
|
1681
1660
|
// @public (undocumented)
|
|
1682
|
-
export const
|
|
1661
|
+
export const spacingVerticalXS: CSSDesignToken<string>;
|
|
1683
1662
|
|
|
1684
1663
|
// @public (undocumented)
|
|
1685
|
-
export const
|
|
1664
|
+
export const spacingVerticalXXL: CSSDesignToken<string>;
|
|
1686
1665
|
|
|
1687
1666
|
// @public (undocumented)
|
|
1688
|
-
export const
|
|
1667
|
+
export const spacingVerticalXXS: CSSDesignToken<string>;
|
|
1689
1668
|
|
|
1690
1669
|
// @public (undocumented)
|
|
1691
|
-
export const
|
|
1670
|
+
export const spacingVerticalXXXL: CSSDesignToken<string>;
|
|
1671
|
+
|
|
1672
|
+
// @public
|
|
1673
|
+
export class Spinner extends FASTProgressRing {
|
|
1674
|
+
appearance?: SpinnerAppearance;
|
|
1675
|
+
size?: SpinnerSize;
|
|
1676
|
+
}
|
|
1677
|
+
|
|
1678
|
+
// @public
|
|
1679
|
+
export const SpinnerAppearance: {
|
|
1680
|
+
readonly primary: "primary";
|
|
1681
|
+
readonly inverted: "inverted";
|
|
1682
|
+
};
|
|
1683
|
+
|
|
1684
|
+
// @public
|
|
1685
|
+
export type SpinnerAppearance = ValuesOf<typeof SpinnerAppearance>;
|
|
1686
|
+
|
|
1687
|
+
// @public
|
|
1688
|
+
export const SpinnerDefinition: FASTElementDefinition<typeof Spinner>;
|
|
1689
|
+
|
|
1690
|
+
// @public
|
|
1691
|
+
export const SpinnerSize: {
|
|
1692
|
+
readonly tiny: "tiny";
|
|
1693
|
+
readonly extraSmall: "extra-small";
|
|
1694
|
+
readonly small: "small";
|
|
1695
|
+
readonly medium: "medium";
|
|
1696
|
+
readonly large: "large";
|
|
1697
|
+
readonly extraLarge: "extra-large";
|
|
1698
|
+
readonly huge: "huge";
|
|
1699
|
+
};
|
|
1700
|
+
|
|
1701
|
+
// @public
|
|
1702
|
+
export type SpinnerSize = ValuesOf<typeof SpinnerSize>;
|
|
1692
1703
|
|
|
1693
1704
|
// @public (undocumented)
|
|
1694
|
-
export const
|
|
1705
|
+
export const SpinnerStyles: ElementStyles;
|
|
1695
1706
|
|
|
1696
1707
|
// @public (undocumented)
|
|
1697
|
-
export const
|
|
1708
|
+
export const SpinnerTemplate: ElementViewTemplate<Spinner>;
|
|
1698
1709
|
|
|
1699
1710
|
// @public (undocumented)
|
|
1700
|
-
export const
|
|
1711
|
+
export const strokeWidthThick: CSSDesignToken<string>;
|
|
1701
1712
|
|
|
1702
1713
|
// @public (undocumented)
|
|
1703
|
-
export const
|
|
1714
|
+
export const strokeWidthThicker: CSSDesignToken<string>;
|
|
1704
1715
|
|
|
1705
1716
|
// @public (undocumented)
|
|
1706
|
-
export const
|
|
1717
|
+
export const strokeWidthThickest: CSSDesignToken<string>;
|
|
1707
1718
|
|
|
1708
1719
|
// @public (undocumented)
|
|
1709
|
-
export const
|
|
1720
|
+
export const strokeWidthThin: CSSDesignToken<string>;
|
|
1710
1721
|
|
|
1711
1722
|
// @public (undocumented)
|
|
1712
|
-
export
|
|
1723
|
+
export class Switch extends FASTSwitch {
|
|
1724
|
+
labelPosition: SwitchLabelPosition | undefined;
|
|
1725
|
+
}
|
|
1726
|
+
|
|
1727
|
+
// @public
|
|
1728
|
+
export const SwitchLabelPosition: {
|
|
1729
|
+
readonly above: "above";
|
|
1730
|
+
readonly after: "after";
|
|
1731
|
+
readonly before: "before";
|
|
1732
|
+
};
|
|
1733
|
+
|
|
1734
|
+
// @public
|
|
1735
|
+
export type SwitchLabelPosition = ValuesOf<typeof SwitchLabelPosition>;
|
|
1713
1736
|
|
|
1714
1737
|
// @public (undocumented)
|
|
1715
|
-
export const
|
|
1738
|
+
export const switchStyles: ElementStyles;
|
|
1716
1739
|
|
|
1717
1740
|
// @public (undocumented)
|
|
1718
|
-
export const
|
|
1741
|
+
export const switchTemplate: ElementViewTemplate<Switch>;
|
|
1742
|
+
|
|
1743
|
+
// @public
|
|
1744
|
+
class Text_2 extends FASTElement {
|
|
1745
|
+
align?: TextAlign;
|
|
1746
|
+
block: boolean;
|
|
1747
|
+
font?: TextFont;
|
|
1748
|
+
italic: boolean;
|
|
1749
|
+
nowrap: boolean;
|
|
1750
|
+
size?: TextSize;
|
|
1751
|
+
strikethrough: boolean;
|
|
1752
|
+
truncate: boolean;
|
|
1753
|
+
underline: boolean;
|
|
1754
|
+
weight?: TextWeight;
|
|
1755
|
+
}
|
|
1756
|
+
export { Text_2 as Text }
|
|
1757
|
+
|
|
1758
|
+
// @public
|
|
1759
|
+
export const TextAlign: {
|
|
1760
|
+
readonly start: "start";
|
|
1761
|
+
readonly end: "end";
|
|
1762
|
+
readonly center: "center";
|
|
1763
|
+
readonly justify: "justify";
|
|
1764
|
+
};
|
|
1765
|
+
|
|
1766
|
+
// @public
|
|
1767
|
+
export type TextAlign = ValuesOf<typeof TextAlign>;
|
|
1768
|
+
|
|
1769
|
+
// @public
|
|
1770
|
+
export const TextDefinition: FASTElementDefinition<typeof Text_2>;
|
|
1771
|
+
|
|
1772
|
+
// @public
|
|
1773
|
+
export const TextFont: {
|
|
1774
|
+
readonly base: "base";
|
|
1775
|
+
readonly numeric: "numeric";
|
|
1776
|
+
readonly monospace: "monospace";
|
|
1777
|
+
};
|
|
1778
|
+
|
|
1779
|
+
// @public
|
|
1780
|
+
export type TextFont = ValuesOf<typeof TextFont>;
|
|
1781
|
+
|
|
1782
|
+
// @public
|
|
1783
|
+
export const TextSize: {
|
|
1784
|
+
readonly _100: "100";
|
|
1785
|
+
readonly _200: "200";
|
|
1786
|
+
readonly _300: "300";
|
|
1787
|
+
readonly _400: "400";
|
|
1788
|
+
readonly _500: "500";
|
|
1789
|
+
readonly _600: "600";
|
|
1790
|
+
readonly _700: "700";
|
|
1791
|
+
readonly _800: "800";
|
|
1792
|
+
readonly _900: "900";
|
|
1793
|
+
readonly _1000: "1000";
|
|
1794
|
+
};
|
|
1795
|
+
|
|
1796
|
+
// @public
|
|
1797
|
+
export type TextSize = ValuesOf<typeof TextSize>;
|
|
1719
1798
|
|
|
1720
|
-
//
|
|
1799
|
+
// @public
|
|
1800
|
+
export const TextStyles: ElementStyles;
|
|
1801
|
+
|
|
1802
|
+
// Warning: (ae-internal-missing-underscore) The name "TextTemplate" should be prefixed with an underscore because the declaration is marked as @internal
|
|
1721
1803
|
//
|
|
1722
|
-
//
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
//
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1804
|
+
// @internal (undocumented)
|
|
1805
|
+
export const TextTemplate: ElementViewTemplate<Text_2>;
|
|
1806
|
+
|
|
1807
|
+
// @public
|
|
1808
|
+
export const TextWeight: {
|
|
1809
|
+
readonly medium: "medium";
|
|
1810
|
+
readonly regular: "regular";
|
|
1811
|
+
readonly semibold: "semibold";
|
|
1812
|
+
readonly bold: "bold";
|
|
1813
|
+
};
|
|
1814
|
+
|
|
1815
|
+
// @public
|
|
1816
|
+
export type TextWeight = ValuesOf<typeof TextWeight>;
|
|
1731
1817
|
|
|
1732
1818
|
// (No @packageDocumentation comment for this package)
|
|
1733
1819
|
|