@progress/kendo-theme-bootstrap 5.12.1-dev.4 → 6.0.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 CHANGED
@@ -30199,6 +30199,58 @@ textarea.k-input-inner {
30199
30199
  justify-content: center;
30200
30200
  }
30201
30201
 
30202
+ .k-input-icon.k-svg-icon > svg,
30203
+ .k-input-icon.k-icon-md > svg,
30204
+ .k-input-validation-icon.k-svg-icon > svg,
30205
+ .k-input-validation-icon.k-icon-md > svg,
30206
+ .k-input-loading-icon.k-svg-icon > svg,
30207
+ .k-input-loading-icon.k-icon-md > svg {
30208
+ width: 16px;
30209
+ height: 16px;
30210
+ }
30211
+
30212
+ .k-input-icon.k-icon-xs > svg,
30213
+ .k-input-validation-icon.k-icon-xs > svg,
30214
+ .k-input-loading-icon.k-icon-xs > svg {
30215
+ width: 12px;
30216
+ height: 12px;
30217
+ }
30218
+
30219
+ .k-input-icon.k-icon-sm > svg,
30220
+ .k-input-validation-icon.k-icon-sm > svg,
30221
+ .k-input-loading-icon.k-icon-sm > svg {
30222
+ width: 14px;
30223
+ height: 14px;
30224
+ }
30225
+
30226
+ .k-input-icon.k-icon-lg > svg,
30227
+ .k-input-validation-icon.k-icon-lg > svg,
30228
+ .k-input-loading-icon.k-icon-lg > svg {
30229
+ width: 20px;
30230
+ height: 20px;
30231
+ }
30232
+
30233
+ .k-input-icon.k-icon-xl > svg,
30234
+ .k-input-validation-icon.k-icon-xl > svg,
30235
+ .k-input-loading-icon.k-icon-xl > svg {
30236
+ width: 24px;
30237
+ height: 24px;
30238
+ }
30239
+
30240
+ .k-input-icon.k-icon-xxl > svg,
30241
+ .k-input-validation-icon.k-icon-xxl > svg,
30242
+ .k-input-loading-icon.k-icon-xxl > svg {
30243
+ width: 32px;
30244
+ height: 32px;
30245
+ }
30246
+
30247
+ .k-input-icon.k-icon-xxxl > svg,
30248
+ .k-input-validation-icon.k-icon-xxxl > svg,
30249
+ .k-input-loading-icon.k-icon-xxxl > svg {
30250
+ width: 48px;
30251
+ height: 48px;
30252
+ }
30253
+
30202
30254
  .k-clear-value {
30203
30255
  outline: 0;
30204
30256
  flex: none;
package/dist/all.scss CHANGED
@@ -18721,6 +18721,47 @@ $kendo-form-sizes: (
18721
18721
  justify-content: center;
18722
18722
  }
18723
18723
 
18724
+ // Input with SVG icon
18725
+ .k-input-icon,
18726
+ .k-input-validation-icon,
18727
+ .k-input-loading-icon {
18728
+ &.k-svg-icon > svg,
18729
+ &.k-icon-md > svg {
18730
+ width: $kendo-icon-size-md;
18731
+ height: $kendo-icon-size-md;
18732
+ }
18733
+
18734
+ &.k-icon-xs > svg {
18735
+ width: $kendo-icon-size-xs;
18736
+ height: $kendo-icon-size-xs;
18737
+ }
18738
+
18739
+ &.k-icon-sm > svg {
18740
+ width: $kendo-icon-size-sm;
18741
+ height: $kendo-icon-size-sm;
18742
+ }
18743
+
18744
+ &.k-icon-lg > svg {
18745
+ width: $kendo-icon-size-lg;
18746
+ height: $kendo-icon-size-lg;
18747
+ }
18748
+
18749
+ &.k-icon-xl > svg {
18750
+ width: $kendo-icon-size-xl;
18751
+ height: $kendo-icon-size-xl;
18752
+ }
18753
+
18754
+ &.k-icon-xxl > svg {
18755
+ width: $kendo-icon-size-xxl;
18756
+ height: $kendo-icon-size-xxl;
18757
+ }
18758
+
18759
+ &.k-icon-xxxl > svg {
18760
+ width: $kendo-icon-size-xxxl;
18761
+ height: $kendo-icon-size-xxxl;
18762
+ }
18763
+ }
18764
+
18724
18765
 
18725
18766
  // Clear value
18726
18767
  .k-clear-value {
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.1",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#222222",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.1",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#212529",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.1",
7
7
  "previewColors": [
8
8
  "#0275d8",
9
9
  "#5bc0de",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.1",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#212529",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.1",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#292b2c",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f2f2f2",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e3eef4",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Vintage",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f2efe8",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-bootstrap",
3
3
  "description": "Bootstrap theme for Kendo UI",
4
- "version": "5.12.1-dev.4",
4
+ "version": "6.0.1",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -49,10 +49,10 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@progress/kendo-font-icons": "^1.0.0",
52
- "@progress/kendo-theme-core": "^5.12.1-dev.4",
53
- "@progress/kendo-theme-default": "^5.12.1-dev.4",
54
- "@progress/kendo-theme-utils": "^5.12.1-dev.4",
52
+ "@progress/kendo-theme-core": "^6.0.0",
53
+ "@progress/kendo-theme-default": "^6.0.1",
54
+ "@progress/kendo-theme-utils": "^6.0.0",
55
55
  "bootstrap": "5.2.1"
56
56
  },
57
- "gitHead": "a62113f259ebc1b7722c0871fb93955f8bf4c409"
57
+ "gitHead": "8c0de1a359af7569b880867f5ddfdd23ca3cc0a4"
58
58
  }