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,11 +8,11 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates a light highlight schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
/// @prop {Map} resting-background [color: ('gray', 300)] - The background color used for the highlight in its resting state.
|
|
13
13
|
/// @prop {Map} resting-color [contrast-color: ('gray', 300)] - The icon color used for the highlight in its resting state.
|
|
14
14
|
/// @prop {Map} active-background [color: ('secondary', A100)] - The background color used for the highlight in its active state.
|
|
15
|
-
/// @prop {Map} active-color [contrast-color: ('secondary', A100) - The text color used for the highlight in its active state.
|
|
15
|
+
/// @prop {Map} active-color [contrast-color: ('secondary', A100)] - The text color used for the highlight in its active state.
|
|
16
16
|
$light-highlight: (
|
|
17
17
|
resting-background: (
|
|
18
18
|
color: (
|
|
@@ -49,8 +49,8 @@ $light-highlight: (
|
|
|
49
49
|
);
|
|
50
50
|
|
|
51
51
|
/// Generates a material highlight schema.
|
|
52
|
-
/// @type
|
|
53
|
-
/// @requires
|
|
52
|
+
/// @type Map
|
|
53
|
+
/// @requires $light-highlight
|
|
54
54
|
$material-highlight: extend(
|
|
55
55
|
$light-highlight,
|
|
56
56
|
(
|
|
@@ -61,8 +61,8 @@ $material-highlight: extend(
|
|
|
61
61
|
);
|
|
62
62
|
|
|
63
63
|
/// Generates a fluent highlight schema.
|
|
64
|
-
/// @type
|
|
65
|
-
/// @requires
|
|
64
|
+
/// @type Map
|
|
65
|
+
/// @requires $light-highlight
|
|
66
66
|
$fluent-highlight: extend(
|
|
67
67
|
$light-highlight,
|
|
68
68
|
(
|
|
@@ -73,8 +73,8 @@ $fluent-highlight: extend(
|
|
|
73
73
|
);
|
|
74
74
|
|
|
75
75
|
/// Generates a bootstrap highlight schema.
|
|
76
|
-
/// @type
|
|
77
|
-
/// @requires
|
|
76
|
+
/// @type Map
|
|
77
|
+
/// @requires $light-highlight
|
|
78
78
|
$bootstrap-highlight: extend(
|
|
79
79
|
$light-highlight,
|
|
80
80
|
(
|
|
@@ -85,11 +85,11 @@ $bootstrap-highlight: extend(
|
|
|
85
85
|
);
|
|
86
86
|
|
|
87
87
|
/// Generates an indigo highlight schema.
|
|
88
|
-
/// @type
|
|
88
|
+
/// @type Map
|
|
89
89
|
/// @prop {Map} active-background [color: ('primary', 500)] - The background color used for the highlight in its active state.
|
|
90
90
|
/// @prop {Map} active-color [contrast-color: ('primary', 500)] - The text color used for the highlight in its active state.
|
|
91
91
|
/// @prop {Map} resting-color [contrast-color: ( color: ('gray', 300))] - The icon color used for the highlight in its resting state.
|
|
92
|
-
/// @requires
|
|
92
|
+
/// @requires $light-highlight
|
|
93
93
|
$indigo-highlight: extend(
|
|
94
94
|
$light-highlight,
|
|
95
95
|
(
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
/// Base light icon-button schema.
|
|
11
11
|
/// @access private
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
$light-icon-button: (
|
|
14
14
|
_meta: (
|
|
15
15
|
name: 'icon-button',
|
|
@@ -19,7 +19,7 @@ $light-icon-button: (
|
|
|
19
19
|
|
|
20
20
|
/// Flat icon-button schema.
|
|
21
21
|
/// @access private
|
|
22
|
-
/// @type
|
|
22
|
+
/// @type Map
|
|
23
23
|
$flat-icon-button: (
|
|
24
24
|
selector: '[igxIconButton="flat"], .igx-icon-button--flat',
|
|
25
25
|
_meta: (
|
|
@@ -30,7 +30,7 @@ $flat-icon-button: (
|
|
|
30
30
|
|
|
31
31
|
/// Contained icon-button schema.
|
|
32
32
|
/// @access private
|
|
33
|
-
/// @type
|
|
33
|
+
/// @type Map
|
|
34
34
|
$contained-icon-button: (
|
|
35
35
|
selector: '[igxIconButton="contained"], .igx-icon-button--contained',
|
|
36
36
|
_meta: (
|
|
@@ -41,7 +41,7 @@ $contained-icon-button: (
|
|
|
41
41
|
|
|
42
42
|
/// Outlined icon-button schema.
|
|
43
43
|
/// @access private
|
|
44
|
-
/// @type
|
|
44
|
+
/// @type Map
|
|
45
45
|
$outlined-icon-button: (
|
|
46
46
|
selector: '[igxIconButton="outlined"], .igx-icon-button--outlined',
|
|
47
47
|
_meta: (
|
|
@@ -51,7 +51,7 @@ $outlined-icon-button: (
|
|
|
51
51
|
);
|
|
52
52
|
|
|
53
53
|
/// Generates a base material icon button schema.
|
|
54
|
-
/// @type
|
|
54
|
+
/// @type Map
|
|
55
55
|
/// @prop {Color} shadow-color [transparent] - The shadow color of the material icon button.
|
|
56
56
|
/// @prop {Color} background [transparent] - The background color of the material icon button.
|
|
57
57
|
/// @prop {Map} foreground [color: ('gray', 900)] - The idle text color of the material icon button.
|
|
@@ -169,19 +169,19 @@ $material-base-icon-button: (
|
|
|
169
169
|
);
|
|
170
170
|
|
|
171
171
|
/// Generates a material flat icon button schema.
|
|
172
|
-
/// @type
|
|
173
|
-
/// @requires
|
|
172
|
+
/// @type Map
|
|
173
|
+
/// @requires $material-base-icon-button
|
|
174
174
|
$material-flat-icon-button: extend($light-icon-button, $flat-icon-button, $material-base-icon-button);
|
|
175
175
|
|
|
176
176
|
/// Generates a material contained icon button schema.
|
|
177
|
-
/// @type
|
|
177
|
+
/// @type Map
|
|
178
178
|
/// @prop {Map} background [color: ('gray', 900, .08)] - The background color of the material contained icon button.
|
|
179
179
|
/// @prop {Map} hover-background [color: ('gray', 900, .12)] - The hover background color of the material contained icon button.
|
|
180
180
|
/// @prop {Map} focus-background [color: ('gray', 900, .16)] - The focus background color of the material contained icon button.
|
|
181
181
|
/// @prop {Map} focus-hover-background [color: ('gray', 900, .20)] - The background color on focus hovered state of the material contained icon button.
|
|
182
182
|
/// @prop {Map} active-background [color: ('gray', 900, .24)] - The active background color of the material contained icon button.
|
|
183
183
|
/// @prop {Map} disabled-background [color: ('gray', 900, .04)] - The disabled background color of the material contained icon button.
|
|
184
|
-
/// @requires
|
|
184
|
+
/// @requires $material-base-icon-button
|
|
185
185
|
$material-contained-icon-button: extend(
|
|
186
186
|
$light-icon-button,
|
|
187
187
|
$contained-icon-button,
|
|
@@ -233,11 +233,11 @@ $material-contained-icon-button: extend(
|
|
|
233
233
|
);
|
|
234
234
|
|
|
235
235
|
/// Generates a material outlined icon button schema.
|
|
236
|
-
/// @type
|
|
236
|
+
/// @type Map
|
|
237
237
|
/// @prop {Map} border-color [color: ('gray', 300)] - The border color of the material outlined icon button.
|
|
238
238
|
/// @prop {Map} focus-border-color [color: ('gray', 300)] - The focus border color of the material outlined icon button.
|
|
239
239
|
/// @prop {Map} disabled-border-color [color: ('gray', 300)] - The disabled border color of the material outlined icon button.
|
|
240
|
-
/// @requires
|
|
240
|
+
/// @requires $material-base-icon-button
|
|
241
241
|
$material-outlined-icon-button: extend(
|
|
242
242
|
$light-icon-button,
|
|
243
243
|
$outlined-icon-button,
|
|
@@ -265,10 +265,10 @@ $material-outlined-icon-button: extend(
|
|
|
265
265
|
);
|
|
266
266
|
|
|
267
267
|
/// Generates a light material icon button schema.
|
|
268
|
-
/// @type
|
|
269
|
-
/// @requires
|
|
270
|
-
/// @requires
|
|
271
|
-
/// @requires
|
|
268
|
+
/// @type Map
|
|
269
|
+
/// @requires $material-flat-icon-button
|
|
270
|
+
/// @requires $material-contained-icon-button
|
|
271
|
+
/// @requires $material-outlined-icon-button
|
|
272
272
|
$material-icon-button: (
|
|
273
273
|
flat: $material-flat-icon-button,
|
|
274
274
|
contained: $material-contained-icon-button,
|
|
@@ -276,7 +276,7 @@ $material-icon-button: (
|
|
|
276
276
|
);
|
|
277
277
|
|
|
278
278
|
/// Generates a fluent base icon button schema.
|
|
279
|
-
/// @type
|
|
279
|
+
/// @type Map
|
|
280
280
|
/// @prop {Color} shadow-color [transparent] - The shadow color of the fluent icon button.
|
|
281
281
|
/// @prop {Color} background [transparent] - The background color of the fluent icon button.
|
|
282
282
|
/// @prop {Map} foreground [color: ('primary', 500)] - The idle text color of the fluent icon button.
|
|
@@ -389,12 +389,12 @@ $fluent-base-icon-button: (
|
|
|
389
389
|
);
|
|
390
390
|
|
|
391
391
|
/// Generates a fluent flat icon button schema.
|
|
392
|
-
/// @type
|
|
393
|
-
/// @requires
|
|
392
|
+
/// @type Map
|
|
393
|
+
/// @requires $fluent-base-icon-button
|
|
394
394
|
$fluent-flat-icon-button: extend($light-icon-button, $flat-icon-button, $fluent-base-icon-button);
|
|
395
395
|
|
|
396
396
|
/// Generates a fluent contained icon button schema.
|
|
397
|
-
/// @type
|
|
397
|
+
/// @type Map
|
|
398
398
|
/// @prop {Map} background [color: ('primary', 500)] - The background color of the fluent contained icon button.
|
|
399
399
|
/// @prop {Map} foreground [contrast-color: ('primary', 600)] - The idle text color of the fluent contained icon button.
|
|
400
400
|
/// @prop {Map} hover-background [color: ('primary', 600)] - The hover background color of the fluent contained icon button.
|
|
@@ -406,7 +406,7 @@ $fluent-flat-icon-button: extend($light-icon-button, $flat-icon-button, $fluent-
|
|
|
406
406
|
/// @prop {Map} active-background [color: ('primary', 800)] - The active background color of the fluent contained icon button.
|
|
407
407
|
/// @prop {Map} active-foreground [contrast-color: ('primary', 800)] - The active text color of the fluent contained icon button.
|
|
408
408
|
/// @prop {Map} focus-border-color [contrast-color: ('primary', 600)] - The focus border color of the fluent contained icon button.
|
|
409
|
-
/// @requires
|
|
409
|
+
/// @requires $fluent-base-icon-button
|
|
410
410
|
$fluent-contained-icon-button: extend(
|
|
411
411
|
$light-icon-button,
|
|
412
412
|
$contained-icon-button,
|
|
@@ -482,7 +482,7 @@ $fluent-contained-icon-button: extend(
|
|
|
482
482
|
);
|
|
483
483
|
|
|
484
484
|
/// Generates a fluent outlined icon button schema.
|
|
485
|
-
/// @type
|
|
485
|
+
/// @type Map
|
|
486
486
|
/// @prop {Map} foreground [color: ('gray', 900)] - The idle text color of the fluent outlined icon button.
|
|
487
487
|
/// @prop {Map} border-color [color: ('gray', 700)] - The border color of the fluent outlined icon button.
|
|
488
488
|
/// @prop {Map} hover-foreground [color: ('gray', 900)] - The hover text color of the fluent outlined icon button.
|
|
@@ -492,7 +492,7 @@ $fluent-contained-icon-button: extend(
|
|
|
492
492
|
/// @prop {Map} active-foreground [color: ('gray', 900)] - The active text color of the fluent outlined icon button.
|
|
493
493
|
/// @prop {Map} focus-border-color [color: ('gray', 700)] - The focus border color of the fluent outlined icon button.
|
|
494
494
|
/// @prop {Map} disabled-border-color [color: ('gray', 300)] - The disabled border color of the fluent outlined icon button.
|
|
495
|
-
/// @requires
|
|
495
|
+
/// @requires $fluent-base-icon-button
|
|
496
496
|
$fluent-outlined-icon-button: extend(
|
|
497
497
|
$light-icon-button,
|
|
498
498
|
$outlined-icon-button,
|
|
@@ -551,10 +551,10 @@ $fluent-outlined-icon-button: extend(
|
|
|
551
551
|
);
|
|
552
552
|
|
|
553
553
|
/// Generates a light fluent icon button schema.
|
|
554
|
-
/// @type
|
|
555
|
-
/// @requires
|
|
556
|
-
/// @requires
|
|
557
|
-
/// @requires
|
|
554
|
+
/// @type Map
|
|
555
|
+
/// @requires $fluent-flat-icon-button
|
|
556
|
+
/// @requires $fluent-contained-icon-button
|
|
557
|
+
/// @requires $fluent-outlined-icon-button
|
|
558
558
|
$fluent-icon-button: (
|
|
559
559
|
flat: $fluent-flat-icon-button,
|
|
560
560
|
contained: $fluent-contained-icon-button,
|
|
@@ -562,7 +562,7 @@ $fluent-icon-button: (
|
|
|
562
562
|
);
|
|
563
563
|
|
|
564
564
|
/// Generates a base bootstrap icon button schema.
|
|
565
|
-
/// @type
|
|
565
|
+
/// @type Map
|
|
566
566
|
/// @prop {Map} shadow-color [color: ('primary', 600, .5)] - The shadow color of the bootstrap icon button.
|
|
567
567
|
/// @prop {Color} background [transparent] - The background color of the bootstrap icon button.
|
|
568
568
|
/// @prop {Map} foreground [color: ('primary', 500)] - The idle text color of the bootstrap icon button.
|
|
@@ -676,7 +676,7 @@ $bootstrap-base-icon-button: (
|
|
|
676
676
|
);
|
|
677
677
|
|
|
678
678
|
/// Generates a bootstrap flat icon button schema.
|
|
679
|
-
/// @type
|
|
679
|
+
/// @type Map
|
|
680
680
|
/// @prop {Color} hover-background [transparent] - The hover background color of the bootstrap flat icon button.
|
|
681
681
|
/// @prop {Map} hover-foreground [color: ('primary', 600)] - The hover text color of the bootstrap flat icon button.
|
|
682
682
|
/// @prop {Color} focus-background [transparent] - The focus background color of the bootstrap flat icon button.
|
|
@@ -685,7 +685,7 @@ $bootstrap-base-icon-button: (
|
|
|
685
685
|
/// @prop {Map} focus-hover-foreground [color: ('primary', 600)] - The foreground color on focus hovered state of the icon button.
|
|
686
686
|
/// @prop {Color} active-background [transparent] - The active background color of the bootstrap flat icon button.
|
|
687
687
|
/// @prop {Map} active-foreground [color: ('primary', 800)] - The active text color of the bootstrap flat icon button.
|
|
688
|
-
/// @requires
|
|
688
|
+
/// @requires $bootstrap-base-icon-button
|
|
689
689
|
$bootstrap-flat-icon-button: extend(
|
|
690
690
|
$light-icon-button,
|
|
691
691
|
$flat-icon-button,
|
|
@@ -723,12 +723,12 @@ $bootstrap-flat-icon-button: extend(
|
|
|
723
723
|
);
|
|
724
724
|
|
|
725
725
|
/// Generates a bootstrap contained icon button schema.
|
|
726
|
-
/// @type
|
|
726
|
+
/// @type Map
|
|
727
727
|
/// @prop {Map} background [color: ('primary', 500)] - The background color of the bootstrap contained icon button.
|
|
728
728
|
/// @prop {Map} foreground [contrast-color: ('primary', 600)] - The idle text color of the bootstrap contained icon button.
|
|
729
729
|
/// @prop {Map} disabled-background [color: ('primary', 50)] - The disabled background color of the bootstrap contained icon button.
|
|
730
730
|
/// @prop {Map} disabled-foreground [color: ('primary', 200)] - The disabled foreground color of the bootstrap contained icon button.
|
|
731
|
-
/// @requires
|
|
731
|
+
/// @requires $bootstrap-base-icon-button
|
|
732
732
|
$bootstrap-contained-icon-button: extend(
|
|
733
733
|
$light-icon-button,
|
|
734
734
|
$contained-icon-button,
|
|
@@ -762,12 +762,12 @@ $bootstrap-contained-icon-button: extend(
|
|
|
762
762
|
);
|
|
763
763
|
|
|
764
764
|
/// Generates a bootstrap outlined icon button schema.
|
|
765
|
-
/// @type
|
|
765
|
+
/// @type Map
|
|
766
766
|
/// @prop {Map} border-color [color: ('primary', 500)] - The border color of the bootstrap outlined icon button.
|
|
767
767
|
/// @prop {Map} hover-foreground [contrast-color: ('primary', 600)] - The hover text color of the bootstrap outlined icon button.
|
|
768
768
|
/// @prop {Map} focus-border-color [color: ('primary', 800)] - The focus border color of the bootstrap outlined icon button.
|
|
769
769
|
/// @prop {Map} disabled-border-color [color: ('primary', 50)] - The disabled border color of the bootstrap outlined icon button.
|
|
770
|
-
/// @requires
|
|
770
|
+
/// @requires $bootstrap-base-icon-button
|
|
771
771
|
$bootstrap-outlined-icon-button: extend(
|
|
772
772
|
$light-icon-button,
|
|
773
773
|
$outlined-icon-button,
|
|
@@ -801,10 +801,10 @@ $bootstrap-outlined-icon-button: extend(
|
|
|
801
801
|
);
|
|
802
802
|
|
|
803
803
|
/// Generates a light bootstrap icon button schema.
|
|
804
|
-
/// @type
|
|
805
|
-
/// @requires
|
|
806
|
-
/// @requires
|
|
807
|
-
/// @requires
|
|
804
|
+
/// @type Map
|
|
805
|
+
/// @requires $bootstrap-flat-icon-button
|
|
806
|
+
/// @requires $bootstrap-contained-icon-button
|
|
807
|
+
/// @requires $bootstrap-outlined-icon-button
|
|
808
808
|
$bootstrap-icon-button: (
|
|
809
809
|
flat: $bootstrap-flat-icon-button,
|
|
810
810
|
contained: $bootstrap-contained-icon-button,
|
|
@@ -812,7 +812,7 @@ $bootstrap-icon-button: (
|
|
|
812
812
|
);
|
|
813
813
|
|
|
814
814
|
/// Generates a base indigo icon button schema.
|
|
815
|
-
/// @type
|
|
815
|
+
/// @type Map
|
|
816
816
|
/// @prop {Map} shadow-color [color: ('gray', 900, .15)] - The shadow color of the indigo icon button.
|
|
817
817
|
/// @prop {Color} background [transparent] - The background color of the indigo icon button.
|
|
818
818
|
/// @prop {Map} foreground [color: ('gray', 600)] - The idle text color of the indigo icon button.
|
|
@@ -937,15 +937,15 @@ $indigo-base-icon-button: (
|
|
|
937
937
|
);
|
|
938
938
|
|
|
939
939
|
/// Generates an indigo flat icon button schema.
|
|
940
|
-
/// @type
|
|
941
|
-
/// @requires
|
|
940
|
+
/// @type Map
|
|
941
|
+
/// @requires $indigo-base-icon-button
|
|
942
942
|
$indigo-flat-icon-button: extend($light-icon-button, $flat-icon-button, $indigo-base-icon-button);
|
|
943
943
|
|
|
944
944
|
/// Generates an indigo outlined icon button schema.
|
|
945
|
-
/// @type
|
|
945
|
+
/// @type Map
|
|
946
946
|
/// @prop {Map} border-color [color: ('gray', 500)] - The border color of the indigo outlined icon button.
|
|
947
947
|
/// @prop {Map} disabled-border-color [color: ('gray', 900, 0.15)] - The disabled border color of the indigo outlined icon button.
|
|
948
|
-
/// @requires
|
|
948
|
+
/// @requires $indigo-base-icon-button
|
|
949
949
|
$indigo-outlined-icon-button: extend(
|
|
950
950
|
$light-icon-button,
|
|
951
951
|
$outlined-icon-button,
|
|
@@ -968,7 +968,7 @@ $indigo-outlined-icon-button: extend(
|
|
|
968
968
|
);
|
|
969
969
|
|
|
970
970
|
/// Generates an indigo contained icon button schema.
|
|
971
|
-
/// @type
|
|
971
|
+
/// @type Map
|
|
972
972
|
/// @prop {Map} shadow-color [color: ('primary', 400, 0.5)] - The shadow color of the indigo contained icon button.
|
|
973
973
|
/// @prop {Map} background [color: ('primary', 500)] - The background color of the indigo contained icon button.
|
|
974
974
|
/// @prop {Map} foreground [contrast-color: ('primary', 500, .8)] - The idle text color of the indigo contained icon button.
|
|
@@ -983,7 +983,7 @@ $indigo-outlined-icon-button: extend(
|
|
|
983
983
|
/// @prop {Map} active-foreground [contrast-color: ('primary', 500)] - The active background color of the indigo contained icon button.
|
|
984
984
|
/// @prop {Map} disabled-background [color: ('primary', 400, .5)] - The disabled background color of the indigo contained icon button.
|
|
985
985
|
/// @prop {Map} disabled-foreground [contrast-color: ('primary', 500, .3)] - The disabled foreground color of the indigo icon button.
|
|
986
|
-
/// @requires
|
|
986
|
+
/// @requires $indigo-base-icon-button
|
|
987
987
|
$indigo-contained-icon-button: extend(
|
|
988
988
|
$light-icon-button,
|
|
989
989
|
$contained-icon-button,
|
|
@@ -1083,10 +1083,10 @@ $indigo-contained-icon-button: extend(
|
|
|
1083
1083
|
);
|
|
1084
1084
|
|
|
1085
1085
|
/// Generates a light indigo icon button schema.
|
|
1086
|
-
/// @type
|
|
1087
|
-
/// @requires
|
|
1088
|
-
/// @requires
|
|
1089
|
-
/// @requires
|
|
1086
|
+
/// @type Map
|
|
1087
|
+
/// @requires $indigo-flat-icon-button
|
|
1088
|
+
/// @requires $indigo-contained-icon-button
|
|
1089
|
+
/// @requires $indigo-outlined-icon-button
|
|
1090
1090
|
$indigo-icon-button: (
|
|
1091
1091
|
flat: $indigo-flat-icon-button,
|
|
1092
1092
|
contained: $indigo-contained-icon-button,
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates a light icon schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
/// @prop {Color} color ["'currentColor'"] - The icon color.
|
|
13
13
|
/// @prop {Color} disabled-color ["'currentColor'"] - The disabled icon color.
|
|
14
14
|
/// @prop {List} size [(rem(18px), rem(20px), rem(24px))] - The size used for the icon.
|
|
@@ -31,8 +31,8 @@ $light-icon: (
|
|
|
31
31
|
);
|
|
32
32
|
|
|
33
33
|
/// Generates a material icon schema.
|
|
34
|
-
/// @type
|
|
35
|
-
/// @requires
|
|
34
|
+
/// @type Map
|
|
35
|
+
/// @requires $light-icon
|
|
36
36
|
$material-icon: extend(
|
|
37
37
|
$light-icon,
|
|
38
38
|
(
|
|
@@ -43,8 +43,8 @@ $material-icon: extend(
|
|
|
43
43
|
);
|
|
44
44
|
|
|
45
45
|
/// Generates a fluent icon schema.
|
|
46
|
-
/// @type
|
|
47
|
-
/// @requires
|
|
46
|
+
/// @type Map
|
|
47
|
+
/// @requires $light-icon
|
|
48
48
|
$fluent-icon: extend(
|
|
49
49
|
$light-icon,
|
|
50
50
|
(
|
|
@@ -55,8 +55,8 @@ $fluent-icon: extend(
|
|
|
55
55
|
);
|
|
56
56
|
|
|
57
57
|
/// Generates a bootstrap icon schema.
|
|
58
|
-
/// @type
|
|
59
|
-
/// @requires
|
|
58
|
+
/// @type Map
|
|
59
|
+
/// @requires $light-icon
|
|
60
60
|
$bootstrap-icon: extend(
|
|
61
61
|
$light-icon,
|
|
62
62
|
(
|
|
@@ -67,9 +67,9 @@ $bootstrap-icon: extend(
|
|
|
67
67
|
);
|
|
68
68
|
|
|
69
69
|
/// Generates an indigo icon schema.
|
|
70
|
-
/// @type
|
|
70
|
+
/// @type Map
|
|
71
71
|
/// @prop {Map} disabled-color [color: ('gray', 400)] - The disabled icon color.
|
|
72
|
-
/// @requires
|
|
72
|
+
/// @requires $light-icon
|
|
73
73
|
$indigo-icon: extend(
|
|
74
74
|
$light-icon,
|
|
75
75
|
(
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
////
|
|
12
12
|
|
|
13
13
|
/// Generates a base light input-group schema.
|
|
14
|
-
/// @type
|
|
14
|
+
/// @type Map
|
|
15
15
|
/// @prop {Map} input-prefix-color [color: ('gray', 700)] - The text color of an input prefix of type line, box and border.
|
|
16
16
|
/// @prop {Color} input-prefix-background [transparent] - The background color of an input prefix of type line, box and border.
|
|
17
17
|
/// @prop {Map} input-suffix-color [color: ('gray', 700)] - The text color of an input suffix of type line, box and border.
|
|
@@ -64,11 +64,8 @@
|
|
|
64
64
|
/// @prop {Color} input-suffix-background--focused [inherit] - The background color of an input suffix in the focused state.
|
|
65
65
|
/// @prop {List} size [(rem(40px), rem(48px), rem(56px))] - The size used for the input group.
|
|
66
66
|
/// @prop {Number} default-size [2] - The default size used for the input group component.
|
|
67
|
-
/// @prop {Map} typography [
|
|
68
|
-
///
|
|
69
|
-
/// input-text: (value: 'body-2')
|
|
70
|
-
/// ] - The typography styles used for the component.
|
|
71
|
-
/// @requires {Map} $light-validator
|
|
67
|
+
/// @prop {Map} typography [helper-text: (value: 'caption'), input-text: (value: 'body-2')] - The typography styles used for the component.
|
|
68
|
+
/// @requires $light-validator
|
|
72
69
|
$light-input-group: extend(
|
|
73
70
|
$light-validator,
|
|
74
71
|
(
|
|
@@ -337,7 +334,7 @@ $light-input-group: extend(
|
|
|
337
334
|
);
|
|
338
335
|
|
|
339
336
|
/// Generates a material input-group schema.
|
|
340
|
-
/// @type
|
|
337
|
+
/// @type Map
|
|
341
338
|
/// @prop {Number} search-resting-elevation [1] - The elevation level, between 0-24, to be used for the resting state of the search input.
|
|
342
339
|
/// @prop {Number} search-hover-elevation [2] - The elevation level, between 0-24, to be used for the hover state of the search input.
|
|
343
340
|
/// @prop {Number} search-disabled-elevation [1] - The elevation level, between 0-24, to be used for the disabled state of the search input.
|
|
@@ -346,12 +343,9 @@ $light-input-group: extend(
|
|
|
346
343
|
/// @prop {Map} border-color [color: ('gray', 500)] - The border color for input groups of type border and fluent.
|
|
347
344
|
/// @prop {Map} hover-border-color [color: ('gray', 800)] - The hover input border for input groups of type border and fluent.
|
|
348
345
|
/// @prop {Map} disabled-border-color [color: ('gray', 500)] - The disabled border color for input groups of type border and fluent.
|
|
349
|
-
/// @prop {Map} typography [
|
|
350
|
-
///
|
|
351
|
-
///
|
|
352
|
-
/// ] - The typography styles used for the component.
|
|
353
|
-
/// @requires {Map} $light-input-group
|
|
354
|
-
/// @requires {Map} $default-elevation-input-group
|
|
346
|
+
/// @prop {Map} typography [helper-text: (value: 'caption'), input-text: (value: 'subtitle-1')] - The typography styles used for the component.
|
|
347
|
+
/// @requires $light-input-group
|
|
348
|
+
/// @requires $default-elevation-input-group
|
|
355
349
|
$material-input-group: extend(
|
|
356
350
|
$light-input-group,
|
|
357
351
|
$default-elevation-input-group,
|
|
@@ -395,7 +389,7 @@ $material-input-group: extend(
|
|
|
395
389
|
);
|
|
396
390
|
|
|
397
391
|
/// Generates a fluent input-group schema.
|
|
398
|
-
/// @type
|
|
392
|
+
/// @type Map
|
|
399
393
|
/// @prop {Map} idle-secondary-color [color: ('gray', 900)] - The label color in the idle state.
|
|
400
394
|
/// @prop {Map} idle-text-color [color: ('gray', 900)] - The input text color in the idle state.
|
|
401
395
|
/// @prop {Map} border-color [color: ('gray', 700)] - The border color for input groups of type border and fluent.
|
|
@@ -418,8 +412,8 @@ $material-input-group: extend(
|
|
|
418
412
|
/// @prop {Map} input-suffix-background-filled [color: ('gray', 100)] - The background color of an input suffix in the filled state.
|
|
419
413
|
/// @prop {Map} input-suffix-background--focused [color: ('gray', 100)] - The background color of an input suffix in the focused state.
|
|
420
414
|
/// @prop {List} size [(rem(32px), rem(40px), rem(48px))] - The size used for the input group.
|
|
421
|
-
/// @requires
|
|
422
|
-
/// @requires
|
|
415
|
+
/// @requires $light-input-group
|
|
416
|
+
/// @requires $fluent-elevation-input-group
|
|
423
417
|
$fluent-input-group: extend(
|
|
424
418
|
$light-input-group,
|
|
425
419
|
$fluent-elevation-input-group,
|
|
@@ -549,7 +543,7 @@ $fluent-input-group: extend(
|
|
|
549
543
|
);
|
|
550
544
|
|
|
551
545
|
/// Generates a bootstrap input-group schema.
|
|
552
|
-
/// @type
|
|
546
|
+
/// @type Map
|
|
553
547
|
/// @prop {Number} search-resting-elevation [0] - The elevation level, between 0-24, to be used for the resting state of the search input.
|
|
554
548
|
/// @prop {Number} search-hover-elevation [0] - The elevation level, between 0-24, to be used for the hover state of the search input.
|
|
555
549
|
/// @prop {Number} search-disabled-elevation [0] - The elevation level, between 0-24, to be used for the disabled state of the search input.
|
|
@@ -570,12 +564,9 @@ $fluent-input-group: extend(
|
|
|
570
564
|
/// @prop {Map} input-suffix-background-filled [color: ('gray', 300)] - The background color of an input suffix in the filled state.
|
|
571
565
|
/// @prop {Map} input-suffix-background--focused [color: ('gray', 300)] - The background color of an input suffix in the focused state.
|
|
572
566
|
/// @prop {List} size [(rem(32px), rem(38px), rem(48px))] - The size used for the input group.
|
|
573
|
-
/// @prop {Map} typography [
|
|
574
|
-
///
|
|
575
|
-
///
|
|
576
|
-
/// ] - The typography styles used for the component.
|
|
577
|
-
/// @requires {Map} $light-input-group
|
|
578
|
-
/// @requires {Map} $bootstrap-elevation-input-group
|
|
567
|
+
/// @prop {Map} typography [helper-text: (value: 'body-2'), input-text: (value: 'body-1')] - The typography styles used for the component.
|
|
568
|
+
/// @requires $light-input-group
|
|
569
|
+
/// @requires $bootstrap-elevation-input-group
|
|
579
570
|
$bootstrap-input-group: extend(
|
|
580
571
|
$light-input-group,
|
|
581
572
|
$bootstrap-elevation-input-group,
|
|
@@ -675,7 +666,7 @@ $bootstrap-input-group: extend(
|
|
|
675
666
|
);
|
|
676
667
|
|
|
677
668
|
/// Generates an indigo input-group schema.
|
|
678
|
-
/// @type
|
|
669
|
+
/// @type Map
|
|
679
670
|
/// @prop {Map} input-prefix-color [color: ('gray', 600)] - The text color of an input prefix of type line, box and border.
|
|
680
671
|
/// @prop {Map} input-suffix-color [color: ('gray', 600)] - The text color of an input suffix of type line, box and border.
|
|
681
672
|
/// @prop {Map} input-prefix-color--filled [color: ('gray', 600)] - The input prefix color in the filled state.
|
|
@@ -708,8 +699,8 @@ $bootstrap-input-group: extend(
|
|
|
708
699
|
/// @prop {List} border-border-radius [(rem(0), rem(0), rem(20px))] - The border radius used for border input.
|
|
709
700
|
/// @prop {List} search-border-radius [(rem(2px), rem(0), rem(20px))] - The border radius used for search input.
|
|
710
701
|
/// @prop {List} size [(rem(24px), rem(28px), rem(32px))] - The size used for the input group.
|
|
711
|
-
/// @requires
|
|
712
|
-
/// @requires
|
|
702
|
+
/// @requires $light-input-group
|
|
703
|
+
/// @requires $indigo-elevation-input-group
|
|
713
704
|
$indigo-input-group: extend(
|
|
714
705
|
$indigo-validator,
|
|
715
706
|
$light-input-group,
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
////
|
|
8
8
|
|
|
9
9
|
/// Generates a base light label schema.
|
|
10
|
-
/// @type
|
|
10
|
+
/// @type Map
|
|
11
11
|
/// @prop {Map} color [color: ('gray', 700)] - The label color.
|
|
12
12
|
/// @prop {Map} disabled-color [color: ('gray', 500)] - The label color in disabled state.
|
|
13
13
|
$light-label: (
|
|
@@ -30,9 +30,9 @@ $light-label: (
|
|
|
30
30
|
);
|
|
31
31
|
|
|
32
32
|
/// Generates a light material label schema.
|
|
33
|
-
/// @type
|
|
33
|
+
/// @type Map
|
|
34
34
|
/// @prop {Map} typography [label: (value: 'subtitle-1')] - The typography styles used for the component.
|
|
35
|
-
/// @requires
|
|
35
|
+
/// @requires $light-label
|
|
36
36
|
$material-label: extend(
|
|
37
37
|
$light-label,
|
|
38
38
|
(
|
|
@@ -48,10 +48,10 @@ $material-label: extend(
|
|
|
48
48
|
);
|
|
49
49
|
|
|
50
50
|
/// Generates a light fluent label schema.
|
|
51
|
-
/// @type
|
|
51
|
+
/// @type Map
|
|
52
52
|
/// @prop {Map} color [color: ('gray', 900)] - The label color.
|
|
53
53
|
/// @prop {Map} typography [label: (value: 'subtitle-2')] - The typography styles used for the component.
|
|
54
|
-
/// @requires
|
|
54
|
+
/// @requires $light-label
|
|
55
55
|
$fluent-label: extend(
|
|
56
56
|
$light-label,
|
|
57
57
|
(
|
|
@@ -73,10 +73,10 @@ $fluent-label: extend(
|
|
|
73
73
|
);
|
|
74
74
|
|
|
75
75
|
/// Generates a light bootstrap label schema.
|
|
76
|
-
/// @type
|
|
76
|
+
/// @type Map
|
|
77
77
|
/// @prop {Map} disabled-color [color: ('gray', 400)] - The label color in disabled state.
|
|
78
78
|
/// @prop {Map} typography [label: (value: 'body-1')] - The typography styles used for the component.
|
|
79
|
-
/// @requires
|
|
79
|
+
/// @requires $light-label
|
|
80
80
|
$bootstrap-label: extend(
|
|
81
81
|
$light-label,
|
|
82
82
|
(
|
|
@@ -98,7 +98,7 @@ $bootstrap-label: extend(
|
|
|
98
98
|
);
|
|
99
99
|
|
|
100
100
|
/// Generates a light indigo label schema.
|
|
101
|
-
/// @type
|
|
101
|
+
/// @type Map
|
|
102
102
|
/// @prop {Map} color [color: ('gray', 600)] - The label color.
|
|
103
103
|
/// @prop {Map} disabled-color [color: ('gray', 900, .2)] - The label color in disabled state.
|
|
104
104
|
/// @prop {Map} typography [label: (value: 'caption')] - The typography styles used for the component.
|