igniteui-theming 25.0.1 → 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/dist/mcp/index.js +1 -1
- package/dist/mcp/json/components/themes.json.js +17 -17
- package/json/components/bootstrap.json +1 -1
- package/json/components/fluent.json +1 -1
- package/json/components/indigo.json +1 -1
- package/json/components/material.json +1 -1
- package/json/components/themes.json +53 -28
- package/package.json +15 -7
- package/sass/animations/_easings.scss +24 -24
- package/sass/bem/_index.scss +16 -14
- package/sass/color/_charts.scss +20 -20
- package/sass/color/_functions.scss +18 -18
- package/sass/color/_mixins.scss +1 -1
- package/sass/elevations/_functions.scss +4 -4
- package/sass/elevations/_mixins.scss +2 -2
- package/sass/elevations/presets/_index.scss +3 -3
- package/sass/elevations/presets/_indigo.scss +16 -16
- package/sass/elevations/presets/_material.scss +3 -3
- package/sass/tailwind/utilities/_common.scss +1 -1
- package/sass/themes/_functions.scss +15 -15
- package/sass/themes/_mixins.scss +9 -9
- package/sass/themes/charts/_category-chart-theme.scss +2 -9
- package/sass/themes/charts/_data-chart-theme.scss +1 -1
- package/sass/themes/charts/_doughnut-chart-theme.scss +1 -1
- package/sass/themes/charts/_financial-chart-theme.scss +2 -9
- package/sass/themes/charts/_funnel-chart-theme.scss +1 -1
- package/sass/themes/charts/_gauge-theme.scss +2 -2
- package/sass/themes/charts/_geo-map-theme.scss +1 -1
- package/sass/themes/charts/_graph-theme.scss +1 -1
- package/sass/themes/charts/_pie-chart-theme.scss +1 -1
- package/sass/themes/charts/_shape-chart-theme.scss +2 -9
- package/sass/themes/charts/_sparkline-theme.scss +2 -2
- package/sass/themes/components/action-strip/_action-strip-theme.scss +1 -1
- package/sass/themes/components/avatar/_avatar-theme.scss +2 -2
- package/sass/themes/components/badge/_badge-theme.scss +2 -2
- package/sass/themes/components/banner/_banner-theme.scss +1 -1
- package/sass/themes/components/bottom-nav/_bottom-nav-theme.scss +2 -2
- package/sass/themes/components/button/_button-theme.scss +5 -5
- package/sass/themes/components/button/_contained-button-theme.scss +5 -5
- package/sass/themes/components/button/_fab-button-theme.scss +5 -5
- package/sass/themes/components/button/_flat-button-theme.scss +17 -17
- package/sass/themes/components/button/_outlined-button-theme.scss +17 -17
- package/sass/themes/components/button-group/_button-group-theme.scss +5 -5
- package/sass/themes/components/calendar/_calendar-theme.scss +18 -20
- package/sass/themes/components/card/_card-theme.scss +3 -3
- package/sass/themes/components/carousel/_carousel-theme.scss +8 -8
- package/sass/themes/components/chat/_chat-theme.scss +1 -1
- package/sass/themes/components/checkbox/_checkbox-theme.scss +6 -6
- package/sass/themes/components/chip/_chip-theme.scss +5 -5
- package/sass/themes/components/column-actions/_column-actions-theme.scss +1 -1
- package/sass/themes/components/combo/_combo-theme.scss +3 -3
- package/sass/themes/components/dialog/_dialog-theme.scss +4 -4
- package/sass/themes/components/divider/_divider-theme.scss +1 -1
- package/sass/themes/components/dock-manager/_dock-manager-theme.scss +1 -1
- package/sass/themes/components/drop-down/_drop-down-theme.scss +10 -10
- package/sass/themes/components/expansion-panel/_expansion-panel-theme.scss +4 -4
- package/sass/themes/components/grid/_grid-summary-theme.scss +3 -3
- package/sass/themes/components/grid/_grid-theme.scss +56 -17
- package/sass/themes/components/grid/_grid-toolbar-theme.scss +1 -1
- package/sass/themes/components/highlight/_highlight-theme.scss +1 -1
- package/sass/themes/components/icon/_icon-theme.scss +1 -1
- package/sass/themes/components/icon-button/_contained-icon-button-theme.scss +8 -8
- package/sass/themes/components/icon-button/_flat-icon-button-theme.scss +12 -12
- package/sass/themes/components/icon-button/_icon-button-theme.scss +4 -4
- package/sass/themes/components/icon-button/_outlined-icon-button-theme.scss +13 -13
- package/sass/themes/components/input/_file-input-theme.scss +1 -1
- package/sass/themes/components/input/_input-theme.scss +23 -23
- package/sass/themes/components/list/_list-theme.scss +6 -6
- package/sass/themes/components/navbar/_navbar-theme.scss +4 -4
- package/sass/themes/components/navdrawer/_navdrawer-theme.scss +3 -3
- package/sass/themes/components/overlay/_overlay-theme.scss +1 -1
- package/sass/themes/components/paginator/_paginator-theme.scss +1 -1
- package/sass/themes/components/progress/_circular-theme.scss +1 -1
- package/sass/themes/components/progress/_linear-theme.scss +1 -1
- package/sass/themes/components/query-builder/_query-builder-theme.scss +2 -2
- package/sass/themes/components/radio/_radio-theme.scss +5 -5
- package/sass/themes/components/rating/_rating-theme.scss +1 -1
- package/sass/themes/components/ripple/_ripple-theme.scss +1 -1
- package/sass/themes/components/scrollbar/_scrollbar-theme.scss +1 -1
- package/sass/themes/components/select/_select-theme.scss +1 -1
- package/sass/themes/components/slider/_slider-theme.scss +7 -7
- package/sass/themes/components/snackbar/_snackbar-theme.scss +2 -2
- package/sass/themes/components/splitter/_splitter-theme.scss +1 -1
- package/sass/themes/components/stepper/_stepper-theme.scss +2 -2
- package/sass/themes/components/switch/_switch-theme.scss +13 -13
- package/sass/themes/components/tabs/_tabs-theme.scss +8 -8
- package/sass/themes/components/time-picker/_time-picker-theme.scss +8 -8
- package/sass/themes/components/toast/_toast-theme.scss +3 -3
- package/sass/themes/components/tooltip/_tooltip-theme.scss +2 -2
- package/sass/themes/components/tree/_tree-theme.scss +17 -17
- package/sass/themes/components/watermark/_watermark-theme.scss +1 -1
- package/sass/themes/schemas/charts/dark/_category-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_data-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_doughnut-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_financial-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_funnel-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_gauge.scss +9 -9
- package/sass/themes/schemas/charts/dark/_geo-map.scss +5 -5
- package/sass/themes/schemas/charts/dark/_graph.scss +5 -5
- package/sass/themes/schemas/charts/dark/_pie-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_shape-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_sparkline.scss +5 -5
- package/sass/themes/schemas/charts/light/_category-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_data-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_doughnut-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_financial-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_funnel-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_gauge.scss +19 -19
- package/sass/themes/schemas/charts/light/_geo-map.scss +8 -8
- package/sass/themes/schemas/charts/light/_graph.scss +8 -8
- package/sass/themes/schemas/charts/light/_pie-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_shape-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_sparkline.scss +9 -9
- package/sass/themes/schemas/components/dark/_action-strip.scss +5 -5
- package/sass/themes/schemas/components/dark/_avatar.scss +5 -5
- package/sass/themes/schemas/components/dark/_badge.scss +5 -5
- package/sass/themes/schemas/components/dark/_banner.scss +5 -5
- package/sass/themes/schemas/components/dark/_bottom-nav.scss +5 -5
- package/sass/themes/schemas/components/dark/_button-group.scss +6 -6
- package/sass/themes/schemas/components/dark/_button.scss +65 -65
- package/sass/themes/schemas/components/dark/_calendar.scss +24 -24
- package/sass/themes/schemas/components/dark/_card.scss +5 -5
- package/sass/themes/schemas/components/dark/_carousel.scss +5 -5
- package/sass/themes/schemas/components/dark/_chat.scss +5 -5
- package/sass/themes/schemas/components/dark/_checkbox.scss +5 -5
- package/sass/themes/schemas/components/dark/_chip.scss +7 -7
- package/sass/themes/schemas/components/dark/_column-actions.scss +5 -5
- package/sass/themes/schemas/components/dark/_combo.scss +6 -6
- package/sass/themes/schemas/components/dark/_date-picker.scss +8 -8
- package/sass/themes/schemas/components/dark/_date-range-picker.scss +5 -5
- package/sass/themes/schemas/components/dark/_dialog.scss +5 -5
- package/sass/themes/schemas/components/dark/_divider.scss +5 -5
- package/sass/themes/schemas/components/dark/_dock-manager.scss +5 -5
- package/sass/themes/schemas/components/dark/_drop-down.scss +5 -5
- package/sass/themes/schemas/components/dark/_expansion-panel.scss +5 -5
- package/sass/themes/schemas/components/dark/_file-input.scss +5 -5
- package/sass/themes/schemas/components/dark/_grid-filtering.scss +5 -5
- package/sass/themes/schemas/components/dark/_grid-summary.scss +9 -9
- package/sass/themes/schemas/components/dark/_grid-toolbar.scss +5 -5
- package/sass/themes/schemas/components/dark/_grid.scss +57 -14
- package/sass/themes/schemas/components/dark/_highlight.scss +7 -7
- package/sass/themes/schemas/components/dark/_icon-button.scss +46 -46
- package/sass/themes/schemas/components/dark/_icon.scss +5 -5
- package/sass/themes/schemas/components/dark/_input-group.scss +6 -6
- package/sass/themes/schemas/components/dark/_label.scss +5 -5
- package/sass/themes/schemas/components/dark/_list.scss +5 -5
- package/sass/themes/schemas/components/dark/_navbar.scss +5 -5
- package/sass/themes/schemas/components/dark/_navdrawer.scss +5 -5
- package/sass/themes/schemas/components/dark/_overlay.scss +5 -5
- package/sass/themes/schemas/components/dark/_pagination.scss +5 -5
- package/sass/themes/schemas/components/dark/_pivot-data-selector.scss +9 -9
- package/sass/themes/schemas/components/dark/_progress.scss +10 -10
- package/sass/themes/schemas/components/dark/_query-builder.scss +3 -3
- package/sass/themes/schemas/components/dark/_radio.scss +5 -5
- package/sass/themes/schemas/components/dark/_rating.scss +5 -5
- package/sass/themes/schemas/components/dark/_resize-indicator.scss +9 -9
- package/sass/themes/schemas/components/dark/_ripple.scss +5 -5
- package/sass/themes/schemas/components/dark/_scrollbar.scss +5 -5
- package/sass/themes/schemas/components/dark/_select.scss +5 -5
- package/sass/themes/schemas/components/dark/_slider.scss +5 -5
- package/sass/themes/schemas/components/dark/_snackbar.scss +6 -6
- package/sass/themes/schemas/components/dark/_splitter.scss +13 -7
- package/sass/themes/schemas/components/dark/_stepper.scss +5 -5
- package/sass/themes/schemas/components/dark/_switch.scss +5 -5
- package/sass/themes/schemas/components/dark/_tabs.scss +5 -5
- package/sass/themes/schemas/components/dark/_tile-manager.scss +11 -11
- package/sass/themes/schemas/components/dark/_time-picker.scss +5 -5
- package/sass/themes/schemas/components/dark/_toast.scss +4 -4
- package/sass/themes/schemas/components/dark/_tooltip.scss +7 -7
- package/sass/themes/schemas/components/dark/_tree.scss +5 -5
- package/sass/themes/schemas/components/dark/_validator.scss +5 -5
- package/sass/themes/schemas/components/dark/_watermark.scss +5 -5
- package/sass/themes/schemas/components/dark/calendar/_base.scss +9 -9
- package/sass/themes/schemas/components/dark/calendar/_days-view.scss +11 -11
- package/sass/themes/schemas/components/dark/calendar/_picker.scss +8 -8
- package/sass/themes/schemas/components/dark/calendar/_year-month-view.scss +11 -11
- package/sass/themes/schemas/components/elevation/_button-group.scss +3 -3
- package/sass/themes/schemas/components/elevation/_carousel.scss +2 -2
- package/sass/themes/schemas/components/light/_action-strip.scss +9 -9
- package/sass/themes/schemas/components/light/_avatar.scss +9 -9
- package/sass/themes/schemas/components/light/_badge.scss +12 -12
- package/sass/themes/schemas/components/light/_banner.scss +9 -9
- package/sass/themes/schemas/components/light/_bottom-nav.scss +12 -12
- package/sass/themes/schemas/components/light/_button-group.scss +14 -14
- package/sass/themes/schemas/components/light/_button.scss +103 -103
- package/sass/themes/schemas/components/light/_calendar.scss +28 -28
- package/sass/themes/schemas/components/light/_card.scss +14 -42
- package/sass/themes/schemas/components/light/_carousel.scss +12 -12
- package/sass/themes/schemas/components/light/_chat.scss +9 -9
- package/sass/themes/schemas/components/light/_checkbox.scss +9 -9
- package/sass/themes/schemas/components/light/_chip.scss +27 -27
- package/sass/themes/schemas/components/light/_column-actions.scss +9 -9
- package/sass/themes/schemas/components/light/_combo.scss +11 -11
- package/sass/themes/schemas/components/light/_date-picker.scss +8 -8
- package/sass/themes/schemas/components/light/_date-range-picker.scss +9 -9
- package/sass/themes/schemas/components/light/_dialog.scss +14 -23
- package/sass/themes/schemas/components/light/_divider.scss +7 -7
- package/sass/themes/schemas/components/light/_dock-manager.scss +9 -9
- package/sass/themes/schemas/components/light/_drop-down.scss +16 -24
- package/sass/themes/schemas/components/light/_expansion-panel.scss +12 -24
- package/sass/themes/schemas/components/light/_file-input.scss +1 -1
- package/sass/themes/schemas/components/light/_grid-filtering.scss +9 -9
- package/sass/themes/schemas/components/light/_grid-summary.scss +13 -26
- package/sass/themes/schemas/components/light/_grid-toolbar.scss +9 -9
- package/sass/themes/schemas/components/light/_grid.scss +162 -68
- package/sass/themes/schemas/components/light/_highlight.scss +10 -10
- package/sass/themes/schemas/components/light/_icon-button.scss +48 -48
- package/sass/themes/schemas/components/light/_icon.scss +9 -9
- package/sass/themes/schemas/components/light/_input-group.scss +17 -26
- package/sass/themes/schemas/components/light/_label.scss +8 -8
- package/sass/themes/schemas/components/light/_list.scss +13 -33
- package/sass/themes/schemas/components/light/_navbar.scss +12 -12
- package/sass/themes/schemas/components/light/_navdrawer.scss +14 -26
- package/sass/themes/schemas/components/light/_overlay.scss +9 -9
- package/sass/themes/schemas/components/light/_pagination.scss +9 -9
- package/sass/themes/schemas/components/light/_pivot-data-selector.scss +9 -9
- package/sass/themes/schemas/components/light/_progress.scss +13 -13
- package/sass/themes/schemas/components/light/_query-builder.scss +10 -10
- package/sass/themes/schemas/components/light/_radio.scss +9 -9
- package/sass/themes/schemas/components/light/_rating.scss +9 -9
- package/sass/themes/schemas/components/light/_resize-indicator.scss +8 -8
- package/sass/themes/schemas/components/light/_ripple.scss +9 -9
- package/sass/themes/schemas/components/light/_scrollbar.scss +9 -9
- package/sass/themes/schemas/components/light/_select.scss +9 -9
- package/sass/themes/schemas/components/light/_slider.scss +11 -17
- package/sass/themes/schemas/components/light/_snackbar.scss +9 -9
- package/sass/themes/schemas/components/light/_splitter.scss +9 -9
- package/sass/themes/schemas/components/light/_stepper.scss +8 -8
- package/sass/themes/schemas/components/light/_switch.scss +9 -9
- package/sass/themes/schemas/components/light/_tabs.scss +9 -9
- package/sass/themes/schemas/components/light/_tile-manager.scss +10 -10
- package/sass/themes/schemas/components/light/_time-picker.scss +10 -19
- package/sass/themes/schemas/components/light/_toast.scss +11 -11
- package/sass/themes/schemas/components/light/_tooltip.scss +10 -10
- package/sass/themes/schemas/components/light/_tree.scss +8 -8
- package/sass/themes/schemas/components/light/_validator.scss +9 -9
- package/sass/themes/schemas/components/light/_watermark.scss +9 -9
- package/sass/themes/schemas/components/light/calendar/_base.scss +9 -29
- package/sass/themes/schemas/components/light/calendar/_days-view.scss +8 -17
- package/sass/themes/schemas/components/light/calendar/_picker.scss +9 -17
- package/sass/themes/schemas/components/light/calendar/_year-month-view.scss +9 -17
- package/sass/typography/_functions.scss +14 -14
- package/sass/typography/_mixins.scss +7 -7
- package/sass/utils/_css.scss +1 -1
- package/sass/utils/_map.scss +5 -5
- package/sass/utils/_math.scss +6 -5
- package/sass/utils/_meta.scss +4 -4
- package/tailwind/utilities/bootstrap.css +1 -1
- package/tailwind/utilities/fluent.css +1 -1
- package/tailwind/utilities/indigo.css +1 -1
- package/tailwind/utilities/material.css +1 -1
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
////
|
|
10
10
|
|
|
11
11
|
/// Generates a material date-picker schema.
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
/// @prop {Map} actions-divider-color [color: ('gray', 200)] - The border color used for the date-picker actions divider.
|
|
14
|
-
/// @requires
|
|
14
|
+
/// @requires $material-base
|
|
15
15
|
$material-date-picker: extend(
|
|
16
16
|
$material-base,
|
|
17
17
|
(
|
|
@@ -25,9 +25,9 @@ $material-date-picker: extend(
|
|
|
25
25
|
);
|
|
26
26
|
|
|
27
27
|
/// Generates a fluent date-picker schema.
|
|
28
|
-
/// @type
|
|
28
|
+
/// @type Map
|
|
29
29
|
/// @prop {Map} actions-divider-color [color: ('gray', 200)] - The border color used for the date-picker actions divider.
|
|
30
|
-
/// @requires
|
|
30
|
+
/// @requires $fluent-base
|
|
31
31
|
$fluent-date-picker: extend(
|
|
32
32
|
$fluent-base,
|
|
33
33
|
(
|
|
@@ -41,9 +41,9 @@ $fluent-date-picker: extend(
|
|
|
41
41
|
);
|
|
42
42
|
|
|
43
43
|
/// Generates a bootstrap date-picker schema.
|
|
44
|
-
/// @type
|
|
44
|
+
/// @type Map
|
|
45
45
|
/// @prop {Map} actions-divider-color [color: ('gray', 300)] - The border color used for the date-picker actions divider.
|
|
46
|
-
/// @requires
|
|
46
|
+
/// @requires $bootstrap-base
|
|
47
47
|
$bootstrap-date-picker: extend(
|
|
48
48
|
$bootstrap-base,
|
|
49
49
|
(
|
|
@@ -57,9 +57,9 @@ $bootstrap-date-picker: extend(
|
|
|
57
57
|
);
|
|
58
58
|
|
|
59
59
|
/// Generates an indigo date-picker schema.
|
|
60
|
-
/// @type
|
|
60
|
+
/// @type Map
|
|
61
61
|
/// @prop {Map} actions-divider-color [color: ('gray', 400)] - The border color used for the date-picker actions divider.
|
|
62
|
-
/// @requires
|
|
62
|
+
/// @requires $indigo-base
|
|
63
63
|
$indigo-date-picker: extend(
|
|
64
64
|
$indigo-base,
|
|
65
65
|
(
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates a light date-range-picker schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
/// @prop {Map} label-color [color: ('gray', 700)] - The color for date range separator label.
|
|
13
13
|
/// @prop {Map} ranges-background [color: 'surface'] - The background color for the predefined ranges area.
|
|
14
14
|
/// @prop {Map} ranges-border [color: ('gray', 200)] - The border color for the predefined ranges area.
|
|
@@ -48,9 +48,9 @@ $light-date-range-picker: (
|
|
|
48
48
|
);
|
|
49
49
|
|
|
50
50
|
/// Generates a material date-range-picker schema.
|
|
51
|
-
/// @type
|
|
51
|
+
/// @type Map
|
|
52
52
|
/// @prop {List} size [(rem(40px), rem(48px), rem(56px))] - The size used for the input group.
|
|
53
|
-
/// @requires
|
|
53
|
+
/// @requires $light-date-range-picker
|
|
54
54
|
$material-date-range-picker: extend(
|
|
55
55
|
$light-date-range-picker,
|
|
56
56
|
(
|
|
@@ -69,9 +69,9 @@ $material-date-range-picker: extend(
|
|
|
69
69
|
);
|
|
70
70
|
|
|
71
71
|
/// Generates a fluent date-range-picker schema.
|
|
72
|
-
/// @type
|
|
72
|
+
/// @type Map
|
|
73
73
|
/// @prop {List} size [(rem(32px), rem(40px), rem(48px))] - The size used for the input group.
|
|
74
|
-
/// @requires
|
|
74
|
+
/// @requires $light-date-range-picker
|
|
75
75
|
$fluent-date-range-picker: extend(
|
|
76
76
|
$light-date-range-picker,
|
|
77
77
|
(
|
|
@@ -90,11 +90,11 @@ $fluent-date-range-picker: extend(
|
|
|
90
90
|
);
|
|
91
91
|
|
|
92
92
|
/// Generates a bootstrap date-range-picker schema.
|
|
93
|
-
/// @type
|
|
93
|
+
/// @type Map
|
|
94
94
|
/// @prop {Map} ranges-border [color: ('gray', 300)] - The border color for the predefined ranges area.
|
|
95
95
|
/// @prop {List} size [(rem(32px), rem(38px), rem(48px))] - The size used for the input group.
|
|
96
96
|
/// @prop {Map} typography [label: (value: 'body-1')] - The typography styles used for the component.
|
|
97
|
-
/// @requires
|
|
97
|
+
/// @requires $light-date-range-picker
|
|
98
98
|
$bootstrap-date-range-picker: extend(
|
|
99
99
|
$light-date-range-picker,
|
|
100
100
|
(
|
|
@@ -126,12 +126,12 @@ $bootstrap-date-range-picker: extend(
|
|
|
126
126
|
);
|
|
127
127
|
|
|
128
128
|
/// Generates an indigo date-range-picker schema.
|
|
129
|
-
/// @type
|
|
129
|
+
/// @type Map
|
|
130
130
|
/// @prop {Map} label-color [color: ('gray', 600)] - The color for date range separator label.
|
|
131
131
|
/// @prop {Map} ranges-background [contrast-color: ('primary', 500)] - The background color for the predefined ranges area.
|
|
132
132
|
/// @prop {Map} ranges-border [color: ('gray', 400)] - The border color for the predefined ranges area.
|
|
133
133
|
/// @prop {List} size [(rem(24px), rem(28px), rem(32px))] - The size used for the input group.
|
|
134
|
-
/// @requires
|
|
134
|
+
/// @requires $light-date-range-picker
|
|
135
135
|
$indigo-date-range-picker: extend(
|
|
136
136
|
$light-date-range-picker,
|
|
137
137
|
(
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
////
|
|
10
10
|
|
|
11
11
|
/// Generates a light dialog schema.
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
/// @prop {Map} background [color: 'surface'] - The dialog background color.
|
|
14
14
|
/// @prop {Map} title-color [color: ('gray', 900)] - The dialog title text color.
|
|
15
15
|
/// @prop {Map} message-color [color: ('gray', 600)] - The dialog message text color.
|
|
@@ -18,11 +18,8 @@
|
|
|
18
18
|
/// @prop {Number} elevation [24] - The elevation level, between 0-24, to be used for the dialog.
|
|
19
19
|
/// @prop {List} border-radius [(rem(4px), rem(0), rem(36px))] - The border radius used for dialog.
|
|
20
20
|
/// @prop {Number} default-size [2] - The default size used for the dialog component.
|
|
21
|
-
/// @prop {Map} typography [
|
|
22
|
-
///
|
|
23
|
-
/// content: (value: 'body-1')
|
|
24
|
-
/// ] - The typography styles used for the component.
|
|
25
|
-
/// @requires {Map} $default-elevation-dialog
|
|
21
|
+
/// @prop {Map} typography [title: (value: 'h5'), content: (value: 'body-1')] - The typography styles used for the component.
|
|
22
|
+
/// @requires $default-elevation-dialog
|
|
26
23
|
$light-dialog: extend(
|
|
27
24
|
$default-elevation-dialog,
|
|
28
25
|
(
|
|
@@ -81,12 +78,9 @@ $light-dialog: extend(
|
|
|
81
78
|
);
|
|
82
79
|
|
|
83
80
|
/// Generates a material dialog schema.
|
|
84
|
-
/// @type
|
|
85
|
-
/// @prop {Map} typography [
|
|
86
|
-
///
|
|
87
|
-
/// content: (value: 'body-1')
|
|
88
|
-
/// ] - The typography styles used for the component.
|
|
89
|
-
/// @requires {Map} $light-dialog
|
|
81
|
+
/// @type Map
|
|
82
|
+
/// @prop {Map} typography [title: (value: 'h6'), content: (value: 'body-1')] - The typography styles used for the component.
|
|
83
|
+
/// @requires $light-dialog
|
|
90
84
|
$material-dialog: extend(
|
|
91
85
|
$light-dialog,
|
|
92
86
|
(
|
|
@@ -105,14 +99,11 @@ $material-dialog: extend(
|
|
|
105
99
|
);
|
|
106
100
|
|
|
107
101
|
/// Generates a fluent dialog schema.
|
|
108
|
-
/// @type
|
|
102
|
+
/// @type Map
|
|
109
103
|
/// @prop {List} border-radius [(rem(2px), rem(0), rem(36px))] - The border radius used for dialog.
|
|
110
104
|
/// @prop {Map} message-color [color: ('gray', 700)] - The dialog message text color.
|
|
111
|
-
/// @prop {Map} typography [
|
|
112
|
-
///
|
|
113
|
-
/// content: (value: 'body-2')
|
|
114
|
-
/// ] - The typography styles used for the component.
|
|
115
|
-
/// @requires {Map} $light-dialog
|
|
105
|
+
/// @prop {Map} typography [title: (value: 'h6'), content: (value: 'body-2')] - The typography styles used for the component.
|
|
106
|
+
/// @requires $light-dialog
|
|
116
107
|
$fluent-dialog: extend(
|
|
117
108
|
$light-dialog,
|
|
118
109
|
(
|
|
@@ -144,11 +135,11 @@ $fluent-dialog: extend(
|
|
|
144
135
|
);
|
|
145
136
|
|
|
146
137
|
/// Generates a bootstrap dialog schema.
|
|
147
|
-
/// @type
|
|
138
|
+
/// @type Map
|
|
148
139
|
/// @prop {Map} border-color [color: ('gray', 300)] - The border color for dialog component.
|
|
149
140
|
/// @prop {Number} elevation [0] - The elevation level, between 0-24, to be used for the dialog.
|
|
150
|
-
/// @requires
|
|
151
|
-
/// @requires
|
|
141
|
+
/// @requires $light-dialog
|
|
142
|
+
/// @requires $bootstrap-elevation-dialog
|
|
152
143
|
$bootstrap-dialog: extend(
|
|
153
144
|
$light-dialog,
|
|
154
145
|
$bootstrap-elevation-dialog,
|
|
@@ -166,10 +157,10 @@ $bootstrap-dialog: extend(
|
|
|
166
157
|
);
|
|
167
158
|
|
|
168
159
|
/// Generates an indigo dialog schema.
|
|
169
|
-
/// @type
|
|
160
|
+
/// @type Map
|
|
170
161
|
/// @prop {Map} message-color [color: ('gray', 700)] - The dialog message text color.
|
|
171
162
|
/// @prop {List} border-radius [(rem(10px), rem(0), rem(36px))] - The border radius used for dialog.
|
|
172
|
-
/// @requires
|
|
163
|
+
/// @requires $light-dialog
|
|
173
164
|
$indigo-dialog: extend(
|
|
174
165
|
$light-dialog,
|
|
175
166
|
(
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates a light divider schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
/// @prop {Map} color [color: ('gray', 300)] - The color used for the divider.
|
|
13
13
|
/// @prop {number} inset [0] - The inset value of the divider.
|
|
14
14
|
$light-divider: (
|
|
@@ -26,8 +26,8 @@ $light-divider: (
|
|
|
26
26
|
);
|
|
27
27
|
|
|
28
28
|
/// Generates a material divider schema.
|
|
29
|
-
/// @type
|
|
30
|
-
/// @requires
|
|
29
|
+
/// @type Map
|
|
30
|
+
/// @requires $light-divider
|
|
31
31
|
$material-divider: extend(
|
|
32
32
|
$light-divider,
|
|
33
33
|
(
|
|
@@ -38,8 +38,8 @@ $material-divider: extend(
|
|
|
38
38
|
);
|
|
39
39
|
|
|
40
40
|
/// Generates a fluent divider schema.
|
|
41
|
-
/// @type
|
|
42
|
-
/// @requires
|
|
41
|
+
/// @type Map
|
|
42
|
+
/// @requires $light-divider
|
|
43
43
|
$fluent-divider: extend(
|
|
44
44
|
$light-divider,
|
|
45
45
|
(
|
|
@@ -50,7 +50,7 @@ $fluent-divider: extend(
|
|
|
50
50
|
);
|
|
51
51
|
|
|
52
52
|
/// Generates a bootstrap divider schema.
|
|
53
|
-
/// @type
|
|
53
|
+
/// @type Map
|
|
54
54
|
$bootstrap-divider: extend(
|
|
55
55
|
$light-divider,
|
|
56
56
|
(
|
|
@@ -61,7 +61,7 @@ $bootstrap-divider: extend(
|
|
|
61
61
|
);
|
|
62
62
|
|
|
63
63
|
/// Generates an indigo divider schema.
|
|
64
|
-
/// @type
|
|
64
|
+
/// @type Map
|
|
65
65
|
$indigo-divider: extend(
|
|
66
66
|
$light-divider,
|
|
67
67
|
(
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates a light dock-manager schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
/// @prop {Color} accent-color [null] - Sets the pinned header background color, the joystick background and border colors, as well as the context menu background color.
|
|
13
13
|
/// @prop {Color} active-color [color: 'primary'] - Sets the active text and border colors for tabs, panes, and menus.
|
|
14
14
|
/// @prop {Color} background-color [null] - Sets the base dock manager color as well as the pane headers and tabs background colors.
|
|
@@ -197,7 +197,7 @@ $light-dock-manager: (
|
|
|
197
197
|
);
|
|
198
198
|
|
|
199
199
|
/// Generates a material dock-manager schema.
|
|
200
|
-
/// @type
|
|
200
|
+
/// @type Map
|
|
201
201
|
/// @prop {Color} context-menu-background-active [null] - Sets the background color for active context menus.
|
|
202
202
|
/// @prop {Color} context-menu-color-active [contrast-color: 'surface'] - Sets the text color for active context menus.
|
|
203
203
|
/// @prop {Color} context-menu-color [null] - Sets the text color for context menus.
|
|
@@ -207,7 +207,7 @@ $light-dock-manager: (
|
|
|
207
207
|
/// @prop {Color} tab-background [null] - Sets the background color for tabs.
|
|
208
208
|
/// @prop {Color} tab-text [null] - Sets the text color for tabs.
|
|
209
209
|
/// @prop {Color} tab-text-active [null] - Sets the text color for active tabs.
|
|
210
|
-
/// @requires
|
|
210
|
+
/// @requires $light-dock-manager
|
|
211
211
|
$material-dock-manager: extend(
|
|
212
212
|
$light-dock-manager,
|
|
213
213
|
(
|
|
@@ -239,7 +239,7 @@ $material-dock-manager: extend(
|
|
|
239
239
|
);
|
|
240
240
|
|
|
241
241
|
/// Generates a fluent dock-manager schema.
|
|
242
|
-
/// @type
|
|
242
|
+
/// @type Map
|
|
243
243
|
/// @prop {Color} context-menu-background-active [color: ('gray', 200)] - Sets the background color for active context menus.
|
|
244
244
|
/// @prop {Color} context-menu-color-active [color: ('gray', 800)] - Sets the text color for active context menus.
|
|
245
245
|
/// @prop {Color} context-menu-color [color: ('gray', 800)] - Sets the text color for active context menus.
|
|
@@ -249,11 +249,11 @@ $material-dock-manager: extend(
|
|
|
249
249
|
/// @prop {Color} joystick-icon-color [color: ('gray', 800)] - Sets the color for the joystick icons.
|
|
250
250
|
/// @prop {Color} joystick-icon-color-active [color: ('gray', 800)] - Sets the color of the active joystick icons.
|
|
251
251
|
/// @prop {Color} pane-header-background [color: ('gray', 100)] - Sets the background color for pane headers.
|
|
252
|
-
/// @prop {Color} splitter-background [color: ('gray', 100) - Sets the background color for the splitters.
|
|
252
|
+
/// @prop {Color} splitter-background [color: ('gray', 100)] - Sets the background color for the splitters.
|
|
253
253
|
/// @prop {Color} tab-border-color [color: 'surface'] - Sets the border color for tabs.
|
|
254
254
|
/// @prop {Color} tab-border-color-active [color: 'surface'] - Sets the border color for active tabs.
|
|
255
255
|
/// @prop {Color} tab-text-active [color: 'primary'] - Sets the text color for active tabs.
|
|
256
|
-
/// @requires
|
|
256
|
+
/// @requires $light-dock-manager
|
|
257
257
|
$fluent-dock-manager: extend(
|
|
258
258
|
$light-dock-manager,
|
|
259
259
|
(
|
|
@@ -346,7 +346,7 @@ $fluent-dock-manager: extend(
|
|
|
346
346
|
);
|
|
347
347
|
|
|
348
348
|
/// Generates a bootstrap dock-manager schema.
|
|
349
|
-
/// @type
|
|
349
|
+
/// @type Map
|
|
350
350
|
/// @prop {Color} button-text [color: 'primary'] - Sets the button text color.
|
|
351
351
|
/// @prop {Color} context-menu-background [color: 'surface'] - Sets the background color for context menus.
|
|
352
352
|
/// @prop {Color} context-menu-color-active [color: 'surface'] - Sets the text color for active context menus.
|
|
@@ -360,7 +360,7 @@ $fluent-dock-manager: extend(
|
|
|
360
360
|
/// @prop {Color} tab-border-color [color: 'surface'] - Sets the border color for tabs.
|
|
361
361
|
/// @prop {Color} tab-text-active [color: ('gray', 800)] - Sets the text color for active tabs.
|
|
362
362
|
/// @prop {Color} tab-text [color: 'primary'] - Sets the text color for tabs.
|
|
363
|
-
/// @requires
|
|
363
|
+
/// @requires $light-dock-manager
|
|
364
364
|
$bootstrap-dock-manager: extend(
|
|
365
365
|
$light-dock-manager,
|
|
366
366
|
(
|
|
@@ -457,7 +457,7 @@ $bootstrap-dock-manager: extend(
|
|
|
457
457
|
/// @prop {Color} tab-background [color: ('gray', 100)] - Sets the background color for tabs.
|
|
458
458
|
/// @prop {Color} tab-text-active [color: ('gray', 900)] - Sets the text color for active tabs.
|
|
459
459
|
/// @prop {Color} text-color [color: ('gray', 900)] - Sets the text color for most elements in the dock manager. Used as the default joystick icon color.
|
|
460
|
-
/// @requires
|
|
460
|
+
/// @requires $light-dock-manager
|
|
461
461
|
$indigo-dock-manager: extend(
|
|
462
462
|
$light-dock-manager,
|
|
463
463
|
(
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// stylelint-disable max-line-length
|
|
12
12
|
|
|
13
13
|
/// Generates a light drop-down schema.
|
|
14
|
-
/// @type
|
|
14
|
+
/// @type Map
|
|
15
15
|
/// @prop {Map} border-color [color: ('gray', 300)] - The border color used for drop-down component.
|
|
16
16
|
/// @prop {Map} background-color [color: 'surface'] - The drop-down background color.
|
|
17
17
|
/// @prop {Map} header-text-color [color: ('secondary', 500)] - The drop-down header text color.
|
|
@@ -32,12 +32,8 @@
|
|
|
32
32
|
/// @prop {List} item-border-radius [(rem(0), rem(0), rem(20px))] - The border radius used for the drop-down items.
|
|
33
33
|
/// @prop {List} size [(rem(28px), rem(32px), rem(40px))] - The size used for the dropdown item height.
|
|
34
34
|
/// @prop {Number} default-size [2] - The default size used for the drop down component.
|
|
35
|
-
/// @prop {Map} typography [
|
|
36
|
-
///
|
|
37
|
-
/// item: (value: 'body-2'),
|
|
38
|
-
/// select-item: (value: 'body-2')
|
|
39
|
-
/// ] - The typography styles used for the component.
|
|
40
|
-
/// @requires {Map} $default-elevation-drop-down
|
|
35
|
+
/// @prop {Map} typography [header: (value: 'overline'), item: (value: 'body-2'), select-item: (value: 'body-2')] - The typography styles used for the component.
|
|
36
|
+
/// @requires $default-elevation-drop-down
|
|
41
37
|
$light-drop-down: extend(
|
|
42
38
|
$default-elevation-drop-down,
|
|
43
39
|
(
|
|
@@ -154,7 +150,7 @@ $light-drop-down: extend(
|
|
|
154
150
|
);
|
|
155
151
|
|
|
156
152
|
/// Generates a material drop-down schema.
|
|
157
|
-
/// @type
|
|
153
|
+
/// @type Map
|
|
158
154
|
/// @prop {Map} selected-item-background [color: ('secondary', 100)] - The drop-down selected item background color.
|
|
159
155
|
/// @prop {Map} selected-item-text-color [contrast-color: ('secondary', 100)] - The drop-down selected item text color.
|
|
160
156
|
/// @prop {Map} selected-item-icon-color [contrast-color: ('secondary', 100)] - The drop-down selected item icon color.
|
|
@@ -163,8 +159,8 @@ $light-drop-down: extend(
|
|
|
163
159
|
/// @prop {Map} selected-hover-item-icon-color [contrast-color: ('secondary', 200)] - The drop-down selected item hover icon color.
|
|
164
160
|
/// @prop {Map} selected-focus-item-background [color: ('secondary', 200)] - The drop-down selected item focus background color.
|
|
165
161
|
/// @prop {Map} selected-focus-item-text-color [contrast-color: ('secondary', 200)] - The drop-down selected item focus text color.
|
|
166
|
-
/// @requires
|
|
167
|
-
/// @requires
|
|
162
|
+
/// @requires $light-drop-down
|
|
163
|
+
/// @requires $default-elevation-drop-down
|
|
168
164
|
$material-drop-down: extend(
|
|
169
165
|
$light-drop-down,
|
|
170
166
|
$default-elevation-drop-down,
|
|
@@ -225,7 +221,7 @@ $material-drop-down: extend(
|
|
|
225
221
|
);
|
|
226
222
|
|
|
227
223
|
/// Generates a fluent drop-down schema.
|
|
228
|
-
/// @type
|
|
224
|
+
/// @type Map
|
|
229
225
|
/// @prop {Map} focused-item-background [color: 'surface'] - The drop-down focused item background color.
|
|
230
226
|
/// @prop {Map} selected-item-background [color: ('gray', 200)] - The drop-down selected item background color.
|
|
231
227
|
/// @prop {Map} selected-item-text-color [color: ('gray', 900)] - The drop-down selected item text color.
|
|
@@ -238,13 +234,9 @@ $material-drop-down: extend(
|
|
|
238
234
|
/// @prop {Map} border-color [color: ('gray', 700)] - The border color used for the drop-down items on focus state.
|
|
239
235
|
/// @prop {Number} elevation [3] - The elevation level, between 0-24, to be used for the drop-down shadow.
|
|
240
236
|
/// @prop {List} border-radius [(rem(2px), rem(0), rem(20px))] - The border radius used for drop-down component.
|
|
241
|
-
/// @prop {Map} typography [
|
|
242
|
-
///
|
|
243
|
-
///
|
|
244
|
-
/// select-item: (value: 'body-2')
|
|
245
|
-
/// ] - The typography styles used for the component.
|
|
246
|
-
/// @requires {Map} $light-drop-down
|
|
247
|
-
/// @requires {Map} $fluent-elevation-drop-down
|
|
237
|
+
/// @prop {Map} typography [header: (value: 'subtitle-2'), item: (value: 'body-2'), select-item: (value: 'body-2')] - The typography styles used for the component.
|
|
238
|
+
/// @requires $light-drop-down
|
|
239
|
+
/// @requires $fluent-elevation-drop-down
|
|
248
240
|
$fluent-drop-down: extend(
|
|
249
241
|
$light-drop-down,
|
|
250
242
|
$fluent-elevation-drop-down,
|
|
@@ -333,7 +325,7 @@ $fluent-drop-down: extend(
|
|
|
333
325
|
);
|
|
334
326
|
|
|
335
327
|
/// Generates a bootstrap drop-down schema.
|
|
336
|
-
/// @type
|
|
328
|
+
/// @type Map
|
|
337
329
|
/// @prop {Map} header-text-color [color: ('gray', 700)] - The drop-down header text color.
|
|
338
330
|
/// @prop {Map} hover-item-background [color: ('gray', 200)] - The drop-down hover item background color.
|
|
339
331
|
/// @prop {Map} focused-item-background [color: ('gray', 200)] - The drop-down focused item background color.
|
|
@@ -347,8 +339,8 @@ $fluent-drop-down: extend(
|
|
|
347
339
|
/// @prop {Map} disabled-item-text-color [color: ('gray', 400)] - The drop-down disabled item text color.
|
|
348
340
|
/// @prop {Number} elevation [0] - The elevation level, between 0-24, to be used for the drop-down shadow.
|
|
349
341
|
/// @prop {Number} border-width [1px] - The border width used for drop-down component.
|
|
350
|
-
/// @requires
|
|
351
|
-
/// @requires
|
|
342
|
+
/// @requires $light-drop-down
|
|
343
|
+
/// @requires $bootstrap-elevation-drop-down
|
|
352
344
|
$bootstrap-drop-down: extend(
|
|
353
345
|
$light-drop-down,
|
|
354
346
|
$bootstrap-elevation-drop-down,
|
|
@@ -427,7 +419,7 @@ $bootstrap-drop-down: extend(
|
|
|
427
419
|
);
|
|
428
420
|
|
|
429
421
|
/// Generates an indigo drop-down schema.
|
|
430
|
-
/// @type
|
|
422
|
+
/// @type Map
|
|
431
423
|
/// @prop {Map} background-color [contrast-color: ('gray', 900)] - The drop-down background color.
|
|
432
424
|
/// @prop {Map} header-text-color [color: ('gray', 600)] - The drop-down header text color.
|
|
433
425
|
/// @prop {Map} item-icon-color [color: ('gray', 600)] - The drop-down item icon color.
|
|
@@ -450,8 +442,8 @@ $bootstrap-drop-down: extend(
|
|
|
450
442
|
/// @prop {List} item-border-radius [(rem(2px), rem(0), rem(20px))] - The border radius used for the drop-down items.
|
|
451
443
|
/// @prop {Number} border-width [1px] - The border width used for drop-down component.
|
|
452
444
|
/// @prop {List} size [(rem(24px), rem(28px), rem(32px))] - The size used for the dropdown item height.
|
|
453
|
-
/// @requires
|
|
454
|
-
/// @requires
|
|
445
|
+
/// @requires $light-drop-down
|
|
446
|
+
/// @requires $indigo-elevation-drop-down
|
|
455
447
|
$indigo-drop-down: extend(
|
|
456
448
|
$light-drop-down,
|
|
457
449
|
$indigo-elevation-drop-down,
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates a light expansion panel schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
/// @prop {Map} header-background [color: ('surface')] - The panel header background color.
|
|
13
13
|
/// @prop {Map} body-background [color: ('surface')] - The panel body background color.
|
|
14
14
|
/// @prop {Map} header-focus-background [color: ('gray', 100)] - The panel header focus background color.
|
|
@@ -20,11 +20,7 @@
|
|
|
20
20
|
/// @prop {Map} disabled-description-color [color: ('gray', 500)] - The panel disabled header description text color.
|
|
21
21
|
/// @prop {List} border-radius [(rem(0), rem(0), rem(16px))] - The border radius used for expansion-panel.
|
|
22
22
|
/// @prop {Number} expanded-margin [8px] - The expansion panel margin in expanded state when positioned inside accordion.
|
|
23
|
-
/// @prop {Map} typography [
|
|
24
|
-
/// title: (value: 'h5'),
|
|
25
|
-
/// description: (value: 'subtitle-2'),
|
|
26
|
-
/// body: (value: 'body-2')
|
|
27
|
-
/// ] - The typography styles used for the component.
|
|
23
|
+
/// @prop {Map} typography [title: (value: 'h5'), description: (value: 'subtitle-2'), body: (value: 'body-2')] - The typography styles used for the component.
|
|
28
24
|
$light-expansion-panel: (
|
|
29
25
|
header-background: (
|
|
30
26
|
color: (
|
|
@@ -113,8 +109,8 @@ $light-expansion-panel: (
|
|
|
113
109
|
);
|
|
114
110
|
|
|
115
111
|
/// Generates a material expansion panel schema.
|
|
116
|
-
/// @type
|
|
117
|
-
/// @requires
|
|
112
|
+
/// @type Map
|
|
113
|
+
/// @requires $light-expansion-panel
|
|
118
114
|
$material-expansion-panel: extend(
|
|
119
115
|
$light-expansion-panel,
|
|
120
116
|
(
|
|
@@ -125,16 +121,12 @@ $material-expansion-panel: extend(
|
|
|
125
121
|
);
|
|
126
122
|
|
|
127
123
|
/// Generates a fluent expansion panel schema.
|
|
128
|
-
/// @type
|
|
124
|
+
/// @type Map
|
|
129
125
|
/// @prop {Map} body-color [color: ('gray', 700)] - The panel body text color.
|
|
130
126
|
/// @prop {Map} disabled-text-color [color: ('gray', 400)] - The panel disabled text color.
|
|
131
127
|
/// @prop {Map} disabled-description-color [color: ('gray', 400)] - The panel disabled header description text color.
|
|
132
|
-
/// @prop {Map} typography [
|
|
133
|
-
///
|
|
134
|
-
/// description: (value: 'body-2'),
|
|
135
|
-
/// body: (value: 'caption')
|
|
136
|
-
/// ] - The typography styles used for the component.
|
|
137
|
-
/// @requires {Map} $light-expansion-panel
|
|
128
|
+
/// @prop {Map} typography [title: (value: 'subtitle-1'), description: (value: 'body-2'), body: (value: 'caption')] - The typography styles used for the component.
|
|
129
|
+
/// @requires $light-expansion-panel
|
|
138
130
|
$fluent-expansion-panel: extend(
|
|
139
131
|
$light-expansion-panel,
|
|
140
132
|
(
|
|
@@ -178,9 +170,9 @@ $fluent-expansion-panel: extend(
|
|
|
178
170
|
);
|
|
179
171
|
|
|
180
172
|
/// Generates a bootstrap expansion panel schema.
|
|
181
|
-
/// @type
|
|
173
|
+
/// @type Map
|
|
182
174
|
/// @prop {Map} header-title-color [color: ('gray', 800)] - The panel header title text color.
|
|
183
|
-
/// @requires
|
|
175
|
+
/// @requires $light-expansion-panel
|
|
184
176
|
$bootstrap-expansion-panel: extend(
|
|
185
177
|
$light-expansion-panel,
|
|
186
178
|
(
|
|
@@ -198,7 +190,7 @@ $bootstrap-expansion-panel: extend(
|
|
|
198
190
|
);
|
|
199
191
|
|
|
200
192
|
// Generates an indigo expansion panel schema.
|
|
201
|
-
/// @type
|
|
193
|
+
/// @type Map
|
|
202
194
|
/// @prop {Color} header-background [transparent] - The panel header background color.
|
|
203
195
|
/// @prop {Color} body-background [transparent] - The panel body background color.
|
|
204
196
|
/// @prop {Color} header-focus-background [transparent] - The panel header focus background color.
|
|
@@ -208,12 +200,8 @@ $bootstrap-expansion-panel: extend(
|
|
|
208
200
|
/// @prop {Map} body-color [color: ('gray', 700)] - The panel body text color.
|
|
209
201
|
/// @prop {Map} disabled-text-color [color: ('gray', 900, 0.2)] - The panel disabled text color.
|
|
210
202
|
/// @prop {Map} disabled-description-color [color: ('gray', 900, 0.15)] - The panel disabled header description text color.
|
|
211
|
-
/// @prop {Map} typography [
|
|
212
|
-
///
|
|
213
|
-
/// description: (value: 'body-2'),
|
|
214
|
-
/// body: (value: 'body-2')
|
|
215
|
-
/// ] - The typography styles used for the component.
|
|
216
|
-
/// @requires {Map} $light-expansion-panel
|
|
203
|
+
/// @prop {Map} typography [title: (value: 'body-2'), description: (value: 'body-2'), body: (value: 'body-2')] - The typography styles used for the component.
|
|
204
|
+
/// @requires $light-expansion-panel
|
|
217
205
|
$indigo-expansion-panel: extend(
|
|
218
206
|
$light-expansion-panel,
|
|
219
207
|
(
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates a light grid-filtering schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
/// @prop {Color} menu-background [color: ('surface')] - The idle menu background color.
|
|
13
13
|
/// @prop {Color} toggle-background [transparent] - The idle toggle background color.
|
|
14
14
|
/// @prop {Color} toggle-filtered-background [transparent] - The filtered toggle background color.
|
|
@@ -87,8 +87,8 @@ $light-grid-filtering: (
|
|
|
87
87
|
);
|
|
88
88
|
|
|
89
89
|
/// Generates a material grid-filtering schema.
|
|
90
|
-
/// @type
|
|
91
|
-
/// @requires
|
|
90
|
+
/// @type Map
|
|
91
|
+
/// @requires $light-grid-filtering
|
|
92
92
|
$material-grid-filtering: extend(
|
|
93
93
|
$light-grid-filtering,
|
|
94
94
|
(
|
|
@@ -99,8 +99,8 @@ $material-grid-filtering: extend(
|
|
|
99
99
|
);
|
|
100
100
|
|
|
101
101
|
/// Generates a fluent grid-filtering schema.
|
|
102
|
-
/// @type
|
|
103
|
-
/// @requires
|
|
102
|
+
/// @type Map
|
|
103
|
+
/// @requires $light-grid-filtering
|
|
104
104
|
$fluent-grid-filtering: extend(
|
|
105
105
|
$light-grid-filtering,
|
|
106
106
|
(
|
|
@@ -111,8 +111,8 @@ $fluent-grid-filtering: extend(
|
|
|
111
111
|
);
|
|
112
112
|
|
|
113
113
|
/// Generates a bootstrap grid-filtering schema.
|
|
114
|
-
/// @type
|
|
115
|
-
/// @requires
|
|
114
|
+
/// @type Map
|
|
115
|
+
/// @requires $light-grid-filtering
|
|
116
116
|
$bootstrap-grid-filtering: extend(
|
|
117
117
|
$light-grid-filtering,
|
|
118
118
|
(
|
|
@@ -123,8 +123,8 @@ $bootstrap-grid-filtering: extend(
|
|
|
123
123
|
);
|
|
124
124
|
|
|
125
125
|
/// Generates an indigo grid-filtering schema.
|
|
126
|
-
/// @type
|
|
127
|
-
/// @requires
|
|
126
|
+
/// @type Map
|
|
127
|
+
/// @requires $light-grid-filtering
|
|
128
128
|
$indigo-grid-filtering: extend(
|
|
129
129
|
$light-grid-filtering,
|
|
130
130
|
(
|