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
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
////
|
|
10
10
|
|
|
11
11
|
/// Generates a light card schema.
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
/// @prop {Map} background [color: 'surface'] - The card background color.
|
|
14
14
|
/// @prop {Map} header-text-color [color: ('gray', 900)] - The text color of the card title.
|
|
15
15
|
/// @prop {Map} subtitle-text-color [color: ('gray', 700)] - The text color of the card subtitle.
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
/// @prop {Number} hover-elevation [6] - The elevation level, between 0-24, to be used for the hover state.
|
|
21
21
|
/// @prop {List} border-radius [(rem(4px), rem(0), rem(24px))] - The border radius used for card.
|
|
22
22
|
/// @prop {Number} default-size [2] - The default size used for the card component.
|
|
23
|
-
/// @requires
|
|
23
|
+
/// @requires $default-elevation-card
|
|
24
24
|
$light-card: extend(
|
|
25
25
|
$default-elevation-card,
|
|
26
26
|
(
|
|
@@ -81,19 +81,12 @@ $light-card: extend(
|
|
|
81
81
|
);
|
|
82
82
|
|
|
83
83
|
/// Generates a material card schema.
|
|
84
|
-
/// @type
|
|
84
|
+
/// @type Map
|
|
85
85
|
/// @prop {Map} subtitle-text-color [color: ('gray', 900)] - The text color of the card subtitle.
|
|
86
86
|
/// @prop {Map} outline-color [color: ('gray', 400, .54)] - The outline color of an outlined type card.
|
|
87
87
|
/// @prop {Map} actions-text-color [color: ('gray', 900)] - The text color of the card buttons.
|
|
88
|
-
/// @prop {Map} typography [
|
|
89
|
-
///
|
|
90
|
-
/// value: 'h6',
|
|
91
|
-
/// small: (value: 'subtitle-2')
|
|
92
|
-
/// ),
|
|
93
|
-
/// subtitle: (value: 'subtitle-2'),
|
|
94
|
-
/// content: (value: 'body-2')
|
|
95
|
-
/// ] - The typography styles used for the component.
|
|
96
|
-
/// @requires {Map} $light-card
|
|
88
|
+
/// @prop {Map} typography [title: (value: 'h6'), small: (value: 'subtitle-2'), subtitle: (value: 'subtitle-2'), content: (value: 'body-2')] - The typography styles used for the component.
|
|
89
|
+
/// @requires $light-card
|
|
97
90
|
$material-card: extend(
|
|
98
91
|
$light-card,
|
|
99
92
|
(
|
|
@@ -142,18 +135,11 @@ $material-card: extend(
|
|
|
142
135
|
);
|
|
143
136
|
|
|
144
137
|
/// Generates a fluent card schema.
|
|
145
|
-
/// @type
|
|
138
|
+
/// @type Map
|
|
146
139
|
/// @prop {Map} outline-color [color: ('gray', 200)] - The outline color of an outlined type card.
|
|
147
140
|
/// @prop {List} border-radius [(rem(0px), rem(0), rem(24px))] - The border radius used for card.
|
|
148
|
-
/// @prop {Map} typography [
|
|
149
|
-
///
|
|
150
|
-
/// value: 'subtitle-1',
|
|
151
|
-
/// small: (value: 'subtitle-2')
|
|
152
|
-
/// ),
|
|
153
|
-
/// subtitle: (value: 'body-2'),
|
|
154
|
-
/// content: (value: 'body-2')
|
|
155
|
-
/// ] - The typography styles used for the component.
|
|
156
|
-
/// @requires {Map} $light-card
|
|
141
|
+
/// @prop {Map} typography [title: (value: 'subtitle-1'), small: (value: 'subtitle-2'), subtitle: (value: 'body-2'), content: (value: 'body-2')] - The typography styles used for the component.
|
|
142
|
+
/// @requires $light-card
|
|
157
143
|
$fluent-card: extend(
|
|
158
144
|
$light-card,
|
|
159
145
|
(
|
|
@@ -195,17 +181,10 @@ $fluent-card: extend(
|
|
|
195
181
|
);
|
|
196
182
|
|
|
197
183
|
/// Generates a bootstrap card schema.
|
|
198
|
-
/// @type
|
|
184
|
+
/// @type Map
|
|
199
185
|
/// @prop {Map} subtitle-text-color [color: ('gray', 800)] - The text color of the card subtitle.
|
|
200
|
-
/// @prop {Map} typography [
|
|
201
|
-
///
|
|
202
|
-
/// value: 'h5',
|
|
203
|
-
/// small: (value: 'subtitle-2')
|
|
204
|
-
/// ),
|
|
205
|
-
/// subtitle: (value: 'body-1'),
|
|
206
|
-
/// content: (value: 'body-1')
|
|
207
|
-
/// ] - The typography styles used for the component.
|
|
208
|
-
/// @requires {Map} $light-card
|
|
186
|
+
/// @prop {Map} typography [title: (value: 'h5'), small: (value: 'subtitle-2'), subtitle: (value: 'body-1'), content: (value: 'body-1')] - The typography styles used for the component.
|
|
187
|
+
/// @requires $light-card
|
|
209
188
|
$bootstrap-card: extend(
|
|
210
189
|
$light-card,
|
|
211
190
|
(
|
|
@@ -239,20 +218,13 @@ $bootstrap-card: extend(
|
|
|
239
218
|
);
|
|
240
219
|
|
|
241
220
|
/// Generates an indigo card schema.
|
|
242
|
-
/// @type
|
|
221
|
+
/// @type Map
|
|
243
222
|
/// @prop {Map} background [contrast-color: ('gray', 900)] - The card background color.
|
|
244
223
|
/// @prop {Map} header-text-color [color: ('gray', 800)] - The text color of the card title.
|
|
245
224
|
/// @prop {Map} actions-text-color [color: ('gray', 600)] - The text color of the card buttons.
|
|
246
225
|
/// @prop {List} border-radius [(rem(6px), rem(0), rem(24px))] - The border radius used for card.
|
|
247
|
-
/// @prop {Map} typography [
|
|
248
|
-
///
|
|
249
|
-
/// value: 'h6',
|
|
250
|
-
/// small: (value: 'body-2')
|
|
251
|
-
/// ),
|
|
252
|
-
/// subtitle: (value: 'body-2'),
|
|
253
|
-
/// content: (value: 'body-2')
|
|
254
|
-
/// ] - The typography styles used for the component.
|
|
255
|
-
/// @requires {Map} $light-card
|
|
226
|
+
/// @prop {Map} typography [title: (value: 'h6'), small: (value: 'body-2'), subtitle: (value: 'body-2'), content: (value: 'body-2')] - The typography styles used for the component.
|
|
227
|
+
/// @requires $light-card
|
|
256
228
|
$indigo-card: extend(
|
|
257
229
|
$light-card,
|
|
258
230
|
(
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
////
|
|
10
10
|
|
|
11
11
|
/// Generates a light carousel schema.
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
/// @prop {Map} slide-background [contrast-color: ('gray', 900)] - The slide background color.
|
|
14
14
|
/// @prop {Map} button-background [color: ('gray', 50)] - The previous/next buttons idle background color.
|
|
15
15
|
/// @prop {Map} button-hover-background [color: ('gray', 50)] - The previous/next buttons hover background color.
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
/// @prop {Map} indicator-active-hover-dot-color [color: ('gray', 900)] - The active indicator dot color on hover.
|
|
33
33
|
/// @prop {Number} button-elevation [1] - The elevation level, between 0-24, to be used for the carousel buttons.
|
|
34
34
|
/// @prop {List} border-radius [(rem(36px), rem(0), rem(36px))] - The border radius used for carousel.
|
|
35
|
-
/// @requires
|
|
35
|
+
/// @requires $default-elevation-carousel
|
|
36
36
|
$light-carousel: extend(
|
|
37
37
|
$default-elevation-carousel,
|
|
38
38
|
(
|
|
@@ -172,9 +172,9 @@ $light-carousel: extend(
|
|
|
172
172
|
);
|
|
173
173
|
|
|
174
174
|
/// Generates a material carousel schema.
|
|
175
|
-
/// @type
|
|
175
|
+
/// @type Map
|
|
176
176
|
/// @prop {Map} button-focus-arrow-color [color: ('secondary', 600)] - The previous/next buttons focus arrow color.
|
|
177
|
-
/// @requires
|
|
177
|
+
/// @requires $light-carousel
|
|
178
178
|
$material-carousel: extend(
|
|
179
179
|
$light-carousel,
|
|
180
180
|
(
|
|
@@ -192,14 +192,14 @@ $material-carousel: extend(
|
|
|
192
192
|
);
|
|
193
193
|
|
|
194
194
|
/// Generates a fluent carousel schema.
|
|
195
|
-
/// @type
|
|
195
|
+
/// @type Map
|
|
196
196
|
/// @prop {Map} button-focus-arrow-color [color: ('primary', 600)] - The previous/next buttons focus arrow color.
|
|
197
197
|
/// @prop {Map} button-disabled-background [color: ('gray', 300)] - The previous/next buttons disabled background color.
|
|
198
198
|
/// @prop {Map} button-disabled-arrow-color [color: ('gray' 500)] - The previous/next buttons disabled color.
|
|
199
199
|
/// @prop {Map} indicator-focus-color [color: ('primary', 600)] - The buttons/indicators border color on focus.
|
|
200
200
|
/// @prop {Map} button-focus-border-color [color: ('gray', 700)] - The navigation buttons border color on focus.
|
|
201
201
|
/// @prop {List} border-radius [(rem(2px), rem(0), rem(36px))] - The border radius used for carousel.
|
|
202
|
-
/// @requires
|
|
202
|
+
/// @requires $light-carousel
|
|
203
203
|
$fluent-carousel: extend(
|
|
204
204
|
$light-carousel,
|
|
205
205
|
(
|
|
@@ -253,14 +253,14 @@ $fluent-carousel: extend(
|
|
|
253
253
|
);
|
|
254
254
|
|
|
255
255
|
/// Generates a bootstrap carousel schema.
|
|
256
|
-
/// @type
|
|
256
|
+
/// @type Map
|
|
257
257
|
/// @prop {Map} button-focus-arrow-color [color: ('gray', 700)] - The previous/next buttons focus arrow color.
|
|
258
258
|
/// @prop {Map} indicator-focus-color [color: ('primary', 600)] - The buttons/indicators border color on focus.
|
|
259
259
|
/// @prop {Map} button-focus-border-color [color: ('primary', 600, .5)] - The navigation buttons border color on focus.
|
|
260
260
|
/// @prop {List} border-radius [(rem(4px), rem(0), rem(36px))] - The border radius used for carousel.
|
|
261
261
|
/// @prop {Number} button-elevation [0] - The elevation level, between 0-24, to be used for the carousel buttons.
|
|
262
|
-
/// @requires
|
|
263
|
-
/// @requires
|
|
262
|
+
/// @requires $light-carousel
|
|
263
|
+
/// @requires $bootstrap-elevation-carousel
|
|
264
264
|
$bootstrap-carousel: extend(
|
|
265
265
|
$light-carousel,
|
|
266
266
|
$bootstrap-elevation-carousel,
|
|
@@ -302,7 +302,7 @@ $bootstrap-carousel: extend(
|
|
|
302
302
|
);
|
|
303
303
|
|
|
304
304
|
/// Generates an indigo carousel schema.
|
|
305
|
-
/// @type
|
|
305
|
+
/// @type Map
|
|
306
306
|
/// @prop {Map} button-arrow-color [color: ('gray', 600)] - The previous/next buttons idle arrow color.
|
|
307
307
|
/// @prop {Map} button-hover-background [color: ('gray', 200)] - The previous/next buttons hover background color.
|
|
308
308
|
/// @prop {Map} button-hover-arrow-color [color: ('gray', 700)] - The previous/next buttons hover arrow color.
|
|
@@ -320,8 +320,8 @@ $bootstrap-carousel: extend(
|
|
|
320
320
|
/// @prop {Map} indicator-focus-color [color: ('primary', 400, .5)] - The indicators border and dot color on focus.
|
|
321
321
|
/// @prop {Map} button-focus-border-color [color: ('primary', 500)] - The navigation buttons border color on focus.
|
|
322
322
|
/// @prop {Number} button-elevation [0] - The elevation level, between 0-24, to be used for the carousel buttons.
|
|
323
|
-
/// @requires
|
|
324
|
-
/// @requires
|
|
323
|
+
/// @requires $light-carousel
|
|
324
|
+
/// @requires $indigo-elevation-carousel
|
|
325
325
|
$indigo-carousel: extend(
|
|
326
326
|
$light-carousel,
|
|
327
327
|
$indigo-elevation-carousel,
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates a light chat component schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
/// @prop {Map} background [color: ('surface', 500)] - The background color of the chat component.
|
|
13
13
|
/// @prop {Map} header-background [color: ('surface', 500)] - The background color of the chat header.
|
|
14
14
|
/// @prop {Map} header-color [contrast-color: ('surface', 500)] - The text color of the chat header.
|
|
@@ -135,8 +135,8 @@ $light-chat: (
|
|
|
135
135
|
);
|
|
136
136
|
|
|
137
137
|
/// Generates a light material chat schema.
|
|
138
|
-
/// @type
|
|
139
|
-
/// @requires
|
|
138
|
+
/// @type Map
|
|
139
|
+
/// @requires $light-chat
|
|
140
140
|
$material-chat: extend(
|
|
141
141
|
$light-chat,
|
|
142
142
|
(
|
|
@@ -147,11 +147,11 @@ $material-chat: extend(
|
|
|
147
147
|
);
|
|
148
148
|
|
|
149
149
|
/// Generates a light fluent chat schema.
|
|
150
|
-
/// @type
|
|
150
|
+
/// @type Map
|
|
151
151
|
/// @prop {Map} background [contrast-color: ('gray', 900)] - The background color of the chat component.
|
|
152
152
|
/// @prop {Map} header-color [color: ('gray', 900)] - The text color of the chat header.
|
|
153
153
|
/// @prop {Map} message-actions-color [color: ('primary', 500)] - The icon color of the chat message actions.
|
|
154
|
-
/// @requires
|
|
154
|
+
/// @requires $light-chat
|
|
155
155
|
$fluent-chat: extend(
|
|
156
156
|
$light-chat,
|
|
157
157
|
(
|
|
@@ -180,11 +180,11 @@ $fluent-chat: extend(
|
|
|
180
180
|
);
|
|
181
181
|
|
|
182
182
|
/// Generates a light bootstrap chat schema.
|
|
183
|
-
/// @type
|
|
183
|
+
/// @type Map
|
|
184
184
|
/// @prop {Map} background [contrast-color: ('gray', 900)] - The background color of the chat component.
|
|
185
185
|
/// @prop {Map} header-border [color: ('gray', 300)] - The color used for the chat header border.
|
|
186
186
|
/// @prop {Map} code-border [color: ('gray', 400)] - The border color of the code snippets in the chat component.
|
|
187
|
-
/// @requires
|
|
187
|
+
/// @requires $light-chat
|
|
188
188
|
$bootstrap-chat: extend(
|
|
189
189
|
$light-chat,
|
|
190
190
|
(
|
|
@@ -213,7 +213,7 @@ $bootstrap-chat: extend(
|
|
|
213
213
|
);
|
|
214
214
|
|
|
215
215
|
/// Generates a light indigo chat schema.
|
|
216
|
-
/// @type
|
|
216
|
+
/// @type Map
|
|
217
217
|
/// @prop {Map} header-color [color: ('gray', 800)] - The text color of the chat header.
|
|
218
218
|
/// @prop {Map} header-border [color: ('primary', 500)] - The color used for the chat header border.
|
|
219
219
|
/// @prop {Map} file-background [color: ('gray', 100)] - The background color of the image message container.
|
|
@@ -221,7 +221,7 @@ $bootstrap-chat: extend(
|
|
|
221
221
|
/// @prop {Map} progress-indicator-color [color: ('info', 500)] - The color of the progress indicator in the chat component.
|
|
222
222
|
/// @prop {Map} image-attachment-icon [color: ('info', 500)] - The color of the message attachment icon.
|
|
223
223
|
/// @prop {Map} code-border [color: ('gray', 400)] - The border color of the code snippets in the chat component.
|
|
224
|
-
/// @requires
|
|
224
|
+
/// @requires $light-chat
|
|
225
225
|
$indigo-chat: extend(
|
|
226
226
|
$light-chat,
|
|
227
227
|
(
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
// stylelint-disable max-line-length
|
|
11
11
|
|
|
12
12
|
/// Generates a light checkbox schema.
|
|
13
|
-
/// @type
|
|
13
|
+
/// @type Map
|
|
14
14
|
/// @prop {Map} tick-color [color: ('gray', 50)] - The checked mark color.
|
|
15
15
|
/// @prop {Number} tick-width [3] - The checked mark width.
|
|
16
16
|
/// @prop {Map} label-color [color: ('gray', 900)]- The text color used for the label text.
|
|
@@ -112,7 +112,7 @@ $light-checkbox: (
|
|
|
112
112
|
);
|
|
113
113
|
|
|
114
114
|
/// Generates a material checkbox schema.
|
|
115
|
-
/// @type
|
|
115
|
+
/// @type Map
|
|
116
116
|
/// @prop {Map} empty-color [color: ('gray', 600)] - The unchecked border color.
|
|
117
117
|
/// @prop {Map} empty-color-hover [color: ('gray', 600)] - The unchecked border color on hover.
|
|
118
118
|
/// @prop {Map} tick-color-hover [color: ('gray', 50)] - The checked mark color on hover.
|
|
@@ -123,7 +123,7 @@ $light-checkbox: (
|
|
|
123
123
|
/// @prop {Map} error-color [color: ('error', 800)] - The border and fill colors in invalid state.
|
|
124
124
|
/// @prop {Map} error-color-hover [color: ('error', 800)] - The border and fill colors in invalid state on hover.
|
|
125
125
|
/// @prop {Map} typography [label: (value: 'subtitle-1')] - The typography styles used for the component.
|
|
126
|
-
/// @requires
|
|
126
|
+
/// @requires $light-checkbox
|
|
127
127
|
$material-checkbox: extend(
|
|
128
128
|
$light-checkbox,
|
|
129
129
|
(
|
|
@@ -198,7 +198,7 @@ $material-checkbox: extend(
|
|
|
198
198
|
);
|
|
199
199
|
|
|
200
200
|
/// Generates a fluent checkbox schema.
|
|
201
|
-
/// @type
|
|
201
|
+
/// @type Map
|
|
202
202
|
/// @prop {Map} tick-color-hover [color: ('gray', 700)] - The checked mark color on hover when the control in unchecked.
|
|
203
203
|
/// @prop {Number} tick-width [1.5] - The checked mark width.
|
|
204
204
|
/// @prop {Map} empty-color [color: ('gray', 900)] - The unchecked border color.
|
|
@@ -208,7 +208,7 @@ $material-checkbox: extend(
|
|
|
208
208
|
/// @prop {Map} focus-border-color [color: ('gray', 900)] - The focus border color.
|
|
209
209
|
/// @prop {Map} error-color-hover [color: ('error', 700)] - The border and fill colors in invalid state on hover.
|
|
210
210
|
/// @prop {List} border-radius-ripple [(rem(2px), rem(0), rem(24px))] - The border radius used for checkbox ripple.
|
|
211
|
-
/// @requires
|
|
211
|
+
/// @requires $light-checkbox
|
|
212
212
|
$fluent-checkbox: extend(
|
|
213
213
|
$light-checkbox,
|
|
214
214
|
(
|
|
@@ -269,7 +269,7 @@ $fluent-checkbox: extend(
|
|
|
269
269
|
);
|
|
270
270
|
|
|
271
271
|
/// Generates a bootstrap checkbox schema.
|
|
272
|
-
/// @type
|
|
272
|
+
/// @type Map
|
|
273
273
|
/// @prop {Map} tick-color [contrast-color: ('primary', 900)] - The checked mark color.
|
|
274
274
|
/// @prop {Map} tick-color-hover [contrast-color: ('primary', 900)] - The checked mark color on hover.
|
|
275
275
|
/// @prop {Map} empty-color [color: ('gray', 400)] - The unchecked border color.
|
|
@@ -286,7 +286,7 @@ $fluent-checkbox: extend(
|
|
|
286
286
|
/// @prop {List} border-radius [(rem(4px), rem(0), rem(10px))] - The border radius used for checkbox.
|
|
287
287
|
/// @prop {List} border-radius-ripple [(rem(4px), rem(0), rem(24px))] - The border radius used for checkbox ripple.
|
|
288
288
|
/// @prop {Map} typography [label: (value: 'body-1')] - The typography styles used for the component.
|
|
289
|
-
/// @requires
|
|
289
|
+
/// @requires $light-checkbox
|
|
290
290
|
$bootstrap-checkbox: extend(
|
|
291
291
|
$light-checkbox,
|
|
292
292
|
(
|
|
@@ -396,7 +396,7 @@ $bootstrap-checkbox: extend(
|
|
|
396
396
|
);
|
|
397
397
|
|
|
398
398
|
/// Generates an indigo checkbox schema.
|
|
399
|
-
/// @type
|
|
399
|
+
/// @type Map
|
|
400
400
|
/// @prop {Color} tick-color [contrast-color: ('primary', 500)] - The checked mark color.
|
|
401
401
|
/// @prop {Color} tick-color-hover [contrast-color: ('primary', 500)] - The checked mark color on hover.
|
|
402
402
|
/// @prop {Map} label-color [color: ('gray', 800)]- The text color used for the label text.
|
|
@@ -414,7 +414,7 @@ $bootstrap-checkbox: extend(
|
|
|
414
414
|
/// @prop {Map} error-color-hover [color: ('error', 400)] - The focus outlined color in invalid state.
|
|
415
415
|
/// @prop {List} border-radius [(rem(3px), rem(0), rem(10px))] - The border radius used for checkbox.
|
|
416
416
|
/// @prop {List} border-radius-ripple [(rem(3px), rem(0), rem(24px))] - The border radius used for checkbox ripple.
|
|
417
|
-
/// @requires
|
|
417
|
+
/// @requires $light-checkbox
|
|
418
418
|
$indigo-checkbox: extend(
|
|
419
419
|
$light-checkbox,
|
|
420
420
|
(
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
////
|
|
10
10
|
|
|
11
11
|
/// Generates a light chip schema.
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
/// @prop {List} border-radius [(rem(16px), rem(0), rem(16px))] - The border radius used for chip.
|
|
14
14
|
/// @prop {Map} background [color: ('gray', 200)] - The chip background color.
|
|
15
15
|
/// @prop {Color} border-color [transparent] - The chip border color.
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
/// @prop {Color} hover-border-color [transparent] - The chip hover border color.
|
|
21
21
|
/// @prop {Map} selected-text-color [contrast-color: ('gray', 300)] - The selected chip text color.
|
|
22
22
|
/// @prop {Map} selected-background [color: ('primary', 500)] - The selected chip background color.
|
|
23
|
-
/// @prop {Color} selected-border-color [transparent] The selected chip border color.
|
|
24
|
-
/// @prop {Map} focus-text-color [contrast-color: ('gray', 500)] The focused chip text color.
|
|
23
|
+
/// @prop {Color} selected-border-color [transparent] - The selected chip border color.
|
|
24
|
+
/// @prop {Map} focus-text-color [contrast-color: ('gray', 500)] - The focused chip text color.
|
|
25
25
|
/// @prop {Color} focus-border-color [transparent] - The chip focus border color.
|
|
26
26
|
/// @prop {Map} hover-selected-text-color [contrast-color: ('gray', 400)] - The selected chip hover text color.
|
|
27
27
|
/// @prop {Map} hover-selected-background [color: ('gray', 400)] - The selected chip hover background color.
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
/// @prop {Number} ghost-elevation [8] - The elevation level, between 0-24, to be used for the chip's ghost (dragging mode).
|
|
31
31
|
/// @prop {color} remove-icon-color ["'currentColor'"] - The remove icon color for the chip.
|
|
32
32
|
/// @prop {Color} remove-icon-color-focus ["'currentColor'"] - The remove icon color on focus for the chip.
|
|
33
|
-
/// @prop {Map}
|
|
34
|
-
/// @prop {Map}
|
|
35
|
-
/// @prop {Map}
|
|
33
|
+
/// @prop {Map} disabled-text-color [color: ('gray', 500)] - The disabled chip text color.
|
|
34
|
+
/// @prop {Map} disabled-background [color: ('gray', 200)] - The disabled chip background color.
|
|
35
|
+
/// @prop {Map} disabled-border-color [color: ('gray', 200)] - The disabled chip border color.
|
|
36
36
|
/// @prop {List} size [(rem(20px), rem(24px), rem(32px))] - The size used for the chip height.
|
|
37
37
|
/// @prop {Number} default-size [2] - The default size used for the chip component.
|
|
38
38
|
/// @prop {Map} typography [text: (value: 'body-2')] - The typography styles used for the component.
|
|
39
|
-
/// @
|
|
39
|
+
/// @requires $default-elevation-chip
|
|
40
40
|
$light-chip: extend(
|
|
41
41
|
$default-elevation-chip,
|
|
42
42
|
(
|
|
@@ -183,15 +183,15 @@ $light-chip: extend(
|
|
|
183
183
|
);
|
|
184
184
|
|
|
185
185
|
/// Generates a material chip schema.
|
|
186
|
-
/// @type
|
|
186
|
+
/// @type Map
|
|
187
187
|
/// @prop {Map} text-color [contrast-color: ('gray', 300)] - The chip text color.
|
|
188
188
|
/// @prop {Map} background [color: ('gray', 300)] - The chip background color.
|
|
189
|
-
/// @prop {Map} focus-background [color: ('gray', 500)] The focused chip background color.
|
|
189
|
+
/// @prop {Map} focus-background [color: ('gray', 500)] - The focused chip background color.
|
|
190
190
|
/// @prop {Map} selected-background [color: ('gray', 300)] - The selected chip background color.
|
|
191
191
|
/// @prop {Map} focus-selected-text-color [contrast-color: ('gray', 500)] - The selected chip text focus color.
|
|
192
192
|
/// @prop {Map} focus-selected-background [color: ('gray', 500)] - The selected chip focus background color.
|
|
193
|
-
/// @requires
|
|
194
|
-
/// @requires
|
|
193
|
+
/// @requires $light-chip
|
|
194
|
+
/// @requires $default-elevation-chip
|
|
195
195
|
$material-chip: extend(
|
|
196
196
|
$light-chip,
|
|
197
197
|
$default-elevation-chip,
|
|
@@ -245,23 +245,23 @@ $material-chip: extend(
|
|
|
245
245
|
);
|
|
246
246
|
|
|
247
247
|
/// Generates a fluent chip schema.
|
|
248
|
-
/// @type
|
|
248
|
+
/// @type Map
|
|
249
249
|
/// @prop {Map} text-color [color: ('gray', 700)] - The chip text color.
|
|
250
250
|
/// @prop {Map} ghost-background [color: ('primary', 500)] - The chip ghost background color.
|
|
251
251
|
/// @prop {Map} ghost-text-color [contrast-color: ('primary', 500)] - The chip ghost text color.
|
|
252
252
|
/// @prop {Map} hover-background [color: ('gray', 200)] - The chip hover background color.
|
|
253
253
|
/// @prop {Map} hover-text-color [contrast-color: ('gray', 200)] - The chip text hover color.
|
|
254
254
|
/// @prop {Map} selected-text-color [contrast-color: ('primary', 700))] - The selected chip text color.
|
|
255
|
-
/// @prop {Map} focus-background [color: ('primary', 600)] The focused chip background color.
|
|
256
|
-
/// @prop {Map} focus-text-color [contrast-color: ('primary', 700)] The focused chip text color.
|
|
255
|
+
/// @prop {Map} focus-background [color: ('primary', 600)] - The focused chip background color.
|
|
256
|
+
/// @prop {Map} focus-text-color [contrast-color: ('primary', 700)] - The focused chip text color.
|
|
257
257
|
/// @prop {Map} hover-selected-text-color [contrast-color: ('primary', 700)] - The selected chip hover text color.
|
|
258
258
|
/// @prop {Map} hover-selected-background [color: ('primary', 600)] - The selected chip hover background color.
|
|
259
259
|
/// @prop {Map} focus-selected-text-color [contrast-color: ('primary', 700)] - The selected chip text focus color.
|
|
260
260
|
/// @prop {Map} focus-selected-background [color: ('primary', 500)] - The selected chip focus background color.
|
|
261
261
|
/// @prop {Map} typography [text: (value: 'subtitle-2')] - The typography styles used for the component.
|
|
262
262
|
/// @prop {Number} ghost-elevation [2] - The elevation level, between 0-24, to be used for the chip's ghost (dragging mode).
|
|
263
|
-
/// @requires
|
|
264
|
-
/// @requires
|
|
263
|
+
/// @requires $light-chip
|
|
264
|
+
/// @requires $fluent-elevation-chip
|
|
265
265
|
$fluent-chip: extend(
|
|
266
266
|
$light-chip,
|
|
267
267
|
$fluent-elevation-chip,
|
|
@@ -363,20 +363,20 @@ $fluent-chip: extend(
|
|
|
363
363
|
);
|
|
364
364
|
|
|
365
365
|
/// Generates a bootstrap chip schema.
|
|
366
|
-
/// @type
|
|
366
|
+
/// @type Map
|
|
367
367
|
/// @prop {Map} text-color [contrast-color: ('gray', 200)] - The chip text color.
|
|
368
368
|
/// @prop {Map} selected-background [color: ('gray', 200)] - The selected chip background color.
|
|
369
369
|
/// @prop {Map} selected-text-color [contrast-color: ('gray', 200)] - The selected chip text color.
|
|
370
|
-
/// @prop {Map} focus-text-color [contrast-color: ('gray', 200)] The focused chip text color.
|
|
371
|
-
/// @prop {Map} focus-background [color: ('gray', 200)] The focused chip background color.
|
|
370
|
+
/// @prop {Map} focus-text-color [contrast-color: ('gray', 200)] - The focused chip text color.
|
|
371
|
+
/// @prop {Map} focus-background [color: ('gray', 200)] - The focused chip background color.
|
|
372
372
|
/// @prop {Map} focus-selected-background [color: ('gray', 200)] - The selected chip focus background color.
|
|
373
373
|
/// @prop {Map} focus-selected-text-color [contrast-color: ('gray', 200)] - The selected chip text focus color.
|
|
374
374
|
/// @prop {Number} ghost-elevation [0] - The elevation level, between 0-24, to be used for the chip's ghost (dragging mode).
|
|
375
375
|
/// @prop {List} border-radius [(rem(4px), rem(0), rem(16px))] - The border radius used for chip.
|
|
376
376
|
/// @prop {Map} focus-outline-color [color: ('gray', 500, 0.38)] - The chip focus outline color.
|
|
377
377
|
/// @prop {Map} focus-selected-outline-color [color: ('gray', 500, 0.38)] - The selected chip focus outline color.
|
|
378
|
-
/// @requires
|
|
379
|
-
/// @requires
|
|
378
|
+
/// @requires $light-chip
|
|
379
|
+
/// @requires $bootstrap-elevation-chip
|
|
380
380
|
$bootstrap-chip: extend(
|
|
381
381
|
$light-chip,
|
|
382
382
|
$bootstrap-elevation-chip,
|
|
@@ -461,16 +461,16 @@ $bootstrap-chip: extend(
|
|
|
461
461
|
);
|
|
462
462
|
|
|
463
463
|
/// Generates an indigo chip schema.
|
|
464
|
-
/// @type
|
|
464
|
+
/// @type Map
|
|
465
465
|
/// @prop {List} size [(rem(20px), rem(24px), rem(28px))] - The size used for the chip height.
|
|
466
466
|
/// @prop {Number} ghost-elevation [1] - The elevation level, between 0-24, to be used for the chip's ghost (dragging mode).
|
|
467
467
|
/// @prop {Map} text-color [color: ('gray', 700)] - The chip text color.
|
|
468
468
|
/// @prop {Map} hover-text-color [color: ('gray', 900)] - The chip text hover color.
|
|
469
|
-
/// @prop {Map} focus-text-color [color: ('gray', 700)] The focused chip text color.
|
|
469
|
+
/// @prop {Map} focus-text-color [color: ('gray', 700)] - The focused chip text color.
|
|
470
470
|
///
|
|
471
471
|
/// @prop {Map} background [color: ('gray', 50)] - The chip background color.
|
|
472
472
|
/// @prop {Map} hover-background [color: ('gray', 200)] - The chip hover background color.
|
|
473
|
-
/// @prop {Map} focus-background [color: ('gray', 50)] The focused chip background color.
|
|
473
|
+
/// @prop {Map} focus-background [color: ('gray', 50)] - The focused chip background color.
|
|
474
474
|
///
|
|
475
475
|
/// @prop {Map} border-color [color: ('gray', 400)] - The chip border color.
|
|
476
476
|
/// @prop {Map} hover-border-color [color: ('gray', 500)] - The chip hover border color.
|
|
@@ -483,7 +483,7 @@ $bootstrap-chip: extend(
|
|
|
483
483
|
/// @prop {Map} focus-selected-text-color [contrast-color: ('primary', 900)] - The selected chip text focus color.
|
|
484
484
|
/// @prop {Map} focus-selected-background [color: ('primary', 500)] - The selected chip focus background color.
|
|
485
485
|
///
|
|
486
|
-
/// @prop {Map} selected-border-color [color: ('primary', 500)] The selected chip border color.
|
|
486
|
+
/// @prop {Map} selected-border-color [color: ('primary', 500)] - The selected chip border color.
|
|
487
487
|
/// @prop {Map} hover-selected-border-color [color: ('primary', 400)] - The selected chip hover border color.
|
|
488
488
|
/// @prop {Map} focus-selected-border-color [color: ('primary', 500)] - The selected chip focus border color.
|
|
489
489
|
/// @prop {Map} focus-selected-outline-color [color: ('primary', 400, .5)] - The selected chip focus outline color.
|
|
@@ -494,8 +494,8 @@ $bootstrap-chip: extend(
|
|
|
494
494
|
/// @prop {Map} disabled-text-color [color: ('gray', 900, .2)] - The disabled chip text color.
|
|
495
495
|
/// @prop {Map} disabled-background [contrast-color: ('gray', 900)] - The disabled chip background color.
|
|
496
496
|
/// @prop {Map} disabled-border-color [ color: ('gray', 300)] - The disabled chip border color.
|
|
497
|
-
/// @requires
|
|
498
|
-
/// @requires
|
|
497
|
+
/// @requires $light-chip
|
|
498
|
+
/// @requires $indigo-elevation-chip
|
|
499
499
|
$indigo-chip: extend(
|
|
500
500
|
$light-chip,
|
|
501
501
|
$indigo-elevation-chip,
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates a light column actions schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
/// @prop {Map} title-color [color: ('primary', 500)]- The text color used for the title of the list.
|
|
13
13
|
/// @prop {Map} background-color [color: ('surface')] - The background color of the panel.
|
|
14
14
|
/// @prop {Map} typography [title: (value: 'subtitle-1')] - The typography styles used for the component.
|
|
@@ -39,8 +39,8 @@ $light-column-actions: (
|
|
|
39
39
|
);
|
|
40
40
|
|
|
41
41
|
/// Generates a material column actions schema.
|
|
42
|
-
/// @type
|
|
43
|
-
/// @requires
|
|
42
|
+
/// @type Map
|
|
43
|
+
/// @requires $light-column-actions
|
|
44
44
|
$material-column-actions: extend(
|
|
45
45
|
$light-column-actions,
|
|
46
46
|
(
|
|
@@ -51,8 +51,8 @@ $material-column-actions: extend(
|
|
|
51
51
|
);
|
|
52
52
|
|
|
53
53
|
/// Generates a fluent column actions schema.
|
|
54
|
-
/// @type
|
|
55
|
-
/// @requires
|
|
54
|
+
/// @type Map
|
|
55
|
+
/// @requires $light-column-actions
|
|
56
56
|
$fluent-column-actions: extend(
|
|
57
57
|
$light-column-actions,
|
|
58
58
|
(
|
|
@@ -63,8 +63,8 @@ $fluent-column-actions: extend(
|
|
|
63
63
|
);
|
|
64
64
|
|
|
65
65
|
/// Generates a bootstrap column actions schema.
|
|
66
|
-
/// @type
|
|
67
|
-
/// @requires
|
|
66
|
+
/// @type Map
|
|
67
|
+
/// @requires $light-column-actions
|
|
68
68
|
$bootstrap-column-actions: extend(
|
|
69
69
|
$light-column-actions,
|
|
70
70
|
(
|
|
@@ -75,8 +75,8 @@ $bootstrap-column-actions: extend(
|
|
|
75
75
|
);
|
|
76
76
|
|
|
77
77
|
/// Generates an indigo column actions schema.
|
|
78
|
-
/// @type
|
|
79
|
-
/// @requires
|
|
78
|
+
/// @type Map
|
|
79
|
+
/// @requires $light-column-actions
|
|
80
80
|
$indigo-column-actions: extend(
|
|
81
81
|
$light-column-actions,
|
|
82
82
|
(
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
////
|
|
10
10
|
|
|
11
11
|
/// Generates a light combo schema.
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
/// @prop {Map} empty-list-background [color: 'surface'] - The combo list background color.
|
|
14
14
|
/// @prop {Color} search-separator-border-color [transparent] - The combo search box separator color.
|
|
15
15
|
/// @prop {Map} empty-list-placeholder-color [color: ('gray', 700)] - The combo placeholder text color.
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
/// @prop {Map} toggle-button-foreground-filled [color: ('gray', 900)] - The combo toggle button foreground color when the combo is focused.
|
|
21
21
|
/// @prop {Map} toggle-button-background-disabled [color: ('gray', 100)] - The combo toggle button background color when the combo is disabled.
|
|
22
22
|
/// @prop {Map} toggle-button-foreground-disabled [color: ('gray', 500)] - The combo toggle button foreground color when the combo is disabled.
|
|
23
|
-
/// @prop {Map} toggle-button-background-focus--border [color: ('gray', 300)] The combo toggle button background color when the combo is focused in border and line variants.
|
|
23
|
+
/// @prop {Map} toggle-button-background-focus--border [color: ('gray', 300)] - The combo toggle button background color when the combo is focused in border and line variants.
|
|
24
24
|
/// @prop {Color} clear-button-background [transparent] - The combo clear button background color.
|
|
25
25
|
/// @prop {Map} clear-button-foreground [color: ('gray', 900)] - The combo toggle clear foreground color.
|
|
26
26
|
/// @prop {Map} clear-button-foreground-focus [color: ('gray', 900)] - The combo clear button foreground color when the combo is focused.
|
|
@@ -119,10 +119,10 @@ $light-combo: (
|
|
|
119
119
|
);
|
|
120
120
|
|
|
121
121
|
/// Generates a material combo schema.
|
|
122
|
-
/// @type
|
|
122
|
+
/// @type Map
|
|
123
123
|
/// @prop {Map} toggle-button-background-focus [color: ('gray', 400)] - The combo toggle button background color when the combo is focused.
|
|
124
124
|
/// @prop {Color} clear-button-background-focus [transparent] - The combo clear button background color when the combo is focused.
|
|
125
|
-
/// @requires
|
|
125
|
+
/// @requires $light-combo
|
|
126
126
|
$material-combo: extend(
|
|
127
127
|
$light-combo,
|
|
128
128
|
(
|
|
@@ -140,7 +140,7 @@ $material-combo: extend(
|
|
|
140
140
|
);
|
|
141
141
|
|
|
142
142
|
/// Generates a fluent combo schema.
|
|
143
|
-
/// @type
|
|
143
|
+
/// @type Map
|
|
144
144
|
/// @prop {Map} toggle-button-background [color: ('gray', 100)] - The combo toggle button background color.
|
|
145
145
|
/// @prop {Map} toggle-button-background-focus [color: ('gray', 100)] - The combo toggle button background color when the combo is focused.
|
|
146
146
|
/// @prop {Map} clear-button-foreground [color: ('gray', 700)] - The combo toggle clear foreground color.
|
|
@@ -150,7 +150,7 @@ $material-combo: extend(
|
|
|
150
150
|
/// @prop {Map} toggle-button-foreground-focus [color: ('gray', 700)] - The combo toggle button foreground color when the combo is focused.
|
|
151
151
|
/// @prop {Map} toggle-button-foreground-filled [color: ('gray', 700)] - The combo toggle button foreground color when the combo is focused.
|
|
152
152
|
/// @prop {Map} toggle-button-background-disabled [color: ('gray', 100)] - The combo toggle button background color when the combo is disabled.
|
|
153
|
-
/// @requires
|
|
153
|
+
/// @requires $light-combo
|
|
154
154
|
$fluent-combo: extend(
|
|
155
155
|
$light-combo,
|
|
156
156
|
(
|
|
@@ -215,7 +215,7 @@ $fluent-combo: extend(
|
|
|
215
215
|
);
|
|
216
216
|
|
|
217
217
|
/// Generates a bootstrap combo schema.
|
|
218
|
-
/// @type
|
|
218
|
+
/// @type Map
|
|
219
219
|
/// @prop {Map} toggle-button-foreground [color: ('gray', 800)] - The combo toggle button foreground color.
|
|
220
220
|
/// @prop {Map} toggle-button-foreground-focus [color: ('gray', 800)] - The combo toggle button foreground color when the combo is focused.
|
|
221
221
|
/// @prop {Map} toggle-button-foreground-filled [color: ('gray', 800)] - The combo toggle button foreground color when the combo is focused.
|
|
@@ -226,7 +226,7 @@ $fluent-combo: extend(
|
|
|
226
226
|
/// @prop {Map} clear-button-background-focus [color: ('gray', 300)] - The combo clear button background color when the combo is focused.
|
|
227
227
|
/// @prop {Map} clear-button-foreground [color: ('gray', 800)] - The combo toggle clear foreground color.
|
|
228
228
|
/// @prop {Map} clear-button-foreground-focus [color: ('gray', 800)] - The combo clear button foreground color when the combo is focused.
|
|
229
|
-
/// @requires
|
|
229
|
+
/// @requires $light-combo
|
|
230
230
|
$bootstrap-combo: extend(
|
|
231
231
|
$light-combo,
|
|
232
232
|
(
|
|
@@ -296,7 +296,7 @@ $bootstrap-combo: extend(
|
|
|
296
296
|
);
|
|
297
297
|
|
|
298
298
|
/// Generates an indigo combo schema.
|
|
299
|
-
/// @type
|
|
299
|
+
/// @type Map
|
|
300
300
|
/// @prop {Map} empty-list-placeholder-color [color: ('gray', 600)] - The combo placeholder text color.
|
|
301
301
|
/// @prop {Color} clear-button-background-focus [transparent] - The combo clear button background color when the combo is focused.
|
|
302
302
|
/// @prop {Map} clear-button-foreground [color: ('gray', 600)] - The combo toggle clear foreground color.
|
|
@@ -306,10 +306,10 @@ $bootstrap-combo: extend(
|
|
|
306
306
|
/// @prop {Map} toggle-button-foreground-focus [color: ('gray', 700)] - The combo toggle button foreground color when the combo is focused.
|
|
307
307
|
/// @prop {Map} toggle-button-background [color: transparent] - The combo toggle button background color.
|
|
308
308
|
/// @prop {Map} toggle-button-background-focus [transparent] - The combo toggle button background color when the combo is focused.
|
|
309
|
-
/// @prop {Map} toggle-button-background-focus--border [transparent] The combo toggle button background color when the combo is focused.
|
|
309
|
+
/// @prop {Map} toggle-button-background-focus--border [transparent] - The combo toggle button background color when the combo is focused.
|
|
310
310
|
/// @prop {Color} toggle-button-background-disabled [transparent] - The combo toggle button background color when the combo is disabled.
|
|
311
311
|
/// @prop {Map} toggle-button-foreground-disabled [color: ('gray', 900, .2)] - The combo toggle button foreground color when the combo is disabled.
|
|
312
|
-
/// @requires
|
|
312
|
+
/// @requires $light-combo
|
|
313
313
|
$indigo-combo: extend(
|
|
314
314
|
$light-combo,
|
|
315
315
|
(
|