@progress/kendo-theme-classic 11.1.0-dev.7 → 11.1.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/classic-green-dark.css +1 -1
  3. package/dist/classic-green.css +1 -1
  4. package/dist/classic-lavender-dark.css +1 -1
  5. package/dist/classic-lavender.css +1 -1
  6. package/dist/classic-main-dark.css +1 -1
  7. package/dist/classic-main.css +1 -1
  8. package/dist/classic-metro-dark.css +1 -1
  9. package/dist/classic-metro.css +1 -1
  10. package/dist/classic-moonlight.css +1 -1
  11. package/dist/classic-opal-dark.css +1 -1
  12. package/dist/classic-opal.css +1 -1
  13. package/dist/classic-silver-dark.css +1 -1
  14. package/dist/classic-silver.css +1 -1
  15. package/dist/classic-uniform.css +1 -1
  16. package/dist/meta/sassdoc-data.json +1134 -108
  17. package/dist/meta/sassdoc-raw-data.json +524 -49
  18. package/dist/meta/variables.json +88 -4
  19. package/lib/swatches/classic-green-dark.json +1 -1
  20. package/lib/swatches/classic-green.json +1 -1
  21. package/lib/swatches/classic-lavender-dark.json +1 -1
  22. package/lib/swatches/classic-lavender.json +1 -1
  23. package/lib/swatches/classic-main-dark.json +1 -1
  24. package/lib/swatches/classic-main.json +1 -1
  25. package/lib/swatches/classic-metro-dark.json +1 -1
  26. package/lib/swatches/classic-metro.json +1 -1
  27. package/lib/swatches/classic-moonlight.json +1 -1
  28. package/lib/swatches/classic-opal-dark.json +1 -1
  29. package/lib/swatches/classic-opal.json +1 -1
  30. package/lib/swatches/classic-silver-dark.json +1 -1
  31. package/lib/swatches/classic-silver.json +1 -1
  32. package/lib/swatches/classic-uniform.json +1 -1
  33. package/package.json +4 -4
  34. package/scss/button/_variables.scss +5 -0
  35. package/scss/index.scss +3 -0
  36. package/scss/speech-to-text-button/_variables.scss +1 -7
  37. package/scss/suggestion/_index.scss +16 -0
  38. package/scss/suggestion/_layout.scss +6 -0
  39. package/scss/suggestion/_theme.scss +6 -0
  40. package/scss/suggestion/_variables.scss +93 -0
@@ -2259,6 +2259,90 @@
2259
2259
  "type": "String",
2260
2260
  "value": "var(--kendo-color-subtle, #666666)"
2261
2261
  },
2262
+ "kendo-suggestion-padding-y": {
2263
+ "type": "String",
2264
+ "value": "var(--kendo-spacing-2, 0.5rem)"
2265
+ },
2266
+ "kendo-suggestion-padding-x": {
2267
+ "type": "String",
2268
+ "value": "var(--kendo-spacing-3, 0.75rem)"
2269
+ },
2270
+ "kendo-suggestion-spacing": {
2271
+ "type": "String",
2272
+ "value": "var(--kendo-spacing-2, 0.5rem)"
2273
+ },
2274
+ "kendo-suggestion-border-width": {
2275
+ "type": "Number",
2276
+ "value": "1px"
2277
+ },
2278
+ "kendo-suggestion-border-style": {
2279
+ "type": "String",
2280
+ "value": "solid"
2281
+ },
2282
+ "kendo-suggestion-line-height": {
2283
+ "type": "String",
2284
+ "value": "var(--kendo-line-height, normal)"
2285
+ },
2286
+ "kendo-suggestion-border-radius": {
2287
+ "type": "String",
2288
+ "value": "var(--kendo-border-radius-xxl, 0.75rem)"
2289
+ },
2290
+ "kendo-suggestion-bg": {
2291
+ "type": "String",
2292
+ "value": "var(--kendo-color-base-subtle, #f0f0f0)"
2293
+ },
2294
+ "kendo-suggestion-text": {
2295
+ "type": "String",
2296
+ "value": "var(--kendo-color-base-on-subtle, #272727)"
2297
+ },
2298
+ "kendo-suggestion-border": {
2299
+ "type": "String",
2300
+ "value": "var(--kendo-color-base-emphasis, #cacaca)"
2301
+ },
2302
+ "kendo-suggestion-hover-bg": {
2303
+ "type": "String",
2304
+ "value": "var(--kendo-color-base-subtle-hover, #ebebeb)"
2305
+ },
2306
+ "kendo-suggestion-hover-text": {
2307
+ "type": "String",
2308
+ "value": "var(--kendo-color-base-on-subtle, #272727)"
2309
+ },
2310
+ "kendo-suggestion-hover-border": {
2311
+ "type": "String",
2312
+ "value": "var(--kendo-color-base-emphasis, #cacaca)"
2313
+ },
2314
+ "kendo-suggestion-active-bg": {
2315
+ "type": "String",
2316
+ "value": "var(--kendo-color-base-subtle-active, #dddddd)"
2317
+ },
2318
+ "kendo-suggestion-active-text": {
2319
+ "type": "String",
2320
+ "value": "var(--kendo-color-base-on-subtle, #272727)"
2321
+ },
2322
+ "kendo-suggestion-active-border": {
2323
+ "type": "String",
2324
+ "value": "var(--kendo-color-base-emphasis, #cacaca)"
2325
+ },
2326
+ "kendo-suggestion-focus-shadow-blur": {
2327
+ "type": "Number",
2328
+ "value": "0"
2329
+ },
2330
+ "kendo-suggestion-focus-shadow-spread": {
2331
+ "type": "Number",
2332
+ "value": "2px"
2333
+ },
2334
+ "kendo-suggestion-focus-shadow-color": {
2335
+ "type": "String",
2336
+ "value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #272727) 8%, transparent)"
2337
+ },
2338
+ "kendo-suggestion-theme-colors": {
2339
+ "type": "Map",
2340
+ "value": "(\"primary\": var(--kendo-color-primary, #f35800), \"secondary\": var(--kendo-color-secondary, #b6b6b6))",
2341
+ "prettyValue": {
2342
+ "primary": "var(--kendo-color-primary, #f35800)",
2343
+ "secondary": "var(--kendo-color-secondary, #b6b6b6)"
2344
+ }
2345
+ },
2262
2346
  "kendo-avatar-border-width": {
2263
2347
  "type": "Number",
2264
2348
  "value": "1px"
@@ -3052,6 +3136,10 @@
3052
3136
  "type": "Null",
3053
3137
  "value": "null"
3054
3138
  },
3139
+ "kendo-button-pulsing-opacity": {
3140
+ "type": "Number",
3141
+ "value": "0.4"
3142
+ },
3055
3143
  "kendo-solid-button-gradient": {
3056
3144
  "type": "Null",
3057
3145
  "value": "null"
@@ -15306,9 +15394,5 @@
15306
15394
  "kendo-marquee-border": {
15307
15395
  "type": "String",
15308
15396
  "value": "var(--kendo-color-primary, #f35800)"
15309
- },
15310
- "kendo-speech-to-text-button-listening-opacity": {
15311
- "type": "Number",
15312
- "value": "0.4"
15313
15397
  }
15314
15398
  }
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Green Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#131413",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f3f4f3",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Lavender Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#1b141a",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Lavender",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#fafafa",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#101010",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f0f0f0",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Metro Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#0e0e0e",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Metro",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f9f9f9",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Moonlight",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0",
7
7
  "previewColors": [
8
8
  "#1f2a35",
9
9
  "#303742",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Opal Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#272727",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Opal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#def4fd",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Silver Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#131314",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Silver",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f3f3f4",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Uniform",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.1.0-dev.7",
6
+ "version": "11.1.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f0f0f0",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-classic",
3
3
  "description": "Sass port of less based themes for Kendo UI theme",
4
- "version": "11.1.0-dev.7",
4
+ "version": "11.1.0",
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.7",
57
- "@progress/kendo-theme-utils": "11.1.0-dev.7"
56
+ "@progress/kendo-theme-core": "11.1.0",
57
+ "@progress/kendo-theme-utils": "11.1.0"
58
58
  },
59
59
  "directories": {
60
60
  "doc": "docs",
61
61
  "lib": "lib"
62
62
  },
63
- "gitHead": "08eac1ebddd9c9c9209062ad0779de2f400f232d"
63
+ "gitHead": "e5cc0b3dc8b0084b8b8832f7c25ab7a92751b5c6"
64
64
  }
@@ -208,6 +208,10 @@ $kendo-button-disabled-gradient: null !default;
208
208
  /// @group button
209
209
  $kendo-button-disabled-shadow: null !default;
210
210
 
211
+ /// The opacity of the pulsing animation for the generating Button.
212
+ /// @group button
213
+ $kendo-button-pulsing-opacity: .4 !default;
214
+
211
215
  // Solid Button
212
216
  $kendo-solid-button-gradient: null !default;
213
217
  $kendo-solid-button-shade-function: "k-try-shade" !default;
@@ -318,6 +322,7 @@ $kendo-button-transition: color .2s ease-in-out !default;
318
322
  $kendo-button-disabled-border: $kendo-button-disabled-border,
319
323
  $kendo-button-disabled-gradient: $kendo-button-disabled-gradient,
320
324
  $kendo-button-disabled-shadow: $kendo-button-disabled-shadow,
325
+ $kendo-button-pulsing-opacity: $kendo-button-pulsing-opacity,
321
326
  $kendo-solid-button-gradient: $kendo-solid-button-gradient,
322
327
  $kendo-solid-button-shade-function: $kendo-solid-button-shade-function,
323
328
  $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,8 +1,2 @@
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
8
2
 
@@ -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(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: 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
+ );