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
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
@use '../../light/calendar/year-month-view' as *;
|
|
5
5
|
|
|
6
6
|
/// Generates a dark material year/month schema.
|
|
7
|
-
/// @type
|
|
8
|
-
/// @requires
|
|
9
|
-
/// @requires
|
|
7
|
+
/// @type Map
|
|
8
|
+
/// @requires $material-year-month
|
|
9
|
+
/// @requires $dark-material-base
|
|
10
10
|
$dark-material-year-month: extend($material-year-month, $dark-material-base);
|
|
11
11
|
|
|
12
12
|
/// Generates a dark fluent year/month schema.
|
|
13
|
-
/// @type
|
|
13
|
+
/// @type Map
|
|
14
14
|
/// @prop {Map} ym-selected-current-hover-background [color: ('primary', 600)] - The :hover background color of the current/selected month/year.
|
|
15
15
|
/// @prop {Map} ym-selected-background [color: ('primary', 800)] - The background color of the selected month/year.
|
|
16
16
|
/// @prop {Map} ym-selected-hover-background [color: ('primary', 600)]- The :hover background color of the selected month/year.
|
|
17
17
|
/// @prop {Map} ym-selected-current-background [color: ('primary', 800)]- The background color of the current/selected month/year.
|
|
18
|
-
/// @requires
|
|
19
|
-
/// @requires
|
|
18
|
+
/// @requires $fluent-year-month
|
|
19
|
+
/// @requires $dark-fluent-base
|
|
20
20
|
$dark-fluent-year-month: extend(
|
|
21
21
|
$fluent-year-month,
|
|
22
22
|
$dark-fluent-base,
|
|
@@ -49,10 +49,10 @@ $dark-fluent-year-month: extend(
|
|
|
49
49
|
);
|
|
50
50
|
|
|
51
51
|
/// Generates a dark bootstrap year/month schema.
|
|
52
|
-
/// @type
|
|
52
|
+
/// @type Map
|
|
53
53
|
/// @prop {Map} ym-hover-background [color: ('gray', 100)] - The :hover background color of the month/year.
|
|
54
54
|
/// @prop {Map} ym-current-hover-background [color: ('gray', 100)] - The :hover background color of the current month/year.
|
|
55
|
-
/// @requires
|
|
55
|
+
/// @requires $bootstrap-year-month
|
|
56
56
|
$dark-bootstrap-year-month: extend(
|
|
57
57
|
$bootstrap-year-month,
|
|
58
58
|
$dark-bootstrap-base,
|
|
@@ -73,7 +73,7 @@ $dark-bootstrap-year-month: extend(
|
|
|
73
73
|
);
|
|
74
74
|
|
|
75
75
|
/// Generates a dark indigo year/month schema.
|
|
76
|
-
/// @type
|
|
76
|
+
/// @type Map
|
|
77
77
|
/// @prop {Map} ym-hover-background [contrast-color: ('gray', 50, .1)] - The :hover background color of the month/year.
|
|
78
78
|
/// @prop {Map} ym-current-hover-background [contrast-color: ('gray', 900, .1)] - The :hover background color of the current month/year.
|
|
79
79
|
/// @prop {Map} ym-selected-current-outline-color [color: ('primary', 300)] - The outline color of the selected current month/year.
|
|
@@ -85,8 +85,8 @@ $dark-bootstrap-year-month: extend(
|
|
|
85
85
|
/// @prop {Map} ym-current-outline-focus-color [color: ('primary', 200)] - The :focus outline color of the current month/year.
|
|
86
86
|
/// @prop {Map} ym-current-outline-color [color: ('primary', 300)] - The outline color of the current month/year.
|
|
87
87
|
/// @prop {Map} ym-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the month/year.
|
|
88
|
-
/// @requires
|
|
89
|
-
/// @requires
|
|
88
|
+
/// @requires $indigo-year-month
|
|
89
|
+
/// @requires $dark-indigo-base
|
|
90
90
|
$dark-indigo-year-month: extend(
|
|
91
91
|
$indigo-year-month,
|
|
92
92
|
$dark-indigo-base,
|
|
@@ -17,13 +17,13 @@ $default-elevation-button-group: (
|
|
|
17
17
|
);
|
|
18
18
|
|
|
19
19
|
/// @type Map
|
|
20
|
-
/// @requires
|
|
20
|
+
/// @requires $_flat-button-group
|
|
21
21
|
$fluent-elevation-button-group: $_flat-button-group;
|
|
22
22
|
|
|
23
23
|
/// @type Map
|
|
24
|
-
/// @requires
|
|
24
|
+
/// @requires $_flat-button-group
|
|
25
25
|
$bootstrap-elevation-button-group: $_flat-button-group;
|
|
26
26
|
|
|
27
27
|
/// @type Map
|
|
28
|
-
/// @requires
|
|
28
|
+
/// @requires $_flat-button-group
|
|
29
29
|
$indigo-elevation-button-group: $_flat-button-group;
|
|
@@ -17,9 +17,9 @@ $flat-carousel: (
|
|
|
17
17
|
);
|
|
18
18
|
|
|
19
19
|
/// @type Map
|
|
20
|
-
/// @requires
|
|
20
|
+
/// @requires $flat-carousel
|
|
21
21
|
$bootstrap-elevation-carousel: $flat-carousel;
|
|
22
22
|
|
|
23
23
|
/// @type Map
|
|
24
|
-
/// @requires
|
|
24
|
+
/// @requires $flat-carousel
|
|
25
25
|
$indigo-elevation-carousel: $flat-carousel;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates a light action-strip schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
/// @prop {Color} icon-color ["'currentColor'"] - The color used for the actions icons.
|
|
13
13
|
/// @prop {Map} background [color: ('gray', 100, .38)] - The color used for the action strip component content background.
|
|
14
14
|
/// @prop {Map} actions-background [color: ('gray', 200)] - The color used for actions background.
|
|
@@ -47,9 +47,9 @@ $light-action-strip: extend(
|
|
|
47
47
|
);
|
|
48
48
|
|
|
49
49
|
/// Generates a material action strip schema.
|
|
50
|
-
/// @type
|
|
50
|
+
/// @type Map
|
|
51
51
|
/// @prop {List} actions-border-radius [(rem(24px), rem(0), rem(24px))] - The border radius used for action strip actions container.
|
|
52
|
-
/// @requires
|
|
52
|
+
/// @requires $light-action-strip
|
|
53
53
|
$material-action-strip: extend(
|
|
54
54
|
$light-action-strip,
|
|
55
55
|
(
|
|
@@ -68,9 +68,9 @@ $material-action-strip: extend(
|
|
|
68
68
|
);
|
|
69
69
|
|
|
70
70
|
/// Generates a fluent action strip schema.
|
|
71
|
-
/// @type
|
|
71
|
+
/// @type Map
|
|
72
72
|
/// @prop {List} actions-border-radius [(rem(0), rem(0), rem(24px))] - The border radius used for action strip actions container.
|
|
73
|
-
/// @requires
|
|
73
|
+
/// @requires $light-action-strip
|
|
74
74
|
$fluent-action-strip: extend(
|
|
75
75
|
$light-action-strip,
|
|
76
76
|
(
|
|
@@ -89,9 +89,9 @@ $fluent-action-strip: extend(
|
|
|
89
89
|
);
|
|
90
90
|
|
|
91
91
|
/// Generates a bootstrap action strip schema.
|
|
92
|
-
/// @type
|
|
92
|
+
/// @type Map
|
|
93
93
|
/// @prop {List} actions-border-radius [(rem(4px), rem(0), rem(24px))] - The border radius used for action strip actions container.
|
|
94
|
-
/// @requires
|
|
94
|
+
/// @requires $light-action-strip
|
|
95
95
|
$bootstrap-action-strip: extend(
|
|
96
96
|
$light-action-strip,
|
|
97
97
|
(
|
|
@@ -110,11 +110,11 @@ $bootstrap-action-strip: extend(
|
|
|
110
110
|
);
|
|
111
111
|
|
|
112
112
|
/// Generates an indigo action strip schema.
|
|
113
|
-
/// @type
|
|
113
|
+
/// @type Map
|
|
114
114
|
/// @prop {Map} icon-color [contrast-color: 'primary'] - The color used for the actions icons.
|
|
115
115
|
/// @prop {Map} actions-background [color: ('primary')] - The color used for actions background.
|
|
116
116
|
/// @prop {List} actions-border-radius [(rem(3px), rem(0), rem(24px))] - The border radius used for action strip actions container.
|
|
117
|
-
/// @requires
|
|
117
|
+
/// @requires $light-action-strip
|
|
118
118
|
$indigo-action-strip: extend(
|
|
119
119
|
$light-action-strip,
|
|
120
120
|
(
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates a light avatar schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
/// @prop {Map} background [color: ('gray', 400)] - The background color of the avatar.
|
|
13
13
|
/// @prop {Map} color [color: ('gray', 800)] - The text color of the avatar.
|
|
14
14
|
/// @prop {Map} icon-color [color: ('gray', 800)] - The icon color of the avatar.
|
|
@@ -50,8 +50,8 @@ $light-avatar: (
|
|
|
50
50
|
);
|
|
51
51
|
|
|
52
52
|
/// Generates a material avatar schema.
|
|
53
|
-
/// @type
|
|
54
|
-
/// @requires
|
|
53
|
+
/// @type Map
|
|
54
|
+
/// @requires $light-avatar
|
|
55
55
|
$material-avatar: extend(
|
|
56
56
|
$light-avatar,
|
|
57
57
|
(
|
|
@@ -62,8 +62,8 @@ $material-avatar: extend(
|
|
|
62
62
|
);
|
|
63
63
|
|
|
64
64
|
/// Generates a fluent avatar schema.
|
|
65
|
-
/// @type
|
|
66
|
-
/// @requires
|
|
65
|
+
/// @type Map
|
|
66
|
+
/// @requires $light-avatar
|
|
67
67
|
$fluent-avatar: extend(
|
|
68
68
|
$light-avatar,
|
|
69
69
|
(
|
|
@@ -74,9 +74,9 @@ $fluent-avatar: extend(
|
|
|
74
74
|
);
|
|
75
75
|
|
|
76
76
|
/// Generates a bootstrap avatar schema.
|
|
77
|
-
/// @type
|
|
77
|
+
/// @type Map
|
|
78
78
|
/// @prop {Number} border-radius [rem(4px)] - The border radius for rounded avatar.
|
|
79
|
-
/// @requires
|
|
79
|
+
/// @requires $light-avatar
|
|
80
80
|
$bootstrap-avatar: extend(
|
|
81
81
|
$light-avatar,
|
|
82
82
|
(
|
|
@@ -88,14 +88,14 @@ $bootstrap-avatar: extend(
|
|
|
88
88
|
);
|
|
89
89
|
|
|
90
90
|
/// Generates an indigo avatar schema.
|
|
91
|
-
/// @type
|
|
91
|
+
/// @type Map
|
|
92
92
|
/// @prop {Map} background [color: ('gray', 300)]- The background color of the avatar.
|
|
93
93
|
/// @prop {Map} color [color: ('gray', 700)] - The text color of the avatar.
|
|
94
94
|
/// @prop {Map} icon-color [color: ('gray', 600)] - The icon color of the avatar.
|
|
95
95
|
/// @prop {Number} border-radius [rem(4px)] - The border radius for rounded avatar.
|
|
96
96
|
/// @prop {List} size [(rem(20px), rem(28px), rem(36px))] - The size used for the avatar width and height.
|
|
97
97
|
/// @prop {Number} default-size [1] - The default size used for the avatar component.
|
|
98
|
-
/// @requires
|
|
98
|
+
/// @requires $light-avatar
|
|
99
99
|
$indigo-avatar: extend(
|
|
100
100
|
$light-avatar,
|
|
101
101
|
(
|
|
@@ -9,17 +9,17 @@
|
|
|
9
9
|
////
|
|
10
10
|
|
|
11
11
|
/// Generates a light badge schema.
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
/// @prop {Map} icon-color [contrast-color: ('primary', 900)] - The icon color used for the badge component.
|
|
14
14
|
/// @prop {Map} text-color [contrast-color: ('primary', 900)] - The text color used for the badge component.
|
|
15
15
|
/// @prop {Map} border-color [contrast-color: ('gray', 900)] - The border color used for the badge component.
|
|
16
16
|
/// @prop {Map} background-color [color: ('primary', 500)] - The background color used for the badge component.
|
|
17
|
-
/// @prop {Number} elevation [1] - The elevation level, between 0-24,
|
|
17
|
+
/// @prop {Number} elevation [1] - The elevation level, between 0-24, used for the badge shadow.
|
|
18
18
|
/// @prop {Number} border-radius [0] - The border-radius used for the badge component.
|
|
19
19
|
/// @prop {List} size [(rem(16px), rem(22px), rem(26px))] - The size used for the badge.
|
|
20
20
|
/// @prop {Number} default-size [2] - The default size used for the badge component (medium).
|
|
21
21
|
/// @prop {Map} typography [text: (value: 'caption')] - The typography styles used for the component.
|
|
22
|
-
/// @requires
|
|
22
|
+
/// @requires $default-elevation-badge
|
|
23
23
|
$light-badge: extend(
|
|
24
24
|
$default-elevation-badge,
|
|
25
25
|
(
|
|
@@ -77,10 +77,10 @@ $light-badge: extend(
|
|
|
77
77
|
);
|
|
78
78
|
|
|
79
79
|
/// Generates a material badge schema.
|
|
80
|
-
/// @type
|
|
80
|
+
/// @type Map
|
|
81
81
|
/// @prop {Map} background-color [color: ('primary', 800)] - The background color used for the badge component.
|
|
82
82
|
/// @prop {List} dot-size [(rem(8px), rem(10px), rem(12px))] - The size used for the dot type badge.
|
|
83
|
-
/// @requires
|
|
83
|
+
/// @requires $light-badge
|
|
84
84
|
$material-badge: extend(
|
|
85
85
|
$light-badge,
|
|
86
86
|
(
|
|
@@ -106,9 +106,9 @@ $material-badge: extend(
|
|
|
106
106
|
);
|
|
107
107
|
|
|
108
108
|
/// Generates a fluent badge schema.
|
|
109
|
-
/// @type
|
|
109
|
+
/// @type Map
|
|
110
110
|
/// @prop {List} dot-size [(rem(6px), rem(10px), rem(12px))] - The size used for the dot type badge.
|
|
111
|
-
/// @requires
|
|
111
|
+
/// @requires $light-badge
|
|
112
112
|
$fluent-badge: extend(
|
|
113
113
|
$light-badge,
|
|
114
114
|
(
|
|
@@ -127,12 +127,12 @@ $fluent-badge: extend(
|
|
|
127
127
|
);
|
|
128
128
|
|
|
129
129
|
/// Generates a bootstrap badge schema.
|
|
130
|
-
/// @type
|
|
130
|
+
/// @type Map
|
|
131
131
|
/// @prop {Map} icon-color [contrast-color: ('primary', 100)] - The icon color used.
|
|
132
132
|
/// @prop {Map} text-color [contrast-color: ('primary', 100)] - The text color used.
|
|
133
133
|
/// @prop {List} border-radius [(rem(2px), rem(4px), rem(4px))] - The border radius used for badge.
|
|
134
134
|
/// @prop {List} dot-size [(rem(6px), rem(10px), rem(14px))] - The size used for the dot type badge.
|
|
135
|
-
/// @requires
|
|
135
|
+
/// @requires $light-badge
|
|
136
136
|
$bootstrap-badge: extend(
|
|
137
137
|
$light-badge,
|
|
138
138
|
(
|
|
@@ -173,14 +173,14 @@ $bootstrap-badge: extend(
|
|
|
173
173
|
);
|
|
174
174
|
|
|
175
175
|
/// Generates an indigo badge schema.
|
|
176
|
-
/// @type
|
|
176
|
+
/// @type Map
|
|
177
177
|
/// @prop {Map} border-color [color: ('gray', 100)] - The border color used for the badge component.
|
|
178
178
|
/// @prop {List} size [(rem(14px), rem(18px), rem(22px))] - The size used for the badge.
|
|
179
179
|
/// @prop {List} dot-size [(rem(6px), rem(8px), rem(10px))] - The size used for the dot type badge.
|
|
180
180
|
/// @prop {Map} typography [text: (value: 'button')] - The typography styles used for the component.
|
|
181
181
|
/// @prop {Number} default-size [3] - The default size used for the badge component (large).
|
|
182
|
-
/// @requires
|
|
183
|
-
/// @requires
|
|
182
|
+
/// @requires $light-badge
|
|
183
|
+
/// @requires $indigo-elevation-badge
|
|
184
184
|
$indigo-badge: extend(
|
|
185
185
|
$light-badge,
|
|
186
186
|
$indigo-elevation-badge,
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates a light banner schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
/// @prop {Map} banner-background [color: 'surface'] - The color used for the banner background.
|
|
13
13
|
/// @prop {Map} banner-message-color [contrast-color: 'surface'] - The color used for the banner label.
|
|
14
14
|
/// @prop {Map} typography [message: (value: 'body-2')] - The typography styles used for the component.
|
|
@@ -33,11 +33,11 @@ $light-banner: (
|
|
|
33
33
|
);
|
|
34
34
|
|
|
35
35
|
/// Generates a material banner schema.
|
|
36
|
-
/// @type
|
|
36
|
+
/// @type Map
|
|
37
37
|
/// @prop {Map} banner-message-color [color: ('gray', 900)] - The color used for the banner label.
|
|
38
38
|
/// @prop {Map} banner-illustration-color [color: ('gray', 900)] - The color used for the banner illustration.
|
|
39
39
|
/// @prop {Map} banner-border-color [color: ('gray', 300)] - The color used for the banner border.
|
|
40
|
-
/// @requires
|
|
40
|
+
/// @requires $light-banner
|
|
41
41
|
$material-banner: extend(
|
|
42
42
|
$light-banner,
|
|
43
43
|
(
|
|
@@ -69,12 +69,12 @@ $material-banner: extend(
|
|
|
69
69
|
);
|
|
70
70
|
|
|
71
71
|
/// Generates a fluent banner schema.
|
|
72
|
-
/// @type
|
|
72
|
+
/// @type Map
|
|
73
73
|
/// @prop {Map} banner-message-color [color: ('gray', 900)] - The color used for the banner label.
|
|
74
74
|
/// @prop {Map} banner-illustration-color [color: ('gray', 900)] - The color used for the banner illustration.
|
|
75
75
|
/// @prop {Map} banner-border-color [color: ('gray', 300)] - The color used for the banner border.
|
|
76
76
|
/// @prop {Map} typography [message: (value: 'caption')] - The typography styles used for the component.
|
|
77
|
-
/// @requires
|
|
77
|
+
/// @requires $light-banner
|
|
78
78
|
$fluent-banner: extend(
|
|
79
79
|
$light-banner,
|
|
80
80
|
(
|
|
@@ -112,11 +112,11 @@ $fluent-banner: extend(
|
|
|
112
112
|
);
|
|
113
113
|
|
|
114
114
|
/// Generates a bootstrap banner schema.
|
|
115
|
-
/// @type
|
|
115
|
+
/// @type Map
|
|
116
116
|
/// @prop {Map} banner-message-color [color: ('gray', 800)] - The color used for the banner label.
|
|
117
117
|
/// @prop {Map} banner-border-color [color: ('gray', 300)] - The color used for the banner border.
|
|
118
118
|
/// @prop {Map} banner-illustration-color [color: ('gray', 800)] - The color used for the banner illustration.
|
|
119
|
-
/// @requires
|
|
119
|
+
/// @requires $light-banner
|
|
120
120
|
$bootstrap-banner: extend(
|
|
121
121
|
$light-banner,
|
|
122
122
|
(
|
|
@@ -148,13 +148,13 @@ $bootstrap-banner: extend(
|
|
|
148
148
|
);
|
|
149
149
|
|
|
150
150
|
/// Generates an indigo banner schema.
|
|
151
|
-
/// @type
|
|
151
|
+
/// @type Map
|
|
152
152
|
/// @prop {Map} banner-background [color: ('gray', 200)] - The color used for the banner background.
|
|
153
153
|
/// @prop {Map} banner-message-color [color: ('gray', 700)] - The color used for the banner label.
|
|
154
154
|
/// @prop {Map} banner-border-color [color: ('gray', 300)] - The color used for the banner border.
|
|
155
155
|
/// @prop {Map} banner-illustration-color [color: ('gray', 600)] - The color used for the banner illustration.
|
|
156
156
|
/// @prop {Number} border-radius [rem(6px)] - The border radius of the banner
|
|
157
|
-
/// @requires
|
|
157
|
+
/// @requires $light-banner
|
|
158
158
|
$indigo-banner: extend(
|
|
159
159
|
$light-banner,
|
|
160
160
|
(
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
////
|
|
10
10
|
|
|
11
11
|
/// Generates a light bottom navigation scheme.
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
/// @prop {Map} background [color: ('gray', 50)] - The background color used for the bottom nav.
|
|
14
14
|
/// @prop {Map} icon-color [color: ('gray', 700)] - The icon color used in idle state.
|
|
15
15
|
/// @prop {Map} icon-selected-color [color: ('primary', 500)] - The icon color used for the selected item.
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
/// @prop {Color} border-color [transparent] - The border color of the bottom navigation.
|
|
21
21
|
/// @prop {Map} typography [label: (value: 'caption')] - The typography styles used for the component.
|
|
22
22
|
/// @prop {Number} elevation [8] - The elevation level, between 0-24, to be used for the bottom nav.
|
|
23
|
-
/// @requires
|
|
23
|
+
/// @requires $default-elevation-bottom-nav
|
|
24
24
|
$light-bottom-nav: extend(
|
|
25
25
|
$default-elevation-bottom-nav,
|
|
26
26
|
(
|
|
@@ -81,10 +81,10 @@ $light-bottom-nav: extend(
|
|
|
81
81
|
);
|
|
82
82
|
|
|
83
83
|
/// Generates a material bottom navigation schema.
|
|
84
|
-
/// @type
|
|
84
|
+
/// @type Map
|
|
85
85
|
/// @prop {Map} icon-selected-color [color: ('primary', 800)] - The icon color used for the selected item.
|
|
86
86
|
/// @prop {Map} label-selected-color [color: ('primary', 800)] - The label color used for the selected item.
|
|
87
|
-
/// @requires
|
|
87
|
+
/// @requires $light-bottom-nav
|
|
88
88
|
$material-bottom-nav: extend(
|
|
89
89
|
$light-bottom-nav,
|
|
90
90
|
(
|
|
@@ -107,10 +107,10 @@ $material-bottom-nav: extend(
|
|
|
107
107
|
);
|
|
108
108
|
|
|
109
109
|
/// Generates a fluent bottom navigation schema.
|
|
110
|
-
/// @type
|
|
110
|
+
/// @type Map
|
|
111
111
|
/// @prop {Number} elevation [1] - The elevation level, between 0-24, to be used for the bottom nav.
|
|
112
|
-
/// @requires
|
|
113
|
-
/// @requires
|
|
112
|
+
/// @requires $light-bottom-nav
|
|
113
|
+
/// @requires $fluent-elevation-bottom-nav
|
|
114
114
|
$fluent-bottom-nav: extend(
|
|
115
115
|
$light-bottom-nav,
|
|
116
116
|
$fluent-elevation-bottom-nav,
|
|
@@ -122,8 +122,8 @@ $fluent-bottom-nav: extend(
|
|
|
122
122
|
);
|
|
123
123
|
|
|
124
124
|
/// Generates a bootstrap bottom navigation schema.
|
|
125
|
-
/// @type
|
|
126
|
-
/// @requires
|
|
125
|
+
/// @type Map
|
|
126
|
+
/// @requires $light-bottom-nav
|
|
127
127
|
$bootstrap-bottom-nav: extend(
|
|
128
128
|
$light-bottom-nav,
|
|
129
129
|
(
|
|
@@ -134,7 +134,7 @@ $bootstrap-bottom-nav: extend(
|
|
|
134
134
|
);
|
|
135
135
|
|
|
136
136
|
/// Generates an indigo bottom navigation schema.
|
|
137
|
-
/// @type
|
|
137
|
+
/// @type Map
|
|
138
138
|
/// @prop {Map} border-color [color: ('gray', 300)] - The border color of the bottom navigation.
|
|
139
139
|
/// @prop {Map} background [color: 'surface'] - The background color used for the bottom nav.
|
|
140
140
|
/// @prop {Map} icon-color [color: ('gray', 600)] - The icon color used in idle state.
|
|
@@ -142,8 +142,8 @@ $bootstrap-bottom-nav: extend(
|
|
|
142
142
|
/// @prop {Map} icon-disabled-color [color: ('gray', 900, .2)] - The disabled color of the icon.
|
|
143
143
|
/// @prop {Map} label-disabled-color [color: ('gray', 900, .2)] - The disabled color of the label.
|
|
144
144
|
/// @prop {Number} elevation [4] - The elevation level, between 0-24, to be used for the bottom nav.
|
|
145
|
-
/// @requires
|
|
146
|
-
/// @requires
|
|
145
|
+
/// @requires $light-bottom-nav
|
|
146
|
+
/// @requires $indigo-elevation-bottom-nav
|
|
147
147
|
$indigo-bottom-nav: extend(
|
|
148
148
|
$light-bottom-nav,
|
|
149
149
|
$indigo-elevation-bottom-nav,
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
////
|
|
10
10
|
|
|
11
11
|
/// Generates a light button group schema.
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
/// @prop {Color} idle-shadow-color [transparent] - The outline color of button group items.
|
|
14
14
|
/// @prop {Color} selected-shadow-color [transparent] - The outline color of selected button group items.
|
|
15
15
|
/// @prop {Map} item-text-color [color: ('gray', 700)] - The text color for button group items.
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
/// @prop {List} border-radius [(rem(4px), rem(0), rem(20px))] - The border radius used for button-group component.
|
|
26
26
|
/// @prop {Number} default-size [2] - The default size used for the button-group component.
|
|
27
27
|
/// @prop {Map} typography [text: (value: 'button')] - The typography styles used for the component.
|
|
28
|
-
/// @requires
|
|
28
|
+
/// @requires $default-elevation-button-group
|
|
29
29
|
$light-button-group: extend(
|
|
30
30
|
$default-elevation-button-group,
|
|
31
31
|
(
|
|
@@ -120,7 +120,7 @@ $light-button-group: extend(
|
|
|
120
120
|
);
|
|
121
121
|
|
|
122
122
|
/// Generates a material button group schema.
|
|
123
|
-
/// @type
|
|
123
|
+
/// @type Map
|
|
124
124
|
/// @prop {Map} item-icon-color [color: ('gray', 700)] - The icon color for button group items.
|
|
125
125
|
/// @prop {Map} item-hover-text-color [color: ('gray', 800)] - The hover text color for button group items.
|
|
126
126
|
/// @prop {Map} item-hover-icon-color [color: ('gray', 800)] - The hover icon color for button group items.
|
|
@@ -145,8 +145,8 @@ $light-button-group: extend(
|
|
|
145
145
|
/// @prop {Map} disabled-selected-border-color [color: ('gray', 400)] - The disabled border color for a selected item from the button group.
|
|
146
146
|
/// @prop {List} border-radius [(rem(2px), rem(0), rem(20px))] - The border radius used for button-group component.
|
|
147
147
|
/// @prop {Number} default-size [3] - The default size used for the button-group component.
|
|
148
|
-
/// @requires
|
|
149
|
-
/// @requires
|
|
148
|
+
/// @requires $light-button-group
|
|
149
|
+
/// @requires $default-elevation-button-group
|
|
150
150
|
$material-button-group: extend(
|
|
151
151
|
$light-button-group,
|
|
152
152
|
$default-elevation-button-group,
|
|
@@ -320,7 +320,7 @@ $material-button-group: extend(
|
|
|
320
320
|
);
|
|
321
321
|
|
|
322
322
|
/// Generates a fluent button group schema.
|
|
323
|
-
/// @type
|
|
323
|
+
/// @type Map
|
|
324
324
|
/// @prop {Map} item-text-color [color: ('gray', 900)] - The text color for button group items.
|
|
325
325
|
/// @prop {Map} item-icon-color [color: ('gray', 900)] - The icon color for button group items.
|
|
326
326
|
/// @prop {Map} item-background [contrast-color: ('gray', 900)] - The background color for button group items.
|
|
@@ -348,8 +348,8 @@ $material-button-group: extend(
|
|
|
348
348
|
/// @prop {Map} disabled-selected-border-color [color: ('gray', 600)] - The disabled border color for a selected item from the button group.
|
|
349
349
|
/// @prop {Number} elevation [0] - The elevation level, between 0-24, to be used for the button group shadow.
|
|
350
350
|
/// @prop {List} border-radius [(rem(2px), rem(0), rem(20px))] - The border radius used for button-group component.
|
|
351
|
-
/// @requires
|
|
352
|
-
/// @requires
|
|
351
|
+
/// @requires $light-button-group
|
|
352
|
+
/// @requires $fluent-elevation-button-group
|
|
353
353
|
$fluent-button-group: extend(
|
|
354
354
|
$light-button-group,
|
|
355
355
|
$fluent-elevation-button-group,
|
|
@@ -546,7 +546,7 @@ $fluent-button-group: extend(
|
|
|
546
546
|
);
|
|
547
547
|
|
|
548
548
|
/// Generates a bootstrap button group schema.
|
|
549
|
-
/// @type
|
|
549
|
+
/// @type Map
|
|
550
550
|
/// @prop {Map} idle-shadow-color [color: ('primary', 600, .5)] - The outline color of button group items.
|
|
551
551
|
/// @prop {Map} selected-shadow-color [color: ('primary', 600, .5)] - The outline color of selected button group items.
|
|
552
552
|
/// @prop {Map} item-background [color: ('primary', 500)] - The background color for button group items.
|
|
@@ -577,8 +577,8 @@ $fluent-button-group: extend(
|
|
|
577
577
|
/// @prop {Map} disabled-selected-icon-color [color: ('primary', 200)] - The disabled icon color for a selected item in the button group.
|
|
578
578
|
/// @prop {Map} disabled-selected-border-color [color: ('primary', 100)] - The disabled border color for a selected item from the button group.
|
|
579
579
|
/// @prop {Number} elevation [0] - The elevation level, between 0-24, to be used for the button group shadow.
|
|
580
|
-
/// @requires
|
|
581
|
-
/// @requires
|
|
580
|
+
/// @requires $light-button-group
|
|
581
|
+
/// @requires $bootstrap-elevation-button-group
|
|
582
582
|
$bootstrap-button-group: extend(
|
|
583
583
|
$light-button-group,
|
|
584
584
|
$bootstrap-elevation-button-group,
|
|
@@ -797,7 +797,7 @@ $bootstrap-button-group: extend(
|
|
|
797
797
|
);
|
|
798
798
|
|
|
799
799
|
/// Generates an indigo light button-group schema.
|
|
800
|
-
/// @type
|
|
800
|
+
/// @type Map
|
|
801
801
|
/// @prop {Map} item-icon-color [color: ('gray', 600)] - The icon color for button group items.
|
|
802
802
|
/// @prop {Map} idle-shadow-color [color: ('gray', 900, .15)] - The outline color of button group items.
|
|
803
803
|
/// @prop {Map} selected-shadow-color [color: ('primary', 400, .5)] - The outline color of selected button group items.
|
|
@@ -823,8 +823,8 @@ $bootstrap-button-group: extend(
|
|
|
823
823
|
/// @prop {Map} disabled-selected-icon-color [contrast-color: ('primary', 500, .3)] - The disabled icon color for a selected item in the button group.
|
|
824
824
|
/// @prop {Map} disabled-selected-border-color [color: ('primary', 400, .5)] - The disabled border color for a selected item from the button group.
|
|
825
825
|
/// @prop {Number} elevation [0] - The elevation level, between 0-24, to be used for the button group shadow.
|
|
826
|
-
/// @requires
|
|
827
|
-
/// @requires
|
|
826
|
+
/// @requires $light-button-group
|
|
827
|
+
/// @requires $indigo-elevation-button-group
|
|
828
828
|
$indigo-button-group: extend(
|
|
829
829
|
$light-button-group,
|
|
830
830
|
$indigo-elevation-button-group,
|