igniteui-theming 25.0.0 → 25.0.2
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/README.md +2 -2
- package/dist/mcp/generators/css.js +1 -8
- package/dist/mcp/generators/sass.d.ts +1 -1
- package/dist/mcp/generators/sass.js +26 -3
- package/dist/mcp/index.js +3 -3
- package/dist/mcp/json/components/themes.json.js +17 -17
- package/dist/mcp/knowledge/docs/setup/platform.md.js +4 -0
- package/dist/mcp/knowledge/index.d.ts +1 -1
- package/dist/mcp/knowledge/index.js +1 -4
- package/dist/mcp/knowledge/platform-setup.d.ts +2 -0
- package/dist/mcp/knowledge/platforms/index.d.ts +8 -11
- package/dist/mcp/knowledge/platforms/index.js +22 -14
- package/dist/mcp/knowledge/platforms/react.d.ts +2 -2
- package/dist/mcp/knowledge/platforms/react.js +3 -3
- package/dist/mcp/knowledge/sass-api.d.ts +2 -2
- package/dist/mcp/resources/presets.d.ts +12 -0
- package/dist/mcp/resources/presets.js +44 -1
- package/dist/mcp/tools/descriptions.d.ts +8 -8
- package/dist/mcp/tools/descriptions.js +25 -7
- package/dist/mcp/tools/handlers/component-theme.js +23 -5
- package/dist/mcp/tools/handlers/custom-palette.js +2 -1
- package/dist/mcp/tools/handlers/elevations.js +2 -1
- package/dist/mcp/tools/handlers/layout.js +1 -1
- package/dist/mcp/tools/handlers/palette.js +2 -3
- package/dist/mcp/tools/handlers/platform.js +247 -86
- package/dist/mcp/tools/handlers/theme.js +3 -0
- package/dist/mcp/tools/handlers/typography.js +2 -1
- package/dist/mcp/tools/schemas.d.ts +31 -31
- package/dist/mcp/utils/sass.d.ts +20 -0
- package/dist/mcp/utils/sass.js +16 -0
- package/dist/mcp/utils/types.d.ts +2 -1
- package/dist/mcp/utils/types.js +2 -1
- package/json/components/bootstrap.json +1 -1
- package/json/components/fluent.json +1 -1
- package/json/components/indigo.json +1 -1
- package/json/components/material.json +1 -1
- package/json/components/themes.json +53 -28
- package/package.json +15 -7
- package/sass/animations/_easings.scss +24 -24
- package/sass/bem/_index.scss +16 -14
- package/sass/color/_charts.scss +20 -20
- package/sass/color/_functions.scss +18 -18
- package/sass/color/_mixins.scss +1 -1
- package/sass/elevations/_functions.scss +4 -4
- package/sass/elevations/_mixins.scss +2 -2
- package/sass/elevations/presets/_index.scss +3 -3
- package/sass/elevations/presets/_indigo.scss +16 -16
- package/sass/elevations/presets/_material.scss +3 -3
- package/sass/tailwind/utilities/_common.scss +1 -1
- package/sass/themes/_functions.scss +15 -15
- package/sass/themes/_mixins.scss +9 -9
- package/sass/themes/charts/_category-chart-theme.scss +2 -9
- package/sass/themes/charts/_data-chart-theme.scss +1 -1
- package/sass/themes/charts/_doughnut-chart-theme.scss +1 -1
- package/sass/themes/charts/_financial-chart-theme.scss +2 -9
- package/sass/themes/charts/_funnel-chart-theme.scss +1 -1
- package/sass/themes/charts/_gauge-theme.scss +2 -2
- package/sass/themes/charts/_geo-map-theme.scss +1 -1
- package/sass/themes/charts/_graph-theme.scss +1 -1
- package/sass/themes/charts/_pie-chart-theme.scss +1 -1
- package/sass/themes/charts/_shape-chart-theme.scss +2 -9
- package/sass/themes/charts/_sparkline-theme.scss +2 -2
- package/sass/themes/components/action-strip/_action-strip-theme.scss +1 -1
- package/sass/themes/components/avatar/_avatar-theme.scss +2 -2
- package/sass/themes/components/badge/_badge-theme.scss +2 -2
- package/sass/themes/components/banner/_banner-theme.scss +1 -1
- package/sass/themes/components/bottom-nav/_bottom-nav-theme.scss +2 -2
- package/sass/themes/components/button/_button-theme.scss +5 -5
- package/sass/themes/components/button/_contained-button-theme.scss +5 -5
- package/sass/themes/components/button/_fab-button-theme.scss +5 -5
- package/sass/themes/components/button/_flat-button-theme.scss +17 -17
- package/sass/themes/components/button/_outlined-button-theme.scss +17 -17
- package/sass/themes/components/button-group/_button-group-theme.scss +5 -5
- package/sass/themes/components/calendar/_calendar-theme.scss +18 -20
- package/sass/themes/components/card/_card-theme.scss +3 -3
- package/sass/themes/components/carousel/_carousel-theme.scss +8 -8
- package/sass/themes/components/chat/_chat-theme.scss +1 -1
- package/sass/themes/components/checkbox/_checkbox-theme.scss +6 -6
- package/sass/themes/components/chip/_chip-theme.scss +5 -5
- package/sass/themes/components/column-actions/_column-actions-theme.scss +1 -1
- package/sass/themes/components/combo/_combo-theme.scss +3 -3
- package/sass/themes/components/dialog/_dialog-theme.scss +4 -4
- package/sass/themes/components/divider/_divider-theme.scss +1 -1
- package/sass/themes/components/dock-manager/_dock-manager-theme.scss +1 -1
- package/sass/themes/components/drop-down/_drop-down-theme.scss +10 -10
- package/sass/themes/components/expansion-panel/_expansion-panel-theme.scss +4 -4
- package/sass/themes/components/grid/_grid-summary-theme.scss +3 -3
- package/sass/themes/components/grid/_grid-theme.scss +56 -17
- package/sass/themes/components/grid/_grid-toolbar-theme.scss +1 -1
- package/sass/themes/components/highlight/_highlight-theme.scss +1 -1
- package/sass/themes/components/icon/_icon-theme.scss +1 -1
- package/sass/themes/components/icon-button/_contained-icon-button-theme.scss +8 -8
- package/sass/themes/components/icon-button/_flat-icon-button-theme.scss +12 -12
- package/sass/themes/components/icon-button/_icon-button-theme.scss +4 -4
- package/sass/themes/components/icon-button/_outlined-icon-button-theme.scss +13 -13
- package/sass/themes/components/input/_file-input-theme.scss +1 -1
- package/sass/themes/components/input/_input-theme.scss +23 -23
- package/sass/themes/components/list/_list-theme.scss +6 -6
- package/sass/themes/components/navbar/_navbar-theme.scss +4 -4
- package/sass/themes/components/navdrawer/_navdrawer-theme.scss +3 -3
- package/sass/themes/components/overlay/_overlay-theme.scss +1 -1
- package/sass/themes/components/paginator/_paginator-theme.scss +1 -1
- package/sass/themes/components/progress/_circular-theme.scss +1 -1
- package/sass/themes/components/progress/_linear-theme.scss +1 -1
- package/sass/themes/components/query-builder/_query-builder-theme.scss +2 -2
- package/sass/themes/components/radio/_radio-theme.scss +5 -5
- package/sass/themes/components/rating/_rating-theme.scss +1 -1
- package/sass/themes/components/ripple/_ripple-theme.scss +1 -1
- package/sass/themes/components/scrollbar/_scrollbar-theme.scss +1 -1
- package/sass/themes/components/select/_select-theme.scss +1 -1
- package/sass/themes/components/slider/_slider-theme.scss +7 -7
- package/sass/themes/components/snackbar/_snackbar-theme.scss +2 -2
- package/sass/themes/components/splitter/_splitter-theme.scss +1 -1
- package/sass/themes/components/stepper/_stepper-theme.scss +2 -2
- package/sass/themes/components/switch/_switch-theme.scss +13 -13
- package/sass/themes/components/tabs/_tabs-theme.scss +8 -8
- package/sass/themes/components/time-picker/_time-picker-theme.scss +8 -8
- package/sass/themes/components/toast/_toast-theme.scss +3 -3
- package/sass/themes/components/tooltip/_tooltip-theme.scss +2 -2
- package/sass/themes/components/tree/_tree-theme.scss +17 -17
- package/sass/themes/components/watermark/_watermark-theme.scss +1 -1
- package/sass/themes/schemas/charts/dark/_category-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_data-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_doughnut-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_financial-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_funnel-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_gauge.scss +9 -9
- package/sass/themes/schemas/charts/dark/_geo-map.scss +5 -5
- package/sass/themes/schemas/charts/dark/_graph.scss +5 -5
- package/sass/themes/schemas/charts/dark/_pie-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_shape-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_sparkline.scss +5 -5
- package/sass/themes/schemas/charts/light/_category-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_data-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_doughnut-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_financial-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_funnel-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_gauge.scss +19 -19
- package/sass/themes/schemas/charts/light/_geo-map.scss +8 -8
- package/sass/themes/schemas/charts/light/_graph.scss +8 -8
- package/sass/themes/schemas/charts/light/_pie-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_shape-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_sparkline.scss +9 -9
- package/sass/themes/schemas/components/dark/_action-strip.scss +5 -5
- package/sass/themes/schemas/components/dark/_avatar.scss +5 -5
- package/sass/themes/schemas/components/dark/_badge.scss +5 -5
- package/sass/themes/schemas/components/dark/_banner.scss +5 -5
- package/sass/themes/schemas/components/dark/_bottom-nav.scss +5 -5
- package/sass/themes/schemas/components/dark/_button-group.scss +6 -6
- package/sass/themes/schemas/components/dark/_button.scss +65 -65
- package/sass/themes/schemas/components/dark/_calendar.scss +24 -24
- package/sass/themes/schemas/components/dark/_card.scss +5 -5
- package/sass/themes/schemas/components/dark/_carousel.scss +5 -5
- package/sass/themes/schemas/components/dark/_chat.scss +5 -5
- package/sass/themes/schemas/components/dark/_checkbox.scss +5 -5
- package/sass/themes/schemas/components/dark/_chip.scss +7 -7
- package/sass/themes/schemas/components/dark/_column-actions.scss +5 -5
- package/sass/themes/schemas/components/dark/_combo.scss +6 -6
- package/sass/themes/schemas/components/dark/_date-picker.scss +8 -8
- package/sass/themes/schemas/components/dark/_date-range-picker.scss +5 -5
- package/sass/themes/schemas/components/dark/_dialog.scss +5 -5
- package/sass/themes/schemas/components/dark/_divider.scss +5 -5
- package/sass/themes/schemas/components/dark/_dock-manager.scss +5 -5
- package/sass/themes/schemas/components/dark/_drop-down.scss +5 -5
- package/sass/themes/schemas/components/dark/_expansion-panel.scss +5 -5
- package/sass/themes/schemas/components/dark/_file-input.scss +5 -5
- package/sass/themes/schemas/components/dark/_grid-filtering.scss +5 -5
- package/sass/themes/schemas/components/dark/_grid-summary.scss +9 -9
- package/sass/themes/schemas/components/dark/_grid-toolbar.scss +5 -5
- package/sass/themes/schemas/components/dark/_grid.scss +57 -14
- package/sass/themes/schemas/components/dark/_highlight.scss +7 -7
- package/sass/themes/schemas/components/dark/_icon-button.scss +46 -46
- package/sass/themes/schemas/components/dark/_icon.scss +5 -5
- package/sass/themes/schemas/components/dark/_input-group.scss +6 -6
- package/sass/themes/schemas/components/dark/_label.scss +5 -5
- package/sass/themes/schemas/components/dark/_list.scss +5 -5
- package/sass/themes/schemas/components/dark/_navbar.scss +5 -5
- package/sass/themes/schemas/components/dark/_navdrawer.scss +5 -5
- package/sass/themes/schemas/components/dark/_overlay.scss +5 -5
- package/sass/themes/schemas/components/dark/_pagination.scss +5 -5
- package/sass/themes/schemas/components/dark/_pivot-data-selector.scss +9 -9
- package/sass/themes/schemas/components/dark/_progress.scss +10 -10
- package/sass/themes/schemas/components/dark/_query-builder.scss +3 -3
- package/sass/themes/schemas/components/dark/_radio.scss +5 -5
- package/sass/themes/schemas/components/dark/_rating.scss +5 -5
- package/sass/themes/schemas/components/dark/_resize-indicator.scss +9 -9
- package/sass/themes/schemas/components/dark/_ripple.scss +5 -5
- package/sass/themes/schemas/components/dark/_scrollbar.scss +5 -5
- package/sass/themes/schemas/components/dark/_select.scss +5 -5
- package/sass/themes/schemas/components/dark/_slider.scss +5 -5
- package/sass/themes/schemas/components/dark/_snackbar.scss +6 -6
- package/sass/themes/schemas/components/dark/_splitter.scss +13 -7
- package/sass/themes/schemas/components/dark/_stepper.scss +5 -5
- package/sass/themes/schemas/components/dark/_switch.scss +5 -5
- package/sass/themes/schemas/components/dark/_tabs.scss +5 -5
- package/sass/themes/schemas/components/dark/_tile-manager.scss +11 -11
- package/sass/themes/schemas/components/dark/_time-picker.scss +5 -5
- package/sass/themes/schemas/components/dark/_toast.scss +4 -4
- package/sass/themes/schemas/components/dark/_tooltip.scss +7 -7
- package/sass/themes/schemas/components/dark/_tree.scss +5 -5
- package/sass/themes/schemas/components/dark/_validator.scss +5 -5
- package/sass/themes/schemas/components/dark/_watermark.scss +5 -5
- package/sass/themes/schemas/components/dark/calendar/_base.scss +9 -9
- package/sass/themes/schemas/components/dark/calendar/_days-view.scss +11 -11
- package/sass/themes/schemas/components/dark/calendar/_picker.scss +8 -8
- package/sass/themes/schemas/components/dark/calendar/_year-month-view.scss +11 -11
- package/sass/themes/schemas/components/elevation/_button-group.scss +3 -3
- package/sass/themes/schemas/components/elevation/_carousel.scss +2 -2
- package/sass/themes/schemas/components/light/_action-strip.scss +9 -9
- package/sass/themes/schemas/components/light/_avatar.scss +9 -9
- package/sass/themes/schemas/components/light/_badge.scss +12 -12
- package/sass/themes/schemas/components/light/_banner.scss +9 -9
- package/sass/themes/schemas/components/light/_bottom-nav.scss +12 -12
- package/sass/themes/schemas/components/light/_button-group.scss +14 -14
- package/sass/themes/schemas/components/light/_button.scss +103 -103
- package/sass/themes/schemas/components/light/_calendar.scss +28 -28
- package/sass/themes/schemas/components/light/_card.scss +14 -42
- package/sass/themes/schemas/components/light/_carousel.scss +12 -12
- package/sass/themes/schemas/components/light/_chat.scss +9 -9
- package/sass/themes/schemas/components/light/_checkbox.scss +9 -9
- package/sass/themes/schemas/components/light/_chip.scss +27 -27
- package/sass/themes/schemas/components/light/_column-actions.scss +9 -9
- package/sass/themes/schemas/components/light/_combo.scss +11 -11
- package/sass/themes/schemas/components/light/_date-picker.scss +8 -8
- package/sass/themes/schemas/components/light/_date-range-picker.scss +9 -9
- package/sass/themes/schemas/components/light/_dialog.scss +14 -23
- package/sass/themes/schemas/components/light/_divider.scss +7 -7
- package/sass/themes/schemas/components/light/_dock-manager.scss +9 -9
- package/sass/themes/schemas/components/light/_drop-down.scss +16 -24
- package/sass/themes/schemas/components/light/_expansion-panel.scss +12 -24
- package/sass/themes/schemas/components/light/_file-input.scss +1 -1
- package/sass/themes/schemas/components/light/_grid-filtering.scss +9 -9
- package/sass/themes/schemas/components/light/_grid-summary.scss +13 -26
- package/sass/themes/schemas/components/light/_grid-toolbar.scss +9 -9
- package/sass/themes/schemas/components/light/_grid.scss +162 -68
- package/sass/themes/schemas/components/light/_highlight.scss +10 -10
- package/sass/themes/schemas/components/light/_icon-button.scss +48 -48
- package/sass/themes/schemas/components/light/_icon.scss +9 -9
- package/sass/themes/schemas/components/light/_input-group.scss +17 -26
- package/sass/themes/schemas/components/light/_label.scss +8 -8
- package/sass/themes/schemas/components/light/_list.scss +13 -33
- package/sass/themes/schemas/components/light/_navbar.scss +12 -12
- package/sass/themes/schemas/components/light/_navdrawer.scss +14 -26
- package/sass/themes/schemas/components/light/_overlay.scss +9 -9
- package/sass/themes/schemas/components/light/_pagination.scss +9 -9
- package/sass/themes/schemas/components/light/_pivot-data-selector.scss +9 -9
- package/sass/themes/schemas/components/light/_progress.scss +13 -13
- package/sass/themes/schemas/components/light/_query-builder.scss +10 -10
- package/sass/themes/schemas/components/light/_radio.scss +9 -9
- package/sass/themes/schemas/components/light/_rating.scss +9 -9
- package/sass/themes/schemas/components/light/_resize-indicator.scss +8 -8
- package/sass/themes/schemas/components/light/_ripple.scss +9 -9
- package/sass/themes/schemas/components/light/_scrollbar.scss +9 -9
- package/sass/themes/schemas/components/light/_select.scss +9 -9
- package/sass/themes/schemas/components/light/_slider.scss +11 -17
- package/sass/themes/schemas/components/light/_snackbar.scss +9 -9
- package/sass/themes/schemas/components/light/_splitter.scss +9 -9
- package/sass/themes/schemas/components/light/_stepper.scss +8 -8
- package/sass/themes/schemas/components/light/_switch.scss +9 -9
- package/sass/themes/schemas/components/light/_tabs.scss +9 -9
- package/sass/themes/schemas/components/light/_tile-manager.scss +10 -10
- package/sass/themes/schemas/components/light/_time-picker.scss +10 -19
- package/sass/themes/schemas/components/light/_toast.scss +11 -11
- package/sass/themes/schemas/components/light/_tooltip.scss +10 -10
- package/sass/themes/schemas/components/light/_tree.scss +8 -8
- package/sass/themes/schemas/components/light/_validator.scss +9 -9
- package/sass/themes/schemas/components/light/_watermark.scss +9 -9
- package/sass/themes/schemas/components/light/calendar/_base.scss +9 -29
- package/sass/themes/schemas/components/light/calendar/_days-view.scss +8 -17
- package/sass/themes/schemas/components/light/calendar/_picker.scss +9 -17
- package/sass/themes/schemas/components/light/calendar/_year-month-view.scss +9 -17
- package/sass/typography/_functions.scss +14 -14
- package/sass/typography/_mixins.scss +7 -7
- package/sass/utils/_css.scss +1 -1
- package/sass/utils/_map.scss +5 -5
- package/sass/utils/_math.scss +6 -5
- package/sass/utils/_meta.scss +4 -4
- package/tailwind/utilities/bootstrap.css +1 -1
- package/tailwind/utilities/fluent.css +1 -1
- package/tailwind/utilities/indigo.css +1 -1
- package/tailwind/utilities/material.css +1 -1
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates a base light stepper schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
/// @prop {Color} step-background [transparent] - The background of the step header.
|
|
13
13
|
/// @prop {Map} title-color [color: ('gray', 900)] - The text color of the step title.
|
|
14
14
|
/// @prop {Map} title-hover-color [color: ('gray', 900)] - The text color of the step title on hover.
|
|
@@ -325,7 +325,7 @@ $light-stepper: (
|
|
|
325
325
|
);
|
|
326
326
|
|
|
327
327
|
/// Generates a material stepper schema.
|
|
328
|
-
/// @type
|
|
328
|
+
/// @type Map
|
|
329
329
|
/// @prop {Map} indicator-background [color: ('gray', 400)] - The background color of the incomplete step indicator.
|
|
330
330
|
/// @prop {Map} indicator-color [contrast-color: ('gray', 400)] - The text color of the incomplete step indicator.
|
|
331
331
|
/// @prop {Map} complete-indicator-background [color: ('gray', 900)] - The background color of the completed step indicator.
|
|
@@ -351,7 +351,7 @@ $light-stepper: (
|
|
|
351
351
|
/// @prop {Map} current-step-focus-background [color: ('gray', 200)] - The background of the current step header on hover.
|
|
352
352
|
/// @prop {Map} complete-step-focus-background [color: ('gray', 200)] - The background of the complete step header on hover.
|
|
353
353
|
/// @prop {Map} disabled-indicator-background [color: ('gray', 200)] - The background color of the disabled step indicator.
|
|
354
|
-
/// @requires
|
|
354
|
+
/// @requires $light-stepper
|
|
355
355
|
$material-stepper: extend(
|
|
356
356
|
$light-stepper,
|
|
357
357
|
(
|
|
@@ -512,7 +512,7 @@ $material-stepper: extend(
|
|
|
512
512
|
);
|
|
513
513
|
|
|
514
514
|
/// Generates a fluent stepper schema.
|
|
515
|
-
/// @type
|
|
515
|
+
/// @type Map
|
|
516
516
|
/// @prop {Color} indicator-outline [transparent] - The outline color of the incomplete step indicator.
|
|
517
517
|
/// @prop {Map} indicator-color [color: ('gray', 900)] - The text color of the incomplete step indicator.
|
|
518
518
|
/// @prop {Map} complete-indicator-background [color: ('gray', 300)] - The background color of the completed step indicator.
|
|
@@ -529,7 +529,7 @@ $material-stepper: extend(
|
|
|
529
529
|
/// @prop {Color} disabled-indicator-outline [transparent] - The outline color of the disabled step indicator.
|
|
530
530
|
/// @prop {List} border-radius-indicator [(rem(2px), rem(0), rem(100px))] - The indicator border radius.
|
|
531
531
|
/// @prop {List} border-radius-step-header [(rem(2px), rem(0), rem(100px))] - The header border radius.
|
|
532
|
-
/// @requires
|
|
532
|
+
/// @requires $light-stepper
|
|
533
533
|
$fluent-stepper: extend(
|
|
534
534
|
$light-stepper,
|
|
535
535
|
(
|
|
@@ -628,7 +628,7 @@ $fluent-stepper: extend(
|
|
|
628
628
|
);
|
|
629
629
|
|
|
630
630
|
/// Generates a bootstrap stepper schema.
|
|
631
|
-
/// @type
|
|
631
|
+
/// @type Map
|
|
632
632
|
/// @prop {Map} indicator-color [color: ('primary', 600)] - The text color of the incomplete step indicator.
|
|
633
633
|
/// @prop {Map} indicator-outline [color: ('gray', 400)] - The outline color of the incomplete step indicator.
|
|
634
634
|
/// @prop {Map} disabled-indicator-outline [color: ('gray', 300)] - The outline color of the disabled step indicator.
|
|
@@ -652,7 +652,7 @@ $fluent-stepper: extend(
|
|
|
652
652
|
/// @prop {Map} complete-step-focus-background [color: ('gray', 300, .5)] - The background of the complete step header on hover.
|
|
653
653
|
/// @prop {List} border-radius-indicator [(rem(2px), rem(0), rem(100px))] - The indicator border radius.
|
|
654
654
|
/// @prop {List} border-radius-step-header [(rem(2px), rem(0), rem(100px))] - The header border radius.
|
|
655
|
-
/// @requires
|
|
655
|
+
/// @requires $light-stepper
|
|
656
656
|
$bootstrap-stepper: extend(
|
|
657
657
|
$light-stepper,
|
|
658
658
|
(
|
|
@@ -811,7 +811,7 @@ $bootstrap-stepper: extend(
|
|
|
811
811
|
);
|
|
812
812
|
|
|
813
813
|
/// Generates an indigo stepper schema.
|
|
814
|
-
/// @type
|
|
814
|
+
/// @type Map
|
|
815
815
|
/// @prop {Map} complete-indicator-background [color: ('gray', 600)] - The background color of the completed step indicator.
|
|
816
816
|
/// @prop {Color} complete-indicator-outline [transparent] - The outline color of the completed step indicator.
|
|
817
817
|
/// @prop {Map} complete-indicator-color [contrast-color: ('gray', 900)] - The color of the completed step indicator.
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// stylelint-disable max-line-length
|
|
12
12
|
|
|
13
13
|
/// Generates a base light switch schema.
|
|
14
|
-
/// @type
|
|
14
|
+
/// @type Map
|
|
15
15
|
/// @prop {Map} thumb-on-color [color: ('gray', 50)] - The color of the thumb when the switch is on.
|
|
16
16
|
/// @prop {Map} track-on-color [color: ('primary', 500)] - The color of the track when the switch is on.
|
|
17
17
|
/// @prop {Color} track-off-color [transparent] - The color of the track when the switch is off.
|
|
@@ -104,7 +104,7 @@ $light-switch: extend(
|
|
|
104
104
|
);
|
|
105
105
|
|
|
106
106
|
/// Generates a material switch schema.
|
|
107
|
-
/// @type
|
|
107
|
+
/// @type Map
|
|
108
108
|
/// @prop {Color} focus-outline-color [transparent] - The focus outlined color.
|
|
109
109
|
/// @prop {Color} border-color [transparent] - The border color of the switch.
|
|
110
110
|
/// @prop {Color} border-hover-color [transparent] - The border color of the switch on hover.
|
|
@@ -126,8 +126,8 @@ $light-switch: extend(
|
|
|
126
126
|
/// @prop {Number} hover-elevation [1] - The elevation level, between 0-24, to be used for the hover state.
|
|
127
127
|
/// @prop {Number} disabled-elevation [1] - The elevation level, between 0-24, to be used for the disabled state.
|
|
128
128
|
/// @prop {Map} typography [label: (value: 'subtitle-1')] - The typography styles used for the component.
|
|
129
|
-
/// @requires
|
|
130
|
-
/// @requires
|
|
129
|
+
/// @requires $light-switch
|
|
130
|
+
/// @requires $default-elevation-switch
|
|
131
131
|
$material-switch: extend(
|
|
132
132
|
$light-switch,
|
|
133
133
|
$default-elevation-switch,
|
|
@@ -207,7 +207,7 @@ $material-switch: extend(
|
|
|
207
207
|
);
|
|
208
208
|
|
|
209
209
|
/// Generates a fluent switch schema.
|
|
210
|
-
/// @type
|
|
210
|
+
/// @type Map
|
|
211
211
|
/// @prop {Map} border-color [color: ('gray', 700)] - The border color of the switch.
|
|
212
212
|
/// @prop {Map} border-hover-color [color: ('gray', 900)] - The border color of the switch on hover.
|
|
213
213
|
/// @prop {Map} focus-fill-color [color: ('gray', 700)] - The focus fill color.
|
|
@@ -224,7 +224,7 @@ $material-switch: extend(
|
|
|
224
224
|
/// @prop {Map} thumb-on-disabled-color [color: ('gray', 100)] - The color of the thumb when the switch is on and disabled.
|
|
225
225
|
/// @prop {Map} focus-outline-color [color: ('gray', 700)] - The focus outlined color.
|
|
226
226
|
/// @prop {List} border-radius-track [(rem(10px), rem(0), rem(10px))] - The border radius used for switch track.
|
|
227
|
-
/// @requires
|
|
227
|
+
/// @requires $light-switch
|
|
228
228
|
$fluent-switch: extend(
|
|
229
229
|
$light-switch,
|
|
230
230
|
(
|
|
@@ -332,7 +332,7 @@ $fluent-switch: extend(
|
|
|
332
332
|
);
|
|
333
333
|
|
|
334
334
|
/// Generates a bootstrap switch schema.
|
|
335
|
-
/// @type
|
|
335
|
+
/// @type Map
|
|
336
336
|
/// @prop {Map} track-on-hover-color [color: ('primary', 600)] - The color of the track when the switch is on and hovered.
|
|
337
337
|
/// @prop {Map} focus-outline-color [color: ('primary', 200, 0.5)] - The focus outlined color.
|
|
338
338
|
/// @prop {Map} focus-fill-color [color: ('primary', 200)] - The focus fill color.
|
|
@@ -350,7 +350,7 @@ $fluent-switch: extend(
|
|
|
350
350
|
/// @prop {List} border-radius-track [(rem(32px), rem(0), rem(32px))] - The border radius used for switch track.
|
|
351
351
|
/// @prop {List} border-radius-thumb [(rem(32px), rem(0), rem(32px))] - The border radius used for switch thumb.
|
|
352
352
|
/// @prop {Map} typography [label: (value: 'body-2')] - The typography styles used for the component.
|
|
353
|
-
/// @requires
|
|
353
|
+
/// @requires $fluent-switch
|
|
354
354
|
$bootstrap-switch: extend(
|
|
355
355
|
$fluent-switch,
|
|
356
356
|
(
|
|
@@ -465,7 +465,7 @@ $bootstrap-switch: extend(
|
|
|
465
465
|
);
|
|
466
466
|
|
|
467
467
|
/// Generates an indigo switch schema.
|
|
468
|
-
/// @type
|
|
468
|
+
/// @type Map
|
|
469
469
|
/// @prop {Map} label-color [color: ('gray', 800)] - The color of the switch label.
|
|
470
470
|
/// @prop {Map} label-disabled-color [color: ('gray', 900, .2)] - The color of the switch label when the switch is disabled
|
|
471
471
|
/// @prop {Map} thumb-on-color [contrast-color: ('gray', 900)] - The color of the thumb when the switch is on.
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
// stylelint-disable max-line-length
|
|
11
11
|
|
|
12
12
|
/// Generates a base light tabs schema.
|
|
13
|
-
/// @type
|
|
13
|
+
/// @type Map
|
|
14
14
|
/// @prop {Map} item-text-color [color: ('gray', 700)] - The color used for the tab text color.
|
|
15
15
|
/// @prop {Map} item-background [color: ('surface')] - The background color used for the tabs header.
|
|
16
16
|
/// @prop {Map} item-hover-background [color: ('gray', 200)] - The background used for the tabs on hover.
|
|
@@ -188,14 +188,14 @@ $light-tabs: (
|
|
|
188
188
|
);
|
|
189
189
|
|
|
190
190
|
/// Generates a material tabs schema.
|
|
191
|
-
/// @type
|
|
191
|
+
/// @type Map
|
|
192
192
|
/// @prop {Map} item-hover-color [color: ('gray', 700)] - The text color used for the tabs on hover.
|
|
193
193
|
/// @prop {Map} item-active-icon-color [color: ('primary', 900)] - The color used for the active tab icon.
|
|
194
194
|
/// @prop {Map} item-active-hover-icon-color [color: ('primary', 900)] - The color used for the active tab icon on hover and focus.
|
|
195
195
|
/// @prop {Map} item-active-color [color: ('primary', 900)] - The color used for the active tabs text.
|
|
196
196
|
/// @prop {Map} item-active-hover-color [color: ('primary', 900)] - The color used for the active tabs text on hover and focus.
|
|
197
197
|
/// @prop {Map} indicator-color [color: ('primary', 900)] - The color used for the active tab indicator.
|
|
198
|
-
/// @requires
|
|
198
|
+
/// @requires $light-tabs
|
|
199
199
|
$material-tabs: extend(
|
|
200
200
|
$light-tabs,
|
|
201
201
|
(
|
|
@@ -242,7 +242,7 @@ $material-tabs: extend(
|
|
|
242
242
|
);
|
|
243
243
|
|
|
244
244
|
/// Generates a fluent tabs schema.
|
|
245
|
-
/// @type
|
|
245
|
+
/// @type Map
|
|
246
246
|
/// @prop {Map} item-text-color [color: ('gray', 800)] - The color used for the tab text color.
|
|
247
247
|
/// @prop {Map} button-color [color: ('gray', 500)] - The color used for the button icon/text color.
|
|
248
248
|
/// @prop {Map} button-hover-color [color: ('gray', 600)] - The color used for the button icon/text color on hover.
|
|
@@ -254,7 +254,7 @@ $material-tabs: extend(
|
|
|
254
254
|
/// @prop {Map} item-hover-icon-color [color: ('gray', 900)] - The color used for the tab icon on hover.
|
|
255
255
|
/// @prop {Map} item-icon-color [color: ('gray', 800)] - The color used for the tab icon.
|
|
256
256
|
/// @prop {Map} typography [label: (value: 'body-2')] - The typography styles used for the component.
|
|
257
|
-
/// @requires
|
|
257
|
+
/// @requires $light-tabs
|
|
258
258
|
$fluent-tabs: extend(
|
|
259
259
|
$light-tabs,
|
|
260
260
|
(
|
|
@@ -330,7 +330,7 @@ $fluent-tabs: extend(
|
|
|
330
330
|
);
|
|
331
331
|
|
|
332
332
|
/// Generates a bootstrap tabs schema.
|
|
333
|
-
/// @type
|
|
333
|
+
/// @type Map
|
|
334
334
|
/// @prop {map} item-text-color [color: ('primary', 500)] - The color used for the tab text color.
|
|
335
335
|
/// @prop {map} item-icon-color [color: ('primary', 500)] - The color used for the tab icon.
|
|
336
336
|
/// @prop {map} item-hover-color [color: ('primary', 700)] - The text color used for the tabs on hover.
|
|
@@ -349,7 +349,7 @@ $fluent-tabs: extend(
|
|
|
349
349
|
/// @prop {map} border-color [color: ('gray', 300)] - The color used for the tab items border.
|
|
350
350
|
/// @prop {map} border-color--hover [color: ('gray', 200)] - The color used for the tab items border on hover/focus.
|
|
351
351
|
/// @prop {List} border-radius [(rem(4px), rem(0), rem(6px))] - The border radius used for tabs.
|
|
352
|
-
/// @requires
|
|
352
|
+
/// @requires $light-tabs
|
|
353
353
|
$bootstrap-tabs: extend(
|
|
354
354
|
$light-tabs,
|
|
355
355
|
(
|
|
@@ -470,7 +470,7 @@ $bootstrap-tabs: extend(
|
|
|
470
470
|
);
|
|
471
471
|
|
|
472
472
|
/// Generates an indigo tabs schema.
|
|
473
|
-
/// @type
|
|
473
|
+
/// @type Map
|
|
474
474
|
/// @prop {Color} item-background [transparent] - The background color used for the tabs header.
|
|
475
475
|
/// @prop {Map} item-hover-background [color: ('gray', 900, .05)] - The background used for the tabs on hover.
|
|
476
476
|
/// @prop {Color} item-active-background [transparent] - The color used for the active tab background.
|
|
@@ -492,7 +492,7 @@ $bootstrap-tabs: extend(
|
|
|
492
492
|
/// @prop {Map} button-hover-color [color: ('gray', 700)] - The color used for the button icon/text color on hover.
|
|
493
493
|
/// @prop {Map} button-disabled-color [color: ('gray', 900, .2)] - The color used for the disabled button icon/text.
|
|
494
494
|
/// @prop {Map} typography [label: (value: 'subtitle-2')] - The typography styles used for the component.
|
|
495
|
-
/// @requires
|
|
495
|
+
/// @requires $light-tabs
|
|
496
496
|
$indigo-tabs: extend(
|
|
497
497
|
$light-tabs,
|
|
498
498
|
(
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
////
|
|
10
10
|
|
|
11
11
|
/// Generates a light base tile manager schema.
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
/// @prop {Map} background [color: ('gray', 100)] - The background color of the tile manager component.
|
|
14
14
|
/// @prop {Map} tile-background [color: ('surface', 500)] - The background color of the tile component inside the tile manager.
|
|
15
15
|
/// @prop {Map} title-color [color: ('gray', 900)] - The title color of the tile component.
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
/// @prop {Color} divider-color [transparent] - The color of the divider component inside the tile header.
|
|
25
25
|
/// @prop {Number} border-radius [rem(4px)] - The border radius of the tile component.
|
|
26
26
|
/// @prop {Number} default-size [2] - The default size used for the tile manager component.
|
|
27
|
-
/// @requires
|
|
27
|
+
/// @requires $default-elevation-tile
|
|
28
28
|
$light-tile-manager: extend(
|
|
29
29
|
$default-elevation-tile,
|
|
30
30
|
(
|
|
@@ -113,8 +113,8 @@ $light-tile-manager: extend(
|
|
|
113
113
|
);
|
|
114
114
|
|
|
115
115
|
/// Generates a material tile manager schema.
|
|
116
|
-
/// @type
|
|
117
|
-
/// @requires
|
|
116
|
+
/// @type Map
|
|
117
|
+
/// @requires $light-tile-manager
|
|
118
118
|
$material-tile-manager: extend(
|
|
119
119
|
$light-tile-manager,
|
|
120
120
|
(
|
|
@@ -125,11 +125,11 @@ $material-tile-manager: extend(
|
|
|
125
125
|
);
|
|
126
126
|
|
|
127
127
|
/// Generates a fluent tile manager schema.
|
|
128
|
-
/// @type
|
|
128
|
+
/// @type Map
|
|
129
129
|
/// @prop {Map} placeholder-background [color: ('primary', 100, .2)] - The background color of the ghost element that appears during drag and drop and while resizing.
|
|
130
130
|
/// @prop {Map} overlay-background [color: ('primary', 100, .5)] - The background color of the ghost element that appears on top of the tile that will be swapped.
|
|
131
131
|
/// @prop {Number} border-radius [0] - The border radius of the tile component.
|
|
132
|
-
/// @requires
|
|
132
|
+
/// @requires $light-tile-manager
|
|
133
133
|
$fluent-tile-manager: extend(
|
|
134
134
|
$light-tile-manager,
|
|
135
135
|
$default-elevation-tile,
|
|
@@ -159,12 +159,12 @@ $fluent-tile-manager: extend(
|
|
|
159
159
|
);
|
|
160
160
|
|
|
161
161
|
/// Generates a bootstrap tile manager schema.
|
|
162
|
-
/// @type
|
|
162
|
+
/// @type Map
|
|
163
163
|
/// @prop {Map} background [color: ('gray', 200)] - The background color of the tile manager component.
|
|
164
164
|
/// @prop {Map} border-color [color: ('gray', 300)] - The border color of the tile component.
|
|
165
165
|
/// @prop {Map} placeholder-background [color: ('primary', 300, .15)] - The background color of the ghost element that appears during drag and drop and while resizing.
|
|
166
166
|
/// @prop {Map} overlay-background [color: ('primary', 300, .4)] - The background color of the ghost element that appears on top of the tile that will be swapped.
|
|
167
|
-
/// @requires
|
|
167
|
+
/// @requires $light-tile-manager
|
|
168
168
|
$bootstrap-tile-manager: extend(
|
|
169
169
|
$light-tile-manager,
|
|
170
170
|
$default-elevation-tile,
|
|
@@ -206,7 +206,7 @@ $bootstrap-tile-manager: extend(
|
|
|
206
206
|
);
|
|
207
207
|
|
|
208
208
|
/// Generates an indigo tile manager schema.
|
|
209
|
-
/// @type
|
|
209
|
+
/// @type Map
|
|
210
210
|
/// @prop {Map} background [color: ('surface', 500)] - The background color of the tile manager component.
|
|
211
211
|
/// @prop {Map} tile-background [contrast-color: ('gray', 900)] - The background color of the tile component inside the tile manager.
|
|
212
212
|
/// @prop {Map} title-color [color: ('gray', 800)] - The title color of the tile component.
|
|
@@ -216,7 +216,7 @@ $bootstrap-tile-manager: extend(
|
|
|
216
216
|
/// @prop {Map} hover-border-color [color: ('gray', 500)] - The border color of the tile component on hover.
|
|
217
217
|
/// @prop {Map} placeholder-background [color: ('primary', 100, .2)] - The background color of the ghost element that appears during drag and drop and while resizing.
|
|
218
218
|
/// @prop {Number} border-radius [rem(6px)] - The border radius of the tile component.
|
|
219
|
-
/// @requires
|
|
219
|
+
/// @requires $light-tile-manager
|
|
220
220
|
$indigo-tile-manager: extend(
|
|
221
221
|
$light-tile-manager,
|
|
222
222
|
$default-elevation-tile,
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
////
|
|
10
10
|
|
|
11
11
|
/// Generates a base light time-picker schema.
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
/// @prop {Map} text-color [color: ('gray', 900)] - The text color of an open time picker.
|
|
14
14
|
/// @prop {Map} hover-text-color [color: ('primary', 500)] - The hover text color of an open time picker.
|
|
15
15
|
/// @prop {Map} selected-text-color [color: ('primary', 500)] - The text color of a selected item in time picker.
|
|
@@ -24,11 +24,8 @@
|
|
|
24
24
|
/// @prop {List} border-radius [(rem(4px), rem(0), rem(20px))] - The border radius used for the overall shape of the time-picker.
|
|
25
25
|
/// @prop {List} time-item-size [(rem(28px), rem(32px), rem(36px))] - The height of the time item.
|
|
26
26
|
/// @prop {Number} default-size [2] - the default size.
|
|
27
|
-
/// @prop {Map} typography [
|
|
28
|
-
///
|
|
29
|
-
/// selected-time: (value: 'h5')
|
|
30
|
-
/// ] - The typography styles used for the component.
|
|
31
|
-
/// @requires {Map} $default-elevation-time-picker
|
|
27
|
+
/// @prop {Map} typography [header-hour: (value: 'h4'), selected-time: (value: 'h5')] - The typography styles used for the component.
|
|
28
|
+
/// @requires $default-elevation-time-picker
|
|
32
29
|
$light-time-picker: extend(
|
|
33
30
|
$default-elevation-time-picker,
|
|
34
31
|
(
|
|
@@ -124,7 +121,7 @@ $light-time-picker: extend(
|
|
|
124
121
|
);
|
|
125
122
|
|
|
126
123
|
/// Generates a light material time-picker schema.
|
|
127
|
-
/// @type
|
|
124
|
+
/// @type Map
|
|
128
125
|
/// @prop {Map} header-background [color: ('secondary', 500)] - The header background color of a time picker.
|
|
129
126
|
/// @prop {Map} header-hour-text-color [contrast-color: ('secondary', 500)] - The header hour text color of a time picker.
|
|
130
127
|
/// @prop {Map} hover-text-color [color: ('secondary', 500)] - The hover text color of an open time picker.
|
|
@@ -132,7 +129,7 @@ $light-time-picker: extend(
|
|
|
132
129
|
/// @prop {Map} active-item-foreground [contrast-color: ('secondary', 500)] - The foreground color for current item in focused column inside the time picker.
|
|
133
130
|
/// @prop {Map} active-item-background [color: ('secondary', 500)] - The background color for current item in focused column inside the time picker.
|
|
134
131
|
/// @prop {List} active-item-border-radius [(rem(15px), rem(0), rem(20px))] - The border radius used for the highlight of the active item in the time-picker.
|
|
135
|
-
/// @requires
|
|
132
|
+
/// @requires $light-time-picker
|
|
136
133
|
$material-time-picker: extend(
|
|
137
134
|
$light-time-picker,
|
|
138
135
|
(
|
|
@@ -193,7 +190,7 @@ $material-time-picker: extend(
|
|
|
193
190
|
);
|
|
194
191
|
|
|
195
192
|
/// Generates a fluent time-picker schema.
|
|
196
|
-
/// @type
|
|
193
|
+
/// @type Map
|
|
197
194
|
/// @prop {Map} header-background [color: ('primary', 500)] - The header background color of a time picker.
|
|
198
195
|
/// @prop {Map} header-hour-text-color [contrast-color: ('primary', 500)] - The header hour text color of a time picker.
|
|
199
196
|
/// @prop {List} border-radius [(rem(0), rem(0), rem(20px))] - The border radius used for the overall shape of the time-picker.
|
|
@@ -248,7 +245,7 @@ $fluent-time-picker: extend(
|
|
|
248
245
|
);
|
|
249
246
|
|
|
250
247
|
/// Generates a bootstrap time-picker schema.
|
|
251
|
-
/// @type
|
|
248
|
+
/// @type Map
|
|
252
249
|
/// @prop {Map} selected-text-color [color: ('primary', 600)] - The text color of a selected item in time picker.
|
|
253
250
|
/// @prop {Map} hover-text-color [color: ('primary', 600)] - The hover text color of an open time picker.
|
|
254
251
|
/// @prop {Map} header-background [color: ('gray', 100)] - The header background color of a time picker.
|
|
@@ -257,10 +254,7 @@ $fluent-time-picker: extend(
|
|
|
257
254
|
/// @prop {Map} divider-color [color: ('gray', 300)] - The divider color of the time picker.
|
|
258
255
|
/// @prop {Map} active-item-background [color: ('primary', 600)] - The background color for current item in focused column inside the time picker.
|
|
259
256
|
/// @prop {List} active-item-border-radius [(rem(4px), rem(0), rem(20px))] - The border radius used for the highlight of the active item in the time-picker.
|
|
260
|
-
/// @prop {Map} typography [
|
|
261
|
-
/// header-hour: (value: 'h4'),
|
|
262
|
-
/// selected-time: (value: 'h4')
|
|
263
|
-
/// ] - The typography styles used for the component.
|
|
257
|
+
/// @prop {Map} typography [header-hour: (value: 'h4'), selected-time: (value: 'h4')] - The typography styles used for the component.
|
|
264
258
|
/// @requires $light-time-picker
|
|
265
259
|
$bootstrap-time-picker: extend(
|
|
266
260
|
$light-time-picker,
|
|
@@ -338,7 +332,7 @@ $bootstrap-time-picker: extend(
|
|
|
338
332
|
);
|
|
339
333
|
|
|
340
334
|
/// Generates an indigo time-picker schema.
|
|
341
|
-
/// @type
|
|
335
|
+
/// @type Map
|
|
342
336
|
/// @prop {Map} text-color [color: ('gray', 800)] - The text color of an open time picker.
|
|
343
337
|
/// @prop {Map} active-item-foreground [contrast-color: ('primary', 900)] - The foreground color for current item in focused column inside the time picker.
|
|
344
338
|
/// @prop {Map} background-color [contrast-color: ('gray', 900)] - The time-picker panel background color.
|
|
@@ -348,10 +342,7 @@ $bootstrap-time-picker: extend(
|
|
|
348
342
|
/// @prop {List} active-item-border-radius [(rem(32px), rem(0), rem(32px))] - The border radius used for the highlight of the active item in the time-picker.
|
|
349
343
|
/// @prop {Map} border-color [color: ('gray', 400)] - The border-color of the time picker.
|
|
350
344
|
/// @prop {Map} divider-color [color: ('gray', 400)] - The divider color of the time picker.
|
|
351
|
-
/// @prop {Map} typography [
|
|
352
|
-
/// header-hour: (value: 'h5'),
|
|
353
|
-
/// selected-time: (value: 'h6')
|
|
354
|
-
/// ] - The typography styles used for the component.
|
|
345
|
+
/// @prop {Map} typography [header-hour: (value: 'h5'), selected-time: (value: 'h6')] - The typography styles used for the component.
|
|
355
346
|
/// @requires $light-time-picker
|
|
356
347
|
$indigo-time-picker: extend(
|
|
357
348
|
$light-time-picker,
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
////
|
|
10
10
|
|
|
11
11
|
/// Generates a base light toast schema.
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
/// @prop {Map} background [color: ('gray', 700)] - The background color used for the toast.
|
|
14
14
|
/// @prop {Map} border-color [color: ('gray', 700)] - The border color used for the toast.
|
|
15
15
|
/// @prop {Map} text-color [contrast-color: ('gray', 700)] - The text-color used for the toast.
|
|
16
16
|
/// @prop {Number} elevation [0] - The elevation level, between 0-24, to be used for the toast.
|
|
17
17
|
/// @prop {Map} border-radius [border-radius: (rem(26px), rem(0), rem(26px))] - The border radius used for toast.
|
|
18
18
|
/// @prop {Map} typography [text: (value: 'body-2')] - The typography styles used for the component.
|
|
19
|
-
/// @requires
|
|
19
|
+
/// @requires $default-elevation-toast
|
|
20
20
|
$light-toast: extend(
|
|
21
21
|
$default-elevation-toast,
|
|
22
22
|
(
|
|
@@ -63,8 +63,8 @@ $light-toast: extend(
|
|
|
63
63
|
);
|
|
64
64
|
|
|
65
65
|
/// Generates a light material toast schema.
|
|
66
|
-
/// @type
|
|
67
|
-
/// @requires
|
|
66
|
+
/// @type Map
|
|
67
|
+
/// @requires $light-toast
|
|
68
68
|
$material-toast: extend(
|
|
69
69
|
$light-toast,
|
|
70
70
|
(
|
|
@@ -75,13 +75,13 @@ $material-toast: extend(
|
|
|
75
75
|
);
|
|
76
76
|
|
|
77
77
|
/// Generates a fluent toast schema.
|
|
78
|
-
/// @type
|
|
78
|
+
/// @type Map
|
|
79
79
|
/// @prop {Map} background [color: ('gray', 100)] - The background color used for the toast.
|
|
80
80
|
/// @prop {Map} border-color [color: ('gray', 100)] - The border color used for the toast.
|
|
81
81
|
/// @prop {Map} text-color [contrast-color: ('gray', 100)] - The text-color used for the toast.
|
|
82
82
|
/// @prop {Map} border-radius [border-radius: (rem(2px), rem(0), rem(26px))] - The border radius used for toast.
|
|
83
83
|
/// @prop {Map} typography [text: (value: 'caption')] - The typography styles used for the component.
|
|
84
|
-
/// @requires
|
|
84
|
+
/// @requires $light-toast
|
|
85
85
|
$fluent-toast: extend(
|
|
86
86
|
$light-toast,
|
|
87
87
|
(
|
|
@@ -127,14 +127,14 @@ $fluent-toast: extend(
|
|
|
127
127
|
);
|
|
128
128
|
|
|
129
129
|
/// Generates a bootstrap toast schema.
|
|
130
|
-
/// @type
|
|
130
|
+
/// @type Map
|
|
131
131
|
/// @prop {Map} background [color: ('surface')] - The background color used for the toast.
|
|
132
132
|
/// @prop {Map} border-color [color: ('gray', 300)] - The border color used for the toast.
|
|
133
133
|
/// @prop {Map} text-color [color: ('gray', 900)] - The text-color used for the toast.
|
|
134
134
|
/// @prop {Number} elevation [10] - The elevation level, between 0-24, to be used for the toast.
|
|
135
135
|
/// @prop {Map} border-radius [border-radius: (rem(4px), rem(0), rem(26px))] - The border radius used for toast.
|
|
136
|
-
/// @requires
|
|
137
|
-
/// @requires
|
|
136
|
+
/// @requires $light-toast
|
|
137
|
+
/// @requires $bootstrap-elevation-toast
|
|
138
138
|
$bootstrap-toast: extend(
|
|
139
139
|
$light-toast,
|
|
140
140
|
$bootstrap-elevation-toast,
|
|
@@ -174,13 +174,13 @@ $bootstrap-toast: extend(
|
|
|
174
174
|
);
|
|
175
175
|
|
|
176
176
|
/// Generates an indigo toast schema.
|
|
177
|
-
/// @type
|
|
177
|
+
/// @type Map
|
|
178
178
|
/// @prop {Map} background [color: ('gray', 200)] - The background color used for the toast.
|
|
179
179
|
/// @prop {Color} border-color [transparent] - The border color used for the toast.
|
|
180
180
|
/// @prop {Map} text-color [color: ('gray', 700)] - The text-color used for the toast.
|
|
181
181
|
/// @prop {Map} border-radius [border-radius: (rem(6px), rem(0), rem(26px))] - The border radius used for toast.
|
|
182
182
|
/// @prop {Number} elevation [10] - The elevation level, between 0-24, to be used for the toast.
|
|
183
|
-
/// @requires
|
|
183
|
+
/// @requires $indigo-elevation-toast
|
|
184
184
|
$indigo-toast: extend(
|
|
185
185
|
$light-toast,
|
|
186
186
|
$indigo-elevation-toast,
|
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
////
|
|
10
10
|
|
|
11
11
|
/// Generates a base light tooltip schema.
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
/// @prop {Map} background [color: ('gray', 700, .9)] - The background color of the tooltip.
|
|
14
14
|
/// @prop {Map} text-color [contrast-color: ('gray', 700)] - The text color of the tooltip.
|
|
15
15
|
/// @prop {List} border-radius [(rem(4px), rem(0), rem(16px))] - The border radius used for tooltip.
|
|
16
16
|
/// @prop {Map} typography [tooltip-text: (value: null)] - The typography styles used for the tooltip.
|
|
17
17
|
/// @prop {Number} elevation [0] - The elevation level, between 0-24, to be used for the tooltip.
|
|
18
|
-
/// @requires
|
|
18
|
+
/// @requires $default-elevation-tooltip
|
|
19
19
|
$light-tooltip: extend(
|
|
20
20
|
$default-elevation-tooltip,
|
|
21
21
|
(
|
|
@@ -56,8 +56,8 @@ $light-tooltip: extend(
|
|
|
56
56
|
);
|
|
57
57
|
|
|
58
58
|
/// Generates a light material tooltip schema.
|
|
59
|
-
/// @type
|
|
60
|
-
/// @requires
|
|
59
|
+
/// @type Map
|
|
60
|
+
/// @requires $light-tooltip
|
|
61
61
|
$material-tooltip: extend(
|
|
62
62
|
$light-tooltip,
|
|
63
63
|
(
|
|
@@ -68,11 +68,11 @@ $material-tooltip: extend(
|
|
|
68
68
|
);
|
|
69
69
|
|
|
70
70
|
/// Generates a light fluent tooltip schema.
|
|
71
|
-
/// @type
|
|
71
|
+
/// @type Map
|
|
72
72
|
/// @prop {Map} background [color: ('gray', 900, .8)] - The background color of the tooltip.
|
|
73
73
|
/// @prop {Map} text-color [contrast-color: ('gray', 900)] - The text color of the tooltip.
|
|
74
74
|
/// @prop {List} border-radius [(rem(2px), rem(0), rem(16px))] - The border radius used for tooltip.
|
|
75
|
-
/// @requires
|
|
75
|
+
/// @requires $light-tooltip
|
|
76
76
|
$fluent-tooltip: extend(
|
|
77
77
|
$light-tooltip,
|
|
78
78
|
(
|
|
@@ -105,7 +105,7 @@ $fluent-tooltip: extend(
|
|
|
105
105
|
);
|
|
106
106
|
|
|
107
107
|
/// Generates a bootstrap tooltip schema.
|
|
108
|
-
/// @type
|
|
108
|
+
/// @type Map
|
|
109
109
|
/// @prop {Map} background [color: ('gray', 900, .8)] - The background color of the tooltip.
|
|
110
110
|
/// @prop {Map} text-color [contrast-color: ('gray', 900)] - The text color of the tooltip.
|
|
111
111
|
/// @requires $light-tooltip
|
|
@@ -132,13 +132,13 @@ $bootstrap-tooltip: extend(
|
|
|
132
132
|
);
|
|
133
133
|
|
|
134
134
|
/// Generates an indigo tooltip schema.
|
|
135
|
-
/// @type
|
|
135
|
+
/// @type Map
|
|
136
136
|
/// @prop {Map} background [color: ('gray', 600, .9)] - The background color of the tooltip.
|
|
137
137
|
/// @prop {List} border-radius [(rem(4px), rem(0), rem(16px))] - The border radius used for tooltip.
|
|
138
138
|
/// @prop {Map} typography [tooltip-text: (value: 'subtitle-2')] - The typography styles used for the tooltip.
|
|
139
139
|
/// @prop {Number} elevation [8] - The elevation level, between 0-24, to be used for the tooltip.
|
|
140
|
-
/// @requires
|
|
141
|
-
/// @requires
|
|
140
|
+
/// @requires $light-tooltip
|
|
141
|
+
/// @requires $indigo-elevation-tooltip
|
|
142
142
|
$indigo-tooltip: extend(
|
|
143
143
|
$light-tooltip,
|
|
144
144
|
$indigo-elevation-tooltip,
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
// stylelint-disable max-line-length
|
|
11
11
|
|
|
12
12
|
/// Generates a base light tree schema.
|
|
13
|
-
/// @type
|
|
13
|
+
/// @type Map
|
|
14
14
|
/// @prop {Map} background [ color: ('surface')] - The background color used for the tree node.
|
|
15
15
|
/// @prop {Map} background-selected [color: ('primary')] - The background color used for the selected tree node.
|
|
16
16
|
/// @prop {Map} background-active [color: ('gray', 200)] - The background color used for the active tree node.
|
|
@@ -108,13 +108,13 @@ $light-tree: (
|
|
|
108
108
|
);
|
|
109
109
|
|
|
110
110
|
/// Generates a light material tree schema.
|
|
111
|
-
/// @type
|
|
111
|
+
/// @type Map
|
|
112
112
|
/// @prop {Map} background-selected [color: ('secondary', 200)] - The background color used for the selected tree node.
|
|
113
113
|
/// @prop {Map} foreground-selected [contrast-color: ('secondary', 200)] - The color used for the content of the selected tree node.
|
|
114
114
|
/// @prop {Map} background-active-selected [color: ('secondary', 300)] - The background color used for the active selected tree node.
|
|
115
115
|
/// @prop {Map} foreground-active-selected [contrast-color: ('secondary', 300)] - The color used for the content of the active selected tree node.
|
|
116
116
|
/// @prop {Map} border-color [color: ('secondary')] - The outline shadow color used for tree node in focus state.
|
|
117
|
-
/// @requires
|
|
117
|
+
/// @requires $light-tree
|
|
118
118
|
$material-tree: extend(
|
|
119
119
|
$light-tree,
|
|
120
120
|
(
|
|
@@ -154,13 +154,13 @@ $material-tree: extend(
|
|
|
154
154
|
);
|
|
155
155
|
|
|
156
156
|
/// Generates a light fluent tree schema.
|
|
157
|
-
/// @type
|
|
157
|
+
/// @type Map
|
|
158
158
|
/// @prop {Map} background-selected [color: ('gray', 200)] - The background color used for the selected tree node.
|
|
159
159
|
/// @prop {Map} foreground-selected [contrast-color: ('gray', 200)] - The color used for the content of the selected tree node.
|
|
160
160
|
/// @prop {Map} background-active-selected [color: ('gray', 300)] - The background color used for the active selected tree node.
|
|
161
161
|
/// @prop {Map} foreground-active-selected [contrast-color: ('gray', 300)] - The color used for the content of the active selected tree node.
|
|
162
162
|
/// @prop {Map} border-color [color: ('gray', 800)] - The outline shadow color used for tree node in focus state.
|
|
163
|
-
/// @requires
|
|
163
|
+
/// @requires $light-tree
|
|
164
164
|
$fluent-tree: extend(
|
|
165
165
|
$light-tree,
|
|
166
166
|
(
|
|
@@ -201,7 +201,7 @@ $fluent-tree: extend(
|
|
|
201
201
|
);
|
|
202
202
|
|
|
203
203
|
/// Generates a light bootstrap tree schema.
|
|
204
|
-
/// @type
|
|
204
|
+
/// @type Map
|
|
205
205
|
/// @prop {Map} foreground-active [color: ('primary', 800)] - The color used for the content in active state of the tree node.
|
|
206
206
|
/// @prop {Map} foreground-selected [contrast-color: ('primary', 600)] - The color used for the content of the selected tree node.
|
|
207
207
|
/// @prop {Map} background-active-selected [color: ('primary', 600)] - The background color used for the active selected tree node.
|
|
@@ -248,7 +248,7 @@ $bootstrap-tree: extend(
|
|
|
248
248
|
);
|
|
249
249
|
|
|
250
250
|
/// Generates a light indigo tree schema.
|
|
251
|
-
/// @type
|
|
251
|
+
/// @type Map
|
|
252
252
|
/// @prop {Color} background [transparent] - The background color used for the tree node.
|
|
253
253
|
/// @prop {Color} background-selected [transparent] - The background color used for the selected tree node.
|
|
254
254
|
/// @prop {Map} background-active [color: ('primary', 300, 0.3)] - The background color used for the active tree node.
|
|
@@ -264,7 +264,7 @@ $bootstrap-tree: extend(
|
|
|
264
264
|
/// @prop {Map} hover-color [color: ('gray', 900, .05)] - The background color used for the tree node on hover.
|
|
265
265
|
/// @prop {Map} hover-selected-color [color: ('primary', 300, 0.5)] - The background color used for the selected tree node on hover.
|
|
266
266
|
/// @prop {List} size [(rem(24px), rem(28px), rem(32px))] - The size used for the tree node.
|
|
267
|
-
/// @requires
|
|
267
|
+
/// @requires $light-tree
|
|
268
268
|
$indigo-tree: extend(
|
|
269
269
|
$light-tree,
|
|
270
270
|
(
|