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
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
/// Generates a base dark combo schema.
|
|
13
13
|
/// @access private
|
|
14
|
-
/// @type
|
|
14
|
+
/// @type Map
|
|
15
15
|
$dark-base-combo: (
|
|
16
16
|
_meta: (
|
|
17
17
|
name: 'combo',
|
|
@@ -20,10 +20,10 @@ $dark-base-combo: (
|
|
|
20
20
|
);
|
|
21
21
|
|
|
22
22
|
/// Generates a dark material combo schema.
|
|
23
|
-
/// @type
|
|
23
|
+
/// @type Map
|
|
24
24
|
/// @prop {Map} toggle-button-background [color: ('gray', 100)] - The combo toggle button background color.
|
|
25
25
|
/// @prop {Map} toggle-button-background-focus [color: ('gray', 200)] - The combo toggle button background color when the combo is focused.
|
|
26
|
-
/// @prop {Map} toggle-button-background-focus--border [color: ('gray', 100)] The combo toggle button background color when the combo is focused in border and line variants.
|
|
26
|
+
/// @prop {Map} toggle-button-background-focus--border [color: ('gray', 100)] - The combo toggle button background color when the combo is focused in border and line variants.
|
|
27
27
|
/// @requires $material-combo
|
|
28
28
|
/// @requires $dark-base-combo
|
|
29
29
|
$dark-material-combo: extend(
|
|
@@ -52,7 +52,7 @@ $dark-material-combo: extend(
|
|
|
52
52
|
);
|
|
53
53
|
|
|
54
54
|
/// Generates a dark fluent combo schema.
|
|
55
|
-
/// @type
|
|
55
|
+
/// @type Map
|
|
56
56
|
/// @prop {Map} clear-button-background [color: ('gray', 50)] - The combo clear button background color.
|
|
57
57
|
/// @prop {Map} clear-button-background-focus [color: ('gray', 50)] - The combo clear button background color when the combo is focused.
|
|
58
58
|
/// @prop {Map} clear-button-foreground [color: ('gray', 400)] - The combo toggle clear foreground color.
|
|
@@ -133,7 +133,7 @@ $dark-fluent-combo: extend(
|
|
|
133
133
|
);
|
|
134
134
|
|
|
135
135
|
/// Generates a dark bootstrap combo schema.
|
|
136
|
-
/// @type
|
|
136
|
+
/// @type Map
|
|
137
137
|
/// @requires $bootstrap-combo
|
|
138
138
|
/// @requires $dark-base-combo
|
|
139
139
|
$dark-bootstrap-combo: extend($bootstrap-combo, $dark-base-combo);
|
|
@@ -145,7 +145,7 @@ $dark-bootstrap-combo: extend($bootstrap-combo, $dark-base-combo);
|
|
|
145
145
|
/// @prop {Map} toggle-button-foreground-focus [contrast-color: ('gray', 100, .8)] - The combo toggle button foreground color when the combo is focused.
|
|
146
146
|
/// @prop {Map} toggle-button-foreground-filled [contrast-color: ('gray', 100, .6)] - The combo toggle button foreground color when the combo is focused.
|
|
147
147
|
/// @prop {Map} toggle-button-foreground-disabled [contrast-color: ('gray', 100, .2)] - The combo toggle button foreground color when the combo is disabled.
|
|
148
|
-
/// @type
|
|
148
|
+
/// @type Map
|
|
149
149
|
/// @requires $indigo-combo
|
|
150
150
|
/// @requires $dark-base-combo
|
|
151
151
|
$dark-indigo-combo: extend(
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
////
|
|
10
10
|
|
|
11
11
|
/// Generates a dark material date-picker schema.
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
/// @prop {Map} actions-divider-color [color: ('gray', 100)] - The border color used for the date-picker actions divider.
|
|
14
|
-
/// @requires
|
|
14
|
+
/// @requires $dark-material-base
|
|
15
15
|
$dark-material-date-picker: extend(
|
|
16
16
|
$dark-material-base,
|
|
17
17
|
(
|
|
@@ -25,9 +25,9 @@ $dark-material-date-picker: extend(
|
|
|
25
25
|
);
|
|
26
26
|
|
|
27
27
|
/// Generates a dark fluent date-picker schema.
|
|
28
|
-
/// @type
|
|
28
|
+
/// @type Map
|
|
29
29
|
/// @prop {Мap} actions-divider-color [color: ('gray', 100)] - The border color used for the date-picker actions divider.
|
|
30
|
-
/// @requires
|
|
30
|
+
/// @requires $dark-fluent-base
|
|
31
31
|
$dark-fluent-date-picker: extend(
|
|
32
32
|
$dark-fluent-base,
|
|
33
33
|
(
|
|
@@ -41,14 +41,14 @@ $dark-fluent-date-picker: extend(
|
|
|
41
41
|
);
|
|
42
42
|
|
|
43
43
|
/// Generates a dark bootstrap date-picker schema.
|
|
44
|
-
/// @type
|
|
45
|
-
/// @requires
|
|
44
|
+
/// @type Map
|
|
45
|
+
/// @requires $dark-bootstrap-base
|
|
46
46
|
$dark-bootstrap-date-picker: $dark-bootstrap-base;
|
|
47
47
|
|
|
48
48
|
/// Generates an dark indigo date-picker schema.
|
|
49
|
-
/// @type
|
|
49
|
+
/// @type Map
|
|
50
50
|
/// @prop {Мап} actions-divider-color [color: ('gray', 100)] - The border color used for the date-picker actions divider.
|
|
51
|
-
/// @requires
|
|
51
|
+
/// @requires $dark-indigo-base
|
|
52
52
|
$dark-indigo-date-picker: extend(
|
|
53
53
|
$dark-indigo-base,
|
|
54
54
|
(
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
/// Generates a base dark date-range-picker schema.
|
|
11
11
|
/// @access private
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
$dark-base-date-range-picker: (
|
|
14
14
|
_meta: (
|
|
15
15
|
variant: 'dark',
|
|
@@ -17,7 +17,7 @@ $dark-base-date-range-picker: (
|
|
|
17
17
|
);
|
|
18
18
|
|
|
19
19
|
/// Generates a dark material date-range-picker schema.
|
|
20
|
-
/// @type
|
|
20
|
+
/// @type Map
|
|
21
21
|
/// @prop {Map} ranges-border [color: ('gray', 100)] - The border color for the predefined ranges area.
|
|
22
22
|
/// @requires $material-date-range-picker
|
|
23
23
|
/// @requires $dark-base-date-range-picker
|
|
@@ -35,7 +35,7 @@ $dark-material-date-range-picker: extend(
|
|
|
35
35
|
);
|
|
36
36
|
|
|
37
37
|
/// Generates a dark fluent date-range-picker schema.
|
|
38
|
-
/// @type
|
|
38
|
+
/// @type Map
|
|
39
39
|
/// @prop {Map} ranges-border [color: ('gray', 100)] - The border color for the predefined ranges area.
|
|
40
40
|
/// @requires $fluent-date-range-picker
|
|
41
41
|
/// @requires $dark-base-date-range-picker
|
|
@@ -53,13 +53,13 @@ $dark-fluent-date-range-picker: extend(
|
|
|
53
53
|
);
|
|
54
54
|
|
|
55
55
|
/// Generates a dark bootstrap date-range-picker schema.
|
|
56
|
-
/// @type
|
|
56
|
+
/// @type Map
|
|
57
57
|
/// @requires $bootstrap-date-range-picker
|
|
58
58
|
/// @requires $dark-base-date-range-picker
|
|
59
59
|
$dark-bootstrap-date-range-picker: extend($bootstrap-date-range-picker, $dark-base-date-range-picker);
|
|
60
60
|
|
|
61
61
|
/// Generates a dark indigo date-range-picker schema.
|
|
62
|
-
/// @type
|
|
62
|
+
/// @type Map
|
|
63
63
|
/// @prop {Map} label-color [contrast-color: ('primary', 500, 0.6)] - The color for date range separator label.
|
|
64
64
|
/// @prop {Map} ranges-background [color: ('gray', 50)] - The background color for the predefined ranges area.
|
|
65
65
|
/// @prop {Map} ranges-border [color: ('gray', 100)] - The border color for the predefined ranges area.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
////
|
|
10
10
|
|
|
11
11
|
/// Generates a base dark dialog schema.
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
/// @prop {Map} message-color [color: ('gray', 500)] - The dialog message text color.
|
|
14
14
|
$base-dark-dialog: (
|
|
15
15
|
message-color: (
|
|
@@ -26,13 +26,13 @@ $base-dark-dialog: (
|
|
|
26
26
|
);
|
|
27
27
|
|
|
28
28
|
/// Generates a dark material dialog schema.
|
|
29
|
-
/// @type
|
|
29
|
+
/// @type Map
|
|
30
30
|
/// @requires $material-dialog
|
|
31
31
|
/// @requires $base-dark-dialog
|
|
32
32
|
$dark-material-dialog: extend($material-dialog, $base-dark-dialog);
|
|
33
33
|
|
|
34
34
|
/// Generates a dark fluent dialog schema.
|
|
35
|
-
/// @type
|
|
35
|
+
/// @type Map
|
|
36
36
|
/// @requires $fluent-dialog
|
|
37
37
|
$dark-fluent-dialog: extend(
|
|
38
38
|
$fluent-dialog,
|
|
@@ -44,7 +44,7 @@ $dark-fluent-dialog: extend(
|
|
|
44
44
|
);
|
|
45
45
|
|
|
46
46
|
/// Generates a dark bootstrap dialog schema.
|
|
47
|
-
/// @type
|
|
47
|
+
/// @type Map
|
|
48
48
|
/// @prop {Map} border-color [color: ('gray', 300)] - The border color for dialog component.
|
|
49
49
|
/// @requires $bootstrap-dialog
|
|
50
50
|
/// @requires $base-dark-dialog
|
|
@@ -62,7 +62,7 @@ $dark-bootstrap-dialog: extend(
|
|
|
62
62
|
);
|
|
63
63
|
|
|
64
64
|
/// Generates a dark indigo dialog schema.
|
|
65
|
-
/// @type
|
|
65
|
+
/// @type Map
|
|
66
66
|
/// @prop {Map} background [color: ('gray', 50)] - The dialog background color.
|
|
67
67
|
/// @prop {Number} elevation [23] - The elevation level, between 0-24, to be used for the dialog.
|
|
68
68
|
/// @requires $indigo-dialog
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
/// Generates a base dark divider schema.
|
|
11
11
|
/// @access private
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
$dark-base-divider: (
|
|
14
14
|
_meta: (
|
|
15
15
|
name: 'divider',
|
|
@@ -18,25 +18,25 @@ $dark-base-divider: (
|
|
|
18
18
|
);
|
|
19
19
|
|
|
20
20
|
/// Generates a dark material divider schema.
|
|
21
|
-
/// @type
|
|
21
|
+
/// @type Map
|
|
22
22
|
/// @requires $material-divider
|
|
23
23
|
/// @requires $dark-base-divider
|
|
24
24
|
$dark-material-divider: extend($material-divider, $dark-base-divider);
|
|
25
25
|
|
|
26
26
|
/// Generates a dark fluent divider schema.
|
|
27
|
-
/// @type
|
|
27
|
+
/// @type Map
|
|
28
28
|
/// @requires $fluent-divider
|
|
29
29
|
/// @requires $dark-base-divider
|
|
30
30
|
$dark-fluent-divider: extend($fluent-divider, $dark-base-divider);
|
|
31
31
|
|
|
32
32
|
/// Generates a dark bootstrap divider schema.
|
|
33
|
-
/// @type
|
|
33
|
+
/// @type Map
|
|
34
34
|
/// @requires $bootstrap-divider
|
|
35
35
|
/// @requires $dark-base-divider
|
|
36
36
|
$dark-bootstrap-divider: extend($bootstrap-divider, $dark-base-divider);
|
|
37
37
|
|
|
38
38
|
/// Generates a dark indigo divider schema.
|
|
39
|
-
/// @type
|
|
39
|
+
/// @type Map
|
|
40
40
|
/// @prop {Map} color [color: ('gray', 100)] - The color used for the divider.
|
|
41
41
|
/// @requires $indigo-divider
|
|
42
42
|
/// @requires $dark-base-divider
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates a dark base dock-manager schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
/// @prop {Color} dock-background [color: ('gray', 50)] - Sets the background color of the dock manager.
|
|
13
13
|
/// @prop {Color} background-color [color: ('gray', 50)] - Sets the base dock manager color as well as the pane headers and tabs background colors.
|
|
14
14
|
/// @prop {Color} pane-header-background [color: ('gray', 50)] - Sets the background color for pane headers.
|
|
@@ -174,19 +174,19 @@ $dark-base-dock-manager: (
|
|
|
174
174
|
);
|
|
175
175
|
|
|
176
176
|
/// Generates a dark material dock-manager schema.
|
|
177
|
-
/// @type
|
|
177
|
+
/// @type Map
|
|
178
178
|
/// @requires $material-dock-manager
|
|
179
179
|
/// @requires $dark-base-dock-manager
|
|
180
180
|
$dark-material-dock-manager: extend($material-dock-manager, $dark-base-dock-manager);
|
|
181
181
|
|
|
182
182
|
/// Generates a dark dock-manager schema.
|
|
183
|
-
/// @type
|
|
183
|
+
/// @type Map
|
|
184
184
|
/// @requires $light-dock-manager
|
|
185
185
|
/// @requires $dark-base-dock-manager
|
|
186
186
|
$dark-dock-manager: extend($light-dock-manager, $dark-base-dock-manager);
|
|
187
187
|
|
|
188
188
|
/// Generates a dark fluent dock-manager schema.
|
|
189
|
-
/// @type
|
|
189
|
+
/// @type Map
|
|
190
190
|
/// @prop {Color} tab-text-active [color: ('primary', 200)] - Sets the text color for active tabs.
|
|
191
191
|
/// @prop {Color} floating-pane-border-color [transparent] - Sets the border color for floating panes.
|
|
192
192
|
/// @prop {Color} joystick-border-color [transparent] - Sets the border color of the joystick.
|
|
@@ -217,7 +217,7 @@ $dark-fluent-dock-manager: extend(
|
|
|
217
217
|
);
|
|
218
218
|
|
|
219
219
|
/// Generates a dark bootstrap dock-manager schema.
|
|
220
|
-
/// @type
|
|
220
|
+
/// @type Map
|
|
221
221
|
/// @prop {Color} joystick-background [color: ('surface')] - Sets the background color of the joystick.
|
|
222
222
|
/// @prop {Color} joystick-background-active [color: ('gray', 50)] - Sets the background color of the joysticks.
|
|
223
223
|
/// @prop {Color} joystick-icon-color [contrast-color: 'surface'] - Sets the color for the joystick icons.
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
// stylelint-disable max-line-length
|
|
13
13
|
|
|
14
14
|
/// Generates a base dark drop-down schema.
|
|
15
|
-
/// @type
|
|
15
|
+
/// @type Map
|
|
16
16
|
/// @prop {Map} disabled-item-text-color [color: ('gray', 300)] - The drop-down disabled item text color.
|
|
17
17
|
/// @prop {Map} border-color [color: ('gray', 100)] - The border color used for drop-down component.
|
|
18
18
|
$base-dark-drop-down: (
|
|
@@ -35,13 +35,13 @@ $base-dark-drop-down: (
|
|
|
35
35
|
);
|
|
36
36
|
|
|
37
37
|
/// Generates a dark material drop-down schema.
|
|
38
|
-
/// @type
|
|
38
|
+
/// @type Map
|
|
39
39
|
/// @requires $material-drop-down
|
|
40
40
|
/// @requires $base-dark-drop-down
|
|
41
41
|
$dark-material-drop-down: extend($material-drop-down, $base-dark-drop-down);
|
|
42
42
|
|
|
43
43
|
/// Generates a dark fluent drop-down schema.
|
|
44
|
-
/// @type
|
|
44
|
+
/// @type Map
|
|
45
45
|
/// @prop {Map} header-text-color [contrast-color: 'surface'] - The drop-down header text color.
|
|
46
46
|
/// @prop {Map} border-color [color: ('gray', 400)] - The border color used for the drop-down items on focus state.
|
|
47
47
|
/// @prop {Map} disabled-item-text-color [color: ('gray', 200)] - The drop-down disabled item text color.
|
|
@@ -71,7 +71,7 @@ $dark-fluent-drop-down: extend(
|
|
|
71
71
|
);
|
|
72
72
|
|
|
73
73
|
/// Generates a dark bootstrap drop-down schema.
|
|
74
|
-
/// @type
|
|
74
|
+
/// @type Map
|
|
75
75
|
/// @prop {Map} disabled-item-text-color [color: ('gray', 200)] - The drop-down disabled item text color.
|
|
76
76
|
/// @requires $bootstrap-drop-down
|
|
77
77
|
$dark-bootstrap-drop-down: extend(
|
|
@@ -90,7 +90,7 @@ $dark-bootstrap-drop-down: extend(
|
|
|
90
90
|
);
|
|
91
91
|
|
|
92
92
|
/// Generates a dark indigo drop-down schema.
|
|
93
|
-
/// @type
|
|
93
|
+
/// @type Map
|
|
94
94
|
/// @prop {Map} background-color [color: ('gray', 50)] - The drop-down background color.
|
|
95
95
|
/// @prop {Map} header-text-color [contrast-color: ('gray', 50, .6)] - The drop-down header text color.
|
|
96
96
|
/// @prop {Map} item-text-color [contrast-color: ('gray', 50, .8)] - The drop-down item text color.
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates a dark expansion panel schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
/// @prop {Map} header-focus-background [color: ('gray', 100, .3)] - The panel header focus background color.
|
|
13
13
|
$base-dark-expansion-panel: (
|
|
14
14
|
header-focus-background: (
|
|
@@ -25,19 +25,19 @@ $base-dark-expansion-panel: (
|
|
|
25
25
|
);
|
|
26
26
|
|
|
27
27
|
/// Generates a dark material expansion panel schema based on a mix of $material-expansion-panel and $base-dark-expansion-panel.
|
|
28
|
-
/// @type
|
|
28
|
+
/// @type Map
|
|
29
29
|
/// @requires $material-expansion-panel
|
|
30
30
|
/// @requires $base-dark-expansion-panel
|
|
31
31
|
$dark-material-expansion-panel: extend($material-expansion-panel, $base-dark-expansion-panel);
|
|
32
32
|
|
|
33
33
|
/// Generates a dark fluent expansion panel schema based on a mix of $fluent-expansion-panel and $base-dark-expansion-panel.
|
|
34
|
-
/// @type
|
|
34
|
+
/// @type Map
|
|
35
35
|
/// @requires $fluent-expansion-panel
|
|
36
36
|
/// @requires $base-dark-expansion-panel
|
|
37
37
|
$dark-fluent-expansion-panel: extend($fluent-expansion-panel, $base-dark-expansion-panel);
|
|
38
38
|
|
|
39
39
|
/// Generates a dark bootstrap expansion panel schema based on a mix of $bootstrap-expansion-panel and $base-dark-expansion-panel.
|
|
40
|
-
/// @type
|
|
40
|
+
/// @type Map
|
|
41
41
|
/// @prop {Map} header-background [color: ('gray', 50)] - The panel header background color.
|
|
42
42
|
/// @prop {Map} header-description-color [color: ('gray', 600)] - The panel header description text color.
|
|
43
43
|
/// @prop {Map} body-background [color: ('gray', 50)] - The panel body background color.
|
|
@@ -71,7 +71,7 @@ $dark-bootstrap-expansion-panel: extend(
|
|
|
71
71
|
);
|
|
72
72
|
|
|
73
73
|
/// Generates a dark indigo expansion panel schema.
|
|
74
|
-
/// @type
|
|
74
|
+
/// @type Map
|
|
75
75
|
///
|
|
76
76
|
/// @prop {Map} header-title-color [contrast-color: ('gray', 50, 0.9)] - The panel header title text color.
|
|
77
77
|
/// @prop {Map} header-description-color [contrast-color: ('gray', 50, 0.7)] - The panel header description text color.
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
/// Generates a base dark file-input schema.
|
|
12
12
|
/// @access private
|
|
13
|
-
/// @type
|
|
13
|
+
/// @type Map
|
|
14
14
|
$dark-base-file-input: (
|
|
15
15
|
_meta: (
|
|
16
16
|
name: 'file-input',
|
|
@@ -19,7 +19,7 @@ $dark-base-file-input: (
|
|
|
19
19
|
);
|
|
20
20
|
|
|
21
21
|
/// Generates a dark fluent combo schema.
|
|
22
|
-
/// @type
|
|
22
|
+
/// @type Map
|
|
23
23
|
/// @prop {Map} file-names-foreground--disabled [color: ('gray', 300)] - The file names color when the file input is disabled.
|
|
24
24
|
/// @prop {Map} file-selector-button-foreground--disabled [color: ('gray', 200)] - The selector button foreground color when the file input is disabled.
|
|
25
25
|
/// @requires $fluent-file-input
|
|
@@ -43,12 +43,12 @@ $dark-fluent-file-input: extend(
|
|
|
43
43
|
);
|
|
44
44
|
|
|
45
45
|
/// Generates a dark bootstrap combo schema.
|
|
46
|
-
/// @type
|
|
46
|
+
/// @type Map
|
|
47
47
|
/// @requires $bootstrap-file-input
|
|
48
48
|
$dark-bootstrap-file-input: extend($bootstrap-file-input, $dark-base-file-input);
|
|
49
49
|
|
|
50
50
|
/// Generates a dark indigo combo schema.
|
|
51
|
-
/// @type
|
|
51
|
+
/// @type Map
|
|
52
52
|
/// @prop {Map} file-names-foreground [contrast-color: ('gray', 50, .8)] - The input text color in the idle state.
|
|
53
53
|
/// @prop {Map} file-names-foreground--filled [contrast-color: ('gray', 50, .8)] - The input text color in the filled state.
|
|
54
54
|
/// @prop {Map} file-names-foreground--focused [contrast-color: ('gray', 50)] - The input text color in the focused state.
|
|
@@ -104,6 +104,6 @@ $dark-indigo-file-input: extend(
|
|
|
104
104
|
);
|
|
105
105
|
|
|
106
106
|
/// Generates a dark material combo schema.
|
|
107
|
-
/// @type
|
|
107
|
+
/// @type Map
|
|
108
108
|
/// @requires $material-file-input
|
|
109
109
|
$dark-material-file-input: extend($material-file-input, $dark-base-file-input);
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
/// Generates a base dark grid-filtering schema.
|
|
11
11
|
/// @access private
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
$base-dark-grid-filtering: (
|
|
14
14
|
_meta: (
|
|
15
15
|
variant: 'dark',
|
|
@@ -17,21 +17,21 @@ $base-dark-grid-filtering: (
|
|
|
17
17
|
);
|
|
18
18
|
|
|
19
19
|
/// Generates a dark material grid-filtering schema.
|
|
20
|
-
/// @type
|
|
20
|
+
/// @type Map
|
|
21
21
|
/// @requires $material-grid-filtering
|
|
22
22
|
$dark-material-grid-filtering: extend($material-grid-filtering, $base-dark-grid-filtering);
|
|
23
23
|
|
|
24
24
|
/// Generates a dark fluent grid-filtering schema.
|
|
25
|
-
/// @type
|
|
25
|
+
/// @type Map
|
|
26
26
|
/// @requires $fluent-grid-filtering
|
|
27
27
|
$dark-fluent-grid-filtering: extend($fluent-grid-filtering, $base-dark-grid-filtering);
|
|
28
28
|
|
|
29
29
|
/// Generates a dark bootstrap grid-filtering schema.
|
|
30
|
-
/// @type
|
|
30
|
+
/// @type Map
|
|
31
31
|
/// @requires $bootstrap-grid-filtering
|
|
32
32
|
$dark-bootstrap-grid-filtering: extend($bootstrap-grid-filtering, $base-dark-grid-filtering);
|
|
33
33
|
|
|
34
34
|
/// Generates a dark indigo grid-filtering schema.
|
|
35
|
-
/// @type
|
|
35
|
+
/// @type Map
|
|
36
36
|
/// @requires $indigo-grid-filtering
|
|
37
37
|
$dark-indigo-grid-filtering: extend($indigo-grid-filtering, $base-dark-grid-filtering);
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
/// Generates a base dark grid-summary schema.
|
|
11
11
|
/// @access private
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
$base-dark-grid-summary: (
|
|
14
14
|
_meta: (
|
|
15
15
|
variant: 'dark',
|
|
@@ -17,12 +17,12 @@ $base-dark-grid-summary: (
|
|
|
17
17
|
);
|
|
18
18
|
|
|
19
19
|
/// Generates a dark material grid-summary schema.
|
|
20
|
-
/// @type
|
|
20
|
+
/// @type Map
|
|
21
21
|
/// @prop {Map} label-color [color: ('primary', 500)] - The summaries label color.
|
|
22
22
|
/// @prop {Map} label-hover-color [color: ('primary', 500)] - The summaries hover label color.
|
|
23
23
|
/// @prop {Map} background-color [color: ('gray', 50)] - The summaries background color.
|
|
24
24
|
/// @prop {Map} result-color [contrast-color: ('gray', 50)] - The summaries value/result color.
|
|
25
|
-
/// @requires
|
|
25
|
+
/// @requires $material-grid-summary
|
|
26
26
|
$dark-material-grid-summary: extend(
|
|
27
27
|
$material-grid-summary,
|
|
28
28
|
$base-dark-grid-summary,
|
|
@@ -58,9 +58,9 @@ $dark-material-grid-summary: extend(
|
|
|
58
58
|
);
|
|
59
59
|
|
|
60
60
|
/// Generates a dark fluent grid-summary schema.
|
|
61
|
-
/// @type
|
|
61
|
+
/// @type Map
|
|
62
62
|
/// @prop {Map} label-color [color: ('primary', 300)] - The summaries label color.
|
|
63
|
-
/// @requires
|
|
63
|
+
/// @requires $fluent-grid-summary
|
|
64
64
|
$dark-fluent-grid-summary: extend(
|
|
65
65
|
$fluent-grid-summary,
|
|
66
66
|
$base-dark-grid-summary,
|
|
@@ -75,11 +75,11 @@ $dark-fluent-grid-summary: extend(
|
|
|
75
75
|
);
|
|
76
76
|
|
|
77
77
|
/// Generates a dark bootstrap grid-summary schema.
|
|
78
|
-
/// @type
|
|
78
|
+
/// @type Map
|
|
79
79
|
/// @prop {Map} label-color [color: ('primary', 200)] - The summaries label color.
|
|
80
80
|
/// @prop {Map} background-color [color: ('gray', 100)] - The summaries background color.
|
|
81
81
|
/// @prop {Map} result-color [contrast-color: ('gray', 100)] - The summaries value/result color.
|
|
82
|
-
/// @requires
|
|
82
|
+
/// @requires $bootstrap-grid-summary
|
|
83
83
|
$dark-bootstrap-grid-summary: extend(
|
|
84
84
|
$bootstrap-grid-summary,
|
|
85
85
|
$base-dark-grid-summary,
|
|
@@ -108,14 +108,14 @@ $dark-bootstrap-grid-summary: extend(
|
|
|
108
108
|
);
|
|
109
109
|
|
|
110
110
|
/// Generates a dark indigo grid-summary schema.
|
|
111
|
-
/// @type
|
|
111
|
+
/// @type Map
|
|
112
112
|
/// @prop {Map} background-color [color: ('surface')] - The summaries background color.
|
|
113
113
|
/// @prop {Map} label-color [color: ('primary', 200)] - The summaries label color.
|
|
114
114
|
/// @prop {Map} label-hover-color [color: ('primary', 200)] - The summaries hover label color.
|
|
115
115
|
/// @prop {Map} result-color [contrast-color: 'surface'] - The summaries value/result color.
|
|
116
116
|
/// @prop {Map} border-color [color: ('gray', 200)] - The summaries border color.
|
|
117
117
|
/// @prop {Map} pinned-border-color [color: ('gray', 200)] - The border color of the summary panel.
|
|
118
|
-
/// @requires
|
|
118
|
+
/// @requires $indigo-grid-summary
|
|
119
119
|
$dark-indigo-grid-summary: extend(
|
|
120
120
|
$indigo-grid-summary,
|
|
121
121
|
$base-dark-grid-summary,
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
/// Generates a base dark grid-toolbar schema.
|
|
11
11
|
/// @access private
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
$base-dark-grid-toolbar: (
|
|
14
14
|
_meta: (
|
|
15
15
|
variant: 'dark',
|
|
@@ -17,7 +17,7 @@ $base-dark-grid-toolbar: (
|
|
|
17
17
|
);
|
|
18
18
|
|
|
19
19
|
/// Generates a dark material grid-toolbar schema.
|
|
20
|
-
/// @type
|
|
20
|
+
/// @type Map
|
|
21
21
|
/// @prop {Map} title-text-color [color: ('gray', 600)] - The toolbar title text color.
|
|
22
22
|
/// @requires $material-grid-toolbar
|
|
23
23
|
$dark-material-grid-toolbar: extend(
|
|
@@ -34,7 +34,7 @@ $dark-material-grid-toolbar: extend(
|
|
|
34
34
|
);
|
|
35
35
|
|
|
36
36
|
/// Generates a dark fluent grid-toolbar schema.
|
|
37
|
-
/// @type
|
|
37
|
+
/// @type Map
|
|
38
38
|
/// @prop {Map} title-text-color [color: ('gray', 600)] - The toolbar title text color.
|
|
39
39
|
/// @requires $fluent-grid-toolbar
|
|
40
40
|
$dark-fluent-grid-toolbar: extend(
|
|
@@ -51,7 +51,7 @@ $dark-fluent-grid-toolbar: extend(
|
|
|
51
51
|
);
|
|
52
52
|
|
|
53
53
|
/// Generates a dark bootstrap grid-toolbar schema.
|
|
54
|
-
/// @type
|
|
54
|
+
/// @type Map
|
|
55
55
|
/// @prop {Map} title-text-color [color: ('gray', 600)] - The toolbar title text color.
|
|
56
56
|
/// @requires $bootstrap-grid-toolbar
|
|
57
57
|
$dark-bootstrap-grid-toolbar: extend(
|
|
@@ -68,7 +68,7 @@ $dark-bootstrap-grid-toolbar: extend(
|
|
|
68
68
|
);
|
|
69
69
|
|
|
70
70
|
/// Generates a dark indigo grid-toolbar schema.
|
|
71
|
-
/// @type
|
|
71
|
+
/// @type Map
|
|
72
72
|
/// @prop {Map} border-color [color: ('gray', 200)] - The toolbar border-bottom color.
|
|
73
73
|
/// @requires $indigo-grid-toolbar
|
|
74
74
|
$dark-indigo-grid-toolbar: extend(
|