@progress/kendo-theme-bootstrap 11.1.0-dev.6 → 11.1.0-dev.8

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 (36) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/bootstrap-3-dark.css +1 -1
  3. package/dist/bootstrap-3.css +1 -1
  4. package/dist/bootstrap-4-dark.css +1 -1
  5. package/dist/bootstrap-4.css +1 -1
  6. package/dist/bootstrap-dataviz-v4.css +1 -1
  7. package/dist/bootstrap-main-dark.css +1 -1
  8. package/dist/bootstrap-main.css +1 -1
  9. package/dist/bootstrap-nordic.css +1 -1
  10. package/dist/bootstrap-turquoise-dark.css +1 -1
  11. package/dist/bootstrap-turquoise.css +1 -1
  12. package/dist/bootstrap-urban.css +1 -1
  13. package/dist/bootstrap-vintage.css +1 -1
  14. package/dist/meta/sassdoc-data.json +1134 -108
  15. package/dist/meta/sassdoc-raw-data.json +524 -49
  16. package/dist/meta/variables.json +88 -4
  17. package/lib/swatches/bootstrap-3-dark.json +1 -1
  18. package/lib/swatches/bootstrap-3.json +1 -1
  19. package/lib/swatches/bootstrap-4-dark.json +1 -1
  20. package/lib/swatches/bootstrap-4.json +1 -1
  21. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  22. package/lib/swatches/bootstrap-main-dark.json +1 -1
  23. package/lib/swatches/bootstrap-main.json +1 -1
  24. package/lib/swatches/bootstrap-nordic.json +1 -1
  25. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  26. package/lib/swatches/bootstrap-turquoise.json +1 -1
  27. package/lib/swatches/bootstrap-urban.json +1 -1
  28. package/lib/swatches/bootstrap-vintage.json +1 -1
  29. package/package.json +4 -4
  30. package/scss/button/_variables.scss +5 -0
  31. package/scss/index.scss +3 -0
  32. package/scss/speech-to-text-button/_variables.scss +1 -7
  33. package/scss/suggestion/_index.scss +16 -0
  34. package/scss/suggestion/_layout.scss +6 -0
  35. package/scss/suggestion/_theme.scss +6 -0
  36. package/scss/suggestion/_variables.scss +93 -0
@@ -2252,6 +2252,90 @@
2252
2252
  "type": "String",
2253
2253
  "value": "var(--kendo-color-subtle, #596169)"
2254
2254
  },
2255
+ "kendo-suggestion-padding-y": {
2256
+ "type": "String",
2257
+ "value": "var(--kendo-spacing-2, 0.5rem)"
2258
+ },
2259
+ "kendo-suggestion-padding-x": {
2260
+ "type": "String",
2261
+ "value": "var(--kendo-spacing-3, 0.75rem)"
2262
+ },
2263
+ "kendo-suggestion-spacing": {
2264
+ "type": "String",
2265
+ "value": "var(--kendo-spacing-2, 0.5rem)"
2266
+ },
2267
+ "kendo-suggestion-border-width": {
2268
+ "type": "Number",
2269
+ "value": "1px"
2270
+ },
2271
+ "kendo-suggestion-border-style": {
2272
+ "type": "String",
2273
+ "value": "solid"
2274
+ },
2275
+ "kendo-suggestion-line-height": {
2276
+ "type": "String",
2277
+ "value": "var(--kendo-line-height, normal)"
2278
+ },
2279
+ "kendo-suggestion-border-radius": {
2280
+ "type": "String",
2281
+ "value": "var(--kendo-border-radius-xl, 0.75rem)"
2282
+ },
2283
+ "kendo-suggestion-bg": {
2284
+ "type": "String",
2285
+ "value": "var(--kendo-color-base-subtle, #e9ecef)"
2286
+ },
2287
+ "kendo-suggestion-text": {
2288
+ "type": "String",
2289
+ "value": "var(--kendo-color-base-on-subtle, #212529)"
2290
+ },
2291
+ "kendo-suggestion-border": {
2292
+ "type": "String",
2293
+ "value": "var(--kendo-color-base-emphasis, rgba(33, 37, 41, 0.34))"
2294
+ },
2295
+ "kendo-suggestion-hover-bg": {
2296
+ "type": "String",
2297
+ "value": "var(--kendo-color-base-subtle-hover, #dee2e6)"
2298
+ },
2299
+ "kendo-suggestion-hover-text": {
2300
+ "type": "String",
2301
+ "value": "var(--kendo-color-base-on-subtle, #212529)"
2302
+ },
2303
+ "kendo-suggestion-hover-border": {
2304
+ "type": "String",
2305
+ "value": "var(--kendo-color-base-emphasis, rgba(33, 37, 41, 0.34))"
2306
+ },
2307
+ "kendo-suggestion-active-bg": {
2308
+ "type": "String",
2309
+ "value": "var(--kendo-color-base-subtle-active, #ced4da)"
2310
+ },
2311
+ "kendo-suggestion-active-text": {
2312
+ "type": "String",
2313
+ "value": "var(--kendo-color-base-on-subtle, #212529)"
2314
+ },
2315
+ "kendo-suggestion-active-border": {
2316
+ "type": "String",
2317
+ "value": "var(--kendo-color-base-emphasis, rgba(33, 37, 41, 0.34))"
2318
+ },
2319
+ "kendo-suggestion-focus-shadow-blur": {
2320
+ "type": "Number",
2321
+ "value": "0"
2322
+ },
2323
+ "kendo-suggestion-focus-shadow-spread": {
2324
+ "type": "Number",
2325
+ "value": "2px"
2326
+ },
2327
+ "kendo-suggestion-focus-shadow-color": {
2328
+ "type": "String",
2329
+ "value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #212529) 8%, transparent)"
2330
+ },
2331
+ "kendo-suggestion-theme-colors": {
2332
+ "type": "Map",
2333
+ "value": "(\"primary\": var(--kendo-color-primary, #0d6efd), \"secondary\": var(--kendo-color-secondary, #6c757d))",
2334
+ "prettyValue": {
2335
+ "primary": "var(--kendo-color-primary, #0d6efd)",
2336
+ "secondary": "var(--kendo-color-secondary, #6c757d)"
2337
+ }
2338
+ },
2255
2339
  "kendo-avatar-border-width": {
2256
2340
  "type": "Number",
2257
2341
  "value": "1px"
@@ -3045,6 +3129,10 @@
3045
3129
  "type": "Null",
3046
3130
  "value": "null"
3047
3131
  },
3132
+ "kendo-button-pulsing-opacity": {
3133
+ "type": "Number",
3134
+ "value": "0.4"
3135
+ },
3048
3136
  "kendo-solid-button-gradient": {
3049
3137
  "type": "String",
3050
3138
  "value": "none"
@@ -15323,9 +15411,5 @@
15323
15411
  "kendo-marquee-border": {
15324
15412
  "type": "String",
15325
15413
  "value": "var(--kendo-color-primary, #0d6efd)"
15326
- },
15327
- "kendo-speech-to-text-button-listening-opacity": {
15328
- "type": "Number",
15329
- "value": "0.4"
15330
15414
  }
15331
15415
  }
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "11.1.0-dev.6",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#222222",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "11.1.0-dev.6",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "11.1.0-dev.6",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#212529",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "11.1.0-dev.6",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "11.1.0-dev.6",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#0275d8",
9
9
  "#5bc0de",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "11.1.0-dev.6",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#212529",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "11.1.0-dev.6",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "11.1.0-dev.6",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "11.1.0-dev.6",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#292b2c",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "11.1.0-dev.6",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f2f2f2",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "11.1.0-dev.6",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e3eef4",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Vintage",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "11.1.0-dev.6",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f2efe8",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-bootstrap",
3
3
  "description": "Bootstrap theme for Kendo UI",
4
- "version": "11.1.0-dev.6",
4
+ "version": "11.1.0-dev.8",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -53,12 +53,12 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@progress/kendo-svg-icons": "^4.1.0",
56
- "@progress/kendo-theme-core": "11.1.0-dev.6",
57
- "@progress/kendo-theme-utils": "11.1.0-dev.6"
56
+ "@progress/kendo-theme-core": "11.1.0-dev.8",
57
+ "@progress/kendo-theme-utils": "11.1.0-dev.8"
58
58
  },
59
59
  "directories": {
60
60
  "doc": "docs",
61
61
  "lib": "lib"
62
62
  },
63
- "gitHead": "2bfdc0d1f3d785894ad99f35f140cc6219c06fa2"
63
+ "gitHead": "af53b1e95dabc215115b604f2e80c6716be3d3cb"
64
64
  }
@@ -210,6 +210,10 @@ $kendo-button-disabled-gradient: null !default;
210
210
  /// @group button
211
211
  $kendo-button-disabled-shadow: null !default;
212
212
 
213
+ /// The opacity of the pulsing animation for the generating Button.
214
+ /// @group button
215
+ $kendo-button-pulsing-opacity: .4 !default;
216
+
213
217
  // Solid Button
214
218
  $kendo-solid-button-gradient: none !default;
215
219
  $kendo-solid-button-shade-function: "k-color-darken" !default;
@@ -320,6 +324,7 @@ $kendo-button-transition: $kendo-transition !default;
320
324
  $kendo-button-disabled-border: $kendo-button-disabled-border,
321
325
  $kendo-button-disabled-gradient: $kendo-button-disabled-gradient,
322
326
  $kendo-button-disabled-shadow: $kendo-button-disabled-shadow,
327
+ $kendo-button-pulsing-opacity: $kendo-button-pulsing-opacity,
323
328
  $kendo-solid-button-gradient: $kendo-solid-button-gradient,
324
329
  $kendo-solid-button-shade-function: $kendo-solid-button-shade-function,
325
330
  $kendo-solid-button-shade-text-amount: $kendo-solid-button-shade-text-amount,
package/scss/index.scss CHANGED
@@ -15,6 +15,7 @@
15
15
  @forward "./stacklayout/_index.scss";
16
16
  @forward "./virtual-scroller/_index.scss";
17
17
  @forward "./no-data/_index.scss";
18
+ @forward "./suggestion/_index.scss";
18
19
  @forward "./avatar/_index.scss";
19
20
  @forward "./badge/_index.scss";
20
21
  @forward "./color-preview/_index.scss";
@@ -144,6 +145,7 @@
144
145
  @use "./table/_index.scss" as *;
145
146
  @use "./virtual-scroller/_index.scss" as *;
146
147
  @use "./no-data/_index.scss" as *;
148
+ @use "./suggestion/_index.scss" as *;
147
149
  @use "./column-menu/_index.scss" as *;
148
150
 
149
151
  // Indicators
@@ -316,6 +318,7 @@
316
318
  @include kendo-table--styles();
317
319
  @include kendo-virtual-scroller--styles();
318
320
  @include kendo-no-data--styles();
321
+ @include kendo-suggestion--styles();
319
322
  @include kendo-column-menu--styles();
320
323
 
321
324
 
@@ -1,7 +1 @@
1
- /// The opacity applied to the listening SpeechToTextButton
2
- /// @group speech-to-text-button
3
- $kendo-speech-to-text-button-listening-opacity: 0.4 !default;
4
-
5
- @forward "@progress/kendo-theme-core/scss/components/speech-to-text-button/_variables.scss" with (
6
- $kendo-speech-to-text-button-listening-opacity: $kendo-speech-to-text-button-listening-opacity
7
- );
1
+ // Speech-to-text button
@@ -0,0 +1,16 @@
1
+ // Dependencies
2
+ @use "../core/_index.scss" as *;
3
+
4
+ // Component
5
+ @forward "./_variables.scss";
6
+ @use "./_layout.scss" as *;
7
+ @use "./_theme.scss" as *;
8
+
9
+ // Expose
10
+ @mixin kendo-suggestion--styles() {
11
+ @include import-once( "suggestion" ) {
12
+ @include core-styles();
13
+ @include kendo-suggestion--layout();
14
+ @include kendo-suggestion--theme();
15
+ }
16
+ }
@@ -0,0 +1,6 @@
1
+ @use "@progress/kendo-theme-core/scss/components/suggestion/_layout.scss" as *;
2
+
3
+
4
+ @mixin kendo-suggestion--layout() {
5
+ @include kendo-suggestion--layout-base();
6
+ }
@@ -0,0 +1,6 @@
1
+ @use "@progress/kendo-theme-core/scss/components/suggestion/_theme.scss" as *;
2
+
3
+
4
+ @mixin kendo-suggestion--theme() {
5
+ @include kendo-suggestion--theme-base();
6
+ }
@@ -0,0 +1,93 @@
1
+ @use "../core/_index.scss" as *;
2
+ @use "../core/functions/index.import.scss" as *;
3
+
4
+ /// The vertical padding of the Suggestion wrapper.
5
+ /// @group suggestion
6
+ $kendo-suggestion-padding-y: k-spacing(2) !default;
7
+ /// The horizontal padding of the Suggestion wrapper.
8
+ /// @group suggestion
9
+ $kendo-suggestion-padding-x: k-spacing(3) !default;
10
+ /// The horizontal padding of the Suggestion wrapper.
11
+ /// @group suggestion
12
+ $kendo-suggestion-spacing: k-spacing(2) !default;
13
+ /// The border width of the Suggestion.
14
+ /// @group suggestion
15
+ $kendo-suggestion-border-width: 1px !default;
16
+ /// The border style of the Suggestion.
17
+ /// @group suggestion
18
+ $kendo-suggestion-border-style: solid !default;
19
+
20
+ /// The line height of the Suggestion.
21
+ /// @group suggestion
22
+ $kendo-suggestion-line-height: var( --kendo-line-height, normal ) !default;
23
+ /// The border radius of the Suggestion.
24
+ /// @group suggestion
25
+ $kendo-suggestion-border-radius: k-border-radius(xl) !default;
26
+
27
+ /// The background color of the Suggestion.
28
+ /// @group suggestion
29
+ $kendo-suggestion-bg: k-color(base-subtle) !default;
30
+ /// The text color of the Suggestion.
31
+ /// @group suggestion
32
+ $kendo-suggestion-text: k-color(base-on-subtle) !default;
33
+ /// The border color of the Suggestion.
34
+ /// @group suggestion
35
+ $kendo-suggestion-border: k-color(base-emphasis) !default;
36
+
37
+ /// The background color of the hovered Suggestion.
38
+ /// @group suggestion
39
+ $kendo-suggestion-hover-bg: k-color(base-subtle-hover) !default;
40
+ /// The text color of the hovered Suggestion.
41
+ /// @group suggestion
42
+ $kendo-suggestion-hover-text: k-color(base-on-subtle) !default;
43
+ /// The border color of the hovered Suggestion.
44
+ /// @group suggestion
45
+ $kendo-suggestion-hover-border: k-color(base-emphasis) !default;
46
+
47
+ /// The background color of the active Suggestion.
48
+ /// @group suggestion
49
+ $kendo-suggestion-active-bg: k-color(base-subtle-active) !default;
50
+ /// The text color of the active Suggestion.
51
+ /// @group suggestion
52
+ $kendo-suggestion-active-text: k-color(base-on-subtle) !default;
53
+ /// The border color of the active Suggestion.
54
+ /// @group suggestion
55
+ $kendo-suggestion-active-border: k-color(base-emphasis) !default;
56
+
57
+ /// The shadow blur of the focused Suggestion.
58
+ /// @group suggestion
59
+ $kendo-suggestion-focus-shadow-blur: 0 !default;
60
+ /// The shadow spread of the focused Suggestion.
61
+ /// @group suggestion
62
+ $kendo-suggestion-focus-shadow-spread: 2px !default;
63
+ /// The shadow color of the focused Suggestion.
64
+ /// @group suggestion
65
+ $kendo-suggestion-focus-shadow-color: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
66
+
67
+ $kendo-suggestion-theme-colors: (
68
+ "primary": k-color(primary),
69
+ "secondary": k-color(secondary)
70
+ ) !default;
71
+
72
+ @forward "@progress/kendo-theme-core/scss/components/suggestion/_variables.scss" with (
73
+ $kendo-suggestion-padding-y: $kendo-suggestion-padding-y,
74
+ $kendo-suggestion-padding-x: $kendo-suggestion-padding-x,
75
+ $kendo-suggestion-spacing: $kendo-suggestion-spacing,
76
+ $kendo-suggestion-border-width: $kendo-suggestion-border-width,
77
+ $kendo-suggestion-border-style: $kendo-suggestion-border-style,
78
+ $kendo-suggestion-line-height: $kendo-suggestion-line-height,
79
+ $kendo-suggestion-border-radius: $kendo-suggestion-border-radius,
80
+ $kendo-suggestion-bg: $kendo-suggestion-bg,
81
+ $kendo-suggestion-text: $kendo-suggestion-text,
82
+ $kendo-suggestion-border: $kendo-suggestion-border,
83
+ $kendo-suggestion-hover-bg: $kendo-suggestion-hover-bg,
84
+ $kendo-suggestion-hover-text: $kendo-suggestion-hover-text,
85
+ $kendo-suggestion-hover-border: $kendo-suggestion-hover-border,
86
+ $kendo-suggestion-active-bg: $kendo-suggestion-active-bg,
87
+ $kendo-suggestion-active-text: $kendo-suggestion-active-text,
88
+ $kendo-suggestion-active-border: $kendo-suggestion-active-border,
89
+ $kendo-suggestion-focus-shadow-blur: $kendo-suggestion-focus-shadow-blur,
90
+ $kendo-suggestion-focus-shadow-spread: $kendo-suggestion-focus-shadow-spread,
91
+ $kendo-suggestion-focus-shadow-color: $kendo-suggestion-focus-shadow-color,
92
+ $kendo-suggestion-theme-colors: $kendo-suggestion-theme-colors
93
+ );