@progress/kendo-theme-default 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.
- package/dist/all.css +1 -1
- package/dist/default-blue.css +1 -1
- package/dist/default-dataviz-v4.css +1 -1
- package/dist/default-green.css +1 -1
- package/dist/default-main-dark.css +1 -1
- package/dist/default-main.css +1 -1
- package/dist/default-nordic.css +1 -1
- package/dist/default-ocean-blue-a11y.css +1 -1
- package/dist/default-ocean-blue.css +1 -1
- package/dist/default-orange.css +1 -1
- package/dist/default-purple.css +1 -1
- package/dist/default-turquoise.css +1 -1
- package/dist/default-urban.css +1 -1
- package/dist/meta/sassdoc-data.json +1134 -108
- package/dist/meta/sassdoc-raw-data.json +524 -49
- package/dist/meta/variables.json +88 -4
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/button/_variables.scss +5 -0
- package/scss/index.scss +3 -0
- package/scss/speech-to-text-button/_variables.scss +1 -7
- package/scss/suggestion/_index.scss +16 -0
- package/scss/suggestion/_layout.scss +6 -0
- package/scss/suggestion/_theme.scss +6 -0
- package/scss/suggestion/_variables.scss +93 -0
package/dist/meta/variables.json
CHANGED
|
@@ -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, #ebebeb)"
|
|
2293
|
+
},
|
|
2294
|
+
"kendo-suggestion-text": {
|
|
2295
|
+
"type": "String",
|
|
2296
|
+
"value": "var(--kendo-color-base-on-subtle, #3d3d3d)"
|
|
2297
|
+
},
|
|
2298
|
+
"kendo-suggestion-border": {
|
|
2299
|
+
"type": "String",
|
|
2300
|
+
"value": "var(--kendo-color-base-emphasis, #c2c2c2)"
|
|
2301
|
+
},
|
|
2302
|
+
"kendo-suggestion-hover-bg": {
|
|
2303
|
+
"type": "String",
|
|
2304
|
+
"value": "var(--kendo-color-base-subtle-hover, #e0e0e0)"
|
|
2305
|
+
},
|
|
2306
|
+
"kendo-suggestion-hover-text": {
|
|
2307
|
+
"type": "String",
|
|
2308
|
+
"value": "var(--kendo-color-base-on-subtle, #3d3d3d)"
|
|
2309
|
+
},
|
|
2310
|
+
"kendo-suggestion-hover-border": {
|
|
2311
|
+
"type": "String",
|
|
2312
|
+
"value": "var(--kendo-color-base-emphasis, #c2c2c2)"
|
|
2313
|
+
},
|
|
2314
|
+
"kendo-suggestion-active-bg": {
|
|
2315
|
+
"type": "String",
|
|
2316
|
+
"value": "var(--kendo-color-base-subtle-active, #d6d6d6)"
|
|
2317
|
+
},
|
|
2318
|
+
"kendo-suggestion-active-text": {
|
|
2319
|
+
"type": "String",
|
|
2320
|
+
"value": "var(--kendo-color-base-on-subtle, #3d3d3d)"
|
|
2321
|
+
},
|
|
2322
|
+
"kendo-suggestion-active-border": {
|
|
2323
|
+
"type": "String",
|
|
2324
|
+
"value": "var(--kendo-color-base-emphasis, #c2c2c2)"
|
|
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, #3d3d3d) 8%, transparent)"
|
|
2337
|
+
},
|
|
2338
|
+
"kendo-suggestion-theme-colors": {
|
|
2339
|
+
"type": "Map",
|
|
2340
|
+
"value": "(\"primary\": var(--kendo-color-primary, #ff6358), \"secondary\": var(--kendo-color-secondary, #666666))",
|
|
2341
|
+
"prettyValue": {
|
|
2342
|
+
"primary": "var(--kendo-color-primary, #ff6358)",
|
|
2343
|
+
"secondary": "var(--kendo-color-secondary, #666666)"
|
|
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"
|
|
@@ -15310,9 +15398,5 @@
|
|
|
15310
15398
|
"kendo-marquee-border": {
|
|
15311
15399
|
"type": "String",
|
|
15312
15400
|
"value": "var(--kendo-color-border, rgba(0, 0, 0, 0.08))"
|
|
15313
|
-
},
|
|
15314
|
-
"kendo-speech-to-text-button-listening-opacity": {
|
|
15315
|
-
"type": "Number",
|
|
15316
|
-
"value": "0.4"
|
|
15317
15401
|
}
|
|
15318
15402
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "11.1.0-dev.
|
|
4
|
+
"version": "11.1.0-dev.8",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@progress/kendo-svg-icons": "^4.1.0",
|
|
55
|
-
"@progress/kendo-theme-core": "11.1.0-dev.
|
|
56
|
-
"@progress/kendo-theme-utils": "11.1.0-dev.
|
|
55
|
+
"@progress/kendo-theme-core": "11.1.0-dev.8",
|
|
56
|
+
"@progress/kendo-theme-utils": "11.1.0-dev.8"
|
|
57
57
|
},
|
|
58
58
|
"directories": {
|
|
59
59
|
"doc": "docs",
|
|
60
60
|
"lib": "lib"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "af53b1e95dabc215115b604f2e80c6716be3d3cb"
|
|
63
63
|
}
|
|
@@ -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;
|
|
@@ -317,6 +321,7 @@ $kendo-button-transition: color .2s ease-in-out !default;
|
|
|
317
321
|
$kendo-button-disabled-border: $kendo-button-disabled-border,
|
|
318
322
|
$kendo-button-disabled-gradient: $kendo-button-disabled-gradient,
|
|
319
323
|
$kendo-button-disabled-shadow: $kendo-button-disabled-shadow,
|
|
324
|
+
$kendo-button-pulsing-opacity: $kendo-button-pulsing-opacity,
|
|
320
325
|
$kendo-solid-button-gradient: $kendo-solid-button-gradient,
|
|
321
326
|
$kendo-solid-button-shade-function: $kendo-solid-button-shade-function,
|
|
322
327
|
$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
|
|
|
@@ -317,6 +319,7 @@
|
|
|
317
319
|
@include kendo-table--styles();
|
|
318
320
|
@include kendo-virtual-scroller--styles();
|
|
319
321
|
@include kendo-no-data--styles();
|
|
322
|
+
@include kendo-suggestion--styles();
|
|
320
323
|
@include kendo-column-menu--styles();
|
|
321
324
|
|
|
322
325
|
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
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,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
|
+
);
|