@progress/kendo-theme-classic 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.
- package/dist/all.css +1 -1
- package/dist/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/meta/sassdoc-data.json +54 -0
- package/dist/meta/sassdoc-raw-data.json +25 -0
- package/dist/meta/variables.json +4 -0
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +4 -4
- package/scss/fab/_variables.scss +6 -1
- package/scss/index.scss +1 -1
- package/scss/prompt/_index.scss +2 -0
|
@@ -25825,6 +25825,33 @@
|
|
|
25825
25825
|
"resolvedValue": "rgba(0, 0, 0, 0.08)",
|
|
25826
25826
|
"resolvedType": "Color"
|
|
25827
25827
|
},
|
|
25828
|
+
{
|
|
25829
|
+
"description": "Тhe opacity of the generating FAB.\n",
|
|
25830
|
+
"commentRange": {
|
|
25831
|
+
"start": 183,
|
|
25832
|
+
"end": 184
|
|
25833
|
+
},
|
|
25834
|
+
"context": {
|
|
25835
|
+
"type": "variable",
|
|
25836
|
+
"name": "kendo-fab-generating-opacity",
|
|
25837
|
+
"value": "40%",
|
|
25838
|
+
"scope": "default",
|
|
25839
|
+
"line": {
|
|
25840
|
+
"start": 185,
|
|
25841
|
+
"end": 185
|
|
25842
|
+
}
|
|
25843
|
+
},
|
|
25844
|
+
"group": [
|
|
25845
|
+
"floating-action-button"
|
|
25846
|
+
],
|
|
25847
|
+
"access": "public",
|
|
25848
|
+
"file": {
|
|
25849
|
+
"path": "classic/scss/fab/_variables.scss",
|
|
25850
|
+
"name": "_variables.scss"
|
|
25851
|
+
},
|
|
25852
|
+
"resolvedValue": "40%",
|
|
25853
|
+
"resolvedType": "Number"
|
|
25854
|
+
},
|
|
25828
25855
|
{
|
|
25829
25856
|
"description": "The transformation scale of the Floating Label.\n",
|
|
25830
25857
|
"commentRange": {
|
|
@@ -105693,6 +105720,33 @@
|
|
|
105693
105720
|
},
|
|
105694
105721
|
"resolvedValue": "rgba(0, 0, 0, 0.08)",
|
|
105695
105722
|
"resolvedType": "Color"
|
|
105723
|
+
},
|
|
105724
|
+
{
|
|
105725
|
+
"description": "Тhe opacity of the generating FAB.\n",
|
|
105726
|
+
"commentRange": {
|
|
105727
|
+
"start": 183,
|
|
105728
|
+
"end": 184
|
|
105729
|
+
},
|
|
105730
|
+
"context": {
|
|
105731
|
+
"type": "variable",
|
|
105732
|
+
"name": "kendo-fab-generating-opacity",
|
|
105733
|
+
"value": "40%",
|
|
105734
|
+
"scope": "default",
|
|
105735
|
+
"line": {
|
|
105736
|
+
"start": 185,
|
|
105737
|
+
"end": 185
|
|
105738
|
+
}
|
|
105739
|
+
},
|
|
105740
|
+
"group": [
|
|
105741
|
+
"floating-action-button"
|
|
105742
|
+
],
|
|
105743
|
+
"access": "public",
|
|
105744
|
+
"file": {
|
|
105745
|
+
"path": "classic/scss/fab/_variables.scss",
|
|
105746
|
+
"name": "_variables.scss"
|
|
105747
|
+
},
|
|
105748
|
+
"resolvedValue": "40%",
|
|
105749
|
+
"resolvedType": "Number"
|
|
105696
105750
|
}
|
|
105697
105751
|
]
|
|
105698
105752
|
},
|
|
@@ -23593,6 +23593,31 @@
|
|
|
23593
23593
|
"name": "_variables.scss"
|
|
23594
23594
|
}
|
|
23595
23595
|
},
|
|
23596
|
+
{
|
|
23597
|
+
"description": "Тhe opacity of the generating FAB.\n",
|
|
23598
|
+
"commentRange": {
|
|
23599
|
+
"start": 183,
|
|
23600
|
+
"end": 184
|
|
23601
|
+
},
|
|
23602
|
+
"context": {
|
|
23603
|
+
"type": "variable",
|
|
23604
|
+
"name": "kendo-fab-generating-opacity",
|
|
23605
|
+
"value": "40%",
|
|
23606
|
+
"scope": "default",
|
|
23607
|
+
"line": {
|
|
23608
|
+
"start": 185,
|
|
23609
|
+
"end": 185
|
|
23610
|
+
}
|
|
23611
|
+
},
|
|
23612
|
+
"group": [
|
|
23613
|
+
"floating-action-button"
|
|
23614
|
+
],
|
|
23615
|
+
"access": "public",
|
|
23616
|
+
"file": {
|
|
23617
|
+
"path": "fab/_variables.scss",
|
|
23618
|
+
"name": "_variables.scss"
|
|
23619
|
+
}
|
|
23620
|
+
},
|
|
23596
23621
|
{
|
|
23597
23622
|
"description": "The transformation scale of the Floating Label.\n",
|
|
23598
23623
|
"commentRange": {
|
package/dist/meta/variables.json
CHANGED
|
@@ -7849,6 +7849,10 @@
|
|
|
7849
7849
|
"type": "Color",
|
|
7850
7850
|
"value": "rgba(0, 0, 0, 0.08)"
|
|
7851
7851
|
},
|
|
7852
|
+
"kendo-fab-generating-opacity": {
|
|
7853
|
+
"type": "Number",
|
|
7854
|
+
"value": "40%"
|
|
7855
|
+
},
|
|
7852
7856
|
"kendo-card-padding-x": {
|
|
7853
7857
|
"type": "String",
|
|
7854
7858
|
"value": "var(--kendo-spacing-4, 1rem)"
|
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.
|
|
4
|
+
"version": "11.2.0-dev.1",
|
|
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.
|
|
57
|
-
"@progress/kendo-theme-utils": "11.
|
|
56
|
+
"@progress/kendo-theme-core": "11.2.0-dev.1",
|
|
57
|
+
"@progress/kendo-theme-utils": "11.2.0-dev.1"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "2bcc49d832b7e73387e77bc5adbb27e05ea341d5"
|
|
64
64
|
}
|
package/scss/fab/_variables.scss
CHANGED
|
@@ -180,6 +180,10 @@ $kendo-fab-item-outline-width: k-spacing(0.5) !default;
|
|
|
180
180
|
/// @group floating-action-button
|
|
181
181
|
$kendo-fab-item-outline-color: rgba(0, 0, 0, .08) !default;
|
|
182
182
|
|
|
183
|
+
/// Тhe opacity of the generating FAB.
|
|
184
|
+
/// @group floating-action-button
|
|
185
|
+
$kendo-fab-generating-opacity: 40% !default;
|
|
186
|
+
|
|
183
187
|
|
|
184
188
|
@forward "@progress/kendo-theme-core/scss/components/fab/_variables.scss" with (
|
|
185
189
|
$kendo-fab-border-width: $kendo-fab-border-width,
|
|
@@ -227,5 +231,6 @@ $kendo-fab-item-outline-color: rgba(0, 0, 0, .08) !default;
|
|
|
227
231
|
$kendo-fab-item-active-shadow: $kendo-fab-item-active-shadow,
|
|
228
232
|
$kendo-fab-item-outline-style: $kendo-fab-item-outline-style,
|
|
229
233
|
$kendo-fab-item-outline-width: $kendo-fab-item-outline-width,
|
|
230
|
-
$kendo-fab-item-outline-color: $kendo-fab-item-outline-color
|
|
234
|
+
$kendo-fab-item-outline-color: $kendo-fab-item-outline-color,
|
|
235
|
+
$kendo-fab-generating-opacity: $kendo-fab-generating-opacity
|
|
231
236
|
);
|
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
|
package/scss/prompt/_index.scss
CHANGED
|
@@ -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();
|