@progress/kendo-theme-bootstrap 8.1.0 → 8.2.0-dev.0
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/all.css +1 -1
- package/dist/all.scss +5737 -5275
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/meta/sassdoc-data.json +35873 -29477
- package/dist/meta/sassdoc-raw-data.json +5715 -2765
- package/dist/meta/variables.json +2404 -2348
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/chart-wizard/_index.scss +57 -0
- package/scss/chart-wizard/_layout.scss +5 -0
- package/scss/chart-wizard/_theme.scss +5 -0
- package/scss/chart-wizard/_variables.scss +38 -0
- package/scss/chat/_variables.scss +10 -0
- package/scss/index.scss +2 -0
- package/scss/map/_variables.scss +40 -0
- package/scss/mediaplayer/_variables.scss +27 -0
- package/scss/pivotgrid/_variables.scss +142 -0
- package/scss/prompt/_variables.scss +21 -21
|
@@ -1,66 +1,66 @@
|
|
|
1
|
-
//
|
|
1
|
+
// AIPrompt
|
|
2
2
|
|
|
3
|
-
/// The text color of the
|
|
3
|
+
/// The text color of the AIPrompt.
|
|
4
4
|
/// @group prompt
|
|
5
5
|
$kendo-prompt-text: $kendo-component-text !default;
|
|
6
|
-
/// The background color of the
|
|
6
|
+
/// The background color of the AIPrompt.
|
|
7
7
|
/// @group prompt
|
|
8
8
|
$kendo-prompt-bg: $kendo-component-bg !default;
|
|
9
|
-
/// The border color of the
|
|
9
|
+
/// The border color of the AIPrompt.
|
|
10
10
|
/// @group prompt
|
|
11
11
|
$kendo-prompt-border: $kendo-component-border !default;
|
|
12
12
|
|
|
13
|
-
/// The text color of the
|
|
13
|
+
/// The text color of the AIPrompt header.
|
|
14
14
|
/// @group prompt
|
|
15
15
|
$kendo-prompt-header-text: $kendo-component-header-text !default;
|
|
16
|
-
/// The background color of the
|
|
16
|
+
/// The background color of the AIPrompt header.
|
|
17
17
|
/// @group prompt
|
|
18
18
|
$kendo-prompt-header-bg: $kendo-component-bg !default;
|
|
19
|
-
/// The border color of the
|
|
19
|
+
/// The border color of the AIPrompt header.
|
|
20
20
|
/// @group prompt
|
|
21
21
|
$kendo-prompt-header-border: $kendo-component-header-border !default;
|
|
22
22
|
|
|
23
|
-
/// The vertical padding of the
|
|
23
|
+
/// The vertical padding of the AIPrompt content.
|
|
24
24
|
/// @group prompt
|
|
25
25
|
$kendo-prompt-content-padding-y: k-spacing(4) !default;
|
|
26
|
-
/// The horizontal padding of the
|
|
26
|
+
/// The horizontal padding of the AIPrompt content.
|
|
27
27
|
/// @group prompt
|
|
28
28
|
$kendo-prompt-content-padding-x: k-spacing(4) !default;
|
|
29
|
-
/// The spacing between the items of the
|
|
29
|
+
/// The spacing between the items of the AIPrompt content.
|
|
30
30
|
/// @group prompt
|
|
31
31
|
$kendo-prompt-content-spacing: k-spacing(4) !default;
|
|
32
|
-
/// The text color of the
|
|
32
|
+
/// The text color of the AIPrompt content.
|
|
33
33
|
/// @group prompt
|
|
34
34
|
$kendo-prompt-content-text: $kendo-component-header-text !default;
|
|
35
|
-
/// The background color of the
|
|
35
|
+
/// The background color of the AIPrompt content.
|
|
36
36
|
/// @group prompt
|
|
37
37
|
$kendo-prompt-content-bg: $kendo-component-header-bg !default;
|
|
38
|
-
/// The text border of the
|
|
38
|
+
/// The text border of the AIPrompt content.
|
|
39
39
|
/// @group prompt
|
|
40
40
|
$kendo-prompt-content-border: $kendo-component-header-border !default;
|
|
41
41
|
|
|
42
|
-
/// The spacing between the items of the
|
|
42
|
+
/// The spacing between the items of the AIPrompt content expander.
|
|
43
43
|
/// @group prompt
|
|
44
44
|
$kendo-prompt-expander-spacing: k-spacing(2) !default;
|
|
45
45
|
|
|
46
|
-
/// The vertical padding of the
|
|
46
|
+
/// The vertical padding of the AIPrompt suggestion container.
|
|
47
47
|
/// @group prompt
|
|
48
48
|
$kendo-prompt-suggestion-padding-y: k-spacing(2) !default;
|
|
49
|
-
/// The horizontal padding of the
|
|
49
|
+
/// The horizontal padding of the AIPrompt suggestion container.
|
|
50
50
|
/// @group prompt
|
|
51
51
|
$kendo-prompt-suggestion-padding-x: k-spacing(2) !default;
|
|
52
|
-
/// The border radius of the
|
|
52
|
+
/// The border radius of the AIPrompt suggestion container.
|
|
53
53
|
/// @group prompt
|
|
54
54
|
$kendo-prompt-suggestion-border-radius: k-border-radius(md) !default;
|
|
55
|
-
/// The text color of the
|
|
55
|
+
/// The text color of the AIPrompt suggestion container.
|
|
56
56
|
/// @group prompt
|
|
57
57
|
$kendo-prompt-suggestion-text: $kendo-component-text !default;
|
|
58
|
-
/// The background color of the
|
|
58
|
+
/// The background color of the AIPrompt suggestion container.
|
|
59
59
|
/// @group prompt
|
|
60
60
|
$kendo-prompt-suggestion-bg: $kendo-body-bg !default;
|
|
61
|
-
/// The border color of the
|
|
61
|
+
/// The border color of the AIPrompt suggestion container.
|
|
62
62
|
/// @group prompt
|
|
63
63
|
$kendo-prompt-suggestion-border: $kendo-component-border !default;
|
|
64
|
-
/// The elevation of the
|
|
64
|
+
/// The elevation of the AIPrompt suggestion container.
|
|
65
65
|
/// @group prompt
|
|
66
66
|
$kendo-prompt-suggestion-shadow: k-elevation(1) !default;
|