@progress/kendo-theme-material 11.1.0-dev.1 → 11.1.0-dev.3
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/material-2-dark.css +1 -1
- package/dist/material-2.css +1 -1
- package/dist/material-aqua-dark.css +1 -1
- package/dist/material-arctic.css +1 -1
- package/dist/material-burnt-teal.css +1 -1
- package/dist/material-dataviz-v4.css +1 -1
- package/dist/material-eggplant.css +1 -1
- package/dist/material-lime-dark.css +1 -1
- package/dist/material-lime.css +1 -1
- package/dist/material-main-dark.css +1 -1
- package/dist/material-main.css +1 -1
- package/dist/material-nova.css +1 -1
- package/dist/material-pacific-dark.css +1 -1
- package/dist/material-pacific.css +1 -1
- package/dist/material-sky-dark.css +1 -1
- package/dist/material-sky.css +1 -1
- package/dist/material-smoke.css +1 -1
- package/dist/meta/sassdoc-data.json +60 -0
- package/dist/meta/sassdoc-raw-data.json +25 -0
- package/dist/meta/variables.json +4 -0
- package/lib/swatches/material-2-dark.json +1 -1
- package/lib/swatches/material-2.json +1 -1
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +4 -4
- package/scss/index.scss +3 -0
- package/scss/speech-to-text-button/_index.scss +18 -0
- package/scss/speech-to-text-button/_layout.scss +5 -0
- package/scss/speech-to-text-button/_theme.scss +5 -0
- package/scss/speech-to-text-button/_variables.scss +7 -0
|
@@ -58554,6 +58554,33 @@
|
|
|
58554
58554
|
"7.5": "1.875rem"
|
|
58555
58555
|
}
|
|
58556
58556
|
},
|
|
58557
|
+
{
|
|
58558
|
+
"description": "The opacity applied to the listening SpeechToTextButton\n",
|
|
58559
|
+
"commentRange": {
|
|
58560
|
+
"start": 1,
|
|
58561
|
+
"end": 2
|
|
58562
|
+
},
|
|
58563
|
+
"context": {
|
|
58564
|
+
"type": "variable",
|
|
58565
|
+
"name": "kendo-speech-to-text-button-listening-opacity",
|
|
58566
|
+
"value": "0.6",
|
|
58567
|
+
"scope": "default",
|
|
58568
|
+
"line": {
|
|
58569
|
+
"start": 3,
|
|
58570
|
+
"end": 3
|
|
58571
|
+
}
|
|
58572
|
+
},
|
|
58573
|
+
"group": [
|
|
58574
|
+
"speech-to-text-button"
|
|
58575
|
+
],
|
|
58576
|
+
"access": "public",
|
|
58577
|
+
"file": {
|
|
58578
|
+
"path": "material/scss/speech-to-text-button/_variables.scss",
|
|
58579
|
+
"name": "_variables.scss"
|
|
58580
|
+
},
|
|
58581
|
+
"resolvedValue": "0.6",
|
|
58582
|
+
"resolvedType": "Number"
|
|
58583
|
+
},
|
|
58557
58584
|
{
|
|
58558
58585
|
"description": "The focus shadow of the SplitButton.\n",
|
|
58559
58586
|
"commentRange": {
|
|
@@ -140697,6 +140724,39 @@
|
|
|
140697
140724
|
}
|
|
140698
140725
|
]
|
|
140699
140726
|
},
|
|
140727
|
+
{
|
|
140728
|
+
"id": "speech-to-text-button",
|
|
140729
|
+
"title": "SpeechToTextButton",
|
|
140730
|
+
"variables": [
|
|
140731
|
+
{
|
|
140732
|
+
"description": "The opacity applied to the listening SpeechToTextButton\n",
|
|
140733
|
+
"commentRange": {
|
|
140734
|
+
"start": 1,
|
|
140735
|
+
"end": 2
|
|
140736
|
+
},
|
|
140737
|
+
"context": {
|
|
140738
|
+
"type": "variable",
|
|
140739
|
+
"name": "kendo-speech-to-text-button-listening-opacity",
|
|
140740
|
+
"value": "0.6",
|
|
140741
|
+
"scope": "default",
|
|
140742
|
+
"line": {
|
|
140743
|
+
"start": 3,
|
|
140744
|
+
"end": 3
|
|
140745
|
+
}
|
|
140746
|
+
},
|
|
140747
|
+
"group": [
|
|
140748
|
+
"speech-to-text-button"
|
|
140749
|
+
],
|
|
140750
|
+
"access": "public",
|
|
140751
|
+
"file": {
|
|
140752
|
+
"path": "material/scss/speech-to-text-button/_variables.scss",
|
|
140753
|
+
"name": "_variables.scss"
|
|
140754
|
+
},
|
|
140755
|
+
"resolvedValue": "0.6",
|
|
140756
|
+
"resolvedType": "Number"
|
|
140757
|
+
}
|
|
140758
|
+
]
|
|
140759
|
+
},
|
|
140700
140760
|
{
|
|
140701
140761
|
"id": "split-button",
|
|
140702
140762
|
"title": "SplitButton",
|
|
@@ -53696,6 +53696,31 @@
|
|
|
53696
53696
|
"name": "index.import.scss"
|
|
53697
53697
|
}
|
|
53698
53698
|
},
|
|
53699
|
+
{
|
|
53700
|
+
"description": "The opacity applied to the listening SpeechToTextButton\n",
|
|
53701
|
+
"commentRange": {
|
|
53702
|
+
"start": 1,
|
|
53703
|
+
"end": 2
|
|
53704
|
+
},
|
|
53705
|
+
"context": {
|
|
53706
|
+
"type": "variable",
|
|
53707
|
+
"name": "kendo-speech-to-text-button-listening-opacity",
|
|
53708
|
+
"value": "0.6",
|
|
53709
|
+
"scope": "default",
|
|
53710
|
+
"line": {
|
|
53711
|
+
"start": 3,
|
|
53712
|
+
"end": 3
|
|
53713
|
+
}
|
|
53714
|
+
},
|
|
53715
|
+
"group": [
|
|
53716
|
+
"speech-to-text-button"
|
|
53717
|
+
],
|
|
53718
|
+
"access": "public",
|
|
53719
|
+
"file": {
|
|
53720
|
+
"path": "speech-to-text-button/_variables.scss",
|
|
53721
|
+
"name": "_variables.scss"
|
|
53722
|
+
}
|
|
53723
|
+
},
|
|
53699
53724
|
{
|
|
53700
53725
|
"description": "The focus shadow of the SplitButton.\n",
|
|
53701
53726
|
"commentRange": {
|
package/dist/meta/variables.json
CHANGED
|
@@ -15708,5 +15708,9 @@
|
|
|
15708
15708
|
"kendo-marquee-border": {
|
|
15709
15709
|
"type": "String",
|
|
15710
15710
|
"value": "var(--kendo-color-base, #EAE5EC)"
|
|
15711
|
+
},
|
|
15712
|
+
"kendo-speech-to-text-button-listening-opacity": {
|
|
15713
|
+
"type": "Number",
|
|
15714
|
+
"value": "0.6"
|
|
15711
15715
|
}
|
|
15712
15716
|
}
|
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.
|
|
4
|
+
"version": "11.1.0-dev.3",
|
|
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.
|
|
58
|
-
"@progress/kendo-theme-utils": "11.1.0-dev.
|
|
57
|
+
"@progress/kendo-theme-core": "11.1.0-dev.3",
|
|
58
|
+
"@progress/kendo-theme-utils": "11.1.0-dev.3"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "4fd50ac879ec7978638ac573471e953da0926914"
|
|
65
65
|
}
|
package/scss/index.scss
CHANGED
|
@@ -117,6 +117,7 @@
|
|
|
117
117
|
@forward "./otp/_index.scss";
|
|
118
118
|
@forward "./column-menu/_index.scss";
|
|
119
119
|
@forward "./marquee/_index.scss";
|
|
120
|
+
@forward "./speech-to-text-button/_index.scss";
|
|
120
121
|
|
|
121
122
|
|
|
122
123
|
// Use component modules
|
|
@@ -160,6 +161,7 @@
|
|
|
160
161
|
@use "./button/_index.scss" as *;
|
|
161
162
|
@use "./split-button/_index.scss" as *;
|
|
162
163
|
@use "./menu-button/_index.scss" as *;
|
|
164
|
+
@use "./speech-to-text-button/_index.scss" as *;
|
|
163
165
|
@use "./input/_index.scss" as *;
|
|
164
166
|
@use "./textbox/_index.scss" as *;
|
|
165
167
|
@use "./textarea/_index.scss" as *;
|
|
@@ -338,6 +340,7 @@
|
|
|
338
340
|
@include kendo-button--styles();
|
|
339
341
|
@include kendo-split-button--styles();
|
|
340
342
|
@include kendo-menu-button--styles();
|
|
343
|
+
@include kendo-speech-to-text-button--styles();
|
|
341
344
|
@include kendo-input--styles();
|
|
342
345
|
@include kendo-textbox--styles();
|
|
343
346
|
@include kendo-textarea--styles();
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../button/_index.scss" as *;
|
|
4
|
+
|
|
5
|
+
// Component
|
|
6
|
+
@forward "./_variables.scss";
|
|
7
|
+
@use "_layout.scss" as *;
|
|
8
|
+
@use "_theme.scss" as *;
|
|
9
|
+
|
|
10
|
+
// Expose
|
|
11
|
+
@mixin kendo-speech-to-text-button--styles() {
|
|
12
|
+
@include import-once( "speech-to-text-button" ) {
|
|
13
|
+
@include core-styles();
|
|
14
|
+
@include kendo-button--styles();
|
|
15
|
+
@include kendo-speech-to-text-button--layout();
|
|
16
|
+
@include kendo-speech-to-text-button--theme();
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
+
);
|