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 stepper schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
/// @prop {Map} current-indicator-color [color: ('gray', 900)] - The color of the current step indicator.
|
|
13
13
|
/// @prop {Map} invalid-indicator-color [color: ('gray', 900)] - The color of the invalid step indicator.
|
|
14
14
|
/// @prop {Map} step-hover-background [color: ('gray', 100, .3)] - The background of the step header on hover.
|
|
@@ -95,7 +95,7 @@ $base-stepper: (
|
|
|
95
95
|
);
|
|
96
96
|
|
|
97
97
|
/// Generates a dark material stepper schema.
|
|
98
|
-
/// @type
|
|
98
|
+
/// @type Map
|
|
99
99
|
/// @prop {Map} current-indicator-color [contrast-color: ('gray', 50)] - The color of the current step indicator.
|
|
100
100
|
/// @prop {Map} invalid-indicator-color [contrast-color: ('gray', 900)] - The color of the invalid step indicator.
|
|
101
101
|
/// @prop {Map} invalid-indicator-background [color: ('error', 500)] - The background color of the invalid step indicator.
|
|
@@ -176,7 +176,7 @@ $dark-material-stepper: extend(
|
|
|
176
176
|
);
|
|
177
177
|
|
|
178
178
|
/// Generates a dark fluent stepper schema
|
|
179
|
-
/// @type
|
|
179
|
+
/// @type Map
|
|
180
180
|
/// @prop {Map} complete-indicator-background [color: ('gray', 100)] - The background color of the completed step indicator.
|
|
181
181
|
/// @prop {Map} step-focus-background [color: ('gray', 100, .4)] - The background of the step header on focus.
|
|
182
182
|
/// @prop {Map} invalid-step-focus-background [color: ('gray', 100, .4)] - The background of the invalid step header on focus.
|
|
@@ -268,7 +268,7 @@ $dark-fluent-stepper: extend(
|
|
|
268
268
|
);
|
|
269
269
|
|
|
270
270
|
/// Generates a dark bootstrap stepper schema.
|
|
271
|
-
/// @type
|
|
271
|
+
/// @type Map
|
|
272
272
|
/// @prop {Map} indicator-color [color: ('primary', 300)] - The text color of the incomplete step indicator.
|
|
273
273
|
/// @prop {Map} step-separator-color [color: ('gray', 100)] - The separator border-color of between the steps.
|
|
274
274
|
/// @prop {Map} invalid-title-color [color: ('error', 400)] - The color of the invalid step title.
|
|
@@ -349,7 +349,7 @@ $dark-bootstrap-stepper: extend(
|
|
|
349
349
|
);
|
|
350
350
|
|
|
351
351
|
/// Generates a dark indigo stepper schema.
|
|
352
|
-
/// @type
|
|
352
|
+
/// @type Map
|
|
353
353
|
/// @prop {Map} content-foreground [contrast-color: ('gray', 50, .8)] - The foreground of the step content.
|
|
354
354
|
/// @prop {Map} indicator-color [contrast-color: ('gray', 50, .8)] - The text color of the incomplete step indicator.
|
|
355
355
|
/// @prop {Map} indicator-background [contrast-color: ('gray', 50, .15)] - The background color of the incomplete step indicator.
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
/// Generates a base dark switch schema.
|
|
12
12
|
/// @access private
|
|
13
|
-
/// @type
|
|
13
|
+
/// @type Map
|
|
14
14
|
$dark-base-switch: (
|
|
15
15
|
_meta: (
|
|
16
16
|
name: 'switch',
|
|
@@ -20,7 +20,7 @@ $dark-base-switch: (
|
|
|
20
20
|
|
|
21
21
|
// stylelint-disable max-line-length
|
|
22
22
|
/// Generates a dark material switch schema.
|
|
23
|
-
/// @type
|
|
23
|
+
/// @type Map
|
|
24
24
|
/// @prop {Map} thumb-off-color [color: ('gray', 100)] - The color of the thumb when the switch is off.
|
|
25
25
|
/// @prop {Map} thumb-off-hover-color [color: ('gray', 100)] - The color of the thumb when the switch is off and hovered.
|
|
26
26
|
/// @prop {Map} thumb-disabled-color [color: ('gray', 200)] - The color of the thumb when the switch is disabled.
|
|
@@ -51,7 +51,7 @@ $dark-material-switch: extend(
|
|
|
51
51
|
);
|
|
52
52
|
|
|
53
53
|
/// Generates a dark fluent switch schema.
|
|
54
|
-
/// @type
|
|
54
|
+
/// @type Map
|
|
55
55
|
/// @prop {Map} focus-outline-color [color: ('gray', 400)] - The focus outlined color.
|
|
56
56
|
/// @prop {Map} border-color [color: ('gray', 400)] - The border color of the switch.
|
|
57
57
|
/// @prop {Map} border-on-color [color: ('primary', 300)] - The border color of the on-switch.
|
|
@@ -159,7 +159,7 @@ $dark-fluent-switch: extend(
|
|
|
159
159
|
);
|
|
160
160
|
|
|
161
161
|
/// Generates a dark bootstrap switch schema.
|
|
162
|
-
/// @type
|
|
162
|
+
/// @type Map
|
|
163
163
|
/// @prop {Map} focus-outline-color [color: ('primary', 900, 0.5)] - The focus outlined color.
|
|
164
164
|
/// @prop {Map} label-disabled-color [color: ('gray', 300)] - The color of the switch label when the switch is disabled
|
|
165
165
|
/// @prop {Map} border-disabled-color [color: ('gray', 100)] - The border color of the disabled switch.
|
|
@@ -202,7 +202,7 @@ $dark-bootstrap-switch: extend(
|
|
|
202
202
|
);
|
|
203
203
|
|
|
204
204
|
/// Generates a dark indigo switch schema.
|
|
205
|
-
/// @type
|
|
205
|
+
/// @type Map
|
|
206
206
|
/// @prop {Map} label-color [contrast-color: ('gray', 50, .8)] - The color of the switch label.
|
|
207
207
|
/// @prop {Map} label-hover-color [contrast-color: ('gray', 50)] - The color of the switch label on hover.
|
|
208
208
|
/// @prop {Map} label-disabled-color [contrast-color: ('gray', 50, .2)] - The color of the switch label when the switch is disabled.
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// stylelint-disable max-line-length
|
|
12
12
|
|
|
13
13
|
/// Generates a base dark tabs schema.
|
|
14
|
-
/// @type
|
|
14
|
+
/// @type Map
|
|
15
15
|
/// @prop {Map} item-hover-background [color: ('gray', 100, .5)] - The background used for the tabs on hover.
|
|
16
16
|
/// @prop {Map} item-active-hover-background [color: ('gray', 100, .5)] - The color used for the active tab background on hover and focus.
|
|
17
17
|
$base-dark-tabs: (
|
|
@@ -36,7 +36,7 @@ $base-dark-tabs: (
|
|
|
36
36
|
);
|
|
37
37
|
|
|
38
38
|
/// Generates a dark material tabs schema.
|
|
39
|
-
/// @type
|
|
39
|
+
/// @type Map
|
|
40
40
|
/// @prop {Map} item-hover-background [color: ('gray', 100, 0.3)] - The background used for the tabs on hover.
|
|
41
41
|
/// @prop {Map} item-active-hover-background [color: ('gray', 100, 0.3)] - The color used for the active tab background on hover and focus.
|
|
42
42
|
/// @prop {Map} item-active-icon-color [color: ('primary', 500)] - The color used for the active tab icon.
|
|
@@ -112,7 +112,7 @@ $dark-material-tabs: extend(
|
|
|
112
112
|
);
|
|
113
113
|
|
|
114
114
|
/// Generates a dark fluent tabs schema.
|
|
115
|
-
/// @type
|
|
115
|
+
/// @type Map
|
|
116
116
|
/// @prop {Map} item-disabled-color [color: ('gray', 300)] - The color used for the disabled tabs text.
|
|
117
117
|
/// @prop {Map} item-disabled-icon-color [color: ('gray', 300)] - The color used for the disabled tab icon.
|
|
118
118
|
/// @prop {Map} item-hover-background [color: ('gray', 50)] - The background used for the tabs on hover.
|
|
@@ -166,7 +166,7 @@ $dark-fluent-tabs: extend(
|
|
|
166
166
|
);
|
|
167
167
|
|
|
168
168
|
/// Generates a dark bootstrap tabs schema.
|
|
169
|
-
/// @type
|
|
169
|
+
/// @type Map
|
|
170
170
|
/// @requires $bootstrap-tabs
|
|
171
171
|
$dark-bootstrap-tabs: extend(
|
|
172
172
|
$bootstrap-tabs,
|
|
@@ -178,7 +178,7 @@ $dark-bootstrap-tabs: extend(
|
|
|
178
178
|
);
|
|
179
179
|
|
|
180
180
|
/// Generates a dark indigo tabs schema.
|
|
181
|
-
/// @type
|
|
181
|
+
/// @type Map
|
|
182
182
|
/// @prop {Map} item-hover-background [contrast-color: ('gray', 50, .1)] - The background used for the tabs on hover.
|
|
183
183
|
/// @prop {Map} item-active-hover-background [contrast-color: ('gray', 50, .1)] - The color used for the active tab background on hover and focus.
|
|
184
184
|
/// @prop {Map} item-text-color [contrast-color: ('gray', 50, .8)] - The color used for the tab text color.
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates a dark base tile manager schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
/// @prop {Map} hover-border-color [color: ('gray', 200)] - The border color of the tile component on hover.
|
|
13
13
|
/// @prop {Map} placeholder-background [color: ('primary', 700, .15)] - The background color of the ghost element that appears during drag and drop and while resizing.
|
|
14
14
|
/// @prop {Map} overlay-background [color: ('primary', 700, .5)] - The background color of the ghost element that appears on top of the tile that will be swapped.
|
|
@@ -42,25 +42,25 @@ $dark-base-tile-manager: (
|
|
|
42
42
|
);
|
|
43
43
|
|
|
44
44
|
/// Generates a dark material tile manager schema.
|
|
45
|
-
/// @type
|
|
46
|
-
/// @requires
|
|
47
|
-
/// @requires
|
|
45
|
+
/// @type Map
|
|
46
|
+
/// @requires $material-tile-manager
|
|
47
|
+
/// @requires $dark-base-tile-manager
|
|
48
48
|
$dark-material-tile-manager: extend($material-tile-manager, $dark-base-tile-manager);
|
|
49
49
|
|
|
50
50
|
/// Generates a dark fluent tile manager schema.
|
|
51
|
-
/// @type
|
|
52
|
-
/// @requires
|
|
53
|
-
/// @requires
|
|
51
|
+
/// @type Map
|
|
52
|
+
/// @requires $fluent-tile-manager
|
|
53
|
+
/// @requires $dark-base-tile-manager
|
|
54
54
|
$dark-fluent-tile-manager: extend($fluent-tile-manager, $dark-base-tile-manager);
|
|
55
55
|
|
|
56
56
|
/// Generates a dark bootstrap tile manager schema.
|
|
57
|
-
/// @type
|
|
57
|
+
/// @type Map
|
|
58
58
|
/// @prop {Map} background [color: ('gray', 100)] - The background color of the tile manager component.
|
|
59
59
|
/// @prop {Map} border-color [color: ('gray', 200)] - The border color of the tile component on hover.
|
|
60
60
|
/// @prop {Map} hover-border-color [color: ('gray', 300)] - The border color of the tile component on hover.
|
|
61
61
|
/// @prop {Map} placeholder-background [color: ('primary', 700, .15)] - The background color of the ghost element that appears during drag and drop and while resizing.
|
|
62
62
|
/// @prop {Map} overlay-background [color: ('primary', 700, .4)] - The background color of the ghost element that appears on top of the tile that will be swapped.
|
|
63
|
-
/// @requires
|
|
63
|
+
/// @requires $bootstrap-tile-manager
|
|
64
64
|
$dark-bootstrap-tile-manager: extend(
|
|
65
65
|
$bootstrap-tile-manager,
|
|
66
66
|
(
|
|
@@ -108,7 +108,7 @@ $dark-bootstrap-tile-manager: extend(
|
|
|
108
108
|
);
|
|
109
109
|
|
|
110
110
|
/// Generates a dark indigo tile manager schema.
|
|
111
|
-
/// @type
|
|
111
|
+
/// @type Map
|
|
112
112
|
/// @prop {Map} tile-background [color: ('gray', 50)] - The background color of the tile component inside the tile manager.
|
|
113
113
|
/// @prop {Map} title-color [contrast-color: ('gray', 50, .9)] - The title color of the tile component.
|
|
114
114
|
/// @prop {Map} header-background [color: ('gray', 50)] - The background color of the tile header component.
|
|
@@ -118,7 +118,7 @@ $dark-bootstrap-tile-manager: extend(
|
|
|
118
118
|
/// @prop {Map} placeholder-background [color: ('primary', 500, .15)] - The background color of the ghost element that appears during drag and drop and while resizing.
|
|
119
119
|
/// @prop {Map} overlay-background [color: ('primary', 700, .5)] - The background color of the ghost element that appears on top of the tile that will be swapped.
|
|
120
120
|
/// @prop {Map} ghost-border [color: ('primary', 300)] - The border color of the ghost element that appears during drag and drop and while resizing.
|
|
121
|
-
/// @requires
|
|
121
|
+
/// @requires $indigo-tile-manager
|
|
122
122
|
$dark-indigo-tile-manager: extend(
|
|
123
123
|
$indigo-tile-manager,
|
|
124
124
|
(
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
/// Generates a base dark time-picker schema.
|
|
12
12
|
/// @access private
|
|
13
|
-
/// @type
|
|
13
|
+
/// @type Map
|
|
14
14
|
$dark-base-time-picker: (
|
|
15
15
|
_meta: (
|
|
16
16
|
name: 'time-picker',
|
|
@@ -19,7 +19,7 @@ $dark-base-time-picker: (
|
|
|
19
19
|
);
|
|
20
20
|
|
|
21
21
|
/// Generates a dark material time-picker schema.
|
|
22
|
-
/// @type
|
|
22
|
+
/// @type Map
|
|
23
23
|
/// @prop {Map} hover-text-color [color: ('secondary', 200)] - The hover text color of an open time picker.
|
|
24
24
|
/// @prop {Map} selected-text-color [color: ('secondary', 200)] - The text color of a selected item in time picker.
|
|
25
25
|
/// @prop {Map} divider-color [color: ('gray', 100)] - The divider color of the time picker.
|
|
@@ -52,7 +52,7 @@ $dark-material-time-picker: extend(
|
|
|
52
52
|
);
|
|
53
53
|
|
|
54
54
|
/// Generates a dark fluent time-picker schema.
|
|
55
|
-
/// @type
|
|
55
|
+
/// @type Map
|
|
56
56
|
/// @prop {Map} hover-text-color [color: ('primary', 200)] - The hover text color of an open time picker.
|
|
57
57
|
/// @prop {Map} selected-text-color [color: ('primary', 200)] - The text color of a selected item in time picker.
|
|
58
58
|
/// @prop {Map} header-background [color: ('primary', 200)] - The header background color of a time picker.
|
|
@@ -117,7 +117,7 @@ $dark-fluent-time-picker: extend(
|
|
|
117
117
|
);
|
|
118
118
|
|
|
119
119
|
/// Generates a dark bootstrap time-picker schema.
|
|
120
|
-
/// @type
|
|
120
|
+
/// @type Map
|
|
121
121
|
/// @prop {Map} hover-text-color [color: ('primary', 300)] - The hover text color of an open time picker.
|
|
122
122
|
/// @prop {Map} active-item-background [color: ('primary', 500)] - The background color for current item in focused column inside the time picker.
|
|
123
123
|
/// @prop {Map} selected-text-color [color: ('primary', 300)] - The text color of a selected item in time picker.
|
|
@@ -150,7 +150,7 @@ $dark-bootstrap-time-picker: extend(
|
|
|
150
150
|
);
|
|
151
151
|
|
|
152
152
|
/// Generates a dark indigo time-picker schema.
|
|
153
|
-
/// @type
|
|
153
|
+
/// @type Map
|
|
154
154
|
/// @prop {Map} text-color [color: ('gray', 900)] - The text color of an open time picker.
|
|
155
155
|
/// @prop {Map} background-color [color: ('gray', 50)] - The time-picker panel background color.
|
|
156
156
|
/// @prop {Map} header-background [color: ('gray', 50)] - The header background color of a time picker.
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
/// Generates a dark base toast schema.
|
|
12
12
|
/// @access private
|
|
13
|
-
/// @type
|
|
13
|
+
/// @type Map
|
|
14
14
|
$dark-base-toast: (
|
|
15
15
|
_meta: (
|
|
16
16
|
name: 'toast',
|
|
@@ -19,13 +19,13 @@ $dark-base-toast: (
|
|
|
19
19
|
);
|
|
20
20
|
|
|
21
21
|
/// Generates a dark material toast schema.
|
|
22
|
-
/// @type
|
|
22
|
+
/// @type Map
|
|
23
23
|
/// @requires $material-toast
|
|
24
24
|
/// @requires $dark-base-toast
|
|
25
25
|
$dark-material-toast: extend($material-toast, $dark-base-toast);
|
|
26
26
|
|
|
27
27
|
/// Generates a dark fluent toast schema.
|
|
28
|
-
/// @type
|
|
28
|
+
/// @type Map
|
|
29
29
|
/// @requires $fluent-toast
|
|
30
30
|
/// @requires $dark-base-toast
|
|
31
31
|
$dark-fluent-toast: extend($fluent-toast, $dark-base-toast);
|
|
@@ -37,7 +37,7 @@ $dark-fluent-toast: extend($fluent-toast, $dark-base-toast);
|
|
|
37
37
|
$dark-bootstrap-toast: extend($bootstrap-toast, $dark-base-toast);
|
|
38
38
|
|
|
39
39
|
/// Generates a dark indigo toast schema.
|
|
40
|
-
/// @type
|
|
40
|
+
/// @type Map
|
|
41
41
|
/// @prop {Map} background [color: ('gray', 300)] - The background color used for the toast.
|
|
42
42
|
/// @prop {Map} text-color [contrast-color: ('gray', 50)] - The text-color used for the toast.
|
|
43
43
|
/// @requires $indigo-toast
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
/// Generates a base dark tooltip schema.
|
|
12
12
|
/// @access private
|
|
13
|
-
/// @type
|
|
13
|
+
/// @type Map
|
|
14
14
|
$dark-base-tooltip: (
|
|
15
15
|
_meta: (
|
|
16
16
|
name: 'tooltip',
|
|
@@ -19,27 +19,27 @@ $dark-base-tooltip: (
|
|
|
19
19
|
);
|
|
20
20
|
|
|
21
21
|
/// Generates a dark material tooltip schema.
|
|
22
|
-
/// @type
|
|
22
|
+
/// @type Map
|
|
23
23
|
/// @requires $material-tooltip
|
|
24
24
|
$dark-material-tooltip: extend($material-tooltip, $dark-base-tooltip);
|
|
25
25
|
|
|
26
26
|
/// Generates a dark fluent tooltip schema.
|
|
27
|
-
/// @type
|
|
27
|
+
/// @type Map
|
|
28
28
|
/// @requires $fluent-tooltip
|
|
29
29
|
$dark-fluent-tooltip: extend($fluent-tooltip, $dark-base-tooltip);
|
|
30
30
|
|
|
31
31
|
/// Generates a dark bootstrap tooltip schema.
|
|
32
|
-
/// @type
|
|
32
|
+
/// @type Map
|
|
33
33
|
/// @requires $bootstrap-tooltip
|
|
34
34
|
$dark-bootstrap-tooltip: extend($bootstrap-tooltip, $dark-base-tooltip);
|
|
35
35
|
|
|
36
36
|
/// Generates a dark indigo tooltip schema.
|
|
37
|
-
/// @type
|
|
37
|
+
/// @type Map
|
|
38
38
|
/// @prop {Map} background [color: ('gray', 300, .9)] - The background color of the tooltip.
|
|
39
39
|
/// @prop {Map} text-color [contrast-color: ('gray', 50)] - The text color of the tooltip.
|
|
40
40
|
/// @prop {Number} elevation [9] - The elevation level, between 0-24, to be used for the tooltip.
|
|
41
|
-
/// @requires
|
|
42
|
-
/// @requires
|
|
41
|
+
/// @requires $indigo-tooltip
|
|
42
|
+
/// @requires $dark-indigo-elevation-tooltip
|
|
43
43
|
$dark-indigo-tooltip: extend(
|
|
44
44
|
$indigo-tooltip,
|
|
45
45
|
$dark-indigo-elevation-tooltip,
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// stylelint-disable max-line-length
|
|
12
12
|
|
|
13
13
|
/// Generates a base dark tree schema.
|
|
14
|
-
/// @type
|
|
14
|
+
/// @type Map
|
|
15
15
|
/// @prop {Map} background-active [color: ('gray', 100)] - The background color used for the active tree node.
|
|
16
16
|
/// @prop {Map} foreground-active [color: ('gray', 900)] - The color used for the content in active state of the tree node.
|
|
17
17
|
/// @prop {Map} hover-color [color: ('gray', 200, .5)] - The background color used for the tree node on hover.
|
|
@@ -50,13 +50,13 @@ $base-dark-tree: (
|
|
|
50
50
|
);
|
|
51
51
|
|
|
52
52
|
/// Generates a dark material tree schema.
|
|
53
|
-
/// @type
|
|
53
|
+
/// @type Map
|
|
54
54
|
/// @requires $material-tree
|
|
55
55
|
/// @requires $base-dark-tree
|
|
56
56
|
$dark-material-tree: extend($material-tree, $base-dark-tree);
|
|
57
57
|
|
|
58
58
|
/// Generates a dark fluent tree schema.
|
|
59
|
-
/// @type
|
|
59
|
+
/// @type Map
|
|
60
60
|
/// @prop {Map} background-selected [color: ('gray', 100)] - The background color used for the selected tree node.
|
|
61
61
|
/// @prop {Map} foreground-selected [color: ('gray', 900)] - The color used for the content of the selected tree node.
|
|
62
62
|
/// @prop {Map} background-active-selected [color: ('gray', 200)] - The background color used for the active selected tree node.
|
|
@@ -95,7 +95,7 @@ $dark-fluent-tree: extend(
|
|
|
95
95
|
);
|
|
96
96
|
|
|
97
97
|
/// Generates a dark bootstrap tree schema.
|
|
98
|
-
/// @type
|
|
98
|
+
/// @type Map
|
|
99
99
|
/// @prop {Map} hover-color [color: ('gray', 500, .3)] - The background color used for the tree node on hover.
|
|
100
100
|
/// @prop {Map} foreground-active [contrast-color: ('surface')] - The color used for the content in active state of the tree node.
|
|
101
101
|
/// @requires $bootstrap-tree
|
|
@@ -120,7 +120,7 @@ $dark-bootstrap-tree: extend(
|
|
|
120
120
|
);
|
|
121
121
|
|
|
122
122
|
/// Generates a dark indigo tree schema.
|
|
123
|
-
/// @type
|
|
123
|
+
/// @type Map
|
|
124
124
|
/// @prop {Map} background-active [color: ('primary', 400, 0.3)] - The background color used for the active tree node.
|
|
125
125
|
/// @prop {Map} background-active-selected [color: ('primary', 400, 0.3)] - The background color used for the active selected tree node.
|
|
126
126
|
/// @prop {Map} foreground [contrast-color: ('gray', 50, 0.8)] - The color used for the tree node content.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
/// Generates a base dark validator schema.
|
|
11
11
|
/// @access private
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
$dark-base-validator: (
|
|
14
14
|
_meta: (
|
|
15
15
|
name: 'validator',
|
|
@@ -18,22 +18,22 @@ $dark-base-validator: (
|
|
|
18
18
|
);
|
|
19
19
|
|
|
20
20
|
/// Generates a base dark validator schema.
|
|
21
|
-
/// @type
|
|
21
|
+
/// @type Map
|
|
22
22
|
/// @requires $light-validator
|
|
23
23
|
$dark-material-validator: extend($material-validator, $dark-base-validator);
|
|
24
24
|
|
|
25
25
|
/// Generates a dark fluent validator schema.
|
|
26
|
-
/// @type
|
|
26
|
+
/// @type Map
|
|
27
27
|
/// @requires $light-validator
|
|
28
28
|
$dark-fluent-validator: extend($fluent-validator, $dark-base-validator);
|
|
29
29
|
|
|
30
30
|
/// Generates a dark bootstrap validator schema.
|
|
31
|
-
/// @type
|
|
31
|
+
/// @type Map
|
|
32
32
|
/// @requires $light-validator
|
|
33
33
|
$dark-bootstrap-validator: extend($bootstrap-validator, $dark-base-validator);
|
|
34
34
|
|
|
35
35
|
/// Generates a dark indigo validator schema.
|
|
36
|
-
/// @type
|
|
36
|
+
/// @type Map
|
|
37
37
|
/// @prop {Map} helper-text-color [contrast-color: ('gray', 50, .8)] - The color used for helper text.
|
|
38
38
|
/// @prop {Map} text-error-color [contrast-color: ('gray', 50, .8)] - The color used for the error message.
|
|
39
39
|
/// @requires $indigo-validator
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates a base dark watermark schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
$dark-watermark: (
|
|
13
13
|
image-opacity: 15%,
|
|
14
14
|
_meta: (
|
|
@@ -18,25 +18,25 @@ $dark-watermark: (
|
|
|
18
18
|
);
|
|
19
19
|
|
|
20
20
|
/// Generates a base dark watermark schema.
|
|
21
|
-
/// @type
|
|
21
|
+
/// @type Map
|
|
22
22
|
/// @requires $material-watermark
|
|
23
23
|
/// @requires $dark-watermark
|
|
24
24
|
$dark-material-watermark: extend($material-watermark, $dark-watermark);
|
|
25
25
|
|
|
26
26
|
/// Generates a dark fluent watermark schema.
|
|
27
|
-
/// @type
|
|
27
|
+
/// @type Map
|
|
28
28
|
/// @requires $fluent-watermark
|
|
29
29
|
/// @requires $dark-watermark
|
|
30
30
|
$dark-fluent-watermark: extend($fluent-watermark, $dark-watermark);
|
|
31
31
|
|
|
32
32
|
/// Generates a dark bootstrap watermark schema.
|
|
33
|
-
/// @type
|
|
33
|
+
/// @type Map
|
|
34
34
|
/// @requires $bootstrap-watermark
|
|
35
35
|
/// @requires $dark-watermark
|
|
36
36
|
$dark-bootstrap-watermark: extend($bootstrap-watermark, $dark-watermark);
|
|
37
37
|
|
|
38
38
|
/// Generates a dark indigo watermark schema.
|
|
39
|
-
/// @type
|
|
39
|
+
/// @type Map
|
|
40
40
|
/// @requires $indigo-watermark
|
|
41
41
|
/// @requires $dark-watermark
|
|
42
42
|
$dark-indigo-watermark: extend($indigo-watermark, $dark-watermark);
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
/// Generates a base dark calendar schema.
|
|
6
6
|
/// @access private
|
|
7
|
-
/// @type
|
|
7
|
+
/// @type Map
|
|
8
8
|
$dark-calendar-base: (
|
|
9
9
|
_meta: (
|
|
10
10
|
variant: 'dark',
|
|
@@ -12,9 +12,9 @@ $dark-calendar-base: (
|
|
|
12
12
|
);
|
|
13
13
|
|
|
14
14
|
/// Generates a base dark material calendar schema.
|
|
15
|
-
/// @type
|
|
15
|
+
/// @type Map
|
|
16
16
|
/// @prop {Map} actions-divider-color [color: ('gray', 100)] - The border color used for the date-picker actions divider.
|
|
17
|
-
/// @requires
|
|
17
|
+
/// @requires $material-base
|
|
18
18
|
$dark-material-base: extend(
|
|
19
19
|
$material-base,
|
|
20
20
|
$dark-calendar-base,
|
|
@@ -29,11 +29,11 @@ $dark-material-base: extend(
|
|
|
29
29
|
);
|
|
30
30
|
|
|
31
31
|
/// Generates a base dark fluent calendar schema.
|
|
32
|
-
/// @type
|
|
32
|
+
/// @type Map
|
|
33
33
|
/// @prop {Map} header-foreground [contrast-color: ('primary', 200)] - The header foreground color.
|
|
34
34
|
/// @prop {Map} header-background [color: ('primary', 200)] - The background color of the month and year pickers.
|
|
35
35
|
/// @prop {Мap} actions-divider-color [color: ('gray', 100)] - The border color used for the date-picker actions divider.
|
|
36
|
-
/// @requires
|
|
36
|
+
/// @requires $fluent-base
|
|
37
37
|
$dark-fluent-base: extend(
|
|
38
38
|
$fluent-base,
|
|
39
39
|
$dark-calendar-base,
|
|
@@ -60,8 +60,8 @@ $dark-fluent-base: extend(
|
|
|
60
60
|
);
|
|
61
61
|
|
|
62
62
|
/// Generates a base dark bootstrap calendar schema.
|
|
63
|
-
/// @type
|
|
64
|
-
/// @requires
|
|
63
|
+
/// @type Map
|
|
64
|
+
/// @requires $bootstrap-base
|
|
65
65
|
$dark-bootstrap-base: extend($bootstrap-base, $dark-calendar-base);
|
|
66
66
|
|
|
67
67
|
/// Generates a base dark indigo calendar schema.
|
|
@@ -71,8 +71,8 @@ $dark-bootstrap-base: extend($bootstrap-base, $dark-calendar-base);
|
|
|
71
71
|
/// @prop {Map} content-background [color: ('gray', 50)] - The background color of the days, months and years views.
|
|
72
72
|
/// @prop {Map} border-color [color: ('gray', 100)] - The calendar border color.
|
|
73
73
|
/// @prop {Map} actions-divider-color [color: ('gray', 100)] - The border color used for the date-picker actions divider.
|
|
74
|
-
/// @type
|
|
75
|
-
/// @requires
|
|
74
|
+
/// @type Map
|
|
75
|
+
/// @requires $indigo-base
|
|
76
76
|
$dark-indigo-base: extend(
|
|
77
77
|
$indigo-base,
|
|
78
78
|
$dark-calendar-base,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
@use '../../light/calendar/days-view' as *;
|
|
5
5
|
|
|
6
6
|
/// Generates a dark material days-view schema.
|
|
7
|
-
/// @type
|
|
7
|
+
/// @type Map
|
|
8
8
|
/// @prop {Map} date-special-foreground [color: ('secondary', 200)] - The foreground color of a special date.
|
|
9
9
|
/// @prop {Map} date-special-hover-foreground [color: ('secondary', 100)] - The :hover foreground color of a special date.
|
|
10
10
|
/// @prop {Map} date-special-focus-foreground [color: ('secondary', 100)] - The :focus foreground color of a special date.
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
/// @prop {Map} week-number-foreground [color: ('gray', 600)] - The foreground color of the week number column.
|
|
20
20
|
/// @prop {Map} date-special-range-hover-foreground [color: ('secondary', 100)] - The :hover foreground color of a special date in range selection.
|
|
21
21
|
/// @prop {Map} date-special-range-focus-foreground [color: ('secondary', 100)] - The :focus foreground color of a special date in range selection.
|
|
22
|
-
/// @requires
|
|
23
|
-
/// @requires
|
|
22
|
+
/// @requires $material-days-view
|
|
23
|
+
/// @requires $dark-material-base
|
|
24
24
|
$dark-material-days-view: extend(
|
|
25
25
|
$material-days-view,
|
|
26
26
|
$dark-material-base,
|
|
@@ -113,7 +113,7 @@ $dark-material-days-view: extend(
|
|
|
113
113
|
);
|
|
114
114
|
|
|
115
115
|
/// Generates a dark fluent days-view schema.
|
|
116
|
-
/// @type
|
|
116
|
+
/// @type Map
|
|
117
117
|
/// @prop {Map} date-current-foreground [contrast-color: ('gray', 900)] - The foreground color of the current date.
|
|
118
118
|
/// @prop {Map} date-current-background [color: ('primary', 200)] - The background color of the current date.
|
|
119
119
|
/// @prop {Map} date-current-hover-background [color: ('gray', 200)] - The :hover background color of the current date.
|
|
@@ -148,8 +148,8 @@ $dark-material-days-view: extend(
|
|
|
148
148
|
/// @prop {Map} date-selected-current-hover-border-color [color: ('primary', 200)] - The :hover border color of the selected current date.
|
|
149
149
|
/// @prop {Map} date-selected-current-focus-border-color [color: ('primary', 200)] - The :focus border color of the selected current date.
|
|
150
150
|
/// @prop {Map} week-number-foreground [color: ('gray', 500)] - The foreground color of the week number column.
|
|
151
|
-
/// @requires
|
|
152
|
-
/// @requires
|
|
151
|
+
/// @requires $fluent-days-view
|
|
152
|
+
/// @requires $dark-fluent-base
|
|
153
153
|
$dark-fluent-days-view: extend(
|
|
154
154
|
$fluent-days-view,
|
|
155
155
|
$dark-fluent-base,
|
|
@@ -362,7 +362,7 @@ $dark-fluent-days-view: extend(
|
|
|
362
362
|
);
|
|
363
363
|
|
|
364
364
|
/// Generates a dark bootstrap days-view schema.
|
|
365
|
-
/// @type
|
|
365
|
+
/// @type Map
|
|
366
366
|
/// @prop {Map} date-special-hover-background [color: ('gray', 100)] - The :hover background color of a special date.
|
|
367
367
|
/// @prop {Map} date-special-focus-background [color: ('gray', 100)] - The :focus background color of a special date.
|
|
368
368
|
/// @prop {Map} date-special-range-hover-background [color: ('gray', 100)] - The :hover background color of a special date in range selection.
|
|
@@ -383,8 +383,8 @@ $dark-fluent-days-view: extend(
|
|
|
383
383
|
/// @prop {Map} date-selected-current-range-hover-background [color: ('gray', 100)] - The :hover background color of the current date in the selected range.
|
|
384
384
|
/// @prop {Map} weekday-color [color: ('primary', 200)] - The foreground color of the weekday labels.
|
|
385
385
|
/// @prop {Map} week-number-foreground [color: ('primary', 300)] - The foreground color of the week number column.
|
|
386
|
-
/// @requires
|
|
387
|
-
/// @requires
|
|
386
|
+
/// @requires $bootstrap-days-view
|
|
387
|
+
/// @requires $dark-bootstrap-base
|
|
388
388
|
$dark-bootstrap-days-view: extend(
|
|
389
389
|
$bootstrap-days-view,
|
|
390
390
|
$dark-bootstrap-base,
|
|
@@ -519,7 +519,7 @@ $dark-bootstrap-days-view: extend(
|
|
|
519
519
|
);
|
|
520
520
|
|
|
521
521
|
/// Generates a dark indigo days-view schema.
|
|
522
|
-
/// @type
|
|
522
|
+
/// @type Map
|
|
523
523
|
/// @prop {Map} weekend-color [color: ('gray', 900)] - The foreground color of the weekend days.
|
|
524
524
|
/// @prop {Map} date-hover-foreground [contrast-color: ('gray', 50)] - The :hover foreground color of a date.
|
|
525
525
|
/// @prop {Map} date-hover-background [contrast-color: ('gray', 50, .1)] - The :hover background color of a date.
|
|
@@ -567,7 +567,7 @@ $dark-bootstrap-days-view: extend(
|
|
|
567
567
|
/// @prop {Map} date-selected-current-range-focus-foreground [contrast-color: ('gray', 50)] - The :focus foreground color of the current date in the selected range.
|
|
568
568
|
/// @prop {Map} date-special-range-hover-foreground [color: ('primary', 50)] - The :hover foreground color of a special date in range selection.
|
|
569
569
|
/// @prop {Map} date-special-range-focus-foreground [color: ('primary', 50)] - The :focus foreground color of a special date in range selection.
|
|
570
|
-
/// @requires
|
|
570
|
+
/// @requires $dark-indigo-base
|
|
571
571
|
$dark-indigo-days-view: extend(
|
|
572
572
|
$indigo-days-view,
|
|
573
573
|
$dark-indigo-base,
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
@use '../../light/calendar/picker' as *;
|
|
4
4
|
|
|
5
5
|
/// Generates a dark material month/year picker schema.
|
|
6
|
-
/// @type
|
|
6
|
+
/// @type Map
|
|
7
7
|
/// @prop {Map} navigation-hover-color [color: ('secondary', 200)] - The :hover color of the icon button responsible for month navigation.
|
|
8
8
|
/// @prop {Map} navigation-focus-color [color: ('secondary', 200)] - The :focus color of the icon button responsible for month navigation.
|
|
9
9
|
/// @prop {Map} picker-hover-foreground [color: ('secondary', 200)] - The :hover foreground color of the month and year pickers.
|
|
10
10
|
/// @prop {Map} picker-focus-foreground [color: ('secondary', 200)] - The :focus foreground color of the month and year pickers.
|
|
11
|
-
/// @requires
|
|
11
|
+
/// @requires $material-picker
|
|
12
12
|
$dark-material-picker: extend(
|
|
13
13
|
$material-picker,
|
|
14
14
|
(
|
|
@@ -40,12 +40,12 @@ $dark-material-picker: extend(
|
|
|
40
40
|
);
|
|
41
41
|
|
|
42
42
|
/// Generates a dark fluent month/year picker schema.
|
|
43
|
-
/// @type
|
|
43
|
+
/// @type Map
|
|
44
44
|
/// @prop {Map} picker-hover-foreground [color: ('primary', 200)] - The :hover foreground color of the month and year pickers.
|
|
45
45
|
/// @prop {Map} picker-focus-foreground [color: ('primary', 200)] - The :focus foreground color of the month and year pickers.
|
|
46
46
|
/// @prop {Map} navigation-hover-color [color: ('primary', 200)] - The :hover color of the buttons responsible for navigation.
|
|
47
47
|
/// @prop {Map} navigation-focus-color [color: ('primary', 200)] - The :focus color of the buttons responsible for navigation.
|
|
48
|
-
/// @requires
|
|
48
|
+
/// @requires $fluent-picker
|
|
49
49
|
$dark-fluent-picker: extend(
|
|
50
50
|
$fluent-picker,
|
|
51
51
|
(
|
|
@@ -77,12 +77,12 @@ $dark-fluent-picker: extend(
|
|
|
77
77
|
);
|
|
78
78
|
|
|
79
79
|
/// Generates a dark bootstrap month/year picker schema.
|
|
80
|
-
/// @type
|
|
80
|
+
/// @type Map
|
|
81
81
|
/// @prop {Map} picker-hover-foreground [color: ('secondary', 200)] - The :hover foreground color of the month and year pickers.
|
|
82
82
|
/// @prop {Map} picker-focus-foreground [color: ('secondary', 200)] - The :focus foreground color of the month and year pickers.
|
|
83
83
|
/// @prop {Map} navigation-hover-color [color: ('secondary', 200)] - The :hover color of the buttons responsible for navigation.
|
|
84
84
|
/// @prop {Map} navigation-focus-color [color: ('secondary', 200)] - The :focus color of the buttons responsible for navigation.
|
|
85
|
-
/// @requires
|
|
85
|
+
/// @requires $bootstrap-picker
|
|
86
86
|
$dark-bootstrap-picker: extend(
|
|
87
87
|
$bootstrap-picker,
|
|
88
88
|
(
|
|
@@ -114,13 +114,13 @@ $dark-bootstrap-picker: extend(
|
|
|
114
114
|
);
|
|
115
115
|
|
|
116
116
|
/// Generates a dark indigo month/year picker schema.
|
|
117
|
-
/// @type
|
|
117
|
+
/// @type Map
|
|
118
118
|
/// @prop {Map} picker-background [color: ('gray', 50)] - The background color of the month and year pickers.
|
|
119
119
|
/// @prop {Map} picker-hover-foreground [color: ('primary', 300)] - The :hover foreground color of the month and year pickers.
|
|
120
120
|
/// @prop {Map} picker-focus-foreground [color: ('primary', 300)] - The :focus foreground color of the month and year pickers.
|
|
121
121
|
/// @prop {Map} navigation-hover-color [color: ('primary', 300)] - The :hover color of the icon button responsible for month navigation.
|
|
122
122
|
/// @prop {Map} navigation-focus-color [color: ('primary', 300)] - The :focus color of the icon button responsible for month navigation.
|
|
123
|
-
/// @requires
|
|
123
|
+
/// @requires $indigo-picker
|
|
124
124
|
$dark-indigo-picker: extend(
|
|
125
125
|
$indigo-picker,
|
|
126
126
|
(
|