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 a base dark navdrawer schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
/// @prop {Map} item-disabled-text-color [color: ('gray', 200)] - The item's disabled text color.
|
|
13
13
|
/// @prop {Map} item-disabled-icon-color [color: ('gray', 200)] - The item's disabled icon color.
|
|
14
14
|
/// @requires $material-navdrawer
|
|
@@ -35,7 +35,7 @@ $dark-base-navdrawer: extend(
|
|
|
35
35
|
);
|
|
36
36
|
|
|
37
37
|
/// Generates a dark material navdrawer schema.
|
|
38
|
-
/// @type
|
|
38
|
+
/// @type Map
|
|
39
39
|
/// @prop {Map} item-active-icon-color [color: ('primary', 500)] - The item's icon active color.
|
|
40
40
|
/// @prop {Map} item-active-text-color [color: ('primary', 500)] - The item's active text color.
|
|
41
41
|
/// @prop {Map} item-disabled-text-color [color: ('gray', 300)] - The item's disabled text color.
|
|
@@ -66,7 +66,7 @@ $dark-material-navdrawer: extend(
|
|
|
66
66
|
);
|
|
67
67
|
|
|
68
68
|
/// Generates a dark fluent navdrawer schema.
|
|
69
|
-
/// @type
|
|
69
|
+
/// @type Map
|
|
70
70
|
/// @prop {Map} item-hover-icon-color [color: ('primary', 100)] - The item's hover icon color.
|
|
71
71
|
/// @prop {Map} item-icon-color [color: ('primary', 200)] - The item's icon color.
|
|
72
72
|
/// @prop {Map} item-hover-background [color: ('gray', 200, .12)] - The item's hover background color.
|
|
@@ -114,7 +114,7 @@ $dark-fluent-navdrawer: extend(
|
|
|
114
114
|
);
|
|
115
115
|
|
|
116
116
|
/// Generates a dark bootstrap navdrawer schema.
|
|
117
|
-
/// @type
|
|
117
|
+
/// @type Map
|
|
118
118
|
/// @prop {Map} item-hover-background [color: ('gray', 200, .8)] - The item's hover background color.
|
|
119
119
|
/// @requires $bootstrap-navdrawer
|
|
120
120
|
$dark-bootstrap-navdrawer: extend(
|
|
@@ -132,7 +132,7 @@ $dark-bootstrap-navdrawer: extend(
|
|
|
132
132
|
);
|
|
133
133
|
|
|
134
134
|
/// Generates a dark indigo navdrawer schema.
|
|
135
|
-
/// @type
|
|
135
|
+
/// @type Map
|
|
136
136
|
/// @prop {Map} item-header-text-color [contrast-color: ('gray', 50, 0.6)] - The header's idle text color.
|
|
137
137
|
/// @prop {Map} item-text-color [contrast-color: ('gray', 50, 0.8)] - The item's idle text color.
|
|
138
138
|
/// @prop {Map} item-icon-color [contrast-color: ('gray', 50, 0.6)] - The item's icon color.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
/// Generates a base dark overlay schema.
|
|
11
11
|
/// @access private
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
$dark-base-overlay: (
|
|
14
14
|
_meta: (
|
|
15
15
|
name: 'overlay',
|
|
@@ -18,21 +18,21 @@ $dark-base-overlay: (
|
|
|
18
18
|
);
|
|
19
19
|
|
|
20
20
|
/// Generates a dark material overlay schema.
|
|
21
|
-
/// @type
|
|
21
|
+
/// @type Map
|
|
22
22
|
/// @requires $material-overlay
|
|
23
23
|
$dark-material-overlay: extend($material-overlay, $dark-base-overlay);
|
|
24
24
|
|
|
25
25
|
/// Generates a dark fluent overlay schema.
|
|
26
|
-
/// @type
|
|
26
|
+
/// @type Map
|
|
27
27
|
/// @requires $fluent-overlay
|
|
28
28
|
$dark-fluent-overlay: extend($fluent-overlay, $dark-base-overlay);
|
|
29
29
|
|
|
30
30
|
/// Generates a dark bootstrap overlay schema.
|
|
31
|
-
/// @type
|
|
31
|
+
/// @type Map
|
|
32
32
|
/// @requires $bootstrap-overlay
|
|
33
33
|
$dark-bootstrap-overlay: extend($bootstrap-overlay, $dark-base-overlay);
|
|
34
34
|
|
|
35
35
|
/// Generates a dark indigo overlay schema.
|
|
36
|
-
/// @type
|
|
36
|
+
/// @type Map
|
|
37
37
|
/// @requires $indigo-overlay
|
|
38
38
|
$dark-indigo-overlay: extend($indigo-overlay, $dark-base-overlay);
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates a base dark pagination schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
$base-dark-pagination: (
|
|
13
13
|
_meta: (
|
|
14
14
|
name: 'paginator',
|
|
@@ -17,7 +17,7 @@ $base-dark-pagination: (
|
|
|
17
17
|
);
|
|
18
18
|
|
|
19
19
|
/// Generates a dark material pagination schema.
|
|
20
|
-
/// @type
|
|
20
|
+
/// @type Map
|
|
21
21
|
/// @prop {Map} background-color [color: ('surface')] - The background color of the paging panel.
|
|
22
22
|
/// @requires $material-pagination
|
|
23
23
|
/// @requires $base-dark-pagination
|
|
@@ -34,7 +34,7 @@ $dark-material-pagination: extend(
|
|
|
34
34
|
);
|
|
35
35
|
|
|
36
36
|
/// Generates a dark fluent pagination schema.
|
|
37
|
-
/// @type
|
|
37
|
+
/// @type Map
|
|
38
38
|
/// @prop {Map} background-color [color: ('surface')] - The background color of the paging panel.
|
|
39
39
|
/// @requires $fluent-pagination
|
|
40
40
|
/// @requires $base-dark-pagination
|
|
@@ -51,12 +51,12 @@ $dark-fluent-pagination: extend(
|
|
|
51
51
|
);
|
|
52
52
|
|
|
53
53
|
/// Generates a dark bootstrap pagination schema.
|
|
54
|
-
/// @type
|
|
54
|
+
/// @type Map
|
|
55
55
|
/// @requires $bootstrap-pagination
|
|
56
56
|
$dark-bootstrap-pagination: extend($bootstrap-pagination, $base-dark-pagination);
|
|
57
57
|
|
|
58
58
|
/// Generates a dark indigo pagination schema.
|
|
59
|
-
/// @type
|
|
59
|
+
/// @type Map
|
|
60
60
|
/// @prop {Map} border-color [color: ('gray', 200)] - The border color of the paging panel.
|
|
61
61
|
/// @requires $indigo-pagination
|
|
62
62
|
$dark-indigo-pagination: extend(
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
/// Generates a base dark pivot data selector schema.
|
|
11
11
|
/// @access private
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
$dark-base-pivot-data-selector: (
|
|
14
14
|
_meta: (
|
|
15
15
|
name: 'pivot-data-selector',
|
|
@@ -18,21 +18,21 @@ $dark-base-pivot-data-selector: (
|
|
|
18
18
|
);
|
|
19
19
|
|
|
20
20
|
/// Generates a dark material pivot data selector schema.
|
|
21
|
-
/// @type
|
|
22
|
-
/// @requires
|
|
21
|
+
/// @type Map
|
|
22
|
+
/// @requires $material-pivot-data-selector
|
|
23
23
|
$dark-material-pivot-data-selector: extend($material-pivot-data-selector, $dark-base-pivot-data-selector);
|
|
24
24
|
|
|
25
25
|
/// Generates a dark fluent pivot data selector schema.
|
|
26
|
-
/// @type
|
|
27
|
-
/// @requires
|
|
26
|
+
/// @type Map
|
|
27
|
+
/// @requires $fluent-pivot-data-selector
|
|
28
28
|
$dark-fluent-pivot-data-selector: extend($fluent-pivot-data-selector, $dark-base-pivot-data-selector);
|
|
29
29
|
|
|
30
30
|
/// Generates a dark bootstrap pivot data selector schema.
|
|
31
|
-
/// @type
|
|
32
|
-
/// @requires
|
|
31
|
+
/// @type Map
|
|
32
|
+
/// @requires $bootstrap-pivot-data-selector
|
|
33
33
|
$dark-bootstrap-pivot-data-selector: extend($bootstrap-pivot-data-selector, $dark-base-pivot-data-selector);
|
|
34
34
|
|
|
35
35
|
/// Generates a dark indigo pivot data selector schema.
|
|
36
|
-
/// @type
|
|
37
|
-
/// @requires
|
|
36
|
+
/// @type Map
|
|
37
|
+
/// @requires $indigo-pivot-data-selector
|
|
38
38
|
$dark-indigo-pivot-data-selector: extend($indigo-pivot-data-selector, $dark-base-pivot-data-selector);
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates a base dark progress-linear schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
/// @prop {Map} track-color [color: ('gray', 300)] - The main track color.
|
|
13
13
|
/// @prop {Map} stripes-color [color: ('gray', 900, .7)] - The track stripes color.
|
|
14
14
|
$dark-base-progress-linear: (
|
|
@@ -33,19 +33,19 @@ $dark-base-progress-linear: (
|
|
|
33
33
|
);
|
|
34
34
|
|
|
35
35
|
/// Generates a dark material progress-linear schema.
|
|
36
|
-
/// @type
|
|
36
|
+
/// @type Map
|
|
37
37
|
/// @requires $material-progress-linear
|
|
38
38
|
/// @requires $dark-base-progress-linear
|
|
39
39
|
$dark-material-progress-linear: extend($material-progress-linear, $dark-base-progress-linear);
|
|
40
40
|
|
|
41
41
|
/// Generates a dark fluent progress-linear schema.
|
|
42
|
-
/// @type
|
|
42
|
+
/// @type Map
|
|
43
43
|
/// @requires $fluent-progress-linear
|
|
44
44
|
/// @requires $dark-base-progress-linear
|
|
45
45
|
$dark-fluent-progress-linear: extend($fluent-progress-linear, $dark-base-progress-linear);
|
|
46
46
|
|
|
47
47
|
/// Generates a dark bootstrap progress-linear schema.
|
|
48
|
-
/// @type
|
|
48
|
+
/// @type Map
|
|
49
49
|
/// @prop {Map} stripes-color [color: ('gray', 900, .2)] - The track stripes color.
|
|
50
50
|
/// @requires $bootstrap-progress-linear
|
|
51
51
|
$dark-bootstrap-progress-linear: extend(
|
|
@@ -63,7 +63,7 @@ $dark-bootstrap-progress-linear: extend(
|
|
|
63
63
|
);
|
|
64
64
|
|
|
65
65
|
/// Generates a dark indigo progress-linear schema.
|
|
66
|
-
/// @type
|
|
66
|
+
/// @type Map
|
|
67
67
|
/// @prop {Map} text-color [contrast-color: ('gray', 50, .8)] - The track value text color.
|
|
68
68
|
/// @prop {Map} track-color [contrast-color: ('gray', 50, .2)] - The main track color.
|
|
69
69
|
/// @requires $indigo-progress-linear
|
|
@@ -90,7 +90,7 @@ $dark-indigo-progress-linear: extend(
|
|
|
90
90
|
);
|
|
91
91
|
|
|
92
92
|
/// Generates a base dark progress-circular schema.
|
|
93
|
-
/// @type
|
|
93
|
+
/// @type Map
|
|
94
94
|
/// @prop {Map} base-circle-color [color: ('gray', 300)] - The base circle fill color.
|
|
95
95
|
$dark-base-progress-circular: (
|
|
96
96
|
base-circle-color: (
|
|
@@ -106,25 +106,25 @@ $dark-base-progress-circular: (
|
|
|
106
106
|
);
|
|
107
107
|
|
|
108
108
|
/// Generates a dark material progress-circular schema.
|
|
109
|
-
/// @type
|
|
109
|
+
/// @type Map
|
|
110
110
|
/// @requires $material-progress-circular
|
|
111
111
|
/// @requires $dark-base-progress-circular
|
|
112
112
|
$dark-material-progress-circular: extend($material-progress-circular, $dark-base-progress-circular);
|
|
113
113
|
|
|
114
114
|
/// Generates a dark fluent progress-circular schema.
|
|
115
|
-
/// @type
|
|
115
|
+
/// @type Map
|
|
116
116
|
/// @requires $fluent-progress-circular
|
|
117
117
|
/// @requires $dark-base-progress-circular
|
|
118
118
|
$dark-fluent-progress-circular: extend($fluent-progress-circular, $dark-base-progress-circular);
|
|
119
119
|
|
|
120
120
|
/// Generates a dark bootstrap progress-circular schema.
|
|
121
|
-
/// @type
|
|
121
|
+
/// @type Map
|
|
122
122
|
/// @requires $bootstrap-progress-circular
|
|
123
123
|
/// @requires $dark-base-progress-circular
|
|
124
124
|
$dark-bootstrap-progress-circular: extend($bootstrap-progress-circular, $dark-base-progress-circular);
|
|
125
125
|
|
|
126
126
|
/// Generates a dark indigo progress-circular schema.
|
|
127
|
-
/// @type
|
|
127
|
+
/// @type Map
|
|
128
128
|
/// @prop {Map} base-circle-color [contrast-color: ('gray', 50, .2)] - The base circle fill color.
|
|
129
129
|
/// @prop {Map} text-color [contrast-color: ('gray', 50, .8)] - The value text color.
|
|
130
130
|
/// @requires $indigo-progress-circular
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates a base dark query builder schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
/// @prop {Map} subquery-header-background [color: ('gray', 50)] - The background color of the subquery header.
|
|
13
13
|
/// @prop {Map} subquery-border-color [color: ('gray', 200)] - The border color of the query block.
|
|
14
14
|
/// @prop {Map} separator-color [color: ('gray', 300)] - The separator color of the query block.
|
|
@@ -47,7 +47,7 @@ $dark-query-builder: (
|
|
|
47
47
|
);
|
|
48
48
|
|
|
49
49
|
/// Generates a dark material query builder schema.
|
|
50
|
-
/// @type
|
|
50
|
+
/// @type Map
|
|
51
51
|
/// @see $material-query-builder
|
|
52
52
|
/// @requires $material-query-builder
|
|
53
53
|
/// @requires $dark-query-builder
|
|
@@ -78,7 +78,7 @@ $dark-bootstrap-query-builder: extend(
|
|
|
78
78
|
);
|
|
79
79
|
|
|
80
80
|
/// Generates a dark indigo query builder schema.
|
|
81
|
-
/// @type
|
|
81
|
+
/// @type Map
|
|
82
82
|
/// @prop {Map} background [color: ('gray', 50)] - The background color of the query builder.
|
|
83
83
|
/// @prop {Map} header-background [color: ('gray', 50)] - The background color of the query builder header.
|
|
84
84
|
/// @prop {Map} subquery-header-background [contrast-color: ('gray', 50, .05)] - The background color of the subquery header.
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
/// Generates a base dark radio schema.
|
|
12
12
|
/// @access private
|
|
13
|
-
/// @type
|
|
13
|
+
/// @type Map
|
|
14
14
|
$dark-base-radio: (
|
|
15
15
|
_meta: (
|
|
16
16
|
name: 'radio',
|
|
@@ -19,7 +19,7 @@ $dark-base-radio: (
|
|
|
19
19
|
);
|
|
20
20
|
|
|
21
21
|
/// Generates a dark material radio schema.
|
|
22
|
-
/// @type
|
|
22
|
+
/// @type Map
|
|
23
23
|
/// @prop {Map} error-color [color: ('error', 500)] - The label, border and dot color in invalid state.
|
|
24
24
|
/// @prop {Map} error-color-hover [color: ('error', 500)] - The border and dot color in invalid state on hover.
|
|
25
25
|
/// @requires $material-radio
|
|
@@ -44,7 +44,7 @@ $dark-material-radio: extend(
|
|
|
44
44
|
);
|
|
45
45
|
|
|
46
46
|
/// Generates a dark fluent radio schema.
|
|
47
|
-
/// @type
|
|
47
|
+
/// @type Map
|
|
48
48
|
/// @prop {Map} hover-color [color: ('gray', 400)] - The border and dot colors on hover.
|
|
49
49
|
/// @prop {Map} fill-color [color: ('primary', 300)] - The checked border and dot colors.
|
|
50
50
|
/// @prop {Map} fill-hover-border-color [color: ('primary', 100)] - The text color used for the label text.
|
|
@@ -124,7 +124,7 @@ $dark-fluent-radio: extend(
|
|
|
124
124
|
);
|
|
125
125
|
|
|
126
126
|
/// Generates a dark bootstrap radio schema.
|
|
127
|
-
/// @type
|
|
127
|
+
/// @type Map
|
|
128
128
|
/// @requires $bootstrap-radio
|
|
129
129
|
/// @prop {Map} focus-outline-color [color: ('primary', 900, 0.5)] - The focus outline color.
|
|
130
130
|
/// @prop {Map} focus-outline-color-error [color: ('error', 900, 0.5)] - The focus outline color when radio is invalid.
|
|
@@ -178,7 +178,7 @@ $dark-bootstrap-radio: extend(
|
|
|
178
178
|
);
|
|
179
179
|
|
|
180
180
|
/// Generates a dark indigo radio schema.
|
|
181
|
-
/// @type
|
|
181
|
+
/// @type Map
|
|
182
182
|
/// @prop {Map} label-color [contrast-color: ('primary', 500, 0.8)] - The text color used for the label text.
|
|
183
183
|
/// @prop {Map} label-color-hover [contrast-color: ('primary', 500)] - The text color used for the label text on hover.
|
|
184
184
|
/// @prop {Map} hover-color [contrast-color: ('primary', 500, 0.8)] - The text color used for the label text.
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
/// Generates a base dark rating schema.
|
|
12
12
|
/// @access private
|
|
13
|
-
/// @type
|
|
13
|
+
/// @type Map
|
|
14
14
|
$dark-base-rating: (
|
|
15
15
|
_meta: (
|
|
16
16
|
name: 'rating',
|
|
@@ -19,12 +19,12 @@ $dark-base-rating: (
|
|
|
19
19
|
);
|
|
20
20
|
|
|
21
21
|
/// Generates a dark material rating schema.
|
|
22
|
-
/// @type
|
|
22
|
+
/// @type Map
|
|
23
23
|
/// @requires $material-rating
|
|
24
24
|
$dark-material-rating: extend($material-rating, $dark-base-rating);
|
|
25
25
|
|
|
26
26
|
/// Generates a dark fluent rating schema.
|
|
27
|
-
/// @type
|
|
27
|
+
/// @type Map
|
|
28
28
|
/// @prop {Map} symbol-full-color [color: ('gray', 800)] - sets the color in selected state for the symbol when it is a plane text.
|
|
29
29
|
/// @prop {Map} symbol-empty-color [color: ('gray', 400)] - sets the idle color for the symbol when it is a plane text.
|
|
30
30
|
/// @prop {Map} disabled-full-symbol-color [color: ('warn', 900)] - sets the color for the symbol in selected/disabled state when it is a plane text.
|
|
@@ -62,7 +62,7 @@ $dark-fluent-rating: extend(
|
|
|
62
62
|
);
|
|
63
63
|
|
|
64
64
|
/// Generates a dark bootstrap rating schema.
|
|
65
|
-
/// @type
|
|
65
|
+
/// @type Map
|
|
66
66
|
/// @requires $bootstrap-rating
|
|
67
67
|
$dark-bootstrap-rating: extend($bootstrap-rating, $dark-base-rating);
|
|
68
68
|
|
|
@@ -73,7 +73,7 @@ $dark-bootstrap-rating: extend($bootstrap-rating, $dark-base-rating);
|
|
|
73
73
|
/// @prop {Map} disabled-label-color [color: ('contrast-color', 50, .2)] - sets the color for the label in disabled state.
|
|
74
74
|
/// @prop {Map} disabled-value-label [color: ('contrast-color', 50, .2)] - sets the color for the value in disabled state.
|
|
75
75
|
/// @prop {Map} disabled-empty-symbol-color [color: ('gray', 300, .4)] - sets the idle color for the symbol in disabled state when it is a plane text.
|
|
76
|
-
/// @type
|
|
76
|
+
/// @type Map
|
|
77
77
|
/// @requires $indigo-rating
|
|
78
78
|
$dark-indigo-rating: extend(
|
|
79
79
|
$indigo-rating,
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates a dark base resize indicator schema.
|
|
11
|
-
/// @type
|
|
12
|
-
/// @requires
|
|
11
|
+
/// @type Map
|
|
12
|
+
/// @requires $light-resize-indicator
|
|
13
13
|
$dark-base-resize-indicator: extend(
|
|
14
14
|
$light-resize-indicator,
|
|
15
15
|
(
|
|
@@ -21,22 +21,22 @@ $dark-base-resize-indicator: extend(
|
|
|
21
21
|
);
|
|
22
22
|
|
|
23
23
|
/// Generates a dark material resize indicator schema.
|
|
24
|
-
/// @type
|
|
25
|
-
/// @requires
|
|
24
|
+
/// @type Map
|
|
25
|
+
/// @requires $dark-base-resize-indicator
|
|
26
26
|
$dark-material-resize-indicator: extend($material-resize-indicator, $dark-base-resize-indicator);
|
|
27
27
|
|
|
28
28
|
/// Generates a dark fluent resize indicator schema.
|
|
29
|
-
/// @type
|
|
30
|
-
/// @requires
|
|
29
|
+
/// @type Map
|
|
30
|
+
/// @requires $dark-base-resize-indicator
|
|
31
31
|
$dark-fluent-resize-indicator: extend($fluent-resize-indicator, $dark-base-resize-indicator);
|
|
32
32
|
|
|
33
33
|
/// Generates a dark bootstrap resize indicator schema.
|
|
34
|
-
/// @type
|
|
35
|
-
/// @requires
|
|
34
|
+
/// @type Map
|
|
35
|
+
/// @requires $dark-base-resize-indicator
|
|
36
36
|
$dark-bootstrap-resize-indicator: extend($bootstrap-resize-indicator, $dark-base-resize-indicator);
|
|
37
37
|
|
|
38
38
|
/// Generates a dark indigo resize indicator schema.
|
|
39
|
-
/// @type
|
|
39
|
+
/// @type Map
|
|
40
40
|
/// @prop {Map} resize-indicator [color: ('primary', 300)] - The color of the resize indicator.
|
|
41
41
|
$dark-indigo-resize-indicator: extend(
|
|
42
42
|
$indigo-resize-indicator,
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
/// Generates a base dark ripple schema.
|
|
11
11
|
/// @access private
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
$dark-base-ripple: (
|
|
14
14
|
_meta: (
|
|
15
15
|
name: 'ripple',
|
|
@@ -18,21 +18,21 @@ $dark-base-ripple: (
|
|
|
18
18
|
);
|
|
19
19
|
|
|
20
20
|
/// Generates a dark material ripple schema.
|
|
21
|
-
/// @type
|
|
21
|
+
/// @type Map
|
|
22
22
|
/// @requires $material-ripple
|
|
23
23
|
$dark-material-ripple: extend($material-ripple, $dark-base-ripple);
|
|
24
24
|
|
|
25
25
|
/// Generates a dark fluent ripple schema.
|
|
26
|
-
/// @type
|
|
26
|
+
/// @type Map
|
|
27
27
|
/// @requires $fluent-ripple
|
|
28
28
|
$dark-fluent-ripple: extend($fluent-ripple, $dark-base-ripple);
|
|
29
29
|
|
|
30
30
|
/// Generates a dark bootstrap ripple schema.
|
|
31
|
-
/// @type
|
|
31
|
+
/// @type Map
|
|
32
32
|
/// @requires $bootstrap-ripple
|
|
33
33
|
$dark-bootstrap-ripple: extend($bootstrap-ripple, $dark-base-ripple);
|
|
34
34
|
|
|
35
35
|
/// Generates a dark indigo ripple schema.
|
|
36
|
-
/// @type
|
|
36
|
+
/// @type Map
|
|
37
37
|
/// @requires $indigo-ripple
|
|
38
38
|
$dark-indigo-ripple: extend($indigo-ripple, $dark-base-ripple);
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
/// Generates a base dark scrollbar schema.
|
|
11
11
|
/// @access private
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
$dark-base-scrollbar: (
|
|
14
14
|
_meta: (
|
|
15
15
|
name: 'scrollbar',
|
|
@@ -18,17 +18,17 @@ $dark-base-scrollbar: (
|
|
|
18
18
|
);
|
|
19
19
|
|
|
20
20
|
/// Generates a dark material scrollbar schema.
|
|
21
|
-
/// @type
|
|
21
|
+
/// @type Map
|
|
22
22
|
/// @requires $material-scrollbar
|
|
23
23
|
$dark-material-scrollbar: extend($material-scrollbar, $dark-base-scrollbar);
|
|
24
24
|
|
|
25
25
|
/// Generates a dark fluent scrollbar schema.
|
|
26
|
-
/// @type
|
|
26
|
+
/// @type Map
|
|
27
27
|
/// @requires $fluent-scrollbar
|
|
28
28
|
$dark-fluent-scrollbar: extend($fluent-scrollbar, $dark-base-scrollbar);
|
|
29
29
|
|
|
30
30
|
/// Generates a dark bootstrap scrollbar schema.
|
|
31
|
-
/// @type
|
|
31
|
+
/// @type Map
|
|
32
32
|
/// @prop {Map} sb-thumb-bg-color [color: ('gray', 200, .5)] - The background color used for the thumb.
|
|
33
33
|
/// @prop {Map} sb-thumb-bg-color-hover [color: ('gray', 200, .5)] - The :hover background color of the thumb.
|
|
34
34
|
/// @prop {Map} sb-track-bg-color [color: ('gray', 100, .5)] - The background color used for the track.
|
|
@@ -70,7 +70,7 @@ $dark-bootstrap-scrollbar: extend(
|
|
|
70
70
|
);
|
|
71
71
|
|
|
72
72
|
/// Generates a dark indigo scrollbar schema.
|
|
73
|
-
/// @type
|
|
73
|
+
/// @type Map
|
|
74
74
|
/// @prop {Map} sb-thumb-bg-color [color: ('gray', 100)] - The background color used for the thumb.
|
|
75
75
|
/// @prop {Map} sb-thumb-bg-color-hover [color: ('gray', 100)] - The :hover background color of the thumb.
|
|
76
76
|
/// @prop {Map} sb-track-bg-color [color: ('gray', 50)] - The background color used for the track.
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
/// Generates a base dark select schema.
|
|
14
14
|
/// @access private
|
|
15
|
-
/// @type
|
|
15
|
+
/// @type Map
|
|
16
16
|
$dark-base-select: (
|
|
17
17
|
_meta: (
|
|
18
18
|
name: 'select',
|
|
@@ -21,7 +21,7 @@ $dark-base-select: (
|
|
|
21
21
|
);
|
|
22
22
|
|
|
23
23
|
/// Generates a dark material select schema.
|
|
24
|
-
/// @type
|
|
24
|
+
/// @type Map
|
|
25
25
|
/// @prop {Map} toggle-button-background [color: ('gray', 100)] - The select toggle button background color.
|
|
26
26
|
/// @prop {Map} toggle-button-background-focus [color: ('gray', 200)] - The select toggle button background color when the select is focused.
|
|
27
27
|
/// @prop {Map} toggle-button-background-focus--border [color: ('gray', 100)] - The select toggle button background color when the select is focused in material border and line variants.
|
|
@@ -52,7 +52,7 @@ $dark-material-select: extend(
|
|
|
52
52
|
);
|
|
53
53
|
|
|
54
54
|
/// Generates a dark fluent select schema.
|
|
55
|
-
/// @type
|
|
55
|
+
/// @type Map
|
|
56
56
|
/// @prop {Map} toggle-button-background [color: ('gray', 50)] - The select toggle button background color.
|
|
57
57
|
/// @prop {Map} toggle-button-background-focus [color: ('gray', 50)] - The select toggle button background color when the select is focused.
|
|
58
58
|
/// @prop {Map} toggle-button-foreground [color: ('gray', 400)] - The select toggle button foreground color.
|
|
@@ -104,12 +104,12 @@ $dark-fluent-select: extend(
|
|
|
104
104
|
);
|
|
105
105
|
|
|
106
106
|
/// Generates a dark bootstrap select schema.
|
|
107
|
-
/// @type
|
|
107
|
+
/// @type Map
|
|
108
108
|
/// @requires $bootstrap-select
|
|
109
109
|
$dark-bootstrap-select: extend($bootstrap-select, $dark-base-select);
|
|
110
110
|
|
|
111
111
|
/// Generates a dark indigo select schema.
|
|
112
|
-
/// @type
|
|
112
|
+
/// @type Map
|
|
113
113
|
/// @prop {Map} toggle-button-foreground [contrast-color: ('gray', 100, .6)] - The select toggle button foreground color.
|
|
114
114
|
/// @prop {Map} toggle-button-foreground-focus [contrast-color: ('gray', 100, .6)] - The select toggle button foreground color when the select is focused.
|
|
115
115
|
/// @prop {Map} toggle-button-foreground-filled [contrast-color: ('gray', 100, .8)] - The select toggle button foreground color when the select is focused.
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
/// Generates a base dark slider schema.
|
|
14
14
|
/// @access private
|
|
15
|
-
/// @type
|
|
15
|
+
/// @type Map
|
|
16
16
|
$dark-base-slider: (
|
|
17
17
|
_meta: (
|
|
18
18
|
name: 'slider',
|
|
@@ -21,12 +21,12 @@ $dark-base-slider: (
|
|
|
21
21
|
);
|
|
22
22
|
|
|
23
23
|
/// Generates a dark material slider schema.
|
|
24
|
-
/// @type
|
|
24
|
+
/// @type Map
|
|
25
25
|
/// @requires $material-slider
|
|
26
26
|
$dark-material-slider: extend($material-slider, $dark-base-slider);
|
|
27
27
|
|
|
28
28
|
/// Generates a dark fluent slider schema.
|
|
29
|
-
/// @type
|
|
29
|
+
/// @type Map
|
|
30
30
|
/// @prop {Map} base-track-color [color: ('gray', 300)] - The base background color of the track.
|
|
31
31
|
/// @prop {Map} base-track-hover-color [color: ('gray', 300)] - The base background color of the track on hover.
|
|
32
32
|
/// @prop {Map} track-color [color: ('gray', 600)] - The color of the track.
|
|
@@ -106,7 +106,7 @@ $dark-fluent-slider: extend(
|
|
|
106
106
|
);
|
|
107
107
|
|
|
108
108
|
/// Generates a dark bootstrap slider schema.
|
|
109
|
-
/// @type
|
|
109
|
+
/// @type Map
|
|
110
110
|
/// @prop {Map} base-track-color [color: ('secondary', 500, .48)] - The base background color of the track.
|
|
111
111
|
/// @prop {Map} base-track-hover-color [color: ('secondary', 500, .48)] - The base background color of the track on hover.
|
|
112
112
|
/// @requires $bootstrap-slider
|
|
@@ -132,7 +132,7 @@ $dark-bootstrap-slider: extend(
|
|
|
132
132
|
);
|
|
133
133
|
|
|
134
134
|
/// Generates a dark indigo slider schema.
|
|
135
|
-
/// @type
|
|
135
|
+
/// @type Map
|
|
136
136
|
/// @prop {Map} track-step-color [contrast-color: ('gray', 50, 0.3)] - The color of the track steps.
|
|
137
137
|
/// @prop {Map} base-track-color [contrast-color: ('gray', 50, 0.3)] - The base background color of the track.
|
|
138
138
|
/// @prop {Map} base-track-hover-color [contrast-color: ('gray', 50, 0.4)] - The base background color of the track on hover.
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
/// Generates a base dark snackbar schema.
|
|
12
12
|
/// @access private
|
|
13
|
-
/// @type
|
|
13
|
+
/// @type Map
|
|
14
14
|
$dark-base-snackbar: (
|
|
15
15
|
_meta: (
|
|
16
16
|
name: 'snackbar',
|
|
@@ -19,27 +19,27 @@ $dark-base-snackbar: (
|
|
|
19
19
|
);
|
|
20
20
|
|
|
21
21
|
/// Generates a dark material snackbar schema.
|
|
22
|
-
/// @type
|
|
22
|
+
/// @type Map
|
|
23
23
|
/// @requires $material-snackbar
|
|
24
24
|
$dark-material-snackbar: extend($material-snackbar, $dark-base-snackbar);
|
|
25
25
|
|
|
26
26
|
/// Generates a dark fluent snackbar schema.
|
|
27
|
-
/// @type
|
|
27
|
+
/// @type Map
|
|
28
28
|
/// @requires $fluent-snackbar
|
|
29
29
|
$dark-fluent-snackbar: extend($fluent-snackbar, $dark-base-snackbar);
|
|
30
30
|
|
|
31
31
|
/// Generates a dark bootstrap snackbar schema.
|
|
32
|
-
/// @type
|
|
32
|
+
/// @type Map
|
|
33
33
|
/// @requires $bootstrap-snackbar
|
|
34
34
|
$dark-bootstrap-snackbar: extend($bootstrap-snackbar, $dark-base-snackbar);
|
|
35
35
|
|
|
36
36
|
/// Generates a dark indigo snackbar schema.
|
|
37
|
-
/// @type
|
|
37
|
+
/// @type Map
|
|
38
38
|
/// @prop {Map} background [color: ('gray', 300)] - The background color used in the snackbar.
|
|
39
39
|
/// @prop {Map} text-color [contrast-color: ('gray', 200)] - The text color used in the snackbar.
|
|
40
40
|
/// @prop {Map} button-color [contrast-color: ('gray', 200)] - The button color used in the snackbar.
|
|
41
41
|
/// @requires $indigo-snackbar
|
|
42
|
-
/// @requires
|
|
42
|
+
/// @requires $dark-indigo-elevation-snackbar
|
|
43
43
|
$dark-indigo-snackbar: extend(
|
|
44
44
|
$indigo-snackbar,
|
|
45
45
|
$dark-indigo-elevation-snackbar,
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
/// Generates a base dark splitter schema.
|
|
11
11
|
/// @access private
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
/// @prop {Map} handle-color [color: ('gray', 800)] - The color for the bar drag handle.
|
|
14
14
|
/// @prop {Map} expander-color [color: ('gray', 800)] - The color for the arrow expander's.
|
|
15
15
|
$dark-base-splitter: (
|
|
@@ -33,7 +33,7 @@ $dark-base-splitter: (
|
|
|
33
33
|
);
|
|
34
34
|
|
|
35
35
|
/// Generates a dark material splitter schema.
|
|
36
|
-
/// @type
|
|
36
|
+
/// @type Map
|
|
37
37
|
/// @prop {Map} handle-color-active [color: ('gray', 800)] - The color for the bar drag handle when pressed.
|
|
38
38
|
/// @prop {Map} expander-color-active [color: ('gray', 800)] - The color for the arrow expander's when pressed.
|
|
39
39
|
/// @requires $light-splitter
|
|
@@ -58,7 +58,7 @@ $dark-material-splitter: extend(
|
|
|
58
58
|
);
|
|
59
59
|
|
|
60
60
|
/// Generates a dark fluent splitter schema.
|
|
61
|
-
/// @type
|
|
61
|
+
/// @type Map
|
|
62
62
|
/// @prop {Map} handle-color-active [color: ('gray', 900)] - The color for the bar drag handle when pressed.
|
|
63
63
|
/// @prop {Map} expander-color-active [color: ('gray', 900)] - The color for the arrow expander's when pressed.
|
|
64
64
|
/// @requires $fluent-splitter
|
|
@@ -84,13 +84,19 @@ $dark-fluent-splitter: extend(
|
|
|
84
84
|
);
|
|
85
85
|
|
|
86
86
|
/// Generates a dark bootstrap splitter schema.
|
|
87
|
-
/// @type
|
|
87
|
+
/// @type Map
|
|
88
88
|
/// @requires $bootstrap-splitter
|
|
89
|
-
|
|
90
|
-
$
|
|
89
|
+
$dark-bootstrap-splitter: extend(
|
|
90
|
+
$bootstrap-splitter,
|
|
91
|
+
(
|
|
92
|
+
_meta: (
|
|
93
|
+
variant: 'dark',
|
|
94
|
+
),
|
|
95
|
+
)
|
|
96
|
+
);
|
|
91
97
|
|
|
92
98
|
/// Generates a dark indigo splitter schema.
|
|
93
|
-
/// @type
|
|
99
|
+
/// @type Map
|
|
94
100
|
/// @prop {Map} bar-color [color: ('gray', 200)] - The background color of the bar.
|
|
95
101
|
/// @prop {Map} handle-color [color: ('gray', 600)] - The color for the bar drag handle.
|
|
96
102
|
/// @prop {Map} expander-color [color: ('gray', 600)] - The color for the arrow expander.
|