igniteui-theming 25.0.0 → 25.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/mcp/generators/css.js +1 -8
- package/dist/mcp/generators/sass.d.ts +1 -1
- package/dist/mcp/generators/sass.js +26 -3
- package/dist/mcp/index.js +3 -3
- package/dist/mcp/json/components/themes.json.js +17 -17
- package/dist/mcp/knowledge/docs/setup/platform.md.js +4 -0
- package/dist/mcp/knowledge/index.d.ts +1 -1
- package/dist/mcp/knowledge/index.js +1 -4
- package/dist/mcp/knowledge/platform-setup.d.ts +2 -0
- package/dist/mcp/knowledge/platforms/index.d.ts +8 -11
- package/dist/mcp/knowledge/platforms/index.js +22 -14
- package/dist/mcp/knowledge/platforms/react.d.ts +2 -2
- package/dist/mcp/knowledge/platforms/react.js +3 -3
- package/dist/mcp/knowledge/sass-api.d.ts +2 -2
- package/dist/mcp/resources/presets.d.ts +12 -0
- package/dist/mcp/resources/presets.js +44 -1
- package/dist/mcp/tools/descriptions.d.ts +8 -8
- package/dist/mcp/tools/descriptions.js +25 -7
- package/dist/mcp/tools/handlers/component-theme.js +23 -5
- package/dist/mcp/tools/handlers/custom-palette.js +2 -1
- package/dist/mcp/tools/handlers/elevations.js +2 -1
- package/dist/mcp/tools/handlers/layout.js +1 -1
- package/dist/mcp/tools/handlers/palette.js +2 -3
- package/dist/mcp/tools/handlers/platform.js +247 -86
- package/dist/mcp/tools/handlers/theme.js +3 -0
- package/dist/mcp/tools/handlers/typography.js +2 -1
- package/dist/mcp/tools/schemas.d.ts +31 -31
- package/dist/mcp/utils/sass.d.ts +20 -0
- package/dist/mcp/utils/sass.js +16 -0
- package/dist/mcp/utils/types.d.ts +2 -1
- package/dist/mcp/utils/types.js +2 -1
- package/json/components/bootstrap.json +1 -1
- package/json/components/fluent.json +1 -1
- package/json/components/indigo.json +1 -1
- package/json/components/material.json +1 -1
- package/json/components/themes.json +53 -28
- package/package.json +15 -7
- package/sass/animations/_easings.scss +24 -24
- package/sass/bem/_index.scss +16 -14
- package/sass/color/_charts.scss +20 -20
- package/sass/color/_functions.scss +18 -18
- package/sass/color/_mixins.scss +1 -1
- package/sass/elevations/_functions.scss +4 -4
- package/sass/elevations/_mixins.scss +2 -2
- package/sass/elevations/presets/_index.scss +3 -3
- package/sass/elevations/presets/_indigo.scss +16 -16
- package/sass/elevations/presets/_material.scss +3 -3
- package/sass/tailwind/utilities/_common.scss +1 -1
- package/sass/themes/_functions.scss +15 -15
- package/sass/themes/_mixins.scss +9 -9
- package/sass/themes/charts/_category-chart-theme.scss +2 -9
- package/sass/themes/charts/_data-chart-theme.scss +1 -1
- package/sass/themes/charts/_doughnut-chart-theme.scss +1 -1
- package/sass/themes/charts/_financial-chart-theme.scss +2 -9
- package/sass/themes/charts/_funnel-chart-theme.scss +1 -1
- package/sass/themes/charts/_gauge-theme.scss +2 -2
- package/sass/themes/charts/_geo-map-theme.scss +1 -1
- package/sass/themes/charts/_graph-theme.scss +1 -1
- package/sass/themes/charts/_pie-chart-theme.scss +1 -1
- package/sass/themes/charts/_shape-chart-theme.scss +2 -9
- package/sass/themes/charts/_sparkline-theme.scss +2 -2
- package/sass/themes/components/action-strip/_action-strip-theme.scss +1 -1
- package/sass/themes/components/avatar/_avatar-theme.scss +2 -2
- package/sass/themes/components/badge/_badge-theme.scss +2 -2
- package/sass/themes/components/banner/_banner-theme.scss +1 -1
- package/sass/themes/components/bottom-nav/_bottom-nav-theme.scss +2 -2
- package/sass/themes/components/button/_button-theme.scss +5 -5
- package/sass/themes/components/button/_contained-button-theme.scss +5 -5
- package/sass/themes/components/button/_fab-button-theme.scss +5 -5
- package/sass/themes/components/button/_flat-button-theme.scss +17 -17
- package/sass/themes/components/button/_outlined-button-theme.scss +17 -17
- package/sass/themes/components/button-group/_button-group-theme.scss +5 -5
- package/sass/themes/components/calendar/_calendar-theme.scss +18 -20
- package/sass/themes/components/card/_card-theme.scss +3 -3
- package/sass/themes/components/carousel/_carousel-theme.scss +8 -8
- package/sass/themes/components/chat/_chat-theme.scss +1 -1
- package/sass/themes/components/checkbox/_checkbox-theme.scss +6 -6
- package/sass/themes/components/chip/_chip-theme.scss +5 -5
- package/sass/themes/components/column-actions/_column-actions-theme.scss +1 -1
- package/sass/themes/components/combo/_combo-theme.scss +3 -3
- package/sass/themes/components/dialog/_dialog-theme.scss +4 -4
- package/sass/themes/components/divider/_divider-theme.scss +1 -1
- package/sass/themes/components/dock-manager/_dock-manager-theme.scss +1 -1
- package/sass/themes/components/drop-down/_drop-down-theme.scss +10 -10
- package/sass/themes/components/expansion-panel/_expansion-panel-theme.scss +4 -4
- package/sass/themes/components/grid/_grid-summary-theme.scss +3 -3
- package/sass/themes/components/grid/_grid-theme.scss +56 -17
- package/sass/themes/components/grid/_grid-toolbar-theme.scss +1 -1
- package/sass/themes/components/highlight/_highlight-theme.scss +1 -1
- package/sass/themes/components/icon/_icon-theme.scss +1 -1
- package/sass/themes/components/icon-button/_contained-icon-button-theme.scss +8 -8
- package/sass/themes/components/icon-button/_flat-icon-button-theme.scss +12 -12
- package/sass/themes/components/icon-button/_icon-button-theme.scss +4 -4
- package/sass/themes/components/icon-button/_outlined-icon-button-theme.scss +13 -13
- package/sass/themes/components/input/_file-input-theme.scss +1 -1
- package/sass/themes/components/input/_input-theme.scss +23 -23
- package/sass/themes/components/list/_list-theme.scss +6 -6
- package/sass/themes/components/navbar/_navbar-theme.scss +4 -4
- package/sass/themes/components/navdrawer/_navdrawer-theme.scss +3 -3
- package/sass/themes/components/overlay/_overlay-theme.scss +1 -1
- package/sass/themes/components/paginator/_paginator-theme.scss +1 -1
- package/sass/themes/components/progress/_circular-theme.scss +1 -1
- package/sass/themes/components/progress/_linear-theme.scss +1 -1
- package/sass/themes/components/query-builder/_query-builder-theme.scss +2 -2
- package/sass/themes/components/radio/_radio-theme.scss +5 -5
- package/sass/themes/components/rating/_rating-theme.scss +1 -1
- package/sass/themes/components/ripple/_ripple-theme.scss +1 -1
- package/sass/themes/components/scrollbar/_scrollbar-theme.scss +1 -1
- package/sass/themes/components/select/_select-theme.scss +1 -1
- package/sass/themes/components/slider/_slider-theme.scss +7 -7
- package/sass/themes/components/snackbar/_snackbar-theme.scss +2 -2
- package/sass/themes/components/splitter/_splitter-theme.scss +1 -1
- package/sass/themes/components/stepper/_stepper-theme.scss +2 -2
- package/sass/themes/components/switch/_switch-theme.scss +13 -13
- package/sass/themes/components/tabs/_tabs-theme.scss +8 -8
- package/sass/themes/components/time-picker/_time-picker-theme.scss +8 -8
- package/sass/themes/components/toast/_toast-theme.scss +3 -3
- package/sass/themes/components/tooltip/_tooltip-theme.scss +2 -2
- package/sass/themes/components/tree/_tree-theme.scss +17 -17
- package/sass/themes/components/watermark/_watermark-theme.scss +1 -1
- package/sass/themes/schemas/charts/dark/_category-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_data-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_doughnut-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_financial-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_funnel-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_gauge.scss +9 -9
- package/sass/themes/schemas/charts/dark/_geo-map.scss +5 -5
- package/sass/themes/schemas/charts/dark/_graph.scss +5 -5
- package/sass/themes/schemas/charts/dark/_pie-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_shape-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_sparkline.scss +5 -5
- package/sass/themes/schemas/charts/light/_category-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_data-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_doughnut-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_financial-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_funnel-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_gauge.scss +19 -19
- package/sass/themes/schemas/charts/light/_geo-map.scss +8 -8
- package/sass/themes/schemas/charts/light/_graph.scss +8 -8
- package/sass/themes/schemas/charts/light/_pie-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_shape-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_sparkline.scss +9 -9
- package/sass/themes/schemas/components/dark/_action-strip.scss +5 -5
- package/sass/themes/schemas/components/dark/_avatar.scss +5 -5
- package/sass/themes/schemas/components/dark/_badge.scss +5 -5
- package/sass/themes/schemas/components/dark/_banner.scss +5 -5
- package/sass/themes/schemas/components/dark/_bottom-nav.scss +5 -5
- package/sass/themes/schemas/components/dark/_button-group.scss +6 -6
- package/sass/themes/schemas/components/dark/_button.scss +65 -65
- package/sass/themes/schemas/components/dark/_calendar.scss +24 -24
- package/sass/themes/schemas/components/dark/_card.scss +5 -5
- package/sass/themes/schemas/components/dark/_carousel.scss +5 -5
- package/sass/themes/schemas/components/dark/_chat.scss +5 -5
- package/sass/themes/schemas/components/dark/_checkbox.scss +5 -5
- package/sass/themes/schemas/components/dark/_chip.scss +7 -7
- package/sass/themes/schemas/components/dark/_column-actions.scss +5 -5
- package/sass/themes/schemas/components/dark/_combo.scss +6 -6
- package/sass/themes/schemas/components/dark/_date-picker.scss +8 -8
- package/sass/themes/schemas/components/dark/_date-range-picker.scss +5 -5
- package/sass/themes/schemas/components/dark/_dialog.scss +5 -5
- package/sass/themes/schemas/components/dark/_divider.scss +5 -5
- package/sass/themes/schemas/components/dark/_dock-manager.scss +5 -5
- package/sass/themes/schemas/components/dark/_drop-down.scss +5 -5
- package/sass/themes/schemas/components/dark/_expansion-panel.scss +5 -5
- package/sass/themes/schemas/components/dark/_file-input.scss +5 -5
- package/sass/themes/schemas/components/dark/_grid-filtering.scss +5 -5
- package/sass/themes/schemas/components/dark/_grid-summary.scss +9 -9
- package/sass/themes/schemas/components/dark/_grid-toolbar.scss +5 -5
- package/sass/themes/schemas/components/dark/_grid.scss +57 -14
- package/sass/themes/schemas/components/dark/_highlight.scss +7 -7
- package/sass/themes/schemas/components/dark/_icon-button.scss +46 -46
- package/sass/themes/schemas/components/dark/_icon.scss +5 -5
- package/sass/themes/schemas/components/dark/_input-group.scss +6 -6
- package/sass/themes/schemas/components/dark/_label.scss +5 -5
- package/sass/themes/schemas/components/dark/_list.scss +5 -5
- package/sass/themes/schemas/components/dark/_navbar.scss +5 -5
- package/sass/themes/schemas/components/dark/_navdrawer.scss +5 -5
- package/sass/themes/schemas/components/dark/_overlay.scss +5 -5
- package/sass/themes/schemas/components/dark/_pagination.scss +5 -5
- package/sass/themes/schemas/components/dark/_pivot-data-selector.scss +9 -9
- package/sass/themes/schemas/components/dark/_progress.scss +10 -10
- package/sass/themes/schemas/components/dark/_query-builder.scss +3 -3
- package/sass/themes/schemas/components/dark/_radio.scss +5 -5
- package/sass/themes/schemas/components/dark/_rating.scss +5 -5
- package/sass/themes/schemas/components/dark/_resize-indicator.scss +9 -9
- package/sass/themes/schemas/components/dark/_ripple.scss +5 -5
- package/sass/themes/schemas/components/dark/_scrollbar.scss +5 -5
- package/sass/themes/schemas/components/dark/_select.scss +5 -5
- package/sass/themes/schemas/components/dark/_slider.scss +5 -5
- package/sass/themes/schemas/components/dark/_snackbar.scss +6 -6
- package/sass/themes/schemas/components/dark/_splitter.scss +13 -7
- package/sass/themes/schemas/components/dark/_stepper.scss +5 -5
- package/sass/themes/schemas/components/dark/_switch.scss +5 -5
- package/sass/themes/schemas/components/dark/_tabs.scss +5 -5
- package/sass/themes/schemas/components/dark/_tile-manager.scss +11 -11
- package/sass/themes/schemas/components/dark/_time-picker.scss +5 -5
- package/sass/themes/schemas/components/dark/_toast.scss +4 -4
- package/sass/themes/schemas/components/dark/_tooltip.scss +7 -7
- package/sass/themes/schemas/components/dark/_tree.scss +5 -5
- package/sass/themes/schemas/components/dark/_validator.scss +5 -5
- package/sass/themes/schemas/components/dark/_watermark.scss +5 -5
- package/sass/themes/schemas/components/dark/calendar/_base.scss +9 -9
- package/sass/themes/schemas/components/dark/calendar/_days-view.scss +11 -11
- package/sass/themes/schemas/components/dark/calendar/_picker.scss +8 -8
- package/sass/themes/schemas/components/dark/calendar/_year-month-view.scss +11 -11
- package/sass/themes/schemas/components/elevation/_button-group.scss +3 -3
- package/sass/themes/schemas/components/elevation/_carousel.scss +2 -2
- package/sass/themes/schemas/components/light/_action-strip.scss +9 -9
- package/sass/themes/schemas/components/light/_avatar.scss +9 -9
- package/sass/themes/schemas/components/light/_badge.scss +12 -12
- package/sass/themes/schemas/components/light/_banner.scss +9 -9
- package/sass/themes/schemas/components/light/_bottom-nav.scss +12 -12
- package/sass/themes/schemas/components/light/_button-group.scss +14 -14
- package/sass/themes/schemas/components/light/_button.scss +103 -103
- package/sass/themes/schemas/components/light/_calendar.scss +28 -28
- package/sass/themes/schemas/components/light/_card.scss +14 -42
- package/sass/themes/schemas/components/light/_carousel.scss +12 -12
- package/sass/themes/schemas/components/light/_chat.scss +9 -9
- package/sass/themes/schemas/components/light/_checkbox.scss +9 -9
- package/sass/themes/schemas/components/light/_chip.scss +27 -27
- package/sass/themes/schemas/components/light/_column-actions.scss +9 -9
- package/sass/themes/schemas/components/light/_combo.scss +11 -11
- package/sass/themes/schemas/components/light/_date-picker.scss +8 -8
- package/sass/themes/schemas/components/light/_date-range-picker.scss +9 -9
- package/sass/themes/schemas/components/light/_dialog.scss +14 -23
- package/sass/themes/schemas/components/light/_divider.scss +7 -7
- package/sass/themes/schemas/components/light/_dock-manager.scss +9 -9
- package/sass/themes/schemas/components/light/_drop-down.scss +16 -24
- package/sass/themes/schemas/components/light/_expansion-panel.scss +12 -24
- package/sass/themes/schemas/components/light/_file-input.scss +1 -1
- package/sass/themes/schemas/components/light/_grid-filtering.scss +9 -9
- package/sass/themes/schemas/components/light/_grid-summary.scss +13 -26
- package/sass/themes/schemas/components/light/_grid-toolbar.scss +9 -9
- package/sass/themes/schemas/components/light/_grid.scss +162 -68
- package/sass/themes/schemas/components/light/_highlight.scss +10 -10
- package/sass/themes/schemas/components/light/_icon-button.scss +48 -48
- package/sass/themes/schemas/components/light/_icon.scss +9 -9
- package/sass/themes/schemas/components/light/_input-group.scss +17 -26
- package/sass/themes/schemas/components/light/_label.scss +8 -8
- package/sass/themes/schemas/components/light/_list.scss +13 -33
- package/sass/themes/schemas/components/light/_navbar.scss +12 -12
- package/sass/themes/schemas/components/light/_navdrawer.scss +14 -26
- package/sass/themes/schemas/components/light/_overlay.scss +9 -9
- package/sass/themes/schemas/components/light/_pagination.scss +9 -9
- package/sass/themes/schemas/components/light/_pivot-data-selector.scss +9 -9
- package/sass/themes/schemas/components/light/_progress.scss +13 -13
- package/sass/themes/schemas/components/light/_query-builder.scss +10 -10
- package/sass/themes/schemas/components/light/_radio.scss +9 -9
- package/sass/themes/schemas/components/light/_rating.scss +9 -9
- package/sass/themes/schemas/components/light/_resize-indicator.scss +8 -8
- package/sass/themes/schemas/components/light/_ripple.scss +9 -9
- package/sass/themes/schemas/components/light/_scrollbar.scss +9 -9
- package/sass/themes/schemas/components/light/_select.scss +9 -9
- package/sass/themes/schemas/components/light/_slider.scss +11 -17
- package/sass/themes/schemas/components/light/_snackbar.scss +9 -9
- package/sass/themes/schemas/components/light/_splitter.scss +9 -9
- package/sass/themes/schemas/components/light/_stepper.scss +8 -8
- package/sass/themes/schemas/components/light/_switch.scss +9 -9
- package/sass/themes/schemas/components/light/_tabs.scss +9 -9
- package/sass/themes/schemas/components/light/_tile-manager.scss +10 -10
- package/sass/themes/schemas/components/light/_time-picker.scss +10 -19
- package/sass/themes/schemas/components/light/_toast.scss +11 -11
- package/sass/themes/schemas/components/light/_tooltip.scss +10 -10
- package/sass/themes/schemas/components/light/_tree.scss +8 -8
- package/sass/themes/schemas/components/light/_validator.scss +9 -9
- package/sass/themes/schemas/components/light/_watermark.scss +9 -9
- package/sass/themes/schemas/components/light/calendar/_base.scss +9 -29
- package/sass/themes/schemas/components/light/calendar/_days-view.scss +8 -17
- package/sass/themes/schemas/components/light/calendar/_picker.scss +9 -17
- package/sass/themes/schemas/components/light/calendar/_year-month-view.scss +9 -17
- package/sass/typography/_functions.scss +14 -14
- package/sass/typography/_mixins.scss +7 -7
- package/sass/utils/_css.scss +1 -1
- package/sass/utils/_map.scss +5 -5
- package/sass/utils/_math.scss +6 -5
- package/sass/utils/_meta.scss +4 -4
- package/tailwind/utilities/bootstrap.css +1 -1
- package/tailwind/utilities/fluent.css +1 -1
- package/tailwind/utilities/indigo.css +1 -1
- package/tailwind/utilities/material.css +1 -1
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates the base dark grid schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
/// @prop {Color} content-background [color: 'surface'] - The table body background color.
|
|
13
13
|
/// @prop {Map} drop-area-background [color: ('gray', 100, .4)] - The drop area background color.
|
|
14
14
|
/// @prop {Map} header-border-color [color: ('gray', 200, .24)] - The color used for header borders.
|
|
@@ -17,9 +17,12 @@
|
|
|
17
17
|
/// @prop {Map} header-selected-text-color [contrast-color: ('secondary', 600)] - The table header text color when selected (ex. column selection).
|
|
18
18
|
/// @prop {Map} row-border-color [color: ('gray', 200, .24)] - The row bottom border color.
|
|
19
19
|
/// @prop {Map} row-hover-background [color: ('gray', 100)] - The hover row background color.
|
|
20
|
+
/// @prop {Map} body-column-hover-border-color [color: ('gray', 100)] - The border color used for the body columns.
|
|
20
21
|
/// @prop {Map} row-hover-text-color [contrast-color: ('gray', 100)] - The hover row text color.
|
|
21
22
|
/// @prop {Map} row-selected-background [color: ('secondary', 'A700')] - The selected row background color.
|
|
22
23
|
/// @prop {Map} row-selected-hover-background [color: ('secondary', 'A400')] - The selected row background color on hover.
|
|
24
|
+
/// @prop {Map} body-column-selected-border-color [color: ('secondary', A700)] - The border color used for the body column when in group-row state.
|
|
25
|
+
/// @prop {Map} body-column-hover-selected-border-color [color: ('secondary', A400)] - The border color used for the body column when in group-row + hover state.
|
|
23
26
|
/// @prop {Map} row-selected-text-color [contrast-color: ('secondary', 'A700')] - The selected row text color.
|
|
24
27
|
/// @prop {Map} row-selected-hover-text-color [contrast-color: ('secondary', 'A400')] - The selected row hover text color.
|
|
25
28
|
/// @prop {Map} row-highlight [color: ('secondary', 500)] - The highlight color of a row.
|
|
@@ -96,6 +99,13 @@ $base-dark-grid: (
|
|
|
96
99
|
),
|
|
97
100
|
),
|
|
98
101
|
|
|
102
|
+
body-column-hover-border-color: (
|
|
103
|
+
color: (
|
|
104
|
+
'gray',
|
|
105
|
+
100,
|
|
106
|
+
),
|
|
107
|
+
),
|
|
108
|
+
|
|
99
109
|
row-selected-background: (
|
|
100
110
|
color: (
|
|
101
111
|
'secondary',
|
|
@@ -110,6 +120,20 @@ $base-dark-grid: (
|
|
|
110
120
|
),
|
|
111
121
|
),
|
|
112
122
|
|
|
123
|
+
body-column-selected-border-color: (
|
|
124
|
+
color: (
|
|
125
|
+
'secondary',
|
|
126
|
+
'A700',
|
|
127
|
+
),
|
|
128
|
+
),
|
|
129
|
+
|
|
130
|
+
body-column-hover-selected-border-color: (
|
|
131
|
+
color: (
|
|
132
|
+
'secondary',
|
|
133
|
+
'A400',
|
|
134
|
+
),
|
|
135
|
+
),
|
|
136
|
+
|
|
113
137
|
row-selected-text-color: (
|
|
114
138
|
contrast-color: (
|
|
115
139
|
'secondary',
|
|
@@ -201,12 +225,12 @@ $base-dark-grid: (
|
|
|
201
225
|
);
|
|
202
226
|
|
|
203
227
|
/// Generates a dark material grid schema based on a mix of $material-grid and $base-dark-grid.
|
|
204
|
-
/// @type
|
|
228
|
+
/// @type Map
|
|
205
229
|
/// @prop {Map} header-text-color [color: ('gray', 800, .7)] - The table header text color.
|
|
206
230
|
/// @prop {Map} group-label-column-name-text [color: ('primary', 500)] - The grid group row column name text color.
|
|
207
231
|
/// @prop {Map} group-label-icon [color: ('primary', 500)] - The grid group row icon color.
|
|
208
232
|
/// @prop {Map} group-count-text-color [color: ('gray', 600)] - The grid group row cont badge text color.
|
|
209
|
-
/// @prop {Map} summaries-patch-background [color: ('gray', 50)] - The leading summaries patch
|
|
233
|
+
/// @prop {Map} summaries-patch-background [color: ('gray', 50)] - The leading summaries patch background. Used in hierarchical grids.
|
|
210
234
|
/// @requires $material-grid
|
|
211
235
|
/// @requires $base-dark-grid
|
|
212
236
|
$dark-material-grid: extend(
|
|
@@ -252,12 +276,16 @@ $dark-material-grid: extend(
|
|
|
252
276
|
);
|
|
253
277
|
|
|
254
278
|
/// Generates a dark fluent grid schema based on a mix of $fluent-grid and $base-dark-grid.
|
|
255
|
-
/// @type
|
|
279
|
+
/// @type Map
|
|
256
280
|
/// @prop {Map} header-selected-background [color: ('gray', 200)] - The table header background color when selected (ex. column selection).
|
|
257
281
|
/// @prop {Map} header-selected-text-color [contrast-color: ('gray', 200)] - The table header text color when selected (ex. column selection).
|
|
258
282
|
/// @prop {Map} row-selected-background [color: ('gray', 100)] - The selected row background color.
|
|
259
283
|
/// @prop {Map} row-selected-hover-background [color: ('gray', 200)] - The selected row background color on hover.
|
|
284
|
+
/// @prop {Map} body-column-selected-border-color [color: ('gray', 100)] - The border color used for the body column when in group-row state.
|
|
285
|
+
/// @prop {Map} body-column-hover-selected-border-color [color: ('gray', 200)] - The border color used for the body column when in group-row + hover state.
|
|
260
286
|
/// @prop {Map} row-selected-hover-text-color [contrast-color: ('gray', 200)] - The selected row hover text color.
|
|
287
|
+
/// @prop {Map} body-column-selected-border-color [color: ('gray', 100)] - The border color used for the body column when in group-row state.
|
|
288
|
+
/// @prop {Map} body-column-hover-selected-border-color [color: ('gray', 200)] - The border color used for the body column when in group-row + hover state.
|
|
261
289
|
/// @prop {Map} cell-selected-within-background [color: ('gray', 200)] - The background of the selected cell inside a selected row/column.
|
|
262
290
|
/// @prop {Map} cell-selected-within-text-color [contrast-color: ('gray', 200)] - The color of the selected cell inside a selected row/column.
|
|
263
291
|
/// @prop {Map} group-row-background [color: ('gray', 100, .5)] - The grid group row background color.
|
|
@@ -290,13 +318,6 @@ $dark-fluent-grid: extend(
|
|
|
290
318
|
),
|
|
291
319
|
),
|
|
292
320
|
|
|
293
|
-
row-selected-background: (
|
|
294
|
-
color: (
|
|
295
|
-
'gray',
|
|
296
|
-
100,
|
|
297
|
-
),
|
|
298
|
-
),
|
|
299
|
-
|
|
300
321
|
row-selected-hover-text-color: (
|
|
301
322
|
contrast-color: (
|
|
302
323
|
'gray',
|
|
@@ -318,6 +339,13 @@ $dark-fluent-grid: extend(
|
|
|
318
339
|
),
|
|
319
340
|
),
|
|
320
341
|
|
|
342
|
+
row-selected-background: (
|
|
343
|
+
color: (
|
|
344
|
+
'gray',
|
|
345
|
+
100,
|
|
346
|
+
),
|
|
347
|
+
),
|
|
348
|
+
|
|
321
349
|
row-selected-hover-background: (
|
|
322
350
|
color: (
|
|
323
351
|
'gray',
|
|
@@ -325,6 +353,20 @@ $dark-fluent-grid: extend(
|
|
|
325
353
|
),
|
|
326
354
|
),
|
|
327
355
|
|
|
356
|
+
body-column-selected-border-color: (
|
|
357
|
+
color: (
|
|
358
|
+
'gray',
|
|
359
|
+
100,
|
|
360
|
+
),
|
|
361
|
+
),
|
|
362
|
+
|
|
363
|
+
body-column-hover-selected-border-color: (
|
|
364
|
+
color: (
|
|
365
|
+
'gray',
|
|
366
|
+
200,
|
|
367
|
+
),
|
|
368
|
+
),
|
|
369
|
+
|
|
328
370
|
group-row-background: (
|
|
329
371
|
color: (
|
|
330
372
|
'gray',
|
|
@@ -343,7 +385,7 @@ $dark-fluent-grid: extend(
|
|
|
343
385
|
);
|
|
344
386
|
|
|
345
387
|
/// Generates a dark bootstrap grid schema based on a mix of $bootstrap-grid and $base-dark-grid.
|
|
346
|
-
/// @type
|
|
388
|
+
/// @type Map
|
|
347
389
|
/// @prop {Map} group-count-text-color [color: ('gray', 600)] - The grid group row cont badge text color.
|
|
348
390
|
/// @prop {Map} group-label-icon [color: ('primary', 300)] - The grid group row icon color.
|
|
349
391
|
/// @prop {Map} group-label-column-name-text [color: ('primary', 300)] - The grid group row column name text color.
|
|
@@ -421,10 +463,10 @@ $dark-bootstrap-grid: extend(
|
|
|
421
463
|
);
|
|
422
464
|
|
|
423
465
|
/// Generates a dark indigo grid schema.
|
|
424
|
-
/// @type
|
|
466
|
+
/// @type Map
|
|
425
467
|
/// @prop {Map} content-text-color [contrast-color: ('gray', 50, .8)] - The table body text color.
|
|
426
468
|
/// @prop {Map} header-border-color [color: ('gray', 200)] - The color used for header borders.
|
|
427
|
-
/// @prop {
|
|
469
|
+
/// @prop {Map} header-text-color [contrast-color: ('gray', 50, .9)] - The table header text color.
|
|
428
470
|
/// @prop {Map} header-selected-background [color: ('primary', 900)] - The table header background color when selected (ex. column selection).
|
|
429
471
|
/// @prop {Map} header-selected-text-color [contrast-color: ('gray' 50)] - The table header text color when selected (ex. column selection).
|
|
430
472
|
/// @prop {Map} filtering-header-background [color: ('gray', 100)] - The background color of the filtered column header.
|
|
@@ -434,6 +476,7 @@ $dark-bootstrap-grid: extend(
|
|
|
434
476
|
/// @prop {Map} drop-area-icon-color [contrast-color: ('gray', 50, .6)] - The drop area icon color.
|
|
435
477
|
/// @prop {Map} row-border-color [color: ('gray', 100)] - The row bottom border color.
|
|
436
478
|
/// @prop {Map} row-hover-background [color: ('primary', 100)] - The hover row background color.
|
|
479
|
+
/// @prop {Map} body-column-hover-border-color [color: ('gray', 100)] - The border color used for the body columns.
|
|
437
480
|
/// @prop {Map} row-hover-text-color [contrast-color: ('gray', 50)] - The hover row text color.
|
|
438
481
|
/// @prop {Map} row-selected-background [color: ('primary', 900)] - The selected row background color.
|
|
439
482
|
/// @prop {Map} row-selected-text-color [contrast-color: ('primary', 900)] - The selected row text color.
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
/// Generates a base dark grid-toolbar schema.
|
|
11
11
|
/// @property {Map} resting-background [color: ('gray', 200)] - The background color used for the highlight in its resting state.
|
|
12
12
|
/// @property {Map} resting-color [contrast-color: ('gray', 200)] - The icon color used for the highlight in its resting state.
|
|
13
|
-
/// @type
|
|
13
|
+
/// @type Map
|
|
14
14
|
$dark-base-highlight: (
|
|
15
15
|
resting-background: (
|
|
16
16
|
color: (
|
|
@@ -33,27 +33,27 @@ $dark-base-highlight: (
|
|
|
33
33
|
);
|
|
34
34
|
|
|
35
35
|
/// Generates a dark material highlight schema.
|
|
36
|
-
/// @type
|
|
36
|
+
/// @type Map
|
|
37
37
|
/// @requires $material-highlight
|
|
38
38
|
/// @requires $dark-base-highlight
|
|
39
39
|
$dark-material-highlight: extend($material-highlight, $dark-base-highlight);
|
|
40
40
|
|
|
41
41
|
/// Generates a dark highlight schema.
|
|
42
|
-
/// @type
|
|
42
|
+
/// @type Map
|
|
43
43
|
/// @requires $light-highlight
|
|
44
44
|
/// @requires $dark-base-highlight
|
|
45
45
|
$dark-highlight: extend($light-highlight, $dark-base-highlight);
|
|
46
46
|
|
|
47
47
|
/// Generates a dark fluent highlight schema.
|
|
48
|
-
/// @type
|
|
48
|
+
/// @type Map
|
|
49
49
|
/// @requires $fluent-highlight
|
|
50
50
|
/// @requires $dark-base-highlight
|
|
51
51
|
$dark-fluent-highlight: extend($fluent-highlight, $dark-base-highlight);
|
|
52
52
|
|
|
53
53
|
/// Generates a dark bootstrap highlight schema.
|
|
54
|
-
/// @type
|
|
54
|
+
/// @type Map
|
|
55
55
|
/// @property {Map} active-background [color: ('primary', A100)] - The background color used for the highlight in its active state.
|
|
56
|
-
/// @property {Map} active-color [contrast-color: ('primary', A100) - The text color used for the highlight in its active state.
|
|
56
|
+
/// @property {Map} active-color [contrast-color: ('primary', A100)] - The text color used for the highlight in its active state.
|
|
57
57
|
/// @requires $bootstrap-highlight
|
|
58
58
|
/// @requires $dark-base-highlight
|
|
59
59
|
$dark-bootstrap-highlight: extend(
|
|
@@ -77,7 +77,7 @@ $dark-bootstrap-highlight: extend(
|
|
|
77
77
|
);
|
|
78
78
|
|
|
79
79
|
/// Generates a dark indigo highlight schema.
|
|
80
|
-
/// @type
|
|
80
|
+
/// @type Map
|
|
81
81
|
/// @requires $indigo-highlight
|
|
82
82
|
/// @requires $dark-base-highlight
|
|
83
83
|
$dark-indigo-highlight: extend($indigo-highlight, $dark-base-highlight);
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
/// Base light icon-button schema.
|
|
12
12
|
/// @access private
|
|
13
|
-
/// @type
|
|
13
|
+
/// @type Map
|
|
14
14
|
$dark-icon-button: (
|
|
15
15
|
_meta: (
|
|
16
16
|
variant: 'dark',
|
|
@@ -18,19 +18,19 @@ $dark-icon-button: (
|
|
|
18
18
|
);
|
|
19
19
|
|
|
20
20
|
/// Generates a dark material flat icon button schema.
|
|
21
|
-
/// @type
|
|
22
|
-
/// @requires
|
|
21
|
+
/// @type Map
|
|
22
|
+
/// @requires $material-flat-icon-button
|
|
23
23
|
$material-flat-icon-button-dark: extend($material-flat-icon-button, $dark-icon-button);
|
|
24
24
|
|
|
25
25
|
/// Generates a dark material contained icon button schema.
|
|
26
|
-
/// @type
|
|
26
|
+
/// @type Map
|
|
27
27
|
/// @prop {Map} background [color: ('gray', 900, .24)] - The background color of the material contained icon button.
|
|
28
28
|
/// @prop {Map} hover-background [color: ('gray', 900, .32)] - The hover background color of the material contained icon button.
|
|
29
29
|
/// @prop {Map} focus-background [color: ('gray', 900, .4)] - The focus background color of the material contained icon button.
|
|
30
30
|
/// @prop {Map} focus-hover-background [color: ('gray', 900, .44)] - The background color on focus hovered state of the material contained icon button.
|
|
31
31
|
/// @prop {Map} active-background [color: ('gray', 900, .5)] - The active background color of the material contained icon button.
|
|
32
32
|
/// @prop {Map} disabled-background [color: ('gray', 900, .16)] - The disabled background color of the material contained icon button.
|
|
33
|
-
/// @requires
|
|
33
|
+
/// @requires $material-contained-icon-button
|
|
34
34
|
$material-contained-icon-button-dark: extend(
|
|
35
35
|
$material-contained-icon-button,
|
|
36
36
|
$dark-icon-button,
|
|
@@ -81,22 +81,22 @@ $material-contained-icon-button-dark: extend(
|
|
|
81
81
|
);
|
|
82
82
|
|
|
83
83
|
/// Generates a dark material outlined icon button schema.
|
|
84
|
-
/// @type
|
|
85
|
-
/// @requires
|
|
84
|
+
/// @type Map
|
|
85
|
+
/// @requires $material-outlined-icon-button
|
|
86
86
|
$material-outlined-icon-button-dark: extend($material-outlined-icon-button, $dark-icon-button);
|
|
87
87
|
|
|
88
88
|
/// Generates a dark material icon button schema.
|
|
89
|
-
/// @type
|
|
90
|
-
/// @requires
|
|
91
|
-
/// @requires
|
|
92
|
-
/// @requires
|
|
89
|
+
/// @type Map
|
|
90
|
+
/// @requires $material-flat-icon-button-dark
|
|
91
|
+
/// @requires $material-outlined-icon-button-dark
|
|
92
|
+
/// @requires $material-contained-icon-button-dark
|
|
93
93
|
$dark-material-icon-button: (
|
|
94
94
|
flat: $material-flat-icon-button-dark,
|
|
95
95
|
outlined: $material-outlined-icon-button-dark,
|
|
96
96
|
contained: $material-contained-icon-button-dark,
|
|
97
97
|
);
|
|
98
98
|
|
|
99
|
-
/// @type
|
|
99
|
+
/// @type Map
|
|
100
100
|
/// @prop {Map} hover-background [color: ('gray', 50)] - The hover background color of the fluent icon button.
|
|
101
101
|
/// @prop {Map} focus-border-color [color: ('gray', 400)] - The focus border color of the fluent dark icon button.
|
|
102
102
|
/// @prop {Map} focus-hover-background [color: ('gray', 50)] - The background color on focus hovered state of the icon button.
|
|
@@ -143,14 +143,14 @@ $fluent-base-icon-button-dark: (
|
|
|
143
143
|
);
|
|
144
144
|
|
|
145
145
|
/// Generates a dark fluent flat icon button schema.
|
|
146
|
-
/// @type
|
|
146
|
+
/// @type Map
|
|
147
147
|
/// @prop {Map} foreground [color: ('primary', 300)] - The idle text color of the fluent icon button.
|
|
148
148
|
/// @prop {Map} hover-foreground [color: ('primary', 200)] - The hover text color of the fluent icon button.
|
|
149
149
|
/// @prop {Map} focus-foreground [color: ('primary', 300)] - The focus text color of the fluent icon button.
|
|
150
150
|
/// @prop {Map} focus-hover-foreground [color: ('primary', 200)] - The foreground color on focus hovered state of the icon button.
|
|
151
151
|
/// @prop {Map} active-foreground [color: ('primary', 100)] - The active text color of the fluent icon button.
|
|
152
|
-
/// @requires
|
|
153
|
-
/// @requires
|
|
152
|
+
/// @requires $fluent-flat-icon-button
|
|
153
|
+
/// @requires $fluent-base-icon-button-dark
|
|
154
154
|
$fluent-flat-icon-button-dark: extend(
|
|
155
155
|
$fluent-flat-icon-button,
|
|
156
156
|
$fluent-base-icon-button-dark,
|
|
@@ -190,7 +190,7 @@ $fluent-flat-icon-button-dark: extend(
|
|
|
190
190
|
);
|
|
191
191
|
|
|
192
192
|
/// Generates a dark fluent contained icon button schema.
|
|
193
|
-
/// @type
|
|
193
|
+
/// @type Map
|
|
194
194
|
/// @prop {Map} background [color: ('primary', 300)] - The background color of the fluent dark contained icon button.
|
|
195
195
|
/// @prop {Map} foreground [contrast-color: ('primary', 300)] - The idle text color of the fluent dark contained icon button.
|
|
196
196
|
/// @prop {Map} hover-background [color: ('primary', 200)] - The hover background color of the fluent dark contained icon button.
|
|
@@ -202,8 +202,8 @@ $fluent-flat-icon-button-dark: extend(
|
|
|
202
202
|
/// @prop {Map} active-background [color: ('primary', 100)] - The active background color of the fluent dark contained icon button.
|
|
203
203
|
/// @prop {Map} active-foreground [contrast-color: ('primary', 300)] - The active text color of the fluent dark contained icon button.
|
|
204
204
|
/// @prop {Map} focus-border-color [contrast-color: ('primary', 300)] - The focus border color of the fluent dark contained icon button.
|
|
205
|
-
/// @requires
|
|
206
|
-
/// @requires
|
|
205
|
+
/// @requires $fluent-contained-icon-button
|
|
206
|
+
/// @requires $fluent-base-icon-button-dark
|
|
207
207
|
$fluent-contained-icon-button-dark: extend(
|
|
208
208
|
$fluent-contained-icon-button,
|
|
209
209
|
$fluent-base-icon-button-dark,
|
|
@@ -279,11 +279,11 @@ $fluent-contained-icon-button-dark: extend(
|
|
|
279
279
|
);
|
|
280
280
|
|
|
281
281
|
/// Generates a dark fluent outlined icon button schema.
|
|
282
|
-
/// @type
|
|
282
|
+
/// @type Map
|
|
283
283
|
/// @prop {Map} border-color [color: ('gray', 400)] - The border color of the fluent outlined icon button.
|
|
284
284
|
/// @prop {Map} disabled-border-color [color: ('gray', 100)] - The disabled focused border color of an outlined icon button.
|
|
285
|
-
/// @requires
|
|
286
|
-
/// @requires
|
|
285
|
+
/// @requires $fluent-outlined-icon-button
|
|
286
|
+
/// @requires $fluent-base-icon-button-dark
|
|
287
287
|
$fluent-outlined-icon-button-dark: extend(
|
|
288
288
|
$fluent-outlined-icon-button,
|
|
289
289
|
$fluent-base-icon-button-dark,
|
|
@@ -305,10 +305,10 @@ $fluent-outlined-icon-button-dark: extend(
|
|
|
305
305
|
);
|
|
306
306
|
|
|
307
307
|
/// Generates a dark fluent icon button schema.
|
|
308
|
-
/// @type
|
|
309
|
-
/// @requires
|
|
310
|
-
/// @requires
|
|
311
|
-
/// @requires
|
|
308
|
+
/// @type Map
|
|
309
|
+
/// @requires $fluent-flat-icon-button-dark
|
|
310
|
+
/// @requires $fluent-outlined-icon-button-dark
|
|
311
|
+
/// @requires $fluent-contained-icon-button-dark
|
|
312
312
|
$dark-fluent-icon-button: (
|
|
313
313
|
flat: $fluent-flat-icon-button-dark,
|
|
314
314
|
outlined: $fluent-outlined-icon-button-dark,
|
|
@@ -316,25 +316,25 @@ $dark-fluent-icon-button: (
|
|
|
316
316
|
);
|
|
317
317
|
|
|
318
318
|
/// Generates a dark bootstrap flat icon button schema.
|
|
319
|
-
/// @type
|
|
320
|
-
/// @requires
|
|
319
|
+
/// @type Map
|
|
320
|
+
/// @requires $bootstrap-flat-icon-button
|
|
321
321
|
$bootstrap-flat-icon-button-dark: extend($bootstrap-flat-icon-button, $dark-icon-button);
|
|
322
322
|
|
|
323
323
|
/// Generates a dark bootstrap contained icon button schema.
|
|
324
|
-
/// @type
|
|
325
|
-
/// @requires
|
|
324
|
+
/// @type Map
|
|
325
|
+
/// @requires $bootstrap-contained-icon-button
|
|
326
326
|
$bootstrap-contained-icon-button-dark: extend($bootstrap-contained-icon-button, $dark-icon-button);
|
|
327
327
|
|
|
328
328
|
/// Generates a dark bootstrap outlined icon button schema.
|
|
329
|
-
/// @type
|
|
330
|
-
/// @requires
|
|
329
|
+
/// @type Map
|
|
330
|
+
/// @requires $bootstrap-outlined-icon-button
|
|
331
331
|
$bootstrap-outlined-icon-button-dark: extend($bootstrap-outlined-icon-button, $dark-icon-button);
|
|
332
332
|
|
|
333
333
|
/// Generates a dark bootstrap icon button schema.
|
|
334
|
-
/// @type
|
|
335
|
-
/// @requires
|
|
336
|
-
/// @requires
|
|
337
|
-
/// @requires
|
|
334
|
+
/// @type Map
|
|
335
|
+
/// @requires $bootstrap-flat-icon-button-dark
|
|
336
|
+
/// @requires $bootstrap-outlined-icon-button-dark
|
|
337
|
+
/// @requires $bootstrap-contained-icon-button-dark
|
|
338
338
|
$dark-bootstrap-icon-button: (
|
|
339
339
|
flat: $bootstrap-flat-icon-button-dark,
|
|
340
340
|
outlined: $bootstrap-outlined-icon-button-dark,
|
|
@@ -353,7 +353,7 @@ $dark-bootstrap-icon-button: (
|
|
|
353
353
|
/// @prop {Map} active-foreground [contrast-color: ('primary', 500)] - The active text color of the indigo icon button.
|
|
354
354
|
/// @prop {Map} disabled-foreground [contrast-color: ('gray', 50, .2)] - The disabled foreground color of the indigo icon button.
|
|
355
355
|
/// @prop {Map} shadow-color [contrast-color: ('primary', 500, 0.2)] - The shadow color of the indigo icon button.
|
|
356
|
-
/// @type
|
|
356
|
+
/// @type Map
|
|
357
357
|
$indigo-base-icon-button-dark: (
|
|
358
358
|
foreground: (
|
|
359
359
|
contrast-color: (
|
|
@@ -432,15 +432,15 @@ $indigo-base-icon-button-dark: (
|
|
|
432
432
|
);
|
|
433
433
|
|
|
434
434
|
/// Generates a dark indigo flat icon button schema.
|
|
435
|
-
/// @type
|
|
436
|
-
/// @requires
|
|
435
|
+
/// @type Map
|
|
436
|
+
/// @requires $indigo-flat-icon-button
|
|
437
437
|
$indigo-flat-icon-button-dark: extend($indigo-flat-icon-button, $indigo-base-icon-button-dark, $dark-icon-button);
|
|
438
438
|
|
|
439
439
|
/// Generates a dark indigo outlined icon button schema.
|
|
440
|
-
/// @type
|
|
440
|
+
/// @type Map
|
|
441
441
|
/// @prop {Map} border-color [contrast-color: ('primary', 500, 0.6)] - The border color of the indigo outlined icon button.
|
|
442
442
|
/// @prop {Map} disabled-border-color [contrast-color: ('primary', 500, 0.2)] - The disabled border color of the indigo outlined icon button.
|
|
443
|
-
/// @requires
|
|
443
|
+
/// @requires $indigo-outlined-icon-button
|
|
444
444
|
$indigo-outlined-icon-button-dark: extend(
|
|
445
445
|
$indigo-outlined-icon-button,
|
|
446
446
|
$indigo-base-icon-button-dark,
|
|
@@ -464,12 +464,12 @@ $indigo-outlined-icon-button-dark: extend(
|
|
|
464
464
|
);
|
|
465
465
|
|
|
466
466
|
/// Generates a dark indigo contained icon button schema.
|
|
467
|
-
/// @type
|
|
467
|
+
/// @type Map
|
|
468
468
|
/// @prop {Map} hover-background [color: ('primary', 400)] - The hover background color of the indigo icon button.
|
|
469
469
|
/// @prop {Map} focus-hover-background [color: ('primary', 400)] - The background color on focus hovered state of the icon button.
|
|
470
470
|
/// @prop {Map} focus-border-color [contrast-color: ('primary', 400, .5)] - The focus border color of the indigo icon button.
|
|
471
471
|
/// @prop {Map} active-background [color: ('primary', 400)] - The active background color of the indigo contained icon button.
|
|
472
|
-
/// @requires
|
|
472
|
+
/// @requires $indigo-contained-icon-button
|
|
473
473
|
$indigo-contained-icon-button-dark: extend(
|
|
474
474
|
$indigo-contained-icon-button,
|
|
475
475
|
$indigo-base-icon-button-dark,
|
|
@@ -504,10 +504,10 @@ $indigo-contained-icon-button-dark: extend(
|
|
|
504
504
|
);
|
|
505
505
|
|
|
506
506
|
/// Generates a dark indigo icon button schema.
|
|
507
|
-
/// @type
|
|
508
|
-
/// @requires
|
|
509
|
-
/// @requires
|
|
510
|
-
/// @requires
|
|
507
|
+
/// @type Map
|
|
508
|
+
/// @requires $indigo-flat-icon-button-dark
|
|
509
|
+
/// @requires $indigo-outlined-icon-button-dark
|
|
510
|
+
/// @requires $indigo-contained-icon-button-dark
|
|
511
511
|
$dark-indigo-icon-button: (
|
|
512
512
|
flat: $indigo-flat-icon-button-dark,
|
|
513
513
|
outlined: $indigo-outlined-icon-button-dark,
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
/// Generates a base dark icon schema.
|
|
12
12
|
/// @access private
|
|
13
|
-
/// @type
|
|
13
|
+
/// @type Map
|
|
14
14
|
$dark-base-icon: (
|
|
15
15
|
_meta: (
|
|
16
16
|
name: 'icon',
|
|
@@ -19,12 +19,12 @@ $dark-base-icon: (
|
|
|
19
19
|
);
|
|
20
20
|
|
|
21
21
|
/// Generates a dark material icon schema.
|
|
22
|
-
/// @type
|
|
22
|
+
/// @type Map
|
|
23
23
|
/// @requires $material-icon
|
|
24
24
|
$dark-material-icon: extend($material-icon, $dark-base-icon);
|
|
25
25
|
|
|
26
26
|
/// Generates a dark fluent icon schema.
|
|
27
|
-
/// @type
|
|
27
|
+
/// @type Map
|
|
28
28
|
/// @property {Map} disabled-color [color: ('gray' 500)] - The icon color.
|
|
29
29
|
/// @requires $fluent-icon
|
|
30
30
|
$dark-fluent-icon: extend(
|
|
@@ -41,11 +41,11 @@ $dark-fluent-icon: extend(
|
|
|
41
41
|
);
|
|
42
42
|
|
|
43
43
|
/// Generates a dark bootstrap icon schema.
|
|
44
|
-
/// @type
|
|
44
|
+
/// @type Map
|
|
45
45
|
/// @requires $bootstrap-icon
|
|
46
46
|
$dark-bootstrap-icon: extend($bootstrap-icon, $dark-base-icon);
|
|
47
47
|
|
|
48
48
|
/// Generates a dark indigo icon schema.
|
|
49
|
-
/// @type
|
|
49
|
+
/// @type Map
|
|
50
50
|
/// @requires $indigo-icon
|
|
51
51
|
$dark-indigo-icon: extend($indigo-icon, $dark-base-icon);
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
/// Generates a base dark input-group schema.
|
|
13
13
|
/// @access private
|
|
14
|
-
/// @type
|
|
14
|
+
/// @type Map
|
|
15
15
|
$dark-base-input-group: (
|
|
16
16
|
_meta: (
|
|
17
17
|
name: 'input-group',
|
|
@@ -20,7 +20,7 @@ $dark-base-input-group: (
|
|
|
20
20
|
);
|
|
21
21
|
|
|
22
22
|
/// Generates a dark material input-group schema.
|
|
23
|
-
/// @type
|
|
23
|
+
/// @type Map
|
|
24
24
|
/// @prop {Map} box-background [color: ('gray', 200, .38)] - The background color of an input group of type box.
|
|
25
25
|
/// @prop {Map} box-background-hover [color: ('gray', 200, .38)] - The background color of an input group of type box on hover.
|
|
26
26
|
/// @prop {Map} box-background-focus [color: ('gray', 300, .38)] - The background color of an input group of type box on focus.
|
|
@@ -61,7 +61,7 @@ $dark-material-input-group: extend(
|
|
|
61
61
|
);
|
|
62
62
|
|
|
63
63
|
/// Generates a dark fluent input-group schema.
|
|
64
|
-
/// @type
|
|
64
|
+
/// @type Map
|
|
65
65
|
/// @prop {Map} idle-secondary-color [color: ('gray', 800)] - The label color in the idle state.
|
|
66
66
|
/// @prop {Map} disabled-text-color [color: ('gray', 300)] - The input text color in the disabled state.
|
|
67
67
|
/// @prop {Map} input-prefix-color [color: ('gray', 400)] - The text color of an input prefix of type line, box and border.
|
|
@@ -225,12 +225,12 @@ $dark-fluent-input-group: extend(
|
|
|
225
225
|
);
|
|
226
226
|
|
|
227
227
|
/// Generates a dark bootstrap input-group schema.
|
|
228
|
-
/// @type
|
|
228
|
+
/// @type Map
|
|
229
229
|
/// @requires $bootstrap-input-group
|
|
230
230
|
$dark-bootstrap-input-group: extend($bootstrap-input-group, $dark-base-input-group);
|
|
231
231
|
|
|
232
232
|
/// Generates a dark indigo input-group schema,
|
|
233
|
-
/// @type
|
|
233
|
+
/// @type Map
|
|
234
234
|
/// @prop {Map} input-prefix-color [contrast-color: ('gray', 50, .6)] - The text color of an input prefix of type line, box and border.
|
|
235
235
|
/// @prop {Map} input-suffix-color [contrast-color: ('gray', 50, .6)] - The text color of an input suffix of type line, box and border.
|
|
236
236
|
/// @prop {Map} input-prefix-color--filled [contrast-color: ('gray', 50, .6)] - The input prefix color in the filled state.
|
|
@@ -256,7 +256,7 @@ $dark-bootstrap-input-group: extend($bootstrap-input-group, $dark-base-input-gro
|
|
|
256
256
|
/// @prop {Map} helper-text-color [contrast-color: ('gray', 50, .8)] - The color used for helper text.
|
|
257
257
|
/// @prop {Map} text-error-color [contrast-color: ('gray', 50, .8)] - The color used for the error message.
|
|
258
258
|
/// @requires $indigo-input-group
|
|
259
|
-
/// @requires
|
|
259
|
+
/// @requires $dark-indigo-validator
|
|
260
260
|
$dark-indigo-input-group: extend(
|
|
261
261
|
$indigo-input-group,
|
|
262
262
|
$dark-indigo-validator,
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
/// Generates a base dark label schema.
|
|
11
11
|
/// @access private
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
$dark-base-label: (
|
|
14
14
|
_meta: (
|
|
15
15
|
name: 'label',
|
|
@@ -18,12 +18,12 @@ $dark-base-label: (
|
|
|
18
18
|
);
|
|
19
19
|
|
|
20
20
|
/// Generates a dark material label schema.
|
|
21
|
-
/// @type
|
|
21
|
+
/// @type Map
|
|
22
22
|
/// @requires $material-label
|
|
23
23
|
$dark-material-label: extend($material-label, $dark-base-label);
|
|
24
24
|
|
|
25
25
|
/// Generates a dark fluent label schema.
|
|
26
|
-
/// @type
|
|
26
|
+
/// @type Map
|
|
27
27
|
/// @prop {Map} color [color: ('gray', 800)] - The label color.
|
|
28
28
|
/// @prop {Map} disabled-color [color: ('gray', 300)] - The label color in disabled state.
|
|
29
29
|
/// @requires $fluent-label
|
|
@@ -47,12 +47,12 @@ $dark-fluent-label: extend(
|
|
|
47
47
|
);
|
|
48
48
|
|
|
49
49
|
/// Generates a dark bootstrap label schema.
|
|
50
|
-
/// @type
|
|
50
|
+
/// @type Map
|
|
51
51
|
/// @requires $bootstrap-label
|
|
52
52
|
$dark-bootstrap-label: extend($bootstrap-label, $dark-base-label);
|
|
53
53
|
|
|
54
54
|
/// Generates a dark indigo label schema.
|
|
55
|
-
/// @type
|
|
55
|
+
/// @type Map
|
|
56
56
|
/// @prop {Map} color [contrast-color: ('primary', 500, .6)] - The label color.
|
|
57
57
|
/// @prop {Map} disabled-color [contrast-color: ('primary', 500, .2)] - The label color in disabled state.
|
|
58
58
|
$dark-indigo-label: extend(
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates a base dark list schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
/// @prop {Map} item-background-hover [color: ('gray', 100)] - The list item hover background.
|
|
13
13
|
/// @prop {Map} item-background-active [color: ('gray', 100)] - The active list item background color.
|
|
14
14
|
/// @prop {Map} item-background-selected [color: ('gray', 100)] - The selected list item background color.
|
|
@@ -41,13 +41,13 @@ $base-dark-list: (
|
|
|
41
41
|
);
|
|
42
42
|
|
|
43
43
|
/// Generates a dark material list schema based.
|
|
44
|
-
/// @type
|
|
44
|
+
/// @type Map
|
|
45
45
|
/// @requires $material-list
|
|
46
46
|
/// @requires $base-dark-list
|
|
47
47
|
$dark-material-list: extend($material-list, $base-dark-list);
|
|
48
48
|
|
|
49
49
|
/// Generates a dark fluent list schema.
|
|
50
|
-
/// @type
|
|
50
|
+
/// @type Map
|
|
51
51
|
/// @prop {Map} header-text-color [color: ('secondary', 500)] - The list header text color.
|
|
52
52
|
/// @requires $fluent-list
|
|
53
53
|
/// @requires $base-dark-list
|
|
@@ -65,7 +65,7 @@ $dark-fluent-list: extend(
|
|
|
65
65
|
);
|
|
66
66
|
|
|
67
67
|
/// Generates a dark bootstrap list schema.
|
|
68
|
-
/// @type
|
|
68
|
+
/// @type Map
|
|
69
69
|
/// @prop {Map} border-color [color: ('gray', 100)] - The list border color.
|
|
70
70
|
/// @prop {Map} item-background [color: ('gray', 50)] - The list item background color.
|
|
71
71
|
/// @prop {Map} item-background-hover [color: ('gray', 100)] - The list item hover background.
|
|
@@ -130,7 +130,7 @@ $dark-bootstrap-list: extend(
|
|
|
130
130
|
);
|
|
131
131
|
|
|
132
132
|
/// Generates a dark indigo list schema.
|
|
133
|
-
/// @type
|
|
133
|
+
/// @type Map
|
|
134
134
|
/// @prop {Map} header-text-color [contrast-color: ('gray', 50, .6)] - The list header text color.
|
|
135
135
|
/// @prop {Map} item-background-hover [color: ('primary', 400, .3)] - The list item hover background.
|
|
136
136
|
/// @prop {Map} item-background-active [color: ('primary')] - The active list item background color.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
/// Generates a base dark navbar schema.
|
|
11
11
|
/// @access private
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
$dark-base-navbar: (
|
|
14
14
|
_meta: (
|
|
15
15
|
name: 'navbar',
|
|
@@ -18,7 +18,7 @@ $dark-base-navbar: (
|
|
|
18
18
|
);
|
|
19
19
|
|
|
20
20
|
/// Generates a dark material navbar schema.
|
|
21
|
-
/// @type
|
|
21
|
+
/// @type Map
|
|
22
22
|
/// @prop {Map} background [color: ('primary', 800)] - The navbar background color.
|
|
23
23
|
/// @prop {Color} border-color [transparent] - The navbar border color.
|
|
24
24
|
/// @prop {Map} text-color [contrast-color: ('primary', 800)] - The navbar text color.
|
|
@@ -43,17 +43,17 @@ $dark-material-navbar: extend(
|
|
|
43
43
|
);
|
|
44
44
|
|
|
45
45
|
/// Generates a dark fluent navbar schema.
|
|
46
|
-
/// @type
|
|
46
|
+
/// @type Map
|
|
47
47
|
/// @requires $fluent-navbar
|
|
48
48
|
$dark-fluent-navbar: extend($fluent-navbar, $dark-base-navbar);
|
|
49
49
|
|
|
50
50
|
/// Generates a dark bootstrap navbar schema.
|
|
51
|
-
/// @type
|
|
51
|
+
/// @type Map
|
|
52
52
|
/// @requires $bootstrap-navbar
|
|
53
53
|
$dark-bootstrap-navbar: extend($bootstrap-navbar, $dark-base-navbar);
|
|
54
54
|
|
|
55
55
|
/// Generates a dark indigo navbar schema.
|
|
56
|
-
/// @type
|
|
56
|
+
/// @type Map
|
|
57
57
|
/// @prop {Map} text-color [contrast-color: ('gray', 100)] - The navbar text color.
|
|
58
58
|
/// @prop {Map} idle-icon-color [contrast-color: ('gray', 100, 0.8)] - The navbar idle icon color.
|
|
59
59
|
/// @prop {Map} hover-icon-color [contrast-color: ('gray', 100)] - The navbar hover icon color.
|