@progress/kendo-theme-fluent 10.1.0-dev.5 → 10.1.0-dev.6

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.
@@ -5347,6 +5347,22 @@
5347
5347
  "type": "String",
5348
5348
  "value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 46%, transparent)"
5349
5349
  },
5350
+ "kendo-input-calc-size": {
5351
+ "type": "Calculation",
5352
+ "value": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\\.5, 0.375rem) * 2 + (2px))"
5353
+ },
5354
+ "kendo-input-sm-calc-size": {
5355
+ "type": "Calculation",
5356
+ "value": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + (2px))"
5357
+ },
5358
+ "kendo-input-md-calc-size": {
5359
+ "type": "Calculation",
5360
+ "value": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\\.5, 0.375rem) * 2 + (2px))"
5361
+ },
5362
+ "kendo-input-lg-calc-size": {
5363
+ "type": "Calculation",
5364
+ "value": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + (2px))"
5365
+ },
5350
5366
  "kendo-input-sizes": {
5351
5367
  "type": "Map",
5352
5368
  "value": "(sm: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-1, 0.25rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), icon-size: calc(var(--kendo-icon-size, 1rem) + var(--kendo-spacing-1\\.5, 0.375rem) * 2), button-padding-x: var(--kendo-spacing-1, 0.25rem), button-padding-y: var(--kendo-spacing-1, 0.25rem), button-width: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2)), md: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-1\\.5, 0.375rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), icon-size: calc(var(--kendo-icon-size, 1rem) + var(--kendo-spacing-1, 0.25rem) * 2), button-padding-x: var(--kendo-spacing-1\\.5, 0.375rem), button-padding-y: var(--kendo-spacing-1\\.5, 0.375rem), button-width: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\\.5, 0.375rem) * 2)), lg: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-2, 0.5rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), icon-size: calc(var(--kendo-icon-size, 1rem) + var(--kendo-spacing-2, 0.5rem) * 2), button-padding-x: var(--kendo-spacing-2, 0.5rem), button-padding-y: var(--kendo-spacing-2, 0.5rem), button-width: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2)))",
@@ -5812,31 +5828,31 @@
5812
5828
  },
5813
5829
  "kendo-checkbox-hover-image": {
5814
5830
  "type": "String",
5815
- "value": "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='var%28--kendo-color-on-app-surface, %23323130%29' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/%3e%3c/svg%3e\")"
5831
+ "value": "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23323130' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/%3e%3c/svg%3e\")"
5816
5832
  },
5817
5833
  "kendo-checkbox-checked-image": {
5818
5834
  "type": "String",
5819
- "value": "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='var%28--kendo-color-app-surface, %23ffffff%29' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/%3e%3c/svg%3e\")"
5835
+ "value": "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/%3e%3c/svg%3e\")"
5820
5836
  },
5821
5837
  "kendo-checkbox-indeterminate-image": {
5822
5838
  "type": "String",
5823
- "value": "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3crect x='3' y='3' width='10' height='10' rx='2' fill='var%28--kendo-color-primary, %230078d4%29'/%3e%3c/svg%3e\")"
5839
+ "value": "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3crect x='3' y='3' width='10' height='10' rx='2' fill='%230078d4'/%3e%3c/svg%3e\")"
5824
5840
  },
5825
5841
  "kendo-checkbox-hover-checked-image": {
5826
5842
  "type": "String",
5827
- "value": "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='var%28--kendo-color-app-surface, %23ffffff%29' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/%3e%3c/svg%3e\")"
5843
+ "value": "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/%3e%3c/svg%3e\")"
5828
5844
  },
5829
5845
  "kendo-checkbox-hover-indeterminate-image": {
5830
5846
  "type": "String",
5831
- "value": "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3crect x='3' y='3' width='10' height='10' rx='2' fill='var%28--kendo-color-primary-hover, %23106ebe%29'/%3e%3c/svg%3e\")"
5847
+ "value": "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3crect x='3' y='3' width='10' height='10' rx='2' fill='%23106ebe'/%3e%3c/svg%3e\")"
5832
5848
  },
5833
5849
  "kendo-checkbox-disabled-checked-image": {
5834
5850
  "type": "String",
5835
- "value": "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='var%28--kendo-color-app-surface, %23ffffff%29' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/%3e%3c/svg%3e\")"
5851
+ "value": "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/%3e%3c/svg%3e\")"
5836
5852
  },
5837
5853
  "kendo-checkbox-disabled-indeterminate-image": {
5838
5854
  "type": "String",
5839
- "value": "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3crect x='3' y='3' width='10' height='10' rx='2' fill='color-mix%28in srgb, var%28--kendo-color-on-app-surface, %23323130%29 28%25, transparent%29'/%3e%3c/svg%3e\")"
5855
+ "value": "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3crect x='3' y='3' width='10' height='10' rx='2' fill='%23323130'/%3e%3c/svg%3e\")"
5840
5856
  },
5841
5857
  "kendo-checkbox-label-margin-x": {
5842
5858
  "type": "String",
@@ -6200,7 +6216,7 @@
6200
6216
  },
6201
6217
  "kendo-radio-checked-image": {
6202
6218
  "type": "String",
6203
- "value": "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3ccircle cx='50%25' cy='50%25' r='4' fill='var%28--kendo-color-primary, %230078d4%29'/%3e%3c/svg%3e\")"
6219
+ "value": "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3ccircle cx='50%25' cy='50%25' r='4' fill='%230078d4'/%3e%3c/svg%3e\")"
6204
6220
  },
6205
6221
  "kendo-radio-disabled-checked-image": {
6206
6222
  "type": "Null",
@@ -7295,6 +7311,18 @@
7295
7311
  "type": "String",
7296
7312
  "value": "var(--kendo-spacing-2, 0.5rem)"
7297
7313
  },
7314
+ "kendo-toolbar-sm-separator-height": {
7315
+ "type": "Calculation",
7316
+ "value": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2)"
7317
+ },
7318
+ "kendo-toolbar-md-separator-height": {
7319
+ "type": "Calculation",
7320
+ "value": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\\.5, 0.375rem) * 2 + 1px * 2)"
7321
+ },
7322
+ "kendo-toolbar-lg-separator-height": {
7323
+ "type": "Calculation",
7324
+ "value": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + 1px * 2)"
7325
+ },
7298
7326
  "kendo-toolbar-border-width": {
7299
7327
  "type": "Number",
7300
7328
  "value": "1px"
@@ -7323,6 +7351,10 @@
7323
7351
  "type": "String",
7324
7352
  "value": "var(--kendo-component-border, initial)"
7325
7353
  },
7354
+ "kendo-toolbar-scroll-overlay": {
7355
+ "type": "List",
7356
+ "value": "(var(--kendo-color-surface, #faf9f8), color-mix(in srgb, var(--kendo-color-app-surface, #ffffff) 0%, transparent))"
7357
+ },
7326
7358
  "kendo-toolbar-outline-text": {
7327
7359
  "type": "Null",
7328
7360
  "value": "null"
@@ -7335,6 +7367,10 @@
7335
7367
  "type": "Number",
7336
7368
  "value": "1px"
7337
7369
  },
7370
+ "kendo-toolbar-outline-scroll-overlay": {
7371
+ "type": "List",
7372
+ "value": "(var(--kendo-color-app-surface, #ffffff), color-mix(in srgb, var(--kendo-color-app-surface, #ffffff) 0%, transparent))"
7373
+ },
7338
7374
  "kendo-toolbar-flat-text": {
7339
7375
  "type": "Null",
7340
7376
  "value": "null"
@@ -7347,6 +7383,10 @@
7347
7383
  "type": "Number",
7348
7384
  "value": "1px"
7349
7385
  },
7386
+ "kendo-toolbar-flat-scroll-overlay": {
7387
+ "type": "List",
7388
+ "value": "(var(--kendo-color-app-surface, #ffffff), color-mix(in srgb, var(--kendo-color-app-surface, #ffffff) 0%, transparent))"
7389
+ },
7350
7390
  "kendo-toolbar-separator-border": {
7351
7391
  "type": "String",
7352
7392
  "value": "inherit"
@@ -7369,22 +7409,25 @@
7369
7409
  },
7370
7410
  "kendo-toolbar-sizes": {
7371
7411
  "type": "Map",
7372
- "value": "(sm: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), spacing: var(--kendo-spacing-2, 0.5rem)), md: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-2, 0.5rem), spacing: var(--kendo-spacing-2, 0.5rem)), lg: (padding-x: var(--kendo-spacing-2\\.5, 0.625rem), padding-y: var(--kendo-spacing-2\\.5, 0.625rem), spacing: var(--kendo-spacing-2, 0.5rem)))",
7412
+ "value": "(sm: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), spacing: var(--kendo-spacing-2, 0.5rem), separator-height: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2)), md: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-2, 0.5rem), spacing: var(--kendo-spacing-2, 0.5rem), separator-height: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\\.5, 0.375rem) * 2 + 1px * 2)), lg: (padding-x: var(--kendo-spacing-2\\.5, 0.625rem), padding-y: var(--kendo-spacing-2\\.5, 0.625rem), spacing: var(--kendo-spacing-2, 0.5rem), separator-height: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + 1px * 2)))",
7373
7413
  "prettyValue": {
7374
7414
  "sm": {
7375
7415
  "padding-x": "var(--kendo-spacing-1, 0.25rem)",
7376
7416
  "padding-y": "var(--kendo-spacing-1, 0.25rem)",
7377
- "spacing": "var(--kendo-spacing-2, 0.5rem)"
7417
+ "spacing": "var(--kendo-spacing-2, 0.5rem)",
7418
+ "separator-height": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2)"
7378
7419
  },
7379
7420
  "md": {
7380
7421
  "padding-x": "var(--kendo-spacing-2, 0.5rem)",
7381
7422
  "padding-y": "var(--kendo-spacing-2, 0.5rem)",
7382
- "spacing": "var(--kendo-spacing-2, 0.5rem)"
7423
+ "spacing": "var(--kendo-spacing-2, 0.5rem)",
7424
+ "separator-height": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\\.5, 0.375rem) * 2 + 1px * 2)"
7383
7425
  },
7384
7426
  "lg": {
7385
7427
  "padding-x": "var(--kendo-spacing-2\\.5, 0.625rem)",
7386
7428
  "padding-y": "var(--kendo-spacing-2\\.5, 0.625rem)",
7387
- "spacing": "var(--kendo-spacing-2, 0.5rem)"
7429
+ "spacing": "var(--kendo-spacing-2, 0.5rem)",
7430
+ "separator-height": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + 1px * 2)"
7388
7431
  }
7389
7432
  }
7390
7433
  },
@@ -12168,6 +12211,30 @@
12168
12211
  "type": "Number",
12169
12212
  "value": "0px"
12170
12213
  },
12214
+ "kendo-tabstrip-sm-font-size": {
12215
+ "type": "String",
12216
+ "value": "var(--kendo-font-size, inherit)"
12217
+ },
12218
+ "kendo-tabstrip-sm-line-height": {
12219
+ "type": "String",
12220
+ "value": "var(--kendo-line-height, normal)"
12221
+ },
12222
+ "kendo-tabstrip-md-font-size": {
12223
+ "type": "String",
12224
+ "value": "var(--kendo-font-size, inherit)"
12225
+ },
12226
+ "kendo-tabstrip-md-line-height": {
12227
+ "type": "String",
12228
+ "value": "var(--kendo-line-height, normal)"
12229
+ },
12230
+ "kendo-tabstrip-lg-font-size": {
12231
+ "type": "String",
12232
+ "value": "var(--kendo-font-size, inherit)"
12233
+ },
12234
+ "kendo-tabstrip-lg-line-height": {
12235
+ "type": "String",
12236
+ "value": "var(--kendo-line-height, normal)"
12237
+ },
12171
12238
  "kendo-tabstrip-bg": {
12172
12239
  "type": "Color",
12173
12240
  "value": "transparent"
@@ -12185,8 +12252,8 @@
12185
12252
  "value": "var(--kendo-spacing-2, 0.5rem)"
12186
12253
  },
12187
12254
  "kendo-tabstrip-item-padding-y": {
12188
- "type": "Calculation",
12189
- "value": "calc(var(--kendo-spacing-2, 0.5rem) + var(--kendo-spacing-1, 0.25rem))"
12255
+ "type": "String",
12256
+ "value": "var(--kendo-spacing-3, 0.75rem)"
12190
12257
  },
12191
12258
  "kendo-tabstrip-item-border-width": {
12192
12259
  "type": "Number",
@@ -12200,6 +12267,30 @@
12200
12267
  "type": "String",
12201
12268
  "value": "var(--kendo-spacing-2, 0.5rem)"
12202
12269
  },
12270
+ "kendo-tabstrip-sm-item-padding-x": {
12271
+ "type": "String",
12272
+ "value": "var(--kendo-spacing-2, 0.5rem)"
12273
+ },
12274
+ "kendo-tabstrip-sm-item-padding-y": {
12275
+ "type": "String",
12276
+ "value": "var(--kendo-spacing-2\\.5, 0.625rem)"
12277
+ },
12278
+ "kendo-tabstrip-md-item-padding-x": {
12279
+ "type": "String",
12280
+ "value": "var(--kendo-spacing-2, 0.5rem)"
12281
+ },
12282
+ "kendo-tabstrip-md-item-padding-y": {
12283
+ "type": "String",
12284
+ "value": "var(--kendo-spacing-3, 0.75rem)"
12285
+ },
12286
+ "kendo-tabstrip-lg-item-padding-x": {
12287
+ "type": "String",
12288
+ "value": "var(--kendo-spacing-2, 0.5rem)"
12289
+ },
12290
+ "kendo-tabstrip-lg-item-padding-y": {
12291
+ "type": "String",
12292
+ "value": "var(--kendo-spacing-3\\.5, 0.875rem)"
12293
+ },
12203
12294
  "kendo-tabstrip-item-bg": {
12204
12295
  "type": "Color",
12205
12296
  "value": "transparent"
@@ -12312,6 +12403,34 @@
12312
12403
  "type": "String",
12313
12404
  "value": "var(--kendo-spacing-1, 0.25rem)"
12314
12405
  },
12406
+ "kendo-tabstrip-scroll-overlay": {
12407
+ "type": "List",
12408
+ "value": "(var(--kendo-color-app-surface, #ffffff), color-mix(in srgb, var(--kendo-color-app-surface, #ffffff) 0%, transparent))"
12409
+ },
12410
+ "kendo-tabstrip-sizes": {
12411
+ "type": "Map",
12412
+ "value": "(sm: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), item-padding-x: var(--kendo-spacing-2, 0.5rem), item-padding-y: var(--kendo-spacing-2\\.5, 0.625rem)), md: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), item-padding-x: var(--kendo-spacing-2, 0.5rem), item-padding-y: var(--kendo-spacing-3, 0.75rem)), lg: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), item-padding-x: var(--kendo-spacing-2, 0.5rem), item-padding-y: var(--kendo-spacing-3\\.5, 0.875rem)))",
12413
+ "prettyValue": {
12414
+ "sm": {
12415
+ "font-size": "var(--kendo-font-size, inherit)",
12416
+ "line-height": "var(--kendo-line-height, normal)",
12417
+ "item-padding-x": "var(--kendo-spacing-2, 0.5rem)",
12418
+ "item-padding-y": "var(--kendo-spacing-2\\.5, 0.625rem)"
12419
+ },
12420
+ "md": {
12421
+ "font-size": "var(--kendo-font-size, inherit)",
12422
+ "line-height": "var(--kendo-line-height, normal)",
12423
+ "item-padding-x": "var(--kendo-spacing-2, 0.5rem)",
12424
+ "item-padding-y": "var(--kendo-spacing-3, 0.75rem)"
12425
+ },
12426
+ "lg": {
12427
+ "font-size": "var(--kendo-font-size, inherit)",
12428
+ "line-height": "var(--kendo-line-height, normal)",
12429
+ "item-padding-x": "var(--kendo-spacing-2, 0.5rem)",
12430
+ "item-padding-y": "var(--kendo-spacing-3\\.5, 0.875rem)"
12431
+ }
12432
+ }
12433
+ },
12315
12434
  "kendo-wizard-border-width": {
12316
12435
  "type": "Number",
12317
12436
  "value": "0px"
@@ -17896,5 +18015,74 @@
17896
18015
  "kendo-signature-lg-min-height": {
17897
18016
  "type": "Number",
17898
18017
  "value": "110px"
18018
+ },
18019
+ "kendo-otp-gap": {
18020
+ "type": "String",
18021
+ "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
18022
+ },
18023
+ "kendo-otp-sm-gap": {
18024
+ "type": "String",
18025
+ "value": "var(--kendo-spacing-1, 0.25rem)"
18026
+ },
18027
+ "kendo-otp-md-gap": {
18028
+ "type": "String",
18029
+ "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
18030
+ },
18031
+ "kendo-otp-lg-gap": {
18032
+ "type": "String",
18033
+ "value": "var(--kendo-spacing-2, 0.5rem)"
18034
+ },
18035
+ "kendo-otp-separator-padding-x": {
18036
+ "type": "String",
18037
+ "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
18038
+ },
18039
+ "kendo-otp-sm-separator-padding-x": {
18040
+ "type": "String",
18041
+ "value": "var(--kendo-spacing-1, 0.25rem)"
18042
+ },
18043
+ "kendo-otp-md-separator-padding-x": {
18044
+ "type": "String",
18045
+ "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
18046
+ },
18047
+ "kendo-otp-lg-separator-padding-x": {
18048
+ "type": "String",
18049
+ "value": "var(--kendo-spacing-2, 0.5rem)"
18050
+ },
18051
+ "kendo-otp-input-width": {
18052
+ "type": "Calculation",
18053
+ "value": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\\.5, 0.375rem) * 2 + (2px))"
18054
+ },
18055
+ "kendo-otp-sm-input-width": {
18056
+ "type": "Calculation",
18057
+ "value": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + (2px))"
18058
+ },
18059
+ "kendo-otp-md-input-width": {
18060
+ "type": "Calculation",
18061
+ "value": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\\.5, 0.375rem) * 2 + (2px))"
18062
+ },
18063
+ "kendo-otp-lg-input-width": {
18064
+ "type": "Calculation",
18065
+ "value": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + (2px))"
18066
+ },
18067
+ "kendo-otp-sizes": {
18068
+ "type": "Map",
18069
+ "value": "(sm: (gap: var(--kendo-spacing-1, 0.25rem), separator-padding-x: var(--kendo-spacing-1, 0.25rem), input-width: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + (2px))), md: (gap: var(--kendo-spacing-1\\.5, 0.375rem), separator-padding-x: var(--kendo-spacing-1\\.5, 0.375rem), input-width: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\\.5, 0.375rem) * 2 + (2px))), lg: (gap: var(--kendo-spacing-2, 0.5rem), separator-padding-x: var(--kendo-spacing-2, 0.5rem), input-width: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + (2px))))",
18070
+ "prettyValue": {
18071
+ "sm": {
18072
+ "gap": "var(--kendo-spacing-1, 0.25rem)",
18073
+ "separator-padding-x": "var(--kendo-spacing-1, 0.25rem)",
18074
+ "input-width": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + (2px))"
18075
+ },
18076
+ "md": {
18077
+ "gap": "var(--kendo-spacing-1\\.5, 0.375rem)",
18078
+ "separator-padding-x": "var(--kendo-spacing-1\\.5, 0.375rem)",
18079
+ "input-width": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\\.5, 0.375rem) * 2 + (2px))"
18080
+ },
18081
+ "lg": {
18082
+ "gap": "var(--kendo-spacing-2, 0.5rem)",
18083
+ "separator-padding-x": "var(--kendo-spacing-2, 0.5rem)",
18084
+ "input-width": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + (2px))"
18085
+ }
18086
+ }
17899
18087
  }
17900
18088
  }
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "10.1.0-dev.5",
6
+ "version": "10.1.0-dev.6",
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": "10.1.0-dev.5",
6
+ "version": "10.1.0-dev.6",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "10.1.0-dev.5",
6
+ "version": "10.1.0-dev.6",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
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": "10.1.0-dev.5",
4
+ "version": "10.1.0-dev.6",
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.0.0",
57
- "@progress/kendo-theme-core": "10.1.0-dev.5",
58
- "@progress/kendo-theme-utils": "10.1.0-dev.5"
57
+ "@progress/kendo-theme-core": "10.1.0-dev.6",
58
+ "@progress/kendo-theme-utils": "10.1.0-dev.6"
59
59
  },
60
60
  "directories": {
61
61
  "doc": "docs",
62
62
  "lib": "lib"
63
63
  },
64
- "gitHead": "eb34275876107de0d5b4c79eab212296aa0d5b88"
64
+ "gitHead": "202e78d7f12ef7ae4a2f25de43f1216470d378f2"
65
65
  }
@@ -23,10 +23,6 @@
23
23
  position: relative;
24
24
  cursor: pointer;
25
25
  -webkit-appearance: none;
26
-
27
- @if $kendo-checkbox-indicator-type == "image" {
28
- background-size: var( --INTERNAL--kendo-checkbox-indicator-size, 100% );
29
- }
30
26
  }
31
27
 
32
28
 
@@ -59,6 +55,16 @@
59
55
  top: 50%;
60
56
  left: 50%;
61
57
  }
58
+
59
+ @if $kendo-checkbox-indicator-type == "image" {
60
+ content: "";
61
+ display: block;
62
+ width: 100%;
63
+ height: 100%;
64
+ mask-size: var( --INTERNAL--kendo-checkbox-indicator-size, 100% );
65
+ mask-position: center;
66
+ mask-repeat: no-repeat;
67
+ }
62
68
  }
63
69
 
64
70
 
@@ -66,7 +72,10 @@
66
72
  .k-checkbox:hover,
67
73
  .k-checkbox.k-hover {
68
74
  @if $kendo-checkbox-indicator-type == "image" {
69
- background-image: var( --kendo-checkbox-hover-image, #{ $kendo-checkbox-hover-image } );
75
+ &::before {
76
+ background-color: currentColor;
77
+ mask-image: var( --kendo-checkbox-hover-image, #{ $kendo-checkbox-hover-image } );
78
+ }
70
79
  }
71
80
 
72
81
  @if $kendo-checkbox-indicator-type == "pseudo" {
@@ -94,7 +103,10 @@
94
103
  .k-checkbox:checked,
95
104
  .k-checkbox.k-checked {
96
105
  @if $kendo-checkbox-indicator-type == "image" {
97
- background-image: var( --kendo-checkbox-checked-image, #{ $kendo-checkbox-checked-image } );
106
+ &::before {
107
+ background-color: currentColor;
108
+ mask-image: var( --kendo-checkbox-checked-image, #{ $kendo-checkbox-checked-image } );
109
+ }
98
110
  }
99
111
 
100
112
  @if $kendo-checkbox-indicator-type == "pseudo" {
@@ -115,8 +127,11 @@
115
127
  .k-checkbox:indeterminate,
116
128
  .k-checkbox.k-indeterminate {
117
129
  @if $kendo-checkbox-indicator-type == "image" {
118
- background-image: var( --kendo-checkbox-indeterminate-image, #{ $kendo-checkbox-indeterminate-image } );
119
- background-size: var( --INTERNAL--kendo-checkbox-indeterminate-size, 100% );
130
+ &::before {
131
+ background-color: currentColor;
132
+ mask-image: var( --kendo-checkbox-indeterminate-image, #{ $kendo-checkbox-indeterminate-image } );
133
+ mask-size: var( --INTERNAL--kendo-checkbox-indeterminate-size, 100% );
134
+ }
120
135
  }
121
136
 
122
137
  @if $kendo-checkbox-indicator-type == "pseudo" {
@@ -136,7 +151,11 @@
136
151
  .k-checkbox:indeterminate:hover,
137
152
  .k-checkbox.k-indeterminate.k-hover {
138
153
  @if $kendo-checkbox-indicator-type == "image" {
139
- background-image: var( --kendo-checkbox-hover-indeterminate-image, #{ $kendo-checkbox-hover-indeterminate-image } );
154
+ &::before {
155
+ background-color: currentColor;
156
+ mask-image: var( --kendo-checkbox-hover-indeterminate-image, #{ $kendo-checkbox-hover-indeterminate-image } );
157
+ }
158
+
140
159
  }
141
160
  }
142
161
 
@@ -145,13 +164,19 @@
145
164
  .k-checkbox:checked:disabled,
146
165
  .k-checkbox.k-checked.k-disabled {
147
166
  @if $kendo-checkbox-indicator-type == "image" {
148
- background-image: var( --kendo-checkbox-disabled-checked-image, #{ $kendo-checkbox-disabled-checked-image } );
167
+ &::before {
168
+ background-color: currentColor;
169
+ mask-image: var( --kendo-checkbox-disabled-checked-image, #{ $kendo-checkbox-disabled-checked-image } );
170
+ }
149
171
  }
150
172
  }
151
173
  .k-checkbox:indeterminate:disabled,
152
174
  .k-checkbox.k-indeterminate.k-disabled {
153
175
  @if $kendo-checkbox-indicator-type == "image" {
154
- background-image: var( --kendo-checkbox-disabled-indeterminate-image, #{ $kendo-checkbox-disabled-indeterminate-image } );
176
+ &::before {
177
+ background-color: currentColor;
178
+ mask-image: var( --kendo-checkbox-disabled-indeterminate-image, #{ $kendo-checkbox-disabled-indeterminate-image } );
179
+ }
155
180
  }
156
181
  }
157
182
 
@@ -168,25 +168,25 @@ $kendo-checkbox-indeterminate-glyph: "\e121" !default;
168
168
 
169
169
  /// The image of the hovered CheckBox indicator.
170
170
  /// @group checkbox
171
- $kendo-checkbox-hover-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$kendo-checkbox-hover-text}' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/></svg>") ) !default;
171
+ $kendo-checkbox-hover-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#323130' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/></svg>") ) !default;
172
172
  /// The image of the checked CheckBox indicator.
173
173
  /// @group checkbox
174
- $kendo-checkbox-checked-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$kendo-checkbox-checked-text}' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/></svg>") ) !default;
174
+ $kendo-checkbox-checked-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#ffffff' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/></svg>") ) !default;
175
175
  /// The image of the indeterminate CheckBox indicator.
176
176
  /// @group checkbox
177
- $kendo-checkbox-indeterminate-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><rect x='3' y='3' width='10' height='10' rx='2' fill='#{$kendo-checkbox-indeterminate-text}'/></svg>") ) !default;
177
+ $kendo-checkbox-indeterminate-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><rect x='3' y='3' width='10' height='10' rx='2' fill='#0078d4'/></svg>") ) !default;
178
178
  /// The image of the hovered and checked CheckBox indicator.
179
179
  /// @group checkbox
180
- $kendo-checkbox-hover-checked-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$kendo-checkbox-hover-checked-text}' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/></svg>") ) !default;
180
+ $kendo-checkbox-hover-checked-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#ffffff' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/></svg>") ) !default;
181
181
  /// The image of the hovered and indeterminate CheckBox indicator.
182
182
  /// @group checkbox
183
- $kendo-checkbox-hover-indeterminate-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><rect x='3' y='3' width='10' height='10' rx='2' fill='#{$kendo-checkbox-hover-indeterminate-text}'/></svg>") ) !default;
183
+ $kendo-checkbox-hover-indeterminate-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><rect x='3' y='3' width='10' height='10' rx='2' fill='#106ebe'/></svg>") ) !default;
184
184
  /// The image of the checked CheckBox indicator.
185
185
  /// @group checkbox
186
- $kendo-checkbox-disabled-checked-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$kendo-checkbox-disabled-checked-text}' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/></svg>") ) !default;
186
+ $kendo-checkbox-disabled-checked-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#ffffff' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/></svg>") ) !default;
187
187
  /// The image of the indeterminate CheckBox indicator.
188
188
  /// @group checkbox
189
- $kendo-checkbox-disabled-indeterminate-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><rect x='3' y='3' width='10' height='10' rx='2' fill='#{$kendo-checkbox-disabled-indeterminate-text}'/></svg>") ) !default;
189
+ $kendo-checkbox-disabled-indeterminate-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><rect x='3' y='3' width='10' height='10' rx='2' fill='#323130'/></svg>") ) !default;
190
190
 
191
191
 
192
192
  // Checkbox label
@@ -154,6 +154,10 @@
154
154
  border-radius: var( --kendo-dock-manager-dock-preview-border-radius, #{$kendo-dock-manager-dock-preview-border-radius} );
155
155
  }
156
156
 
157
+ .k-dock-manager-window:has(.k-pane) .k-window-content {
158
+ padding: 0;
159
+ }
160
+
157
161
  }
158
162
 
159
163
  @mixin kendo-dock-indicator--layout() {
package/scss/index.scss CHANGED
@@ -114,6 +114,7 @@
114
114
  @forward "./map/_index.scss";
115
115
  @forward "./orgchart/_index.scss";
116
116
  @forward "./signature/_index.scss";
117
+ @forward "./otp/_index.scss";
117
118
 
118
119
 
119
120
  // Use component modules
@@ -202,6 +203,7 @@
202
203
  @use "./switch/index.scss" as *;
203
204
  @use "./upload/index.scss" as *;
204
205
  @use "./dropzone/index.scss" as *;
206
+ @use "./otp/index.scss" as *;
205
207
 
206
208
 
207
209
  // Command interfaces
@@ -378,6 +380,7 @@
378
380
  @include kendo-switch--styles();
379
381
  @include kendo-upload--styles();
380
382
  @include kendo-dropzone--styles();
383
+ @include kendo-otp--styles();
381
384
 
382
385
 
383
386
  // Command interfaces
@@ -253,6 +253,59 @@
253
253
  }
254
254
  }
255
255
 
256
+ // Input group
257
+ .k-input-group {
258
+ margin: 0;
259
+ padding: 0;
260
+ border-width: 0;
261
+ box-sizing: border-box;
262
+ list-style: none;
263
+ outline: 0;
264
+ display: inline-flex;
265
+ flex-flow: row nowrap;
266
+ vertical-align: middle;
267
+ position: relative;
268
+ -webkit-touch-callout: none;
269
+ -webkit-tap-highlight-color: $kendo-color-rgba-transparent;
270
+
271
+ > .k-input + .k-input {
272
+ margin-inline-start: if( $kendo-input-border-width == 0, null, -$kendo-input-border-width );
273
+ }
274
+
275
+ > .k-input:hover,
276
+ > .k-input.k-hover,
277
+ > .k-input:focus,
278
+ > .k-input:focus-within,
279
+ > .k-input.k-focus,
280
+ > .k-input:active,
281
+ > .k-input.k-active,
282
+ > .k-input.k-selected {
283
+ z-index: 2;
284
+ }
285
+
286
+ .k-input:not(:first-child):not(:last-child) {
287
+ border-start-end-radius: 0;
288
+ border-end-end-radius: 0;
289
+ border-start-start-radius: 0;
290
+ border-end-start-radius: 0;
291
+ }
292
+ > .k-input:first-child:not(:only-child) {
293
+ border-start-end-radius: 0;
294
+ border-end-end-radius: 0;
295
+ }
296
+ > .k-input:last-child:not(:only-child) {
297
+ border-start-start-radius: 0;
298
+ border-end-start-radius: 0;
299
+ }
300
+
301
+ &:disabled,
302
+ &[disabled],
303
+ &.k-disabled {
304
+ opacity: 1;
305
+ filter: none;
306
+ }
307
+ }
308
+
256
309
  // Input with icon styles
257
310
  .k-input-icon,
258
311
  .k-input-validation-icon,
@@ -449,6 +449,13 @@ $kendo-picker-flat-disabled-bg: none !default;
449
449
  /// @group input
450
450
  $kendo-picker-flat-disabled-border: $kendo-picker-flat-disabled-text !default;
451
451
 
452
+ /// The calculated height of the Input.
453
+ /// @group input
454
+ $kendo-input-calc-size: calc( ( #{$kendo-input-md-line-height} * 1em ) + ( #{$kendo-input-md-padding-y} * 2 ) + ( #{$kendo-input-border-width * 2} ) ) !default;
455
+ $kendo-input-sm-calc-size: calc( ( #{$kendo-input-sm-line-height} * 1em ) + ( #{$kendo-input-sm-padding-y} * 2 ) + ( #{$kendo-input-border-width * 2} ) ) !default;
456
+ $kendo-input-md-calc-size: calc( ( #{$kendo-input-md-line-height} * 1em ) + ( #{$kendo-input-md-padding-y} * 2 ) + ( #{$kendo-input-border-width * 2} ) ) !default;
457
+ $kendo-input-lg-calc-size: calc( ( #{$kendo-input-lg-line-height} * 1em ) + ( #{$kendo-input-lg-padding-y} * 2 ) + ( #{$kendo-input-border-width * 2} ) ) !default;
458
+
452
459
  /// The sizes map for the Input components.
453
460
  /// @group input
454
461
  $kendo-input-sizes: (