@progress/kendo-theme-fluent 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.
@@ -70807,6 +70807,33 @@
70807
70807
  "7.5": "1.875rem"
70808
70808
  }
70809
70809
  },
70810
+ {
70811
+ "description": "The opacity applied to the listening SpeechToTextButton\n",
70812
+ "commentRange": {
70813
+ "start": 1,
70814
+ "end": 2
70815
+ },
70816
+ "context": {
70817
+ "type": "variable",
70818
+ "name": "kendo-speech-to-text-button-listening-opacity",
70819
+ "value": "0.6",
70820
+ "scope": "default",
70821
+ "line": {
70822
+ "start": 3,
70823
+ "end": 3
70824
+ }
70825
+ },
70826
+ "group": [
70827
+ "speech-to-text-button"
70828
+ ],
70829
+ "access": "public",
70830
+ "file": {
70831
+ "path": "fluent/scss/speech-to-text-button/_variables.scss",
70832
+ "name": "_variables.scss"
70833
+ },
70834
+ "resolvedValue": "0.6",
70835
+ "resolvedType": "Number"
70836
+ },
70810
70837
  {
70811
70838
  "description": "The vertical padding of the small arrow Button.\n",
70812
70839
  "commentRange": {
@@ -167336,6 +167363,39 @@
167336
167363
  }
167337
167364
  ]
167338
167365
  },
167366
+ {
167367
+ "id": "speech-to-text-button",
167368
+ "title": "SpeechToTextButton",
167369
+ "variables": [
167370
+ {
167371
+ "description": "The opacity applied to the listening SpeechToTextButton\n",
167372
+ "commentRange": {
167373
+ "start": 1,
167374
+ "end": 2
167375
+ },
167376
+ "context": {
167377
+ "type": "variable",
167378
+ "name": "kendo-speech-to-text-button-listening-opacity",
167379
+ "value": "0.6",
167380
+ "scope": "default",
167381
+ "line": {
167382
+ "start": 3,
167383
+ "end": 3
167384
+ }
167385
+ },
167386
+ "group": [
167387
+ "speech-to-text-button"
167388
+ ],
167389
+ "access": "public",
167390
+ "file": {
167391
+ "path": "fluent/scss/speech-to-text-button/_variables.scss",
167392
+ "name": "_variables.scss"
167393
+ },
167394
+ "resolvedValue": "0.6",
167395
+ "resolvedType": "Number"
167396
+ }
167397
+ ]
167398
+ },
167339
167399
  {
167340
167400
  "id": "split-button",
167341
167401
  "title": "SplitButton",
@@ -62993,6 +62993,31 @@
62993
62993
  "name": "_index.scss"
62994
62994
  }
62995
62995
  },
62996
+ {
62997
+ "description": "The opacity applied to the listening SpeechToTextButton\n",
62998
+ "commentRange": {
62999
+ "start": 1,
63000
+ "end": 2
63001
+ },
63002
+ "context": {
63003
+ "type": "variable",
63004
+ "name": "kendo-speech-to-text-button-listening-opacity",
63005
+ "value": "0.6",
63006
+ "scope": "default",
63007
+ "line": {
63008
+ "start": 3,
63009
+ "end": 3
63010
+ }
63011
+ },
63012
+ "group": [
63013
+ "speech-to-text-button"
63014
+ ],
63015
+ "access": "public",
63016
+ "file": {
63017
+ "path": "speech-to-text-button/_variables.scss",
63018
+ "name": "_variables.scss"
63019
+ }
63020
+ },
62996
63021
  {
62997
63022
  "description": "The vertical padding of the small arrow Button.\n",
62998
63023
  "commentRange": {
@@ -18201,5 +18201,9 @@
18201
18201
  "kendo-marquee-border": {
18202
18202
  "type": "String",
18203
18203
  "value": "var(--kendo-color-primary, #0078d4)"
18204
+ },
18205
+ "kendo-speech-to-text-button-listening-opacity": {
18206
+ "type": "Number",
18207
+ "value": "0.6"
18204
18208
  }
18205
18209
  }
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "11.1.0-dev.1",
6
+ "version": "11.1.0-dev.3",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "11.1.0-dev.1",
6
+ "version": "11.1.0-dev.3",
7
7
  "previewColors": [
8
8
  "#1b1a19",
9
9
  "#21201f",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "11.1.0-dev.1",
6
+ "version": "11.1.0-dev.3",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#faf9f8",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-fluent",
3
3
  "description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
4
- "version": "11.1.0-dev.1",
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.1",
58
- "@progress/kendo-theme-utils": "11.1.0-dev.1"
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": "4de4ed4dd2e22bc1723647389f5fa1ad7f3fda06"
64
+ "gitHead": "4fd50ac879ec7978638ac573471e953da0926914"
65
65
  }
@@ -257,6 +257,7 @@
257
257
  }
258
258
 
259
259
  .k-diagram {
260
+ display: block;
260
261
  height: 600px;
261
262
  }
262
263
 
@@ -371,6 +372,7 @@
371
372
  }
372
373
 
373
374
  .k-gauge {
375
+ display: block;
374
376
  text-align: start;
375
377
  position: relative;
376
378
  }
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
@@ -167,6 +168,7 @@
167
168
  @use "./button/index.scss" as *;
168
169
  @use "./split-button/index.scss" as *;
169
170
  @use "./menu-button/index.scss" as *;
171
+ @use "./speech-to-text-button/index.scss" as *;
170
172
  @use "./input/index.scss" as *;
171
173
  @use "./textbox/index.scss" as *;
172
174
  @use "./textarea/index.scss" as *;
@@ -343,6 +345,7 @@
343
345
  @include kendo-button--styles();
344
346
  @include kendo-split-button--styles();
345
347
  @include kendo-menu-button--styles();
348
+ @include kendo-speech-to-text-button--styles();
346
349
  @include kendo-input--styles();
347
350
  @include kendo-textbox--styles();
348
351
  @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,26 @@
1
+ @use "./_variables.scss" as *;
2
+
3
+ @mixin kendo-speech-to-text-button--layout-base() {
4
+
5
+ .k-speech-to-text-button {
6
+ &.k-listening {
7
+ animation: k-speech-to-text-button-listening 1.5s ease-in-out 0.5s infinite;
8
+ }
9
+ }
10
+
11
+ @keyframes k-speech-to-text-button-listening {
12
+ 0% {
13
+ opacity: 1;
14
+ }
15
+ 50% {
16
+ opacity: $kendo-speech-to-text-button-listening-opacity;
17
+ }
18
+ 100% {
19
+ opacity: 1;
20
+ }
21
+ }
22
+ }
23
+
24
+ @mixin kendo-speech-to-text-button--layout() {
25
+ @include kendo-speech-to-text-button--layout-base();
26
+ }
@@ -0,0 +1,7 @@
1
+ @mixin kendo-speech-to-text-button--theme-base() {
2
+ .k-speech-to-text-button {}
3
+ }
4
+
5
+ @mixin kendo-speech-to-text-button--theme() {
6
+ @include kendo-speech-to-text-button--theme-base();
7
+ }
@@ -0,0 +1,3 @@
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;