@progress/kendo-theme-fluent 11.1.0 → 11.2.0-dev.1

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.
@@ -32926,6 +32926,33 @@
32926
32926
  "resolvedValue": "var(--kendo-color-border, #8a8886)",
32927
32927
  "resolvedType": "String"
32928
32928
  },
32929
+ {
32930
+ "description": "Тhe opacity of the generating FAB.\n",
32931
+ "commentRange": {
32932
+ "start": 189,
32933
+ "end": 190
32934
+ },
32935
+ "context": {
32936
+ "type": "variable",
32937
+ "name": "kendo-fab-generating-opacity",
32938
+ "value": "60%",
32939
+ "scope": "default",
32940
+ "line": {
32941
+ "start": 191,
32942
+ "end": 191
32943
+ }
32944
+ },
32945
+ "group": [
32946
+ "floating-action-button"
32947
+ ],
32948
+ "access": "public",
32949
+ "file": {
32950
+ "path": "fluent/scss/fab/_variables.scss",
32951
+ "name": "_variables.scss"
32952
+ },
32953
+ "resolvedValue": "60%",
32954
+ "resolvedType": "Number"
32955
+ },
32929
32956
  {
32930
32957
  "description": "The transformation scale of the Floating Label.\n",
32931
32958
  "commentRange": {
@@ -127464,6 +127491,33 @@
127464
127491
  },
127465
127492
  "resolvedValue": "var(--kendo-color-border, #8a8886)",
127466
127493
  "resolvedType": "String"
127494
+ },
127495
+ {
127496
+ "description": "Тhe opacity of the generating FAB.\n",
127497
+ "commentRange": {
127498
+ "start": 189,
127499
+ "end": 190
127500
+ },
127501
+ "context": {
127502
+ "type": "variable",
127503
+ "name": "kendo-fab-generating-opacity",
127504
+ "value": "60%",
127505
+ "scope": "default",
127506
+ "line": {
127507
+ "start": 191,
127508
+ "end": 191
127509
+ }
127510
+ },
127511
+ "group": [
127512
+ "floating-action-button"
127513
+ ],
127514
+ "access": "public",
127515
+ "file": {
127516
+ "path": "fluent/scss/fab/_variables.scss",
127517
+ "name": "_variables.scss"
127518
+ },
127519
+ "resolvedValue": "60%",
127520
+ "resolvedType": "Number"
127467
127521
  }
127468
127522
  ]
127469
127523
  },
@@ -28343,6 +28343,31 @@
28343
28343
  "name": "_variables.scss"
28344
28344
  }
28345
28345
  },
28346
+ {
28347
+ "description": "Тhe opacity of the generating FAB.\n",
28348
+ "commentRange": {
28349
+ "start": 189,
28350
+ "end": 190
28351
+ },
28352
+ "context": {
28353
+ "type": "variable",
28354
+ "name": "kendo-fab-generating-opacity",
28355
+ "value": "60%",
28356
+ "scope": "default",
28357
+ "line": {
28358
+ "start": 191,
28359
+ "end": 191
28360
+ }
28361
+ },
28362
+ "group": [
28363
+ "floating-action-button"
28364
+ ],
28365
+ "access": "public",
28366
+ "file": {
28367
+ "path": "fab/_variables.scss",
28368
+ "name": "_variables.scss"
28369
+ }
28370
+ },
28346
28371
  {
28347
28372
  "description": "The transformation scale of the Floating Label.\n",
28348
28373
  "commentRange": {
@@ -9829,6 +9829,10 @@
9829
9829
  "type": "String",
9830
9830
  "value": "var(--kendo-color-border, #8a8886)"
9831
9831
  },
9832
+ "kendo-fab-generating-opacity": {
9833
+ "type": "Number",
9834
+ "value": "60%"
9835
+ },
9832
9836
  "kendo-card-padding-x": {
9833
9837
  "type": "String",
9834
9838
  "value": "var(--kendo-spacing-3, 0.75rem)"
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "11.1.0",
6
+ "version": "11.2.0-dev.1",
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",
6
+ "version": "11.2.0-dev.1",
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",
6
+ "version": "11.2.0-dev.1",
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",
4
+ "version": "11.2.0-dev.1",
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",
58
- "@progress/kendo-theme-utils": "11.1.0"
57
+ "@progress/kendo-theme-core": "11.2.0-dev.1",
58
+ "@progress/kendo-theme-utils": "11.2.0-dev.1"
59
59
  },
60
60
  "directories": {
61
61
  "doc": "docs",
62
62
  "lib": "lib"
63
63
  },
64
- "gitHead": "e5cc0b3dc8b0084b8b8832f7c25ab7a92751b5c6"
64
+ "gitHead": "2bcc49d832b7e73387e77bc5adbb27e05ea341d5"
65
65
  }
@@ -44,6 +44,25 @@
44
44
  --kendo-fab-border: var( --kendo-fab-selected-border );
45
45
  }
46
46
 
47
+ &.k-generating {
48
+ animation: k-fab-generating 1.5s ease-in-out 0.5s infinite;
49
+ }
50
+
51
+ @keyframes k-fab-generating {
52
+ 0% {
53
+ background-color: var( --kendo-fab-active-bg );
54
+ border: var( --kendo-fab-active-bg );
55
+ }
56
+ 50% {
57
+ background-color: color-mix(in srgb, var( --kendo-fab-active-bg ) $kendo-fab-generating-opacity, k-color(surface-alt));
58
+ border: color-mix(in srgb, var( --kendo-fab-active-bg ) $kendo-fab-generating-opacity, k-color(surface-alt));
59
+ }
60
+ 100% {
61
+ background-color: var( --kendo-fab-active-bg );
62
+ border: var( --kendo-fab-active-bg );
63
+ }
64
+ }
65
+
47
66
  &:disabled,
48
67
  &.k-disabled {
49
68
  --kendo-fab-text: var( --kendo-fab-disabled-text );
@@ -185,3 +185,7 @@ $kendo-fab-item-active-bg: k-color(base-active) !default;
185
185
  /// The border color of the active FAB item.
186
186
  /// @group floating-action-button
187
187
  $kendo-fab-item-active-border: k-color(border) !default;
188
+
189
+ /// Тhe opacity of the generating FAB.
190
+ /// @group floating-action-button
191
+ $kendo-fab-generating-opacity: 60% !default;
@@ -1322,6 +1322,12 @@
1322
1322
  }
1323
1323
  // stylelint-enable declaration-no-important
1324
1324
 
1325
+ // Grid assistant window
1326
+ .k-grid-assistant-window .k-window-content {
1327
+ padding: 0;
1328
+ @include border-bottom-radius( inherit );
1329
+ }
1330
+
1325
1331
  // Column menu
1326
1332
  .k-column-menu-popup,
1327
1333
  .k-grid-columnmenu-popup {
package/scss/index.scss CHANGED
@@ -109,6 +109,7 @@
109
109
  @forward "./pdf-viewer/_index.scss";
110
110
  @forward "./scroller/_index.scss";
111
111
  @forward "./scrollview/_index.scss";
112
+ @forward "./speech-to-text-button/_index.scss";
112
113
  @forward "./prompt/_index.scss";
113
114
  @forward "./dataviz/_index.scss";
114
115
  @forward "./chart-wizard/_index.scss";
@@ -118,7 +119,6 @@
118
119
  @forward "./otp/_index.scss";
119
120
  @forward "./column-menu/_index.scss";
120
121
  @forward "./marquee/_index.scss";
121
- @forward "./speech-to-text-button/_index.scss";
122
122
 
123
123
 
124
124
  // Use component modules
@@ -1,6 +1,7 @@
1
1
  // Dependencies
2
2
  @use "../core/_index.scss" as *;
3
3
  @use "../utils/_index.scss" as *;
4
+ @use "../speech-to-text-button/_index.scss" as *;
4
5
 
5
6
  // Component
6
7
  @forward "./_variables.scss";
@@ -11,6 +12,7 @@
11
12
  @mixin kendo-prompt--styles() {
12
13
  @include import-once( "prompt" ) {
13
14
  @include core-styles();
15
+ @include kendo-speech-to-text-button--styles();
14
16
  @include kendo-prompt--layout();
15
17
  @include kendo-prompt--theme();
16
18
  @include kendo-utils--flex-grid--flex-direction();
@@ -9,6 +9,7 @@
9
9
  flex-direction: column;
10
10
  position: relative;
11
11
  overflow: hidden;
12
+ border-radius: inherit;
12
13
 
13
14
  // Toolbar
14
15
  .k-toolbar {
@@ -52,6 +53,7 @@
52
53
  align-self: stretch;
53
54
  }
54
55
 
56
+ // Remove when k-suggestion is adopted
55
57
  .k-prompt-suggestion {
56
58
  border-width: 1px;
57
59
  border-style: solid;
@@ -71,4 +73,8 @@
71
73
  margin: 0;
72
74
  }
73
75
 
76
+ // Stop FAB
77
+ .k-prompt-stop-fab {
78
+ z-index: 1;
79
+ }
74
80
  }
@@ -27,6 +27,7 @@
27
27
  );
28
28
  }
29
29
 
30
+ // Remove when k-suggestion is adopted
30
31
  .k-prompt-suggestion {
31
32
  @include fill(
32
33
  var( --kendo-prompt-suggestion-text, #{$kendo-prompt-suggestion-text} ),