@progress/kendo-theme-material 11.1.0-dev.7 → 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 (46) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/material-2-dark.css +1 -1
  3. package/dist/material-2.css +1 -1
  4. package/dist/material-aqua-dark.css +1 -1
  5. package/dist/material-arctic.css +1 -1
  6. package/dist/material-burnt-teal.css +1 -1
  7. package/dist/material-dataviz-v4.css +1 -1
  8. package/dist/material-eggplant.css +1 -1
  9. package/dist/material-lime-dark.css +1 -1
  10. package/dist/material-lime.css +1 -1
  11. package/dist/material-main-dark.css +1 -1
  12. package/dist/material-main.css +1 -1
  13. package/dist/material-nova.css +1 -1
  14. package/dist/material-pacific-dark.css +1 -1
  15. package/dist/material-pacific.css +1 -1
  16. package/dist/material-sky-dark.css +1 -1
  17. package/dist/material-sky.css +1 -1
  18. package/dist/material-smoke.css +1 -1
  19. package/dist/meta/sassdoc-data.json +1134 -108
  20. package/dist/meta/sassdoc-raw-data.json +524 -49
  21. package/dist/meta/variables.json +88 -4
  22. package/lib/swatches/material-2-dark.json +1 -1
  23. package/lib/swatches/material-2.json +1 -1
  24. package/lib/swatches/material-aqua-dark.json +1 -1
  25. package/lib/swatches/material-arctic.json +1 -1
  26. package/lib/swatches/material-burnt-teal.json +1 -1
  27. package/lib/swatches/material-dataviz-v4.json +1 -1
  28. package/lib/swatches/material-eggplant.json +1 -1
  29. package/lib/swatches/material-lime-dark.json +1 -1
  30. package/lib/swatches/material-lime.json +1 -1
  31. package/lib/swatches/material-main-dark.json +1 -1
  32. package/lib/swatches/material-main.json +1 -1
  33. package/lib/swatches/material-nova.json +1 -1
  34. package/lib/swatches/material-pacific-dark.json +1 -1
  35. package/lib/swatches/material-pacific.json +1 -1
  36. package/lib/swatches/material-sky-dark.json +1 -1
  37. package/lib/swatches/material-sky.json +1 -1
  38. package/lib/swatches/material-smoke.json +1 -1
  39. package/package.json +4 -4
  40. package/scss/button/_variables.scss +5 -0
  41. package/scss/index.scss +3 -0
  42. package/scss/speech-to-text-button/_variables.scss +1 -7
  43. package/scss/suggestion/_index.scss +16 -0
  44. package/scss/suggestion/_layout.scss +6 -0
  45. package/scss/suggestion/_theme.scss +16 -0
  46. package/scss/suggestion/_variables.scss +93 -0
@@ -2252,6 +2252,90 @@
2252
2252
  "type": "String",
2253
2253
  "value": "var(--kendo-color-subtle, #49454F)"
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-xxl, 1rem)"
2282
+ },
2283
+ "kendo-suggestion-bg": {
2284
+ "type": "String",
2285
+ "value": "var(--kendo-color-base-subtle, #DED8E0)"
2286
+ },
2287
+ "kendo-suggestion-text": {
2288
+ "type": "String",
2289
+ "value": "var(--kendo-color-base-on-subtle, #4A4459)"
2290
+ },
2291
+ "kendo-suggestion-border": {
2292
+ "type": "String",
2293
+ "value": "var(--kendo-color-base-emphasis, #6E687C)"
2294
+ },
2295
+ "kendo-suggestion-hover-bg": {
2296
+ "type": "String",
2297
+ "value": "var(--kendo-color-base-subtle-hover, #E2DDE5)"
2298
+ },
2299
+ "kendo-suggestion-hover-text": {
2300
+ "type": "String",
2301
+ "value": "var(--kendo-color-base-on-subtle, #4A4459)"
2302
+ },
2303
+ "kendo-suggestion-hover-border": {
2304
+ "type": "String",
2305
+ "value": "var(--kendo-color-base-emphasis, #6E687C)"
2306
+ },
2307
+ "kendo-suggestion-active-bg": {
2308
+ "type": "String",
2309
+ "value": "var(--kendo-color-base-subtle-active, #EAE5EC)"
2310
+ },
2311
+ "kendo-suggestion-active-text": {
2312
+ "type": "String",
2313
+ "value": "var(--kendo-color-base-on-subtle, #4A4459)"
2314
+ },
2315
+ "kendo-suggestion-active-border": {
2316
+ "type": "String",
2317
+ "value": "var(--kendo-color-base-emphasis, #6E687C)"
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": "3px"
2326
+ },
2327
+ "kendo-suggestion-focus-shadow-color": {
2328
+ "type": "String",
2329
+ "value": "var(--kendo-color-surface, #F7F3FA)"
2330
+ },
2331
+ "kendo-suggestion-theme-colors": {
2332
+ "type": "Map",
2333
+ "value": "(\"primary\": var(--kendo-color-primary, #65558F), \"secondary\": var(--kendo-color-secondary, #E8DEF8))",
2334
+ "prettyValue": {
2335
+ "primary": "var(--kendo-color-primary, #65558F)",
2336
+ "secondary": "var(--kendo-color-secondary, #E8DEF8)"
2337
+ }
2338
+ },
2255
2339
  "kendo-avatar-border-width": {
2256
2340
  "type": "Number",
2257
2341
  "value": "1px"
@@ -3049,6 +3133,10 @@
3049
3133
  "type": "Null",
3050
3134
  "value": "null"
3051
3135
  },
3136
+ "kendo-button-pulsing-opacity": {
3137
+ "type": "Number",
3138
+ "value": "0.6"
3139
+ },
3052
3140
  "kendo-solid-button-gradient": {
3053
3141
  "type": "String",
3054
3142
  "value": "none"
@@ -15364,9 +15452,5 @@
15364
15452
  "kendo-marquee-border": {
15365
15453
  "type": "String",
15366
15454
  "value": "var(--kendo-color-base, #EAE5EC)"
15367
- },
15368
- "kendo-speech-to-text-button-listening-opacity": {
15369
- "type": "Number",
15370
- "value": "0.6"
15371
15455
  }
15372
15456
  }
@@ -3,7 +3,7 @@
3
3
  "name": "Material 2 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material 2",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Aqua Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Arctic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Burnt Teal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#3f51b5",
9
9
  "#2196f3",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Eggplant",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Lime Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Lime",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#141218",
9
9
  "#2B2930",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#FEFBFF",
9
9
  "#F7F3FA",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Nova",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Pacific Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Pacific Light",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Sky Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Sky",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Smoke",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0-dev.8",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-material",
3
3
  "description": "Material theme for Kendo UI",
4
- "version": "11.1.0-dev.7",
4
+ "version": "11.1.0-dev.8",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -54,12 +54,12 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@progress/kendo-svg-icons": "^4.1.0",
57
- "@progress/kendo-theme-core": "11.1.0-dev.7",
58
- "@progress/kendo-theme-utils": "11.1.0-dev.7"
57
+ "@progress/kendo-theme-core": "11.1.0-dev.8",
58
+ "@progress/kendo-theme-utils": "11.1.0-dev.8"
59
59
  },
60
60
  "directories": {
61
61
  "doc": "docs",
62
62
  "lib": "lib"
63
63
  },
64
- "gitHead": "08eac1ebddd9c9c9209062ad0779de2f400f232d"
64
+ "gitHead": "af53b1e95dabc215115b604f2e80c6716be3d3cb"
65
65
  }
@@ -212,6 +212,10 @@ $kendo-button-disabled-gradient: null !default;
212
212
  /// @group button
213
213
  $kendo-button-disabled-shadow: null !default;
214
214
 
215
+ /// The opacity of the pulsing animation for the generating Button.
216
+ /// @group button
217
+ $kendo-button-pulsing-opacity: .6 !default;
218
+
215
219
  // Solid Button
216
220
  $kendo-solid-button-gradient: none !default;
217
221
  $kendo-solid-button-shade-function: "k-try-shade" !default;
@@ -322,6 +326,7 @@ $kendo-button-transition: box-shadow 280ms cubic-bezier( .4, 0, .2, 1 ) !default
322
326
  $kendo-button-disabled-border: $kendo-button-disabled-border,
323
327
  $kendo-button-disabled-gradient: $kendo-button-disabled-gradient,
324
328
  $kendo-button-disabled-shadow: $kendo-button-disabled-shadow,
329
+ $kendo-button-pulsing-opacity: $kendo-button-pulsing-opacity,
325
330
  $kendo-solid-button-gradient: $kendo-solid-button-gradient,
326
331
  $kendo-solid-button-shade-function: $kendo-solid-button-shade-function,
327
332
  $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";
@@ -143,6 +144,7 @@
143
144
  @use "./table/_index.scss" as *;
144
145
  @use "./virtual-scroller/_index.scss" as *;
145
146
  @use "./no-data/_index.scss" as *;
147
+ @use "./suggestion/_index.scss" as *;
146
148
  @use "./column-menu/_index.scss" as *;
147
149
 
148
150
 
@@ -315,6 +317,7 @@
315
317
  @include kendo-table--styles();
316
318
  @include kendo-virtual-scroller--styles();
317
319
  @include kendo-no-data--styles();
320
+ @include kendo-suggestion--styles();
318
321
  @include kendo-column-menu--styles();
319
322
 
320
323
 
@@ -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.6 !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,16 @@
1
+ @use "./_variables.scss" as *;
2
+ @use "../core/_index.scss" as *;
3
+ @use "@progress/kendo-theme-core/scss/components/suggestion/_theme.scss" as *;
4
+
5
+ @mixin kendo-suggestion--theme() {
6
+ @include kendo-suggestion--theme-base();
7
+
8
+ .k-suggestion {
9
+ &:focus,
10
+ &.k-focus {
11
+ outline-offset: -2px;
12
+ outline: 1px solid $kendo-suggestion-border;
13
+ box-shadow: inset 0 0 0 2px k-color(surface-alt);
14
+ }
15
+ }
16
+ }
@@ -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(xxl) !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: 3px !default;
63
+ /// The shadow color of the focused Suggestion.
64
+ /// @group suggestion
65
+ $kendo-suggestion-focus-shadow-color: k-color(surface) !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
+ );