@progress/kendo-theme-bootstrap 8.1.1-dev.0 → 8.2.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.
Files changed (40) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +5737 -5275
  3. package/dist/bootstrap-3-dark.css +1 -1
  4. package/dist/bootstrap-3.css +1 -1
  5. package/dist/bootstrap-4-dark.css +1 -1
  6. package/dist/bootstrap-4.css +1 -1
  7. package/dist/bootstrap-dataviz-v4.css +1 -1
  8. package/dist/bootstrap-main-dark.css +1 -1
  9. package/dist/bootstrap-main.css +1 -1
  10. package/dist/bootstrap-nordic.css +1 -1
  11. package/dist/bootstrap-turquoise-dark.css +1 -1
  12. package/dist/bootstrap-turquoise.css +1 -1
  13. package/dist/bootstrap-urban.css +1 -1
  14. package/dist/bootstrap-vintage.css +1 -1
  15. package/dist/meta/sassdoc-data.json +35873 -29477
  16. package/dist/meta/sassdoc-raw-data.json +5715 -2765
  17. package/dist/meta/variables.json +2404 -2348
  18. package/lib/swatches/bootstrap-3-dark.json +1 -1
  19. package/lib/swatches/bootstrap-3.json +1 -1
  20. package/lib/swatches/bootstrap-4-dark.json +1 -1
  21. package/lib/swatches/bootstrap-4.json +1 -1
  22. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  23. package/lib/swatches/bootstrap-main-dark.json +1 -1
  24. package/lib/swatches/bootstrap-main.json +1 -1
  25. package/lib/swatches/bootstrap-nordic.json +1 -1
  26. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  27. package/lib/swatches/bootstrap-turquoise.json +1 -1
  28. package/lib/swatches/bootstrap-urban.json +1 -1
  29. package/lib/swatches/bootstrap-vintage.json +1 -1
  30. package/package.json +5 -5
  31. package/scss/chart-wizard/_index.scss +57 -0
  32. package/scss/chart-wizard/_layout.scss +5 -0
  33. package/scss/chart-wizard/_theme.scss +5 -0
  34. package/scss/chart-wizard/_variables.scss +38 -0
  35. package/scss/chat/_variables.scss +10 -0
  36. package/scss/index.scss +2 -0
  37. package/scss/map/_variables.scss +40 -0
  38. package/scss/mediaplayer/_variables.scss +27 -0
  39. package/scss/pivotgrid/_variables.scss +142 -0
  40. package/scss/prompt/_variables.scss +21 -21
@@ -1,66 +1,66 @@
1
- // Prompt
1
+ // AIPrompt
2
2
 
3
- /// The text color of the Prompt.
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 Prompt.
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 Prompt.
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 Prompt header.
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 Prompt header.
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 Prompt header.
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 Prompt content.
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 Prompt content.
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 Prompt content.
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 Prompt content.
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 Prompt content.
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 Prompt content.
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 Prompt content expander.
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 Prompt suggestion container.
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 Prompt suggestion container.
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 Prompt suggestion container.
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 Prompt suggestion container.
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 Prompt suggestion container.
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 Prompt suggestion container.
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 Prompt suggestion container.
64
+ /// The elevation of the AIPrompt suggestion container.
65
65
  /// @group prompt
66
66
  $kendo-prompt-suggestion-shadow: k-elevation(1) !default;