@progress/kendo-theme-bootstrap 8.0.2-dev.4 → 8.1.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.
Files changed (142) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +1384 -1370
  3. package/dist/bootstrap-3-dark.css +1 -1
  4. package/dist/bootstrap-3.css +1 -1
  5. package/dist/bootstrap-4-dark.css +1 -1
  6. package/dist/bootstrap-4.css +1 -1
  7. package/dist/bootstrap-dataviz-v4.css +1 -1
  8. package/dist/bootstrap-main-dark.css +1 -1
  9. package/dist/bootstrap-main-dark.scss +136 -106
  10. package/dist/bootstrap-main.css +1 -1
  11. package/dist/bootstrap-nordic.css +1 -1
  12. package/dist/bootstrap-turquoise-dark.css +1 -1
  13. package/dist/bootstrap-turquoise.css +1 -1
  14. package/dist/bootstrap-urban.css +1 -1
  15. package/dist/bootstrap-vintage.css +1 -1
  16. package/dist/meta/sassdoc-data.json +9011 -3643
  17. package/dist/meta/sassdoc-raw-data.json +2795 -1176
  18. package/dist/meta/variables.json +3984 -111
  19. package/lib/swatches/bootstrap-3-dark.json +1 -1
  20. package/lib/swatches/bootstrap-3.json +1 -1
  21. package/lib/swatches/bootstrap-4-dark.json +1 -1
  22. package/lib/swatches/bootstrap-4.json +1 -1
  23. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  24. package/lib/swatches/bootstrap-main-dark.json +267 -117
  25. package/lib/swatches/bootstrap-main.json +1 -1
  26. package/lib/swatches/bootstrap-nordic.json +1 -1
  27. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  28. package/lib/swatches/bootstrap-turquoise.json +1 -1
  29. package/lib/swatches/bootstrap-urban.json +1 -1
  30. package/lib/swatches/bootstrap-vintage.json +1 -1
  31. package/package.json +5 -5
  32. package/scss/_variables.scss +2 -15
  33. package/scss/action-buttons/_index.scss +0 -1
  34. package/scss/action-sheet/_index.scss +0 -1
  35. package/scss/appbar/_index.scss +0 -1
  36. package/scss/autocomplete/_index.scss +0 -1
  37. package/scss/avatar/_index.scss +0 -1
  38. package/scss/bottom-navigation/_index.scss +0 -1
  39. package/scss/breadcrumb/_index.scss +0 -1
  40. package/scss/calendar/_index.scss +0 -1
  41. package/scss/captcha/_index.scss +0 -1
  42. package/scss/card/_index.scss +0 -1
  43. package/scss/chat/_index.scss +0 -1
  44. package/scss/coloreditor/_index.scss +0 -1
  45. package/scss/coloreditor/_variables.scss +24 -24
  46. package/scss/colorgradient/_index.scss +0 -1
  47. package/scss/colorgradient/_variables.scss +43 -43
  48. package/scss/colorpalette/_index.scss +0 -1
  49. package/scss/colorpalette/_variables.scss +8 -8
  50. package/scss/combobox/_index.scss +0 -1
  51. package/scss/core/border-radii/index.import.scss +1 -0
  52. package/scss/core/color-system/_palettes.scss +17 -1
  53. package/scss/core/color-system/_swatch-legacy.scss +13 -1
  54. package/scss/core/color-system/_swatch.scss +248 -3
  55. package/scss/core/elevation/index.import.scss +10 -10
  56. package/scss/dataviz/_index.scss +0 -1
  57. package/scss/daterangepicker/_index.scss +0 -1
  58. package/scss/dialog/_index.scss +0 -1
  59. package/scss/drawer/_index.scss +0 -1
  60. package/scss/dropdowngrid/_index.scss +0 -1
  61. package/scss/dropdownlist/_index.scss +0 -1
  62. package/scss/dropdowntree/_index.scss +0 -1
  63. package/scss/dropzone/_index.scss +0 -1
  64. package/scss/editor/_index.scss +0 -1
  65. package/scss/expansion-panel/_index.scss +0 -1
  66. package/scss/fab/_index.scss +0 -1
  67. package/scss/filemanager/_index.scss +0 -1
  68. package/scss/filemanager/_variables.scss +57 -57
  69. package/scss/filter/_index.scss +0 -1
  70. package/scss/floating-label/_index.scss +0 -1
  71. package/scss/forms/_index.scss +0 -1
  72. package/scss/gantt/_index.scss +1 -1
  73. package/scss/grid/_index.scss +0 -1
  74. package/scss/imageeditor/_index.scss +0 -1
  75. package/scss/index.scss +3 -1
  76. package/scss/input/_index.scss +0 -1
  77. package/scss/list/_index.scss +0 -1
  78. package/scss/listbox/_index.scss +0 -1
  79. package/scss/listgroup/_index.scss +0 -1
  80. package/scss/listview/_index.scss +0 -1
  81. package/scss/loader/_index.scss +0 -1
  82. package/scss/loader/_layout.scss +1 -0
  83. package/scss/loader/_variables.scss +3 -0
  84. package/scss/map/_index.scss +0 -1
  85. package/scss/maskedtextbox/_index.scss +0 -1
  86. package/scss/mediaplayer/_index.scss +0 -1
  87. package/scss/menu/_index.scss +0 -1
  88. package/scss/messagebox/_index.scss +0 -1
  89. package/scss/multiselect/_index.scss +0 -1
  90. package/scss/notification/_index.scss +0 -1
  91. package/scss/numerictextbox/_index.scss +0 -1
  92. package/scss/orgchart/_index.scss +0 -1
  93. package/scss/pager/_index.scss +0 -1
  94. package/scss/panel/_index.scss +36 -0
  95. package/scss/panel/_layout.scss +5 -0
  96. package/scss/panel/_theme.scss +5 -0
  97. package/scss/panel/_variables.scss +34 -0
  98. package/scss/panelbar/_index.scss +0 -1
  99. package/scss/pdf-viewer/_index.scss +0 -1
  100. package/scss/pivotgrid/_index.scss +0 -1
  101. package/scss/popover/_index.scss +0 -1
  102. package/scss/popup/_index.scss +0 -1
  103. package/scss/progressbar/_index.scss +0 -1
  104. package/scss/prompt/_index.scss +0 -4
  105. package/scss/rating/_index.scss +0 -1
  106. package/scss/responsivepanel/_index.scss +0 -1
  107. package/scss/ripple/_index.scss +0 -1
  108. package/scss/scheduler/_index.scss +1 -1
  109. package/scss/scroller/_index.scss +0 -1
  110. package/scss/scrollview/_index.scss +0 -1
  111. package/scss/slider/_index.scss +0 -1
  112. package/scss/splitter/_index.scss +0 -1
  113. package/scss/spreadsheet/_index.scss +0 -1
  114. package/scss/stepper/_index.scss +0 -1
  115. package/scss/stepper/_variables.scss +2 -2
  116. package/scss/switch/_index.scss +0 -1
  117. package/scss/table/_index.scss +0 -1
  118. package/scss/tabstrip/_index.scss +0 -1
  119. package/scss/taskboard/_index.scss +0 -1
  120. package/scss/textarea/_index.scss +0 -1
  121. package/scss/textbox/_index.scss +0 -1
  122. package/scss/tilelayout/_index.scss +0 -1
  123. package/scss/tilelayout/_variables.scss +10 -10
  124. package/scss/time-marker/_index.scss +32 -0
  125. package/scss/time-marker/_layout.scss +5 -0
  126. package/scss/time-marker/_theme.scss +6 -0
  127. package/scss/time-marker/_variables.scss +6 -0
  128. package/scss/timeline/_index.scss +0 -1
  129. package/scss/toolbar/_index.scss +0 -1
  130. package/scss/tooltip/_index.scss +0 -1
  131. package/scss/treelist/_index.scss +0 -1
  132. package/scss/treeview/_index.scss +0 -1
  133. package/scss/upload/_index.scss +0 -1
  134. package/scss/validator/_index.scss +0 -1
  135. package/scss/window/_index.scss +0 -1
  136. package/scss/wizard/_index.scss +0 -1
  137. package/scss/common/_animations.scss +0 -1
  138. package/scss/common/_base.scss +0 -1
  139. package/scss/common/_index.scss +0 -5
  140. package/scss/common/_indicators.scss +0 -1
  141. package/scss/common/_resizing.scss +0 -1
  142. package/scss/common/_scrollbar.scss +0 -1
package/dist/all.scss CHANGED
@@ -4032,30 +4032,47 @@ $_default-palette-teal: (
4032
4032
  );
4033
4033
 
4034
4034
  // stylelint-disable scss/no-global-function-names
4035
+ /// The Gray Palette provides colors to the Base, Secondary, Light, Dark, and Inverse variable groups.
4036
+ /// @group palette
4035
4037
  $kendo-palette-gray: $_default-palette-gray !default;
4036
4038
  $kendo-palette-gray: map-merge($_default-palette-gray, $kendo-palette-gray);
4037
4039
 
4040
+ /// The Blue Palette provides colors to the Primary and Series A variable groups.
4041
+ /// @group palette
4038
4042
  $kendo-palette-blue: $_default-palette-blue !default;
4039
4043
  $kendo-palette-blue: map-merge($_default-palette-blue, $kendo-palette-blue);
4040
4044
 
4045
+ /// The Yellow Palette provides colors to the Warning and Series F variable groups.
4046
+ /// @group palette
4041
4047
  $kendo-palette-yellow: $_default-palette-yellow !default;
4042
4048
  $kendo-palette-yellow: map-merge($_default-palette-yellow, $kendo-palette-yellow);
4043
4049
 
4050
+ /// The Red Palette provides colors to the Error and Series E variable groups.
4051
+ /// @group palette
4044
4052
  $kendo-palette-red: $_default-palette-red !default;
4045
4053
  $kendo-palette-red: map-merge($_default-palette-red, $kendo-palette-red);
4046
4054
 
4055
+ /// The Cyan Palette provides colors to the Info variable group.
4056
+ /// @group palette
4047
4057
  $kendo-palette-cyan: $_default-palette-cyan !default;
4048
4058
  $kendo-palette-cyan: map-merge($_default-palette-cyan, $kendo-palette-cyan);
4049
4059
 
4060
+ /// The Green Palette provides colors to the Success and Series D variable groups.
4061
+ /// @group palette
4050
4062
  $kendo-palette-green: $_default-palette-green !default;
4051
4063
  $kendo-palette-green: map-merge($_default-palette-green, $kendo-palette-green);
4052
4064
 
4065
+ /// The Indigo Palette provides colors to the Tertiary and Series B variable groups.
4066
+ /// @group palette
4053
4067
  $kendo-palette-indigo: $_default-palette-indigo !default;
4054
4068
  $kendo-palette-indigo: map-merge($_default-palette-indigo, $kendo-palette-indigo);
4055
4069
 
4070
+ /// The Teal Palette provides colors to the Series C variable group.
4071
+ /// @group palette
4056
4072
  $kendo-palette-teal: $_default-palette-teal !default;
4057
4073
  $kendo-palette-teal: map-merge($_default-palette-teal, $kendo-palette-teal);
4058
4074
  // stylelint-enable scss/no-global-function-names
4075
+
4059
4076
  // #endregion
4060
4077
 
4061
4078
  // Config
@@ -4232,6 +4249,254 @@ $_default-colors: (
4232
4249
 
4233
4250
  /// The global default Colors map.
4234
4251
  /// @group color-system
4252
+ ///
4253
+ /// @subgroup {misc}
4254
+ /// [app-surface, on-app-surface, subtle,
4255
+ /// surface, surface-alt, border, border-alt]
4256
+ /// The Misc variable group.
4257
+ /// @prop {Color} app-surface - The background color of the application.
4258
+ /// @prop {Color} on-app-surface - The text color of the application.
4259
+ /// @prop {Color} subtle - The subtle text color.
4260
+ /// @prop {Color} surface - The background color of the components' chrome area.
4261
+ /// @prop {Color} surface-alt - The alternative background color of the components' chrome area.
4262
+ /// @prop {Color} border - The border color of the application.
4263
+ /// @prop {Color} border-alt - The alternative border color of the application.
4264
+ ///
4265
+ /// @subgroup {base}
4266
+ /// [base-subtle, base-subtle-hover, base-subtle-active,
4267
+ /// base, base-hover, base-active, base-emphasis,
4268
+ /// base-on-subtle, on-base, base-on-surface]
4269
+ /// The Base variable group.
4270
+ /// @prop {Color} base-subtle - The base subtle background color variable.
4271
+ /// @prop {Color} base-subtle-hover - The base subtle background color variable for the hover state.
4272
+ /// @prop {Color} base-subtle-active - The base subtle background color variable for the active state.
4273
+ /// @prop {Color} base - The base background color variable.
4274
+ /// @prop {Color} base-hover - The base background color variable for the hover state.
4275
+ /// @prop {Color} base-active - The base background color variable for the active state.
4276
+ /// @prop {Color} base-emphasis - The emphasized base color variable.
4277
+ /// @prop {Color} base-on-subtle - The text color variable for content on base subtle.
4278
+ /// @prop {Color} on-base - The text color variable for content on base.
4279
+ /// @prop {Color} base-on-surface - The text color variable for content on surface.
4280
+ ///
4281
+ /// @subgroup {primary}
4282
+ /// [primary-subtle, primary-subtle-hover, primary-subtle-active,
4283
+ /// primary, primary-hover, primary-active, primary-emphasis,
4284
+ /// primary-on-subtle, on-primary, primary-on-surface]
4285
+ /// The Primary variable group.
4286
+ /// @prop {Color} primary-subtle - The primary subtle background color variable.
4287
+ /// @prop {Color} primary-subtle-hover - The primary subtle background color variable for the hover state.
4288
+ /// @prop {Color} primary-subtle-active - The primary subtle background color variable for the active state.
4289
+ /// @prop {Color} primary - The primary background color variable.
4290
+ /// @prop {Color} primary-hover - The primary background color variable for the hover state.
4291
+ /// @prop {Color} primary-active - The primary background color variable for the active state.
4292
+ /// @prop {Color} primary-emphasis - The emphasized primary color variable.
4293
+ /// @prop {Color} primary-on-subtle - The text color variable for content on primary subtle.
4294
+ /// @prop {Color} on-primary - The text color variable for content on primary.
4295
+ /// @prop {Color} primary-on-surface - The text color variable for content on surface.
4296
+ ///
4297
+ /// @subgroup {secondary}
4298
+ /// [secondary-subtle, secondary-subtle-hover, secondary-subtle-active,
4299
+ /// secondary, secondary-hover, secondary-active, secondary-emphasis,
4300
+ /// secondary-on-subtle, on-secondary, secondary-on-surface]
4301
+ /// The Secondary variable group.
4302
+ /// @prop {Color} secondary-subtle - The secondary subtle background color variable.
4303
+ /// @prop {Color} secondary-subtle-hover - The secondary subtle background color variable for the hover state.
4304
+ /// @prop {Color} secondary-subtle-active - The secondary subtle background color variable for the active state.
4305
+ /// @prop {Color} secondary - The secondary background color variable.
4306
+ /// @prop {Color} secondary-hover - The secondary background color variable for the hover state.
4307
+ /// @prop {Color} secondary-active - The secondary background color variable for the active state.
4308
+ /// @prop {Color} secondary-emphasis - The emphasized secondary color variable.
4309
+ /// @prop {Color} secondary-on-subtle - The text color variable for content on secondary subtle.
4310
+ /// @prop {Color} on-secondary - The text color variable for content on secondary.
4311
+ /// @prop {Color} secondary-on-surface - The text color variable for content on surface.
4312
+ ///
4313
+ /// @subgroup {tertiary}
4314
+ /// [tertiary-subtle, tertiary-subtle-hover, tertiary-subtle-active,
4315
+ /// tertiary, tertiary-hover, tertiary-active, tertiary-emphasis,
4316
+ /// tertiary-on-subtle, on-tertiary, tertiary-on-surface]
4317
+ /// The Tertiary variable group.
4318
+ /// @prop {Color} tertiary-subtle - The tertiary subtle background color variable.
4319
+ /// @prop {Color} tertiary-subtle-hover - The tertiary subtle background color variable for the hover state.
4320
+ /// @prop {Color} tertiary-subtle-active - The tertiary subtle background color variable for the active state.
4321
+ /// @prop {Color} tertiary - The tertiary background color variable.
4322
+ /// @prop {Color} tertiary-hover - The tertiary background color variable for the hover state.
4323
+ /// @prop {Color} tertiary-active - The tertiary background color variable for the active state.
4324
+ /// @prop {Color} tertiary-emphasis - The emphasized tertiary color variable.
4325
+ /// @prop {Color} tertiary-on-subtle - The text color variable for content on tertiary subtle.
4326
+ /// @prop {Color} on-tertiary - The text color variable for content on tertiary.
4327
+ /// @prop {Color} tertiary-on-surface - The text color variable for content on surface.
4328
+ ///
4329
+ /// @subgroup {info}
4330
+ /// [info-subtle, info-subtle-hover, info-subtle-active,
4331
+ /// info, info-hover, info-active, info-emphasis,
4332
+ /// info-on-subtle, on-info, info-on-surface]
4333
+ /// The Info variable group.
4334
+ /// @prop {Color} info-subtle - The info subtle background color variable.
4335
+ /// @prop {Color} info-subtle-hover - The info subtle background color variable for the hover state.
4336
+ /// @prop {Color} info-subtle-active - The info subtle background color variable for the active state.
4337
+ /// @prop {Color} info - The info background color variable.
4338
+ /// @prop {Color} info-hover - The info background color variable for the hover state.
4339
+ /// @prop {Color} info-active - The info background color variable for the active state.
4340
+ /// @prop {Color} info-emphasis - The emphasized info color variable.
4341
+ /// @prop {Color} info-on-subtle - The text color variable for content on info subtle.
4342
+ /// @prop {Color} on-info - The text color variable for content on info.
4343
+ /// @prop {Color} info-on-surface - The text color variable for content on surface.
4344
+ ///
4345
+ /// @subgroup {success}
4346
+ /// [success-subtle, success-subtle-hover, success-subtle-active,
4347
+ /// success, success-hover, success-active, success-emphasis,
4348
+ /// success-on-subtle, on-success, success-on-surface]
4349
+ /// The Success variable group.
4350
+ /// @prop {Color} success-subtle - The success subtle background color variable.
4351
+ /// @prop {Color} success-subtle-hover - The success subtle background color variable for the hover state.
4352
+ /// @prop {Color} success-subtle-active - The success subtle background color variable for the active state.
4353
+ /// @prop {Color} success - The success background color variable.
4354
+ /// @prop {Color} success-hover - The success background color variable for the hover state.
4355
+ /// @prop {Color} success-active - The success background color variable for the active state.
4356
+ /// @prop {Color} success-emphasis - The emphasized success color variable.
4357
+ /// @prop {Color} success-on-subtle - The text color variable for content on success subtle.
4358
+ /// @prop {Color} on-success - The text color variable for content on success.
4359
+ /// @prop {Color} success-on-surface - The text color variable for content on surface.
4360
+ ///
4361
+ /// @subgroup {warning}
4362
+ /// [warning-subtle, warning-subtle-hover, warning-subtle-active,
4363
+ /// warning, warning-hover, warning-active, warning-emphasis,
4364
+ /// warning-on-subtle, on-warning, warning-on-surface]
4365
+ /// The Warning variable group.
4366
+ /// @prop {Color} warning-subtle - The warning subtle background color variable.
4367
+ /// @prop {Color} warning-subtle-hover - The warning subtle background color variable for the hover state.
4368
+ /// @prop {Color} warning-subtle-active - The warning subtle background color variable for the active state.
4369
+ /// @prop {Color} warning - The warning background color variable.
4370
+ /// @prop {Color} warning-hover - The warning background color variable for the hover state.
4371
+ /// @prop {Color} warning-active - The warning background color variable for the active state.
4372
+ /// @prop {Color} warning-emphasis - The emphasized warning color variable.
4373
+ /// @prop {Color} warning-on-subtle - The text color variable for content on warning subtle.
4374
+ /// @prop {Color} on-warning - The text color variable for content on warning.
4375
+ /// @prop {Color} warning-on-surface - The text color variable for content on surface.
4376
+ ///
4377
+ /// @subgroup {error}
4378
+ /// [error-subtle, error-subtle-hover, error-subtle-active,
4379
+ /// error, error-hover, error-active, error-emphasis,
4380
+ /// error-on-subtle, on-error, error-on-surface]
4381
+ /// The Error variable group.
4382
+ /// @prop {Color} error-subtle - The error subtle background color variable.
4383
+ /// @prop {Color} error-subtle-hover - The error subtle background color variable for the hover state.
4384
+ /// @prop {Color} error-subtle-active - The error subtle background color variable for the active state.
4385
+ /// @prop {Color} error - The error background color variable.
4386
+ /// @prop {Color} error-hover - The error background color variable for the hover state.
4387
+ /// @prop {Color} error-active - The error background color variable for the active state.
4388
+ /// @prop {Color} error-emphasis - The emphasized error color variable.
4389
+ /// @prop {Color} error-on-subtle - The text color variable for content on error subtle.
4390
+ /// @prop {Color} on-error - The text color variable for content on error.
4391
+ /// @prop {Color} error-on-surface - The text color variable for content on surface.
4392
+ ///
4393
+ /// @subgroup {light}
4394
+ /// [light-subtle, light-subtle-hover, light-subtle-active,
4395
+ /// light, light-hover, light-active, light-emphasis,
4396
+ /// light-on-subtle, on-light, light-on-surface]
4397
+ /// The Light variable group.
4398
+ /// @prop {Color} light-subtle - The light subtle background color variable.
4399
+ /// @prop {Color} light-subtle-hover - The light subtle background color variable for the hover state.
4400
+ /// @prop {Color} light-subtle-active - The light subtle background color variable for the active state.
4401
+ /// @prop {Color} light - The light background color variable.
4402
+ /// @prop {Color} light-hover - The light background color variable for the hover state.
4403
+ /// @prop {Color} light-active - The light background color variable for the active state.
4404
+ /// @prop {Color} light-emphasis - The emphasized light color variable.
4405
+ /// @prop {Color} light-on-subtle - The text color variable for content on light subtle.
4406
+ /// @prop {Color} on-light - The text color variable for content on light.
4407
+ /// @prop {Color} light-on-surface - The text color variable for content on surface.
4408
+ ///
4409
+ /// @subgroup {dark}
4410
+ /// [dark-subtle, dark-subtle-hover, dark-subtle-active,
4411
+ /// dark, dark-hover, dark-active, dark-emphasis,
4412
+ /// dark-on-subtle, on-dark, dark-on-surface]
4413
+ /// The Dark variable group.
4414
+ /// @prop {Color} dark-subtle - The dark subtle background color variable.
4415
+ /// @prop {Color} dark-subtle-hover - The dark subtle background color variable for the hover state.
4416
+ /// @prop {Color} dark-subtle-active - The dark subtle background color variable for the active state.
4417
+ /// @prop {Color} dark - The dark background color variable.
4418
+ /// @prop {Color} dark-hover - The dark background color variable for the hover state.
4419
+ /// @prop {Color} dark-active - The dark background color variable for the active state.
4420
+ /// @prop {Color} dark-emphasis - The emphasized dark color variable.
4421
+ /// @prop {Color} dark-on-subtle - The text color variable for content on dark subtle.
4422
+ /// @prop {Color} on-dark - The text color variable for content on dark.
4423
+ /// @prop {Color} dark-on-surface - The text color variable for content on surface.
4424
+ ///
4425
+ /// @subgroup {inverse}
4426
+ /// [inverse-subtle, inverse-subtle-hover, inverse-subtle-active,
4427
+ /// inverse, inverse-hover, inverse-active, inverse-emphasis,
4428
+ /// inverse-on-subtle, on-inverse, inverse-on-surface]
4429
+ /// The Inverse variable group.
4430
+ /// @prop {Color} inverse-subtle - The inverse subtle background color variable.
4431
+ /// @prop {Color} inverse-subtle-hover - The inverse subtle background color variable for the hover state.
4432
+ /// @prop {Color} inverse-subtle-active - The inverse subtle background color variable for the active state.
4433
+ /// @prop {Color} inverse - The inverse background color variable.
4434
+ /// @prop {Color} inverse-hover - The inverse background color variable for the hover state.
4435
+ /// @prop {Color} inverse-active - The inverse background color variable for the active state.
4436
+ /// @prop {Color} inverse-emphasis - The emphasized inverse color variable.
4437
+ /// @prop {Color} inverse-on-subtle - The text color variable for content on inverse subtle.
4438
+ /// @prop {Color} on-inverse - The text color variable for content on inverse.
4439
+ /// @prop {Color} inverse-on-surface - The text color variable for content on surface.
4440
+ ///
4441
+ /// @subgroup {series-a}
4442
+ /// [series-a, series-a-bold, series-a-bolder,
4443
+ /// series-a-subtle, series-a-subtler]
4444
+ /// The Series A variable group.
4445
+ /// @prop {Color} series-a - The series A color variable.
4446
+ /// @prop {Color} series-a-bold - The bold series A color variable.
4447
+ /// @prop {Color} series-a-bolder - The bolder series A color variable.
4448
+ /// @prop {Color} series-a-subtle - The subtle series A color variable.
4449
+ /// @prop {Color} series-a-subtler - The subtler series A color variable.
4450
+ ///
4451
+ /// @subgroup {series-b}
4452
+ /// [series-b, series-b-bold, series-b-bolder,
4453
+ /// series-b-subtle, series-b-subtler]
4454
+ /// The Series B variable group.
4455
+ /// @prop {Color} series-b - The series B color variable.
4456
+ /// @prop {Color} series-b-bold - The bold series B color variable.
4457
+ /// @prop {Color} series-b-bolder - The bolder series B color variable.
4458
+ /// @prop {Color} series-b-subtle - The subtle series B color variable.
4459
+ /// @prop {Color} series-b-subtler - The subtler series B color variable.
4460
+ ///
4461
+ /// @subgroup {series-c}
4462
+ /// [series-c, series-c-bold, series-c-bolder,
4463
+ /// series-c-subtle, series-c-subtler]
4464
+ /// The Series C variable group.
4465
+ /// @prop {Color} series-c - The series C color variable.
4466
+ /// @prop {Color} series-c-bold - The bold series C color variable.
4467
+ /// @prop {Color} series-c-bolder - The bolder series C color variable.
4468
+ /// @prop {Color} series-c-subtle - The subtle series C color variable.
4469
+ /// @prop {Color} series-c-subtler - The subtler series C color variable.
4470
+ ///
4471
+ /// @subgroup {series-d}
4472
+ /// [series-d, series-d-bold, series-d-bolder,
4473
+ /// series-d-subtle, series-d-subtler]
4474
+ /// The Series D variable group.
4475
+ /// @prop {Color} series-d - The series D color variable.
4476
+ /// @prop {Color} series-d-bold - The bold series D color variable.
4477
+ /// @prop {Color} series-d-bolder - The bolder series D color variable.
4478
+ /// @prop {Color} series-d-subtle - The subtle series D color variable.
4479
+ /// @prop {Color} series-d-subtler - The subtler series D color variable.
4480
+ ///
4481
+ /// @subgroup {series-e}
4482
+ /// [series-e, series-e-bold, series-e-bolder,
4483
+ /// series-e-subtle, series-e-subtler]
4484
+ /// The Series E variable group.
4485
+ /// @prop {Color} series-e - The series E color variable.
4486
+ /// @prop {Color} series-e-bold - The bold series E color variable.
4487
+ /// @prop {Color} series-e-bolder - The bolder series E color variable.
4488
+ /// @prop {Color} series-e-subtle - The subtle series E color variable.
4489
+ /// @prop {Color} series-e-subtler - The subtler series E color variable.
4490
+ ///
4491
+ /// @subgroup {series-f}
4492
+ /// [series-f, series-f-bold, series-f-bolder,
4493
+ /// series-f-subtle, series-f-subtler]
4494
+ /// The Series F variable group.
4495
+ /// @prop {Color} series-f - The series F color variable.
4496
+ /// @prop {Color} series-f-bold - The bold series F color variable.
4497
+ /// @prop {Color} series-f-bolder - The bolder series F color variable.
4498
+ /// @prop {Color} series-f-subtle - The subtle series F color variable.
4499
+ /// @prop {Color} series-f-subtler - The subtler series F color variable.
4235
4500
  $kendo-colors: $_default-colors !default;
4236
4501
 
4237
4502
  // Legacy
@@ -4402,9 +4667,6 @@ $kendo-selected-hover-text: $kendo-selected-text !default;
4402
4667
  $kendo-selected-hover-border: $kendo-base-border !default;
4403
4668
  $kendo-selected-hover-gradient: null !default;
4404
4669
 
4405
- /// Text color of disabled items.
4406
- $kendo-disabled-text: if( $kendo-is-dark-theme, $gray-600, $gray-500) !default;
4407
-
4408
4670
  // Header
4409
4671
  $kendo-component-header-bg: $kendo-base-bg !default;
4410
4672
  $kendo-component-header-text: $kendo-component-text !default;
@@ -4794,6 +5056,8 @@ $kendo-use-input-spinner-icon-offset: false !default;
4794
5056
 
4795
5057
  $kendo-auto-bootstrap: true !default;
4796
5058
 
5059
+ $kendo-nested-disabled: true !default;
5060
+
4797
5061
  // Icons
4798
5062
  $kendo-icon-size: 16px !default;
4799
5063
 
@@ -4807,7 +5071,6 @@ $kendo-icon-size-xxxl: calc( #{$kendo-icon-size} * 3 ) !default;
4807
5071
 
4808
5072
  $kendo-zindex-popup: 1 !default;
4809
5073
  $kendo-zindex-window: 2 !default;
4810
- $kendo-zindex-loading: 100 !default;
4811
5074
 
4812
5075
  // TODO: refactor
4813
5076
  $kendo-focus-shadow: null !default;
@@ -4815,56 +5078,42 @@ $kendo-focus-shadow: null !default;
4815
5078
  $kendo-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out !default;
4816
5079
 
4817
5080
 
4818
- // Disabled mixin variables
4819
- $kendo-disabled-filter: grayscale(.1) !default;
4820
- $kendo-disabled-opacity: .65 !default;
4821
-
4822
- $kendo-disabled-styling: (
4823
- opacity: $kendo-disabled-opacity,
4824
- filter: $kendo-disabled-filter
4825
- ) !default;
4826
-
4827
-
4828
5081
  // Generic styles
4829
5082
 
4830
5083
  // TODO: refactor once we extract drag drop as separate module
4831
5084
 
4832
- // Loading
4833
- $kendo-loading-opacity: .3 !default;
4834
- $kendo-zindex-loading: 100 !default;
4835
-
4836
5085
  // #endregion
4837
5086
 
4838
5087
  // Elevation
4839
5088
  // #region @import "./elevation/index.import.scss"; -> scss/core/elevation/index.import.scss
4840
5089
  $_default-elevation: (
4841
5090
  1: (
4842
- 0px 1px 2px rgba(0, 0, 0, 0.038),
5091
+ 0px 1px 2px rgba(0, 0, 0, 0.038)
4843
5092
  ),
4844
5093
  2: (
4845
- 0px 2px 7px rgba(0, 0, 0, 0.075),
5094
+ 0px 2px 7px rgba(0, 0, 0, 0.075)
4846
5095
  ),
4847
5096
  3: (
4848
- 0px 4px 10px rgba(0, 0, 0, 0.1),
5097
+ 0px 4px 10px rgba(0, 0, 0, 0.1)
4849
5098
  ),
4850
5099
  4: (
4851
- 0px 6px 13px rgba(0, 0, 0, 0.125),
5100
+ 0px 6px 13px rgba(0, 0, 0, 0.125)
4852
5101
  ),
4853
5102
  5: (
4854
- 0px 8px 16px 0px rgba(0, 0, 0, 0.15),
5103
+ 0px 8px 16px 0px rgba(0, 0, 0, 0.15)
4855
5104
  ),
4856
5105
  6: (
4857
- 0px 11px 24px 0px rgba(0, 0, 0, 0.159),
5106
+ 0px 11px 24px 0px rgba(0, 0, 0, 0.159)
4858
5107
  ),
4859
5108
  7: (
4860
- 0px 14px 36px 0px rgba(0, 0, 0, 0.168),
5109
+ 0px 14px 36px 0px rgba(0, 0, 0, 0.168)
4861
5110
  ),
4862
5111
  8: (
4863
- 0px 16px 48px 0px rgba(0, 0, 0, 0.176),
5112
+ 0px 16px 48px 0px rgba(0, 0, 0, 0.176)
4864
5113
  ),
4865
5114
  9: (
4866
- 0px 18px 60px 0px rgba(0, 0, 0, 0.185),
4867
- ),
5115
+ 0px 18px 60px 0px rgba(0, 0, 0, 0.185)
5116
+ )
4868
5117
  );
4869
5118
 
4870
5119
  /// The global default Elevation map.
@@ -5034,6 +5283,7 @@ $kendo-border-radius-full: 50rem !default;
5034
5283
  /// The global radii Map.
5035
5284
  /// @group radii
5036
5285
  $kendo-border-radii: (
5286
+ none: $kendo-border-radius-none,
5037
5287
  xs: $kendo-border-radius-xs,
5038
5288
  sm: $kendo-border-radius-sm,
5039
5289
  md: $kendo-border-radius-md,
@@ -6532,13 +6782,26 @@ $kendo-invalid-border: null !default;
6532
6782
  $kendo-invalid-shadow: null !default;
6533
6783
 
6534
6784
  // Disabled Styling
6785
+
6786
+ /// The background color of disabled items.
6535
6787
  $kendo-disabled-bg: null !default;
6788
+ /// The text color of disabled items.
6536
6789
  $kendo-disabled-text: null !default;
6790
+ /// The border color of disabled items.
6537
6791
  $kendo-disabled-border: null !default;
6792
+ /// The opacity of disabled items.
6793
+ $kendo-disabled-opacity: null !default;
6794
+ /// The filter of disabled items.
6795
+ $kendo-disabled-filter: null !default;
6796
+
6797
+ $kendo-disabled-styling: (
6798
+ bg: $kendo-disabled-bg,
6799
+ color: $kendo-disabled-text,
6800
+ border: $kendo-disabled-border,
6801
+ opacity: $kendo-disabled-opacity,
6802
+ filter: $kendo-disabled-filter
6803
+ ) !default;
6538
6804
 
6539
- // Loading
6540
- $kendo-loading-bg: null !default;
6541
- $kendo-loading-text: null !default;
6542
6805
 
6543
6806
  $kendo-palettes: () !default;
6544
6807
  $kendo-theme-colors: () !default;
@@ -6666,21 +6929,15 @@ $_kendo-data-uris: () !default;
6666
6929
  // #endregion
6667
6930
  // #region @import "./_disabled.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/mixins/_disabled.scss
6668
6931
  // Disabled
6669
- @mixin disabled( $kendo-disabled-styling ) {
6670
- outline: none;
6671
- cursor: default;
6672
- opacity: k-map-get($kendo-disabled-styling, opacity);
6673
- filter: k-map-get($kendo-disabled-styling, filter);
6674
- pointer-events: none;
6675
- box-shadow: none;
6676
- }
6677
6932
 
6678
- @mixin disabled-color( $color: null, $bg: null, $border: null ) {
6933
+ @mixin disabled( $color: null, $bg: null, $border: null, $opacity: null, $filter: null ) {
6679
6934
  outline: none;
6680
6935
  cursor: default;
6681
- background-color: $bg;
6682
6936
  color: $color;
6937
+ background-color: $bg;
6683
6938
  border-color: $border;
6939
+ opacity: $opacity;
6940
+ filter: $filter;
6684
6941
  pointer-events: none;
6685
6942
  box-shadow: none;
6686
6943
  }
@@ -6852,6 +7109,7 @@ $kendo-components: (
6852
7109
  "loader",
6853
7110
  "skeleton",
6854
7111
  "tooltip",
7112
+ "time-marker",
6855
7113
 
6856
7114
  // Native forms
6857
7115
  "button",
@@ -6928,6 +7186,7 @@ $kendo-components: (
6928
7186
  // Layout & containers
6929
7187
  "card",
6930
7188
  "expander",
7189
+ "panel",
6931
7190
  "panelbar",
6932
7191
  "splitter",
6933
7192
  "tile-layout",
@@ -7171,7 +7430,8 @@ $_kendo-dependencies: (
7171
7430
  "splitter",
7172
7431
  "treelist",
7173
7432
  "validator",
7174
- "window"
7433
+ "window",
7434
+ "time-marker"
7175
7435
  ),
7176
7436
  grid: (
7177
7437
  "actions",
@@ -7270,6 +7530,7 @@ $_kendo-dependencies: (
7270
7530
  "list",
7271
7531
  "toolbar"
7272
7532
  ),
7533
+ panel: (),
7273
7534
  panelbar: (
7274
7535
  "icon"
7275
7536
  ),
@@ -7311,7 +7572,8 @@ $_kendo-dependencies: (
7311
7572
  "dialog",
7312
7573
  "dropdown-list",
7313
7574
  "toolbar",
7314
- "tooltip"
7575
+ "tooltip",
7576
+ "time-marker"
7315
7577
  ),
7316
7578
  scroller: (),
7317
7579
  scrollview: (
@@ -7383,6 +7645,7 @@ $_kendo-dependencies: (
7383
7645
  tile-layout: (
7384
7646
  "card"
7385
7647
  ),
7648
+ time-marker: (),
7386
7649
  time-duration-picker: (
7387
7650
  "button",
7388
7651
  "icon",
@@ -7528,871 +7791,10 @@ $_imported: () !default;
7528
7791
  }
7529
7792
 
7530
7793
  // #endregion
7531
- // #region @import "./_asp-fallback.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_asp-fallback.scss
7532
- @mixin kendo-core--styles--asp-fallback() {
7533
-
7534
- .k-theme-test-class,
7535
- .k-common-test-class {
7536
- opacity: 0;
7537
- }
7538
-
7539
- }
7540
-
7541
- // #endregion
7542
- // #region @import "./_layout.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_layout.scss
7543
- @mixin kendo-core--styles--layout() {
7544
- // Basic layout
7545
- .k-hstack {
7546
- display: flex;
7547
- flex-flow: row nowrap;
7548
- }
7549
- .k-vstack {
7550
- display: flex;
7551
- flex-flow: column nowrap;
7552
- }
7553
-
7554
- // Spacer
7555
- .k-spacer {
7556
- flex: 1 1 auto;
7557
- }
7558
- .k-spacer-sized {
7559
- flex: none;
7560
- }
7561
-
7562
-
7563
- // Float wrap
7564
- .k-float-wrap::after {
7565
- content: "";
7566
- display: block;
7567
- clear: both;
7568
- }
7569
-
7570
-
7571
- // Stack layout
7572
- .k-stack-layout {}
7573
-
7574
-
7575
- // Flex layout
7576
- .k-flex-layout {
7577
- display: flex;
7578
- }
7579
-
7580
-
7581
- // Grid layout
7582
- .k-grid-layout {
7583
- display: grid;
7584
- }
7585
-
7586
-
7587
- // Separator
7588
- .k-separator {
7589
- width: auto;
7590
- height: 0;
7591
- border-width: 1px 0 0;
7592
- border-style: solid;
7593
- border-color: inherit;
7594
- display: block;
7595
- flex-grow: 0 !important; // stylelint-disable-line declaration-no-important
7596
- flex-shrink: 0 !important; // stylelint-disable-line declaration-no-important
7597
- align-self: stretch;
7598
- }
7599
- .k-separator-horizontal,
7600
- .k-vstack > .k-separator {
7601
- width: auto;
7602
- height: 0;
7603
- border-width: 1px 0 0;
7604
- }
7605
- .k-separator-vertical,
7606
- .k-hstack > .k-separator {
7607
- width: 0;
7608
- height: auto;
7609
- border-width: 0 0 0 1px;
7610
- }
7611
-
7612
- hr.k-separator {
7613
- margin: 0;
7614
- padding: 0;
7615
- }
7616
-
7617
-
7618
- // Hidden
7619
- .k-hidden {
7620
- display: none !important; // stylelint-disable-line declaration-no-important
7621
- }
7622
-
7623
-
7624
- // RTL
7625
- .k-rtl {
7626
- direction: rtl;
7627
- }
7628
-
7629
-
7630
- // Legacy aliases
7631
- .k-hbox { @extend .k-hstack !optional; }
7632
- .k-vbox { @extend .k-vstack !optional; }
7633
- .k-floatwrap { @extend .k-float-wrap !optional; }
7634
- .k-flex { @extend .k-spacer !optional; }
7635
-
7636
- }
7637
-
7638
- // #endregion
7639
- // #region @import "./_normalize.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_normalize.scss
7640
- @mixin kendo-core--styles--normalize() {
7641
-
7642
- // Hidden attribute
7643
- [hidden] {
7644
- display: none !important; // stylelint-disable-line declaration-no-important
7645
- }
7646
-
7647
-
7648
- // Hide script tags
7649
- // see https://github.com/telerik/kendo-themes/issues/2360
7650
- script {
7651
- display: none !important; // stylelint-disable-line declaration-no-important
7652
- }
7653
-
7654
- }
7655
-
7656
- // #endregion
7657
- // #region @import "./_base.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_base.scss
7658
- @mixin kendo-core--styles--base() {
7659
- // Disabled state
7660
- .k-disabled,
7661
- .k-widget[disabled],
7662
- .k-disabled {
7663
- @include disabled-color(
7664
- $color: var( --kendo-disabled-text, inherit ),
7665
- $border: var( --kendo-disabled-border, inherit )
7666
- );
7667
-
7668
- .k-link {
7669
- cursor: default;
7670
- outline: 0;
7671
- }
7672
- }
7673
-
7674
- // Horizontal line
7675
- .k-hr {
7676
- margin-block: k-spacing(4);
7677
- padding: 0;
7678
- height: 0;
7679
- border-width: 1px 0 0;
7680
- border-style: solid;
7681
- border-color: var( --kendo-component-border, inherit );
7682
- display: block;
7683
- float: none;
7684
- clear: both;
7685
- }
7686
-
7687
- // Horizontal rule
7688
- .k-d-flex-row > .k-hr {
7689
- margin: 0;
7690
- width: 0;
7691
- height: auto;
7692
- border-width: 0 0 0 1px;
7693
- flex: 0 0 auto;
7694
- }
7695
-
7696
- // Vertical rule
7697
- .k-d-flex-col > .k-hr {
7698
- margin: 0;
7699
- flex: 0 0 auto;
7700
- }
7701
-
7702
- .k-sprite {
7703
- display: inline-block;
7704
- width: 1rem;
7705
- height: 1rem;
7706
- overflow: hidden;
7707
- background-repeat: no-repeat;
7708
- font-size: 0;
7709
- line-height: 0;
7710
- text-align: center;
7711
- }
7712
-
7713
- .k-image {
7714
- display: inline-block;
7715
- }
7716
-
7717
- // Layout
7718
- .k-reset {
7719
- margin: 0;
7720
- padding: 0;
7721
- border-width: 0;
7722
- outline: 0;
7723
- text-decoration: none;
7724
- font: inherit;
7725
- list-style: none;
7726
- }
7727
-
7728
- kendo-sortable {
7729
- display: block;
7730
- }
7731
-
7732
-
7733
- // Links
7734
- .k-link,
7735
- .k-link:hover {
7736
- color: inherit;
7737
- text-decoration: none;
7738
- outline: 0;
7739
- cursor: pointer;
7740
- }
7741
-
7742
- // Outline
7743
- .k-content {
7744
- outline: 0;
7745
- }
7746
-
7747
- // Centering
7748
- .k-centered {
7749
- position: absolute;
7750
- top: 50%;
7751
- left: 50%;
7752
- transform: translate(-50%, -50%);
7753
- }
7754
-
7755
- // Disable mouse events
7756
- .k-no-click {
7757
- pointer-events: none;
7758
- }
7759
-
7760
- // Off-screen container used during PDF export
7761
- .k-pdf-export-shadow {
7762
- position: absolute;
7763
- overflow: hidden;
7764
- left: -15000px;
7765
- width: 14400px;
7766
- }
7767
-
7768
- // PDF export icons fix
7769
- .kendo-pdf-hide-pseudo-elements::before,
7770
- .kendo-pdf-hide-pseudo-elements::after {
7771
- display: none !important; // stylelint-disable-line declaration-no-important
7772
- }
7773
-
7774
- // Dirty indicator
7775
- .k-dirty {
7776
- margin: 0;
7777
- padding: 0;
7778
- width: 0;
7779
- height: 0;
7780
- border-width: 3px;
7781
- border-style: solid;
7782
- border-block-start-color: currentColor;
7783
- border-block-end-color: transparent;
7784
- border-inline-start-color: transparent;
7785
- border-inline-end-color: currentColor;
7786
- position: absolute;
7787
- inset-block-start: 0;
7788
- inset-inline-end: 0;
7789
- }
7790
- }
7791
-
7792
- // #endregion
7793
- // #region @import "./_loading.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_loading.scss
7794
- @mixin kendo-core--styles--loading() {
7795
- // Loading mask
7796
- .k-loading-mask,
7797
- .k-loading-image,
7798
- .k-loading-color {
7799
- width: 100%;
7800
- height: 100%;
7801
- box-sizing: border-box;
7802
- position: absolute;
7803
- top: 0;
7804
- left: 0;
7805
-
7806
- *,
7807
- *::before,
7808
- *::after,
7809
- &::before,
7810
- &::after {
7811
- box-sizing: border-box;
7812
- }
7813
- }
7814
-
7815
- .k-loading-mask {
7816
- z-index: $kendo-zindex-loading;
7817
-
7818
- &.k-opaque {
7819
- .k-loading-color {
7820
- opacity: 1;
7821
- }
7822
- }
7823
- }
7824
- .k-loading-text {
7825
- text-indent: -4000px;
7826
- text-align: center;
7827
- position: absolute;
7828
- color: $kendo-loading-text;
7829
- }
7830
- .k-loading-image {
7831
- z-index: 2;
7832
- color: $kendo-loading-text;
7833
- }
7834
- .k-loading-color {
7835
- background-color: $kendo-loading-bg;
7836
- opacity: $kendo-loading-opacity;
7837
- }
7838
-
7839
- // Loading indicator
7840
- .k-i-loading {
7841
- width: 1em;
7842
- height: 1em;
7843
- line-height: 1;
7844
- display: inline-flex;
7845
- flex-flow: row nowrap;
7846
- align-items: center;
7847
- justify-content: center;
7848
- vertical-align: middle;
7849
- position: relative;
7850
- background-color: transparent;
7851
- box-sizing: border-box;
7852
- color: $kendo-loading-text;
7853
-
7854
- &::before,
7855
- &::after {
7856
- box-sizing: border-box;
7857
- }
7858
- }
7859
-
7860
- .k-i-loading::before,
7861
- .k-i-loading::after,
7862
- .k-loading-image::before,
7863
- .k-loading-image::after {
7864
- position: absolute;
7865
- top: 50%;
7866
- left: 50%;
7867
- display: inline-block;
7868
- content: "";
7869
- box-sizing: inherit;
7870
- border-radius: 50%;
7871
- border-width: .05em;
7872
- border-style: solid;
7873
- border-color: currentColor;
7874
- border-top-color: transparent;
7875
- border-bottom-color: transparent;
7876
- background-color: transparent;
7877
- }
7878
-
7879
- .k-icon.k-i-loading::before,
7880
- .k-icon.k-i-loading::after {
7881
- content: "";
7882
- }
7883
-
7884
- .k-i-loading::before,
7885
- .k-loading-image::before {
7886
- margin-top: -.5em;
7887
- margin-left: -.5em;
7888
- width: 1em;
7889
- height: 1em;
7890
- animation: k-loading-animation .7s linear infinite;
7891
- }
7892
-
7893
- .k-i-loading::after,
7894
- .k-loading-image::after {
7895
- margin-top: -.25em;
7896
- margin-left: -.25em;
7897
- width: .5em;
7898
- height: .5em;
7899
- animation: k-loading-animation reverse 1.4s linear infinite;
7900
- }
7901
-
7902
- .k-loading-image::before,
7903
- .k-loading-image::after {
7904
- content: "";
7905
- // See https://github.com/telerik/kendo-themes/issues/1925
7906
- border-width: 1px; // TODO: Remove once we drop IE support
7907
- border-width: clamp( .015em, 1px, 1px );
7908
- font-size: 4em;
7909
- }
7910
-
7911
- // Loading animation
7912
- @keyframes k-loading-animation {
7913
- 0% {
7914
- transform: rotate(0deg);
7915
- }
7916
- 100% {
7917
- transform: rotate(360deg);
7918
- }
7919
- }
7920
- }
7921
-
7922
- // #endregion
7923
- // #region @import "./_selection.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_selection.scss
7924
- @mixin kendo-core--styles--selection() {
7925
- .k-marquee {
7926
- position: absolute;
7927
- z-index: 100000;
7928
- }
7929
-
7930
- .k-marquee-color,
7931
- .k-marquee-text {
7932
- position: absolute;
7933
- top: 0;
7934
- left: 0;
7935
- width: 100%;
7936
- height: 100%;
7937
- }
7938
-
7939
- .k-marquee-color {
7940
- color: $kendo-selected-text;
7941
- background-color: k-get-theme-color-var( primary-60, #{$kendo-selected-bg} );
7942
- border-color: k-get-theme-color-var( primary-100, #{$kendo-selected-border} );
7943
- opacity: .6;
7944
- }
7945
- .k-marquee-text {
7946
- color: $kendo-selected-text;
7947
- }
7948
- }
7949
- // #endregion
7950
- // #region @import "./_colors.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_colors.scss
7951
- @mixin kendo-core--styles--colors() {
7952
- @if ($kendo-enable-color-system) {
7953
- @include color-system--styles();
7954
- }
7955
- }
7956
-
7957
- // #endregion
7958
-
7959
- @mixin kendo-core--styles() {
7960
- @include kendo-core--styles--colors();
7961
- @include kendo-core--styles--accessibility();
7962
- @include kendo-core--styles--asp-fallback();
7963
- @include kendo-core--styles--layout();
7964
- @include kendo-core--styles--normalize();
7965
- @include kendo-core--styles--base();
7966
- @include kendo-core--styles--loading();
7967
- @include kendo-core--styles--selection();
7968
- }
7969
-
7970
- // #endregion
7971
- // #region @import "./elevation/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/elevation/index.import.scss
7972
- // #region @import "../functions/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
7973
- // File already imported_once. Skipping output.
7974
- // #endregion
7975
-
7976
- $_default-elevation: (
7977
- 1: (
7978
- 0 2px 3px rgba(0, 0, 0, .04),
7979
- 0 4px 16px rgba(0, 0, 0, .12)
7980
- ),
7981
- 2: (
7982
- 0 4px 6px rgba(0, 0, 0, .06),
7983
- 0 4px 16px rgba(0, 0, 0, .12)
7984
- ),
7985
- 3: (
7986
- 0 6px 8px rgba(0, 0, 0, .08),
7987
- 0 4px 16px rgba(0, 0, 0, .12)
7988
- ),
7989
- 4: (
7990
- 0 8px 10px rgba(0, 0, 0, .12),
7991
- 0 4px 16px rgba(0, 0, 0, .12)
7992
- ),
7993
- 5: (
7994
- 0 10px 12px rgba(0, 0, 0, .16),
7995
- 0 4px 16px rgba(0, 0, 0, .12)
7996
- ),
7997
- 6: (
7998
- 0 12px 14px rgba(0, 0, 0, .2),
7999
- 0 4px 16px rgba(0, 0, 0, .12)
8000
- ),
8001
- 7: (
8002
- 0 14px 16px rgba(0, 0, 0, .24),
8003
- 0 4px 16px rgba(0, 0, 0, .12)
8004
- ),
8005
- 8: (
8006
- 0 16px 18px rgba(0, 0, 0, .28),
8007
- 0 4px 16px rgba(0, 0, 0, .12)
8008
- ),
8009
- 9: (
8010
- 0 32px 34px rgba(0, 0, 0, .32),
8011
- 0 4px 16px rgba(0, 0, 0, .12)
8012
- )
8013
- ) !default;
8014
-
8015
- /// The global default Elevation map.
8016
- /// @group elevation
8017
- $kendo-elevation: $_default-elevation !default;
8018
-
8019
- $kendo-elevation: k-map-merge($_default-elevation, $kendo-elevation);
8020
-
8021
- @function k-shadow-filter($shadow) {
8022
- $result: '';
8023
- @each $value in $shadow {
8024
- $result: $result + "drop-shadow(" + $value + ") ";
8025
- }
8026
- @return #{$result};
8027
- }
8028
-
8029
- @function k-elevation($level) {
8030
- @return var(--kendo-elevation-#{$level}, k-map-get($kendo-elevation, $level));
8031
- }
8032
-
8033
-
8034
- @mixin kendo-elevation--styles() {
8035
- :root {
8036
- @each $level, $shadow in $kendo-elevation {
8037
- --kendo-elevation-#{$level}: #{$shadow};
8038
- }
8039
- }
8040
- }
8041
-
8042
- // #endregion
8043
- // #region @import "./typography/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/typography/index.import.scss
8044
- // File already imported_once. Skipping output.
8045
- // #endregion
8046
- // #region @import "./spacing/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/spacing/index.import.scss
8047
- // File already imported_once. Skipping output.
8048
- // #endregion
8049
- // #region @import "./border-radii/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/border-radii/index.import.scss
8050
- // File already imported_once. Skipping output.
8051
- // #endregion
8052
- // #region @import "./_variables.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/_variables.scss
8053
- // #region @import "./functions/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
8054
- // File already imported_once. Skipping output.
8055
- // #endregion
8056
-
8057
- // Options
8058
- $kendo-enable-shadows: true !default;
8059
- $kendo-enable-rounded: true !default;
8060
- $kendo-enable-gradients: true !default;
8061
- $kendo-enable-transitions: true !default;
8062
-
8063
- // Equilateral triangle variables
8064
- // stylelint-disable number-max-precision
8065
- $equilateral-index: 1.7320508076 !default;
8066
- $equilateral-height: 0.8660254038 !default;
8067
- // stylelint-enable number-max-precision
8068
-
8069
- // Loading
8070
- $kendo-loading-opacity: .3 !default;
8071
- $kendo-zindex-loading: 100 !default;
8072
-
8073
- // #endregion
8074
-
8075
- // #endregion
8076
-
8077
- // Backward compatibility
8078
- // #region @import "./color-system/_swatch-legacy.scss"; -> scss/core/color-system/_swatch-legacy.scss
8079
- @if ($kendo-enable-color-system) {
8080
- $input-bg: k-color( surface-alt );
8081
- $input-color: k-color( on-app-surface );
8082
- $input-border-color: k-color( border-alt );
8083
- $input-placeholder-color: k-color( subtle );
8084
- $input-focus-bg: k-color( surface-alt );
8085
- $input-focus-color: k-color( on-app-surface );
8086
- $input-focus-border-color: k-color( primary-emphasis );
8087
- $input-focus-box-shadow: 0 0 0 .25rem color-mix(in srgb, k-color( primary ) 25%, transparent);
8088
- $kendo-color-primary: k-color( primary );
8089
- $kendo-color-primary-contrast: k-color( on-primary );
8090
- $kendo-color-secondary: k-color( secondary );
8091
- $kendo-color-tertiary: k-color( tertiary );
8092
- $kendo-color-info: k-color( info );
8093
- $kendo-color-success: k-color( success );
8094
- $kendo-color-warning: k-color( warning );
8095
- $kendo-color-error: k-color( error );
8096
- $kendo-color-dark: k-color( dark );
8097
- $kendo-color-light: k-color( light );
8098
- $kendo-color-inverse: $kendo-color-dark;
8099
- $kendo-body-bg: k-color( app-surface );
8100
- $kendo-body-text: k-color( on-app-surface );
8101
- $kendo-subtle-text: k-color( subtle );
8102
- $kendo-app-bg: k-color( surface );
8103
- $kendo-app-text: $kendo-body-text;
8104
- $kendo-app-border: k-color( border );
8105
- $kendo-link-text: $kendo-color-primary;
8106
- $kendo-link-hover-text: k-color( primary-hover );
8107
- $kendo-component-bg: k-color( surface-alt );
8108
- $kendo-component-text: $kendo-body-text;
8109
- $kendo-component-border: $kendo-app-border;
8110
- $kendo-base-bg: k-color( surface );
8111
- $kendo-base-text: $kendo-body-text;
8112
- $kendo-base-border: $kendo-app-border;
8113
- $kendo-base-gradient: null;
8114
- $kendo-hover-bg: k-color( base-subtle-hover );
8115
- $kendo-hover-text: $kendo-base-text;
8116
- $kendo-hover-border: $kendo-base-border;
8117
- $kendo-hover-gradient: null;
8118
- $kendo-selected-bg: $kendo-color-primary;
8119
- $kendo-selected-text: $kendo-color-primary-contrast;
8120
- $kendo-selected-border: k-color( primary );
8121
- $kendo-selected-gradient: $kendo-base-gradient;
8122
- $kendo-selected-hover-bg: k-color( primary-hover );
8123
- $kendo-selected-hover-text: $kendo-selected-text;
8124
- $kendo-selected-hover-border: $kendo-base-border;
8125
- $kendo-selected-hover-gradient: $kendo-base-gradient;
8126
- $kendo-disabled-text: k-color( on-app-surface );
8127
- $kendo-component-header-bg: $kendo-base-bg;
8128
- $kendo-component-header-text: $kendo-component-text;
8129
- $kendo-component-header-border: $kendo-component-border;
8130
- $kendo-component-header-gradient: null;
8131
- $kendo-invalid-bg: null;
8132
- $kendo-invalid-text: $kendo-color-error;
8133
- $kendo-invalid-border: $kendo-color-error;
8134
- $kendo-invalid-shadow: 0 0 0 .25rem color-mix(in srgb, k-color( error ) 25%, transparent);
8135
-
8136
- $kendo-theme-colors: (
8137
- "primary": $kendo-color-primary,
8138
- "secondary": $kendo-color-secondary,
8139
- "tertiary": $kendo-color-tertiary,
8140
- "info": $kendo-color-info,
8141
- "success": $kendo-color-success,
8142
- "warning": $kendo-color-warning,
8143
- "error": $kendo-color-error,
8144
- "dark": $kendo-color-dark,
8145
- "light": $kendo-color-light,
8146
- "inverse": $kendo-color-inverse,
8147
- );
8148
- }
8149
-
8150
- // #endregion
8151
-
8152
- // Expose
8153
- @include exports("kendo-core-styles") {
8154
- @include kendo-core--styles();
8155
-
8156
- // Elevation System
8157
- @include kendo-elevation--styles();
8158
- // Typography
8159
- @include kendo-core--typography--styles();
8160
- // Spacing
8161
- @include kendo-spacing--styles();
8162
- // Radii
8163
- @include kendo-border-radius--styles();
8164
- }
8165
-
8166
- // #endregion
8167
- // #region @import "./common/_index.scss"; -> scss/common/_index.scss
8168
- // #region @import "./_base.scss"; -> scss/common/_base.scss
8169
- // #region @import "@progress/kendo-theme-default/scss/common/_base.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/common/_base.scss
8170
- @include exports( "common/layout" ) {
8171
-
8172
- // Layout
8173
- .k-reset {
8174
- margin: 0;
8175
- padding: 0;
8176
- border-width: 0;
8177
- outline: 0;
8178
- text-decoration: none;
8179
- font: inherit;
8180
- list-style: none;
8181
- }
8182
-
8183
- kendo-sortable {
8184
- display: block;
8185
- }
8186
-
8187
-
8188
- // Links
8189
- .k-link,
8190
- .k-link:hover {
8191
- color: inherit;
8192
- text-decoration: none;
8193
- outline: 0;
8194
- cursor: pointer;
8195
- }
8196
-
8197
- // Outline
8198
- .k-content {
8199
- outline: 0;
8200
- }
8201
-
8202
-
8203
- // Centering
8204
- .k-centered {
8205
- position: absolute;
8206
- top: 50%;
8207
- left: 50%;
8208
- transform: translate(-50%, -50%);
8209
- }
8210
-
8211
-
8212
- // Disable mouse events
8213
- .k-no-click {
8214
- pointer-events: none;
8215
- }
8216
-
8217
-
8218
- // Off-screen container used during PDF export
8219
- .k-pdf-export-shadow {
8220
- position: absolute;
8221
- overflow: hidden;
8222
- left: -15000px;
8223
- width: 14400px;
8224
- }
8225
-
8226
- // PDF export icons fix
8227
- .kendo-pdf-hide-pseudo-elements::before,
8228
- .kendo-pdf-hide-pseudo-elements::after {
8229
- display: none !important; // stylelint-disable-line declaration-no-important
8230
- }
8231
- }
8232
-
8233
-
8234
- @include exports( "common/theme" ) {
8235
-
8236
- // Text selection
8237
- .k-text-selection {
8238
- ::selection {
8239
- background-color: $kendo-color-primary;
8240
- color: $kendo-color-primary-contrast;
8241
- }
8242
- }
8243
-
8244
- // Panels
8245
- .k-block,
8246
- .k-panel {
8247
- @include border-radius( k-border-radius(md) );
8248
- @include fill(
8249
- $kendo-component-text,
8250
- $kendo-component-bg,
8251
- $kendo-component-border
8252
- );
8253
- padding: 0;
8254
- border-width: 1px;
8255
- border-style: solid;
8256
- box-sizing: border-box;
8257
-
8258
- > .k-header {
8259
- @include border-top-radius( k-border-radius(md) );
8260
- @include fill(
8261
- $kendo-component-header-text,
8262
- $kendo-component-header-bg,
8263
- $kendo-component-header-border,
8264
- $kendo-component-header-gradient
8265
- );
8266
- padding-inline: k-spacing(2);
8267
- padding-block: k-spacing(1);
8268
- }
8269
- > .k-content {
8270
- padding-inline: k-spacing(2);
8271
- padding-block: k-spacing(1);
8272
- }
8273
- }
8274
- .k-content {
8275
- @include fill(
8276
- $kendo-component-text,
8277
- $kendo-component-bg,
8278
- $kendo-component-border
8279
- );
8280
- }
8281
-
8282
- }
8283
-
8284
-
8285
- @include exports( "common/disabled" ) {
8286
-
8287
- // Disabled state
8288
- .k-disabled,
8289
- .k-widget[disabled] {
8290
- @include disabled( $kendo-disabled-styling );
8291
-
8292
-
8293
- .k-link {
8294
- cursor: default;
8295
- outline: 0;
8296
- }
8297
-
8298
-
8299
- // Nested disabled
8300
- [disabled],
8301
- .k-disabled {
8302
- opacity: 1;
8303
- filter: grayscale(0);
8304
- }
8305
- }
8306
-
8307
- }
8308
-
8309
-
8310
- @include exports( "common/misc/hr" ) {
8311
-
8312
- .k-hr {
8313
- margin: k-spacing(4) auto;
8314
- padding: 0;
8315
- height: 0;
8316
- border-width: 1px 0 0;
8317
- border-style: solid;
8318
- border-color: $kendo-component-border;
8319
- display: block;
8320
- float: none;
8321
- clear: both;
8322
- }
8323
-
8324
- // Horizontal rule
8325
- .k-d-flex-row > .k-hr {
8326
- margin: 0;
8327
- width: 0;
8328
- height: auto;
8329
- border-width: 0 0 0 1px;
8330
- flex: 0 0 auto;
8331
- }
8332
-
8333
- // Vertical rule
8334
- .k-d-flex-col > .k-hr {
8335
- margin: 0;
8336
- flex: 0 0 auto;
8337
- }
8338
-
8339
- }
8340
-
8341
-
8342
- @include exports( "common/misc/dirty" ) {
8343
-
8344
- // Dirty indicator
8345
- .k-dirty {
8346
- margin: 0;
8347
- padding: 0;
8348
- width: 0;
8349
- height: 0;
8350
- border-width: 3px;
8351
- border-style: solid;
8352
- border-color: $kendo-color-error $kendo-color-error transparent transparent;
8353
- position: absolute;
8354
- top: 0;
8355
- right: 0;
8356
- }
8357
-
8358
- [dir="rtl"],
8359
- .k-rtl {
8360
- .k-dirty {
8361
- border-color: transparent transparent $kendo-color-error $kendo-color-error;
8362
- right: auto;
8363
- left: 0;
8364
- }
8365
- }
8366
-
8367
- }
8368
-
8369
- // #endregion
8370
-
8371
- // #endregion
8372
- // #region @import "./_animations.scss"; -> scss/common/_animations.scss
8373
- // #region @import "@progress/kendo-theme-default/scss/common/_animations.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/common/_animations.scss
8374
- @include exports("animation/container") {
8375
-
8376
- .k-animation-container {
8377
- position: absolute;
8378
- overflow: hidden;
8379
- z-index: 100;
8380
-
8381
- &-fixed {
8382
- position: fixed;
8383
- }
8384
-
8385
- &-relative {
8386
- position: relative;
8387
- display: inline-block;
8388
- }
8389
- }
8390
-
8391
- }
8392
-
8393
-
8394
- @include exports("animation/effect") {
7794
+ // #region @import "./_animations.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_animations.scss
7795
+ @mixin kendo-core--styles--animations() {
8395
7796
 
7797
+ // Animations
8396
7798
  .k-push-right {
8397
7799
  &-enter,
8398
7800
  &-appear {
@@ -8748,10 +8150,9 @@ $kendo-zindex-loading: 100 !default;
8748
8150
  transition: max-width 300ms ease-in-out;
8749
8151
  }
8750
8152
  }
8751
- }
8752
8153
 
8753
8154
 
8754
- @include exports("animation/fx") {
8155
+ // FX
8755
8156
  $fx-duration: 350ms;
8756
8157
 
8757
8158
  .k-fx-end .k-fx-next,
@@ -9082,57 +8483,356 @@ $kendo-zindex-loading: 100 !default;
9082
8483
  }
9083
8484
  }
9084
8485
  }
8486
+
9085
8487
  }
9086
8488
 
9087
8489
  // #endregion
8490
+ // #region @import "./_asp-fallback.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_asp-fallback.scss
8491
+ @mixin kendo-core--styles--asp-fallback() {
8492
+
8493
+ .k-theme-test-class,
8494
+ .k-common-test-class {
8495
+ opacity: 0;
8496
+ }
8497
+
8498
+ }
9088
8499
 
9089
8500
  // #endregion
9090
- // #region @import "./_indicators.scss"; -> scss/common/_indicators.scss
9091
- // #region @import "@progress/kendo-theme-default/scss/common/_indicators.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/common/_indicators.scss
9092
- @include exports( "common/indicators/current-time" ) {
8501
+ // #region @import "./_layout.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_layout.scss
8502
+ @mixin kendo-core--styles--layout() {
8503
+ // Basic layout
8504
+ .k-hstack {
8505
+ display: flex;
8506
+ flex-flow: row nowrap;
8507
+ }
8508
+ .k-vstack {
8509
+ display: flex;
8510
+ flex-flow: column nowrap;
8511
+ }
9093
8512
 
9094
- $kendo-current-time-color: #ff0000 !default;
8513
+ // Spacer
8514
+ .k-spacer {
8515
+ flex: 1 1 auto;
8516
+ }
8517
+ .k-spacer-sized {
8518
+ flex: none;
8519
+ }
9095
8520
 
9096
- // Layout
9097
- .k-current-time {
9098
- position: absolute;
9099
8521
 
9100
- &.k-current-time-arrow-left,
9101
- &.k-current-time-arrow-right,
9102
- &.k-current-time-arrow-down {
9103
- width: 0;
9104
- height: 0;
9105
- background: transparent;
9106
- border: 4px solid transparent;
9107
- }
8522
+ // Float wrap
8523
+ .k-float-wrap::after {
8524
+ content: "";
8525
+ display: block;
8526
+ clear: both;
9108
8527
  }
9109
8528
 
9110
8529
 
9111
- // Theme
9112
- .k-current-time {
9113
- background: $kendo-current-time-color;
8530
+ // Stack layout
8531
+ .k-stack-layout {}
9114
8532
 
9115
- &.k-current-time-arrow-left {
9116
- border-right-color: $kendo-current-time-color;
8533
+
8534
+ // Flex layout
8535
+ .k-flex-layout {
8536
+ display: flex;
8537
+ }
8538
+
8539
+
8540
+ // Grid layout
8541
+ .k-grid-layout {
8542
+ display: grid;
8543
+ }
8544
+
8545
+
8546
+ // Separator
8547
+ .k-separator {
8548
+ width: auto;
8549
+ height: 0;
8550
+ border-width: 1px 0 0;
8551
+ border-style: solid;
8552
+ border-color: inherit;
8553
+ display: block;
8554
+ flex-grow: 0 !important; // stylelint-disable-line declaration-no-important
8555
+ flex-shrink: 0 !important; // stylelint-disable-line declaration-no-important
8556
+ align-self: stretch;
8557
+ }
8558
+ .k-separator-horizontal,
8559
+ .k-vstack > .k-separator {
8560
+ width: auto;
8561
+ height: 0;
8562
+ border-width: 1px 0 0;
8563
+ }
8564
+ .k-separator-vertical,
8565
+ .k-hstack > .k-separator {
8566
+ width: 0;
8567
+ height: auto;
8568
+ border-width: 0 0 0 1px;
8569
+ }
8570
+
8571
+ hr.k-separator {
8572
+ margin: 0;
8573
+ padding: 0;
8574
+ }
8575
+
8576
+
8577
+ // Hidden
8578
+ .k-hidden {
8579
+ display: none !important; // stylelint-disable-line declaration-no-important
8580
+ }
8581
+
8582
+
8583
+ // RTL
8584
+ .k-rtl {
8585
+ direction: rtl;
8586
+ }
8587
+
8588
+
8589
+ // Legacy aliases
8590
+ .k-hbox { @extend .k-hstack !optional; }
8591
+ .k-vbox { @extend .k-vstack !optional; }
8592
+ .k-floatwrap { @extend .k-float-wrap !optional; }
8593
+ .k-flex { @extend .k-spacer !optional; }
8594
+
8595
+ }
8596
+
8597
+ // #endregion
8598
+ // #region @import "./_normalize.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_normalize.scss
8599
+ @mixin kendo-core--styles--normalize() {
8600
+
8601
+ // Hidden attribute
8602
+ [hidden] {
8603
+ display: none !important; // stylelint-disable-line declaration-no-important
8604
+ }
8605
+
8606
+
8607
+ // Hide script tags
8608
+ // see https://github.com/telerik/kendo-themes/issues/2360
8609
+ script {
8610
+ display: none !important; // stylelint-disable-line declaration-no-important
8611
+ }
8612
+
8613
+ }
8614
+
8615
+ // #endregion
8616
+ // #region @import "./_base.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_base.scss
8617
+ @mixin kendo-core--styles--base() {
8618
+
8619
+ // Disabled state
8620
+ .k-disabled,
8621
+ .k-widget[disabled],
8622
+ .k-disabled {
8623
+ @include disabled(
8624
+ $color: var( --kendo-disabled-text, #{$kendo-disabled-text}),
8625
+ $bg: var( --kendo-disabled-bg, #{$kendo-disabled-bg}),
8626
+ $border: var( --kendo-disabled-border, #{$kendo-disabled-border}),
8627
+ $opacity: var( --kendo-disabled-opacity, #{$kendo-disabled-opacity}),
8628
+ $filter: var( --kendo-disabled-filter, #{$kendo-disabled-filter})
8629
+ );
8630
+
8631
+ .k-link {
8632
+ cursor: default;
8633
+ outline: 0;
9117
8634
  }
9118
8635
 
9119
- &.k-current-time-arrow-right {
9120
- border-left-color: $kendo-current-time-color;
8636
+ // Nested disabled
8637
+ [disabled],
8638
+ .k-disabled {
8639
+ @if $kendo-nested-disabled {
8640
+ --kendo-disabled-opacity: 1;
8641
+ --kendo-disabled-filter: grayscale(0);
8642
+ }
9121
8643
  }
8644
+ }
9122
8645
 
9123
- &.k-current-time-arrow-down {
9124
- border-top-color: $kendo-current-time-color;
8646
+ // Horizontal line
8647
+ .k-hr {
8648
+ margin-block: k-spacing(4);
8649
+ padding: 0;
8650
+ height: 0;
8651
+ border-width: 1px 0 0;
8652
+ border-style: solid;
8653
+ border-color: var( --kendo-component-border, #{$kendo-component-border} );
8654
+ display: block;
8655
+ float: none;
8656
+ clear: both;
8657
+ }
8658
+
8659
+ // Horizontal rule
8660
+ .k-d-flex-row > .k-hr {
8661
+ margin: 0;
8662
+ width: 0;
8663
+ height: auto;
8664
+ border-width: 0 0 0 1px;
8665
+ flex: 0 0 auto;
8666
+ }
8667
+
8668
+ // Vertical rule
8669
+ .k-d-flex-col > .k-hr {
8670
+ margin: 0;
8671
+ flex: 0 0 auto;
8672
+ }
8673
+
8674
+ .k-sprite {
8675
+ display: inline-block;
8676
+ width: 1rem;
8677
+ height: 1rem;
8678
+ overflow: hidden;
8679
+ background-repeat: no-repeat;
8680
+ font-size: 0;
8681
+ line-height: 0;
8682
+ text-align: center;
8683
+ }
8684
+
8685
+ .k-image {
8686
+ display: inline-block;
8687
+ }
8688
+
8689
+ // Layout
8690
+ .k-reset {
8691
+ margin: 0;
8692
+ padding: 0;
8693
+ border-width: 0;
8694
+ outline: 0;
8695
+ text-decoration: none;
8696
+ font: inherit;
8697
+ list-style: none;
8698
+ }
8699
+
8700
+ kendo-sortable {
8701
+ display: block;
8702
+ }
8703
+
8704
+
8705
+ // Links
8706
+ .k-link,
8707
+ .k-link:hover {
8708
+ color: inherit;
8709
+ text-decoration: none;
8710
+ outline: 0;
8711
+ cursor: pointer;
8712
+ }
8713
+
8714
+ // Outline
8715
+ .k-content {
8716
+ outline: 0;
8717
+ }
8718
+
8719
+ // Centering
8720
+ .k-centered {
8721
+ position: absolute;
8722
+ top: 50%;
8723
+ left: 50%;
8724
+ transform: translate(-50%, -50%);
8725
+ }
8726
+
8727
+ // Disable mouse events
8728
+ .k-no-click {
8729
+ pointer-events: none;
8730
+ }
8731
+
8732
+ // Off-screen container used during PDF export
8733
+ .k-pdf-export-shadow {
8734
+ position: absolute;
8735
+ overflow: hidden;
8736
+ left: -15000px;
8737
+ width: 14400px;
8738
+ }
8739
+
8740
+ // PDF export icons fix
8741
+ .kendo-pdf-hide-pseudo-elements::before,
8742
+ .kendo-pdf-hide-pseudo-elements::after {
8743
+ display: none !important; // stylelint-disable-line declaration-no-important
8744
+ }
8745
+
8746
+ // Dirty indicator
8747
+ .k-dirty {
8748
+ margin: 0;
8749
+ padding: 0;
8750
+ width: 0;
8751
+ height: 0;
8752
+ border-width: 3px;
8753
+ border-style: solid;
8754
+ border-block-start-color: currentColor;
8755
+ border-block-end-color: transparent;
8756
+ border-inline-start-color: transparent;
8757
+ border-inline-end-color: currentColor;
8758
+ position: absolute;
8759
+ inset-block-start: 0;
8760
+ inset-inline-end: 0;
8761
+ }
8762
+ }
8763
+
8764
+ // #endregion
8765
+ // #region @import "./_selection.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_selection.scss
8766
+ @mixin kendo-core--styles--selection() {
8767
+
8768
+ // Marquee
8769
+ .k-marquee {
8770
+ position: absolute;
8771
+ z-index: 100000;
8772
+ }
8773
+
8774
+ .k-marquee-color,
8775
+ .k-marquee-text {
8776
+ position: absolute;
8777
+ top: 0;
8778
+ left: 0;
8779
+ width: 100%;
8780
+ height: 100%;
8781
+ }
8782
+
8783
+ .k-marquee-color {
8784
+ color: k-get-theme-color-var( neutral-160, #{$kendo-selected-text} );
8785
+ background-color: k-get-theme-color-var( primary-60, #{$kendo-selected-bg} );
8786
+ border-color: k-get-theme-color-var( primary-100, #{$kendo-selected-border} );
8787
+ opacity: .6;
8788
+ }
8789
+ .k-marquee-text {
8790
+ color: k-get-theme-color-var( neutral-160, #{$kendo-selected-text} );
8791
+ }
8792
+
8793
+ // Text selection
8794
+ .k-text-selection {
8795
+ ::selection {
8796
+ background-color: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ));
8797
+ color: if($kendo-enable-color-system, k-color( on-primary ), $kendo-selected-text);
9125
8798
  }
9126
8799
  }
9127
8800
 
9128
8801
  }
9129
8802
 
9130
8803
  // #endregion
8804
+ // #region @import "./_scrollbar.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_scrollbar.scss
8805
+ @mixin kendo-core--styles--scrollbar() {
8806
+
8807
+ // virtual scrollbar
8808
+ .k-scrollbar {
8809
+ position: absolute;
8810
+ overflow: scroll;
8811
+ }
8812
+
8813
+ .k-scrollbar-vertical {
8814
+ top: 0;
8815
+ right: 0;
8816
+ width: 17px; // scrollbar width
8817
+ height: 100%;
8818
+ overflow-x: hidden;
8819
+ }
8820
+
8821
+ .k-touch-scrollbar {
8822
+ display: none;
8823
+ position: absolute;
8824
+ z-index: 200000;
8825
+ height: 8px;
8826
+ width: 8px;
8827
+ border: 1px solid #8a8a8a;
8828
+ background-color: #858585;
8829
+ }
8830
+
8831
+ }
9131
8832
 
9132
8833
  // #endregion
9133
- // #region @import "./_resizing.scss"; -> scss/common/_resizing.scss
9134
- // #region @import "@progress/kendo-theme-default/scss/common/_resizing.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/common/_resizing.scss
9135
- @include exports( "common/resizing" ) {
8834
+ // #region @import "./_resizing.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_resizing.scss
8835
+ @mixin kendo-core--styles--resizing() {
9136
8836
 
9137
8837
  // Resize handle
9138
8838
  .k-resize-handle,
@@ -9220,7 +8920,7 @@ $kendo-zindex-loading: 100 !default;
9220
8920
  cursor: col-resize;
9221
8921
  }
9222
8922
 
9223
-
8923
+ // Resize hint
9224
8924
  .k-resize-hint {
9225
8925
  display: flex;
9226
8926
  flex-direction: column;
@@ -9258,44 +8958,235 @@ $kendo-zindex-loading: 100 !default;
9258
8958
  }
9259
8959
 
9260
8960
  // #endregion
8961
+ // #region @import "./_colors.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_colors.scss
8962
+ @mixin kendo-core--styles--colors() {
8963
+ @if ($kendo-enable-color-system) {
8964
+ @include color-system--styles();
8965
+ }
8966
+ }
9261
8967
 
9262
8968
  // #endregion
9263
- // #region @import "./_scrollbar.scss"; -> scss/common/_scrollbar.scss
9264
- // #region @import "@progress/kendo-theme-default/scss/common/_scrollbar.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/common/_scrollbar.scss
9265
- @include exports( "common/scrollbar" ) {
9266
8969
 
9267
- // virtual scrollbar
9268
- .k-scrollbar {
9269
- position: absolute;
9270
- overflow: scroll;
9271
- }
8970
+ @mixin kendo-core--styles() {
8971
+ @include kendo-core--styles--colors();
8972
+ @include kendo-core--styles--accessibility();
8973
+ @include kendo-core--styles--animations();
8974
+ @include kendo-core--styles--asp-fallback();
8975
+ @include kendo-core--styles--layout();
8976
+ @include kendo-core--styles--normalize();
8977
+ @include kendo-core--styles--base();
8978
+ @include kendo-core--styles--selection();
8979
+ @include kendo-core--styles--scrollbar();
8980
+ @include kendo-core--styles--resizing();
8981
+ }
9272
8982
 
9273
- .k-scrollbar-vertical {
9274
- top: 0;
9275
- right: 0;
9276
- width: 17px; // scrollbar width
9277
- height: 100%;
9278
- overflow-x: hidden;
9279
- }
8983
+ // #endregion
8984
+ // #region @import "./elevation/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/elevation/index.import.scss
8985
+ // #region @import "../functions/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
8986
+ // File already imported_once. Skipping output.
8987
+ // #endregion
9280
8988
 
9281
- .k-touch-scrollbar {
9282
- display: none;
9283
- position: absolute;
9284
- z-index: 200000;
9285
- height: 8px;
9286
- width: 8px;
9287
- border: 1px solid #8a8a8a;
9288
- background-color: #858585;
8989
+ $_default-elevation: (
8990
+ 1: (
8991
+ 0 2px 3px rgba(0, 0, 0, .04),
8992
+ 0 4px 16px rgba(0, 0, 0, .12)
8993
+ ),
8994
+ 2: (
8995
+ 0 4px 6px rgba(0, 0, 0, .06),
8996
+ 0 4px 16px rgba(0, 0, 0, .12)
8997
+ ),
8998
+ 3: (
8999
+ 0 6px 8px rgba(0, 0, 0, .08),
9000
+ 0 4px 16px rgba(0, 0, 0, .12)
9001
+ ),
9002
+ 4: (
9003
+ 0 8px 10px rgba(0, 0, 0, .12),
9004
+ 0 4px 16px rgba(0, 0, 0, .12)
9005
+ ),
9006
+ 5: (
9007
+ 0 10px 12px rgba(0, 0, 0, .16),
9008
+ 0 4px 16px rgba(0, 0, 0, .12)
9009
+ ),
9010
+ 6: (
9011
+ 0 12px 14px rgba(0, 0, 0, .2),
9012
+ 0 4px 16px rgba(0, 0, 0, .12)
9013
+ ),
9014
+ 7: (
9015
+ 0 14px 16px rgba(0, 0, 0, .24),
9016
+ 0 4px 16px rgba(0, 0, 0, .12)
9017
+ ),
9018
+ 8: (
9019
+ 0 16px 18px rgba(0, 0, 0, .28),
9020
+ 0 4px 16px rgba(0, 0, 0, .12)
9021
+ ),
9022
+ 9: (
9023
+ 0 32px 34px rgba(0, 0, 0, .32),
9024
+ 0 4px 16px rgba(0, 0, 0, .12)
9025
+ )
9026
+ ) !default;
9027
+
9028
+ /// The global default Elevation map.
9029
+ /// @group elevation
9030
+ $kendo-elevation: $_default-elevation !default;
9031
+
9032
+ $kendo-elevation: k-map-merge($_default-elevation, $kendo-elevation);
9033
+
9034
+ @function k-shadow-filter($shadow) {
9035
+ $result: '';
9036
+ @each $value in $shadow {
9037
+ $result: $result + "drop-shadow(" + $value + ") ";
9289
9038
  }
9039
+ @return #{$result};
9040
+ }
9041
+
9042
+ @function k-elevation($level) {
9043
+ @return var(--kendo-elevation-#{$level}, k-map-get($kendo-elevation, $level));
9044
+ }
9290
9045
 
9046
+
9047
+ @mixin kendo-elevation--styles() {
9048
+ :root {
9049
+ @each $level, $shadow in $kendo-elevation {
9050
+ --kendo-elevation-#{$level}: #{$shadow};
9051
+ }
9052
+ }
9291
9053
  }
9292
9054
 
9293
9055
  // #endregion
9056
+ // #region @import "./typography/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/typography/index.import.scss
9057
+ // File already imported_once. Skipping output.
9058
+ // #endregion
9059
+ // #region @import "./spacing/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/spacing/index.import.scss
9060
+ // File already imported_once. Skipping output.
9061
+ // #endregion
9062
+ // #region @import "./border-radii/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/border-radii/index.import.scss
9063
+ // File already imported_once. Skipping output.
9064
+ // #endregion
9065
+ // #region @import "./_variables.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/_variables.scss
9066
+ // #region @import "./functions/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
9067
+ // File already imported_once. Skipping output.
9068
+ // #endregion
9069
+
9070
+ // Options
9071
+ $kendo-enable-shadows: true !default;
9072
+ $kendo-enable-rounded: true !default;
9073
+ $kendo-enable-gradients: true !default;
9074
+ $kendo-enable-transitions: true !default;
9075
+ $kendo-nested-disabled: false !default;
9076
+
9077
+ // Equilateral triangle variables
9078
+ // stylelint-disable number-max-precision
9079
+ $equilateral-index: 1.7320508076 !default;
9080
+ $equilateral-height: 0.8660254038 !default;
9081
+ // stylelint-enable number-max-precision
9294
9082
 
9295
9083
  // #endregion
9296
9084
 
9297
9085
  // #endregion
9298
9086
 
9087
+ // Backward compatibility
9088
+ // #region @import "./color-system/_swatch-legacy.scss"; -> scss/core/color-system/_swatch-legacy.scss
9089
+ @if ($kendo-enable-color-system) {
9090
+ $input-bg: k-color( surface-alt );
9091
+ $input-color: k-color( on-app-surface );
9092
+ $input-border-color: k-color( border-alt );
9093
+ $input-placeholder-color: k-color( subtle );
9094
+ $input-focus-bg: k-color( surface-alt );
9095
+ $input-focus-color: k-color( on-app-surface );
9096
+ $input-focus-border-color: k-color( primary-emphasis );
9097
+ $input-focus-box-shadow: 0 0 0 .25rem color-mix(in srgb, k-color( primary ) 25%, transparent);
9098
+ $kendo-color-primary: k-color( primary );
9099
+ $kendo-color-primary-contrast: k-color( on-primary );
9100
+ $kendo-color-secondary: k-color( secondary );
9101
+ $kendo-color-tertiary: k-color( tertiary );
9102
+ $kendo-color-info: k-color( info );
9103
+ $kendo-color-success: k-color( success );
9104
+ $kendo-color-warning: k-color( warning );
9105
+ $kendo-color-error: k-color( error );
9106
+ $kendo-color-dark: k-color( dark );
9107
+ $kendo-color-light: k-color( light );
9108
+ $kendo-color-inverse: $kendo-color-dark;
9109
+ $kendo-body-bg: k-color( app-surface );
9110
+ $kendo-body-text: k-color( on-app-surface );
9111
+ $kendo-subtle-text: k-color( subtle );
9112
+ $kendo-app-bg: k-color( surface );
9113
+ $kendo-app-text: $kendo-body-text;
9114
+ $kendo-app-border: k-color( border );
9115
+ $kendo-link-text: $kendo-color-primary;
9116
+ $kendo-link-hover-text: k-color( primary-hover );
9117
+ $kendo-component-bg: k-color( surface-alt );
9118
+ $kendo-component-text: $kendo-body-text;
9119
+ $kendo-component-border: $kendo-app-border;
9120
+ $kendo-base-bg: k-color( surface );
9121
+ $kendo-base-text: $kendo-body-text;
9122
+ $kendo-base-border: $kendo-app-border;
9123
+ $kendo-base-gradient: null;
9124
+ $kendo-hover-bg: k-color( base-subtle-hover );
9125
+ $kendo-hover-text: $kendo-base-text;
9126
+ $kendo-hover-border: $kendo-base-border;
9127
+ $kendo-hover-gradient: null;
9128
+ $kendo-selected-bg: $kendo-color-primary;
9129
+ $kendo-selected-text: $kendo-color-primary-contrast;
9130
+ $kendo-selected-border: k-color( primary );
9131
+ $kendo-selected-gradient: $kendo-base-gradient;
9132
+ $kendo-selected-hover-bg: k-color( primary-hover );
9133
+ $kendo-selected-hover-text: $kendo-selected-text;
9134
+ $kendo-selected-hover-border: $kendo-base-border;
9135
+ $kendo-selected-hover-gradient: $kendo-base-gradient;
9136
+ $kendo-disabled-text: null;
9137
+ $kendo-disabled-bg: null;
9138
+ $kendo-disabled-border: null;
9139
+ $kendo-disabled-opacity: .65;
9140
+ $kendo-disabled-filter: grayscale(.1);
9141
+ $kendo-component-header-bg: $kendo-base-bg;
9142
+ $kendo-component-header-text: $kendo-component-text;
9143
+ $kendo-component-header-border: $kendo-component-border;
9144
+ $kendo-component-header-gradient: null;
9145
+ $kendo-invalid-bg: null;
9146
+ $kendo-invalid-text: $kendo-color-error;
9147
+ $kendo-invalid-border: $kendo-color-error;
9148
+ $kendo-invalid-shadow: 0 0 0 .25rem color-mix(in srgb, k-color( error ) 25%, transparent);
9149
+
9150
+ $kendo-theme-colors: (
9151
+ "primary": $kendo-color-primary,
9152
+ "secondary": $kendo-color-secondary,
9153
+ "tertiary": $kendo-color-tertiary,
9154
+ "info": $kendo-color-info,
9155
+ "success": $kendo-color-success,
9156
+ "warning": $kendo-color-warning,
9157
+ "error": $kendo-color-error,
9158
+ "dark": $kendo-color-dark,
9159
+ "light": $kendo-color-light,
9160
+ "inverse": $kendo-color-inverse,
9161
+ );
9162
+
9163
+ $kendo-disabled-styling: (
9164
+ bg: $kendo-disabled-bg,
9165
+ color: $kendo-disabled-text,
9166
+ border: $kendo-disabled-border,
9167
+ opacity: $kendo-disabled-opacity,
9168
+ filter: $kendo-disabled-filter
9169
+ );
9170
+ }
9171
+
9172
+ // #endregion
9173
+
9174
+ // Expose
9175
+ @include exports("kendo-core-styles") {
9176
+ @include kendo-core--styles();
9177
+
9178
+ // Elevation System
9179
+ @include kendo-elevation--styles();
9180
+ // Typography
9181
+ @include kendo-core--typography--styles();
9182
+ // Spacing
9183
+ @include kendo-spacing--styles();
9184
+ // Radii
9185
+ @include kendo-border-radius--styles();
9186
+ }
9187
+
9188
+ // #endregion
9189
+
9299
9190
 
9300
9191
  // Typography and utils
9301
9192
  // #region @import "./typography/_index.scss"; -> scss/typography/_index.scss
@@ -18014,9 +17905,6 @@ $_kendo-module-meta: (
18014
17905
 
18015
17906
 
18016
17907
  // Dependencies
18017
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
18018
- // File already imported_once. Skipping output.
18019
- // #endregion
18020
17908
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
18021
17909
  // File already imported_once. Skipping output.
18022
17910
  // #endregion
@@ -18401,9 +18289,6 @@ $_kendo-module-meta: (
18401
18289
 
18402
18290
 
18403
18291
  // Dependencies
18404
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
18405
- // File already imported_once. Skipping output.
18406
- // #endregion
18407
18292
  // #region @import "../checkbox/_index.scss"; -> scss/checkbox/_index.scss
18408
18293
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
18409
18294
  // File already imported_once. Skipping output.
@@ -18949,7 +18834,7 @@ $kendo-checkbox-ripple-opacity: .25 !default;
18949
18834
  // Disabled state
18950
18835
  .k-checkbox:disabled,
18951
18836
  .k-checkbox.k-disabled {
18952
- @include disabled( $kendo-disabled-styling );
18837
+ @include disabled( $kendo-disabled-styling... );
18953
18838
  }
18954
18839
 
18955
18840
 
@@ -19692,9 +19577,6 @@ $_kendo-module-meta: (
19692
19577
 
19693
19578
 
19694
19579
  // Dependencies
19695
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
19696
- // File already imported_once. Skipping output.
19697
- // #endregion
19698
19580
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
19699
19581
  // File already imported_once. Skipping output.
19700
19582
  // #endregion
@@ -20098,9 +19980,6 @@ $_kendo-module-meta: (
20098
19980
 
20099
19981
 
20100
19982
  // Dependencies
20101
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
20102
- // File already imported_once. Skipping output.
20103
- // #endregion
20104
19983
 
20105
19984
 
20106
19985
  // Component
@@ -20150,6 +20029,31 @@ $kendo-popup-shadow: k-elevation(4) !default;
20150
20029
  // #region @import "@progress/kendo-theme-default/scss/popup/_layout.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/popup/_layout.scss
20151
20030
  @mixin kendo-popup--layout-base() {
20152
20031
 
20032
+ // Animation Container
20033
+ .k-animation-container {
20034
+ position: absolute;
20035
+ overflow: hidden;
20036
+ z-index: 100;
20037
+
20038
+ &-fixed {
20039
+ position: fixed;
20040
+ }
20041
+
20042
+ &-relative {
20043
+ position: relative;
20044
+ display: inline-block;
20045
+ }
20046
+ }
20047
+
20048
+ .k-animation-container {
20049
+ @include border-bottom-radius-only( $kendo-border-radius-md );
20050
+ }
20051
+
20052
+ .k-animation-container-shown {
20053
+ overflow: visible;
20054
+ }
20055
+
20056
+ // Popup
20153
20057
  .k-popup {
20154
20058
  @include border-radius( $kendo-popup-border-radius );
20155
20059
  margin: 0;
@@ -20169,13 +20073,6 @@ $kendo-popup-shadow: k-elevation(4) !default;
20169
20073
  outline: none;
20170
20074
  }
20171
20075
  }
20172
- .k-animation-container {
20173
- @include border-bottom-radius-only( k-border-radius(md) );
20174
- }
20175
-
20176
- .k-animation-container-shown {
20177
- overflow: visible;
20178
- }
20179
20076
 
20180
20077
  .k-popup > .k-colorpalette {
20181
20078
  padding-block: $kendo-popup-content-padding-y;
@@ -20200,7 +20097,6 @@ $kendo-popup-shadow: k-elevation(4) !default;
20200
20097
  border-width: 0;
20201
20098
  }
20202
20099
 
20203
-
20204
20100
  // Legacy shadow
20205
20101
  .k-shadow {
20206
20102
  box-shadow: $kendo-popup-shadow;
@@ -20298,9 +20194,6 @@ $_kendo-module-meta: (
20298
20194
 
20299
20195
 
20300
20196
  // Dependencies
20301
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
20302
- // File already imported_once. Skipping output.
20303
- // #endregion
20304
20197
 
20305
20198
 
20306
20199
  // Component
@@ -20435,9 +20328,6 @@ $_kendo-module-meta: (
20435
20328
 
20436
20329
 
20437
20330
  // Dependencies
20438
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
20439
- // File already imported_once. Skipping output.
20440
- // #endregion
20441
20331
 
20442
20332
 
20443
20333
  // Component
@@ -21165,9 +21055,6 @@ $_kendo-module-meta: (
21165
21055
 
21166
21056
 
21167
21057
  // Dependencies
21168
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
21169
- // File already imported_once. Skipping output.
21170
- // #endregion
21171
21058
 
21172
21059
 
21173
21060
  // Component
@@ -22766,9 +22653,6 @@ $_kendo-module-meta: (
22766
22653
 
22767
22654
 
22768
22655
  // Dependencies
22769
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
22770
- // File already imported_once. Skipping output.
22771
- // #endregion
22772
22656
  // #region @import "../overlay/_index.scss"; -> scss/overlay/_index.scss
22773
22657
  // File already imported_once. Skipping output.
22774
22658
  // #endregion
@@ -22902,6 +22786,9 @@ $kendo-loading-text: currentColor !default;
22902
22786
  /// The opacity of the Loading indicator.
22903
22787
  /// @group loading
22904
22788
  $kendo-loading-opacity: .3 !default;
22789
+ /// The z-index of the Loading indicator.
22790
+ /// @group loading
22791
+ $kendo-zindex-loading: 100 !default;
22905
22792
 
22906
22793
  // #endregion
22907
22794
  // #region @import "./_layout.scss"; -> scss/loader/_layout.scss
@@ -23352,8 +23239,11 @@ $kendo-loading-opacity: .3 !default;
23352
23239
  }
23353
23240
  }
23354
23241
 
23242
+ }
23355
23243
 
23356
-
23244
+ // Legacy implementation of the loading icon inside inputs and pickers
23245
+ // Replace with loader component
23246
+ @mixin kendo-loading--layout-base() {
23357
23247
 
23358
23248
  // Loading mask
23359
23249
  .k-loading-mask,
@@ -23399,11 +23289,93 @@ $kendo-loading-opacity: .3 !default;
23399
23289
  opacity: $kendo-loading-opacity;
23400
23290
  }
23401
23291
 
23402
- }
23292
+ // Loading indicator
23293
+ .k-i-loading {
23294
+ width: 1em;
23295
+ height: 1em;
23296
+ line-height: 1;
23297
+ display: inline-flex;
23298
+ flex-flow: row nowrap;
23299
+ align-items: center;
23300
+ justify-content: center;
23301
+ vertical-align: middle;
23302
+ position: relative;
23303
+ background-color: transparent;
23304
+ box-sizing: border-box;
23305
+ color: $kendo-loading-text;
23306
+
23307
+ &::before,
23308
+ &::after {
23309
+ box-sizing: border-box;
23310
+ }
23311
+ }
23312
+
23313
+ .k-i-loading::before,
23314
+ .k-i-loading::after,
23315
+ .k-loading-image::before,
23316
+ .k-loading-image::after {
23317
+ position: absolute;
23318
+ top: 50%;
23319
+ left: 50%;
23320
+ display: inline-block;
23321
+ content: "";
23322
+ box-sizing: inherit;
23323
+ border-radius: 50%;
23324
+ border-width: .05em;
23325
+ border-style: solid;
23326
+ border-color: currentColor;
23327
+ border-top-color: transparent;
23328
+ border-bottom-color: transparent;
23329
+ background-color: transparent;
23330
+ }
23331
+
23332
+ .k-icon.k-i-loading::before,
23333
+ .k-icon.k-i-loading::after {
23334
+ content: "";
23335
+ }
23336
+
23337
+ .k-i-loading::before,
23338
+ .k-loading-image::before {
23339
+ margin-top: -.5em;
23340
+ margin-left: -.5em;
23341
+ width: 1em;
23342
+ height: 1em;
23343
+ animation: k-loading-animation .7s linear infinite;
23344
+ }
23345
+
23346
+ .k-i-loading::after,
23347
+ .k-loading-image::after {
23348
+ margin-top: -.25em;
23349
+ margin-left: -.25em;
23350
+ width: .5em;
23351
+ height: .5em;
23352
+ animation: k-loading-animation reverse 1.4s linear infinite;
23353
+ }
23354
+
23355
+ .k-loading-image::before,
23356
+ .k-loading-image::after {
23357
+ content: "";
23358
+ // See https://github.com/telerik/kendo-themes/issues/1925
23359
+ border-width: 1px; // TODO: Remove once we drop IE support
23360
+ border-width: clamp( .015em, 1px, 1px );
23361
+ font-size: 4em;
23362
+ }
23403
23363
 
23364
+ // Loading animation
23365
+ @keyframes k-loading-animation {
23366
+ 0% {
23367
+ transform: rotate(0deg);
23368
+ }
23369
+ 100% {
23370
+ transform: rotate(360deg);
23371
+ }
23372
+ }
23373
+
23374
+ }
23404
23375
 
23405
23376
  @mixin kendo-loader--layout() {
23406
23377
  @include kendo-loader--layout-base();
23378
+ @include kendo-loading--layout-base();
23407
23379
  }
23408
23380
 
23409
23381
  // #endregion
@@ -23412,6 +23384,7 @@ $kendo-loading-opacity: .3 !default;
23412
23384
  @mixin kendo-loader--layout() {
23413
23385
 
23414
23386
  @include kendo-loader--layout-base();
23387
+ @include kendo-loading--layout-base();
23415
23388
 
23416
23389
  .k-i-loading,
23417
23390
  .k-loading-image {
@@ -23708,6 +23681,117 @@ $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
23708
23681
  @include kendo-skeleton--styles();
23709
23682
  }
23710
23683
 
23684
+ // #endregion
23685
+ // #region @import "./time-marker/_index.scss"; -> scss/time-marker/_index.scss
23686
+ // #region @import "../core/_index.scss"; -> scss/core/_index.scss
23687
+ // File already imported_once. Skipping output.
23688
+ // #endregion
23689
+
23690
+
23691
+ // Module meta
23692
+ $_kendo-module-meta: (
23693
+ name: "time-marker",
23694
+ dependencies: ()
23695
+ );
23696
+
23697
+ // Dependencies
23698
+
23699
+
23700
+ // Component
23701
+ // #region @import "./_variables.scss"; -> scss/time-marker/_variables.scss
23702
+ /// The border width of the current time indicator.
23703
+ /// @group time-marker
23704
+ $kendo-current-time-width: 1px !default;
23705
+ /// The color of the current time indicator.
23706
+ /// @group time-marker
23707
+ $kendo-current-time-color: #ff0000 !default;
23708
+
23709
+ // #endregion
23710
+ // #region @import "./_layout.scss"; -> scss/time-marker/_layout.scss
23711
+ // #region @import "@progress/kendo-theme-default/scss/time-marker/_layout.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/time-marker/_layout.scss
23712
+ @mixin kendo-time-marker--layout-base() {
23713
+
23714
+ .k-current-time {
23715
+ width: $kendo-current-time-width;
23716
+ position: absolute;
23717
+
23718
+ &.k-current-time-arrow-left,
23719
+ &.k-current-time-arrow-right,
23720
+ &.k-current-time-arrow-down {
23721
+ width: 0;
23722
+ height: 0;
23723
+ background: transparent;
23724
+ border: 4px solid transparent;
23725
+ }
23726
+ }
23727
+
23728
+ }
23729
+
23730
+ @mixin kendo-time-marker--layout() {
23731
+ @include kendo-time-marker--layout-base();
23732
+ }
23733
+
23734
+ // #endregion
23735
+
23736
+ @mixin kendo-time-marker--layout() {
23737
+ @include kendo-time-marker--layout-base();
23738
+ }
23739
+
23740
+ // #endregion
23741
+ // #region @import "./_theme.scss"; -> scss/time-marker/_theme.scss
23742
+ // #region @import "@progress/kendo-theme-default/scss/time-marker/_theme.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/time-marker/_theme.scss
23743
+ @mixin kendo-time-marker--theme-base() {
23744
+
23745
+ .k-current-time {
23746
+ background: $kendo-current-time-color;
23747
+
23748
+ &.k-current-time-arrow-left {
23749
+ border-right-color: $kendo-current-time-color;
23750
+ }
23751
+
23752
+ &.k-current-time-arrow-right {
23753
+ border-left-color: $kendo-current-time-color;
23754
+ }
23755
+
23756
+ &.k-current-time-arrow-down {
23757
+ border-top-color: $kendo-current-time-color;
23758
+ }
23759
+ }
23760
+
23761
+ }
23762
+
23763
+
23764
+ @mixin kendo-time-marker--theme() {
23765
+ @include kendo-time-marker--theme-base();
23766
+ }
23767
+
23768
+ // #endregion
23769
+
23770
+
23771
+ @mixin kendo-time-marker--theme() {
23772
+ @include kendo-time-marker--theme-base();
23773
+ }
23774
+
23775
+ // #endregion
23776
+
23777
+ // Register
23778
+ // #region @import "../core/module-system/index.import.scss"; -> scss/core/module-system/index.import.scss
23779
+ // File already imported_once. Skipping output.
23780
+ // #endregion
23781
+ @include module-register( $_kendo-module-meta... );
23782
+
23783
+ // Expose
23784
+ @mixin kendo-time-marker--styles() {
23785
+ @include module-render( "time-marker" ) {
23786
+ @include kendo-time-marker--layout();
23787
+ @include kendo-time-marker--theme();
23788
+ }
23789
+ }
23790
+
23791
+ @if $kendo-auto-bootstrap {
23792
+ @include kendo-time-marker--styles();
23793
+ }
23794
+
23711
23795
  // #endregion
23712
23796
 
23713
23797
 
@@ -23733,9 +23817,6 @@ $_kendo-module-meta: (
23733
23817
 
23734
23818
 
23735
23819
  // Dependencies // TODO: extract variables
23736
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
23737
- // File already imported_once. Skipping output.
23738
- // #endregion
23739
23820
  // #region @import "../toolbar/_index.scss"; -> scss/toolbar/_index.scss
23740
23821
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
23741
23822
  // File already imported_once. Skipping output.
@@ -23758,9 +23839,6 @@ $_kendo-module-meta: (
23758
23839
 
23759
23840
 
23760
23841
  // Dependencies
23761
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
23762
- // File already imported_once. Skipping output.
23763
- // #endregion
23764
23842
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
23765
23843
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
23766
23844
  // File already imported_once. Skipping output.
@@ -23829,7 +23907,7 @@ $_kendo-module-meta: (
23829
23907
 
23830
23908
  &:disabled,
23831
23909
  &.k-disabled {
23832
- @include disabled( $kendo-disabled-styling );
23910
+ @include disabled( $kendo-disabled-styling... );
23833
23911
  }
23834
23912
 
23835
23913
  &::-moz-focus-inner {
@@ -24545,9 +24623,6 @@ $_kendo-module-meta: (
24545
24623
 
24546
24624
 
24547
24625
  // Dependencies
24548
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
24549
- // File already imported_once. Skipping output.
24550
- // #endregion
24551
24626
  // #region @import "../popup/_index.scss"; -> scss/popup/_index.scss
24552
24627
  // File already imported_once. Skipping output.
24553
24628
  // #endregion
@@ -25810,9 +25885,6 @@ $_kendo-module-meta: (
25810
25885
 
25811
25886
 
25812
25887
  // Dependencies
25813
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
25814
- // File already imported_once. Skipping output.
25815
- // #endregion
25816
25888
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
25817
25889
  // File already imported_once. Skipping output.
25818
25890
  // #endregion
@@ -26880,7 +26952,7 @@ $kendo-form-sizes: (
26880
26952
  .k-form-field-disabled {
26881
26953
  .k-label,
26882
26954
  .k-form-label {
26883
- @include disabled( $kendo-disabled-styling );
26955
+ @include disabled( $kendo-disabled-styling... );
26884
26956
  }
26885
26957
  }
26886
26958
 
@@ -27303,9 +27375,6 @@ $_kendo-module-meta: (
27303
27375
 
27304
27376
 
27305
27377
  // Dependencies
27306
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
27307
- // File already imported_once. Skipping output.
27308
- // #endregion
27309
27378
  // #region @import "../tooltip/_index.scss"; -> scss/tooltip/_index.scss
27310
27379
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
27311
27380
  // File already imported_once. Skipping output.
@@ -27326,9 +27395,6 @@ $_kendo-module-meta: (
27326
27395
 
27327
27396
 
27328
27397
  // Dependencies
27329
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
27330
- // File already imported_once. Skipping output.
27331
- // #endregion
27332
27398
  // #region @import "../popup/_index.scss"; -> scss/popup/_index.scss
27333
27399
  // File already imported_once. Skipping output.
27334
27400
  // #endregion
@@ -27650,9 +27716,6 @@ $_kendo-module-meta: (
27650
27716
 
27651
27717
 
27652
27718
  // Dependencies
27653
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
27654
- // File already imported_once. Skipping output.
27655
- // #endregion
27656
27719
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
27657
27720
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
27658
27721
  // File already imported_once. Skipping output.
@@ -27673,9 +27736,6 @@ $_kendo-module-meta: (
27673
27736
 
27674
27737
 
27675
27738
  // Dependencies
27676
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
27677
- // File already imported_once. Skipping output.
27678
- // #endregion
27679
27739
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
27680
27740
  // File already imported_once. Skipping output.
27681
27741
  // #endregion
@@ -27753,7 +27813,7 @@ $_kendo-module-meta: (
27753
27813
 
27754
27814
  &:disabled,
27755
27815
  &[disabled] {
27756
- @include disabled( $kendo-disabled-styling );
27816
+ @include disabled( $kendo-disabled-styling... );
27757
27817
 
27758
27818
  [disabled] &,
27759
27819
  .k-disabled & {
@@ -27778,7 +27838,7 @@ $_kendo-module-meta: (
27778
27838
 
27779
27839
  &:disabled,
27780
27840
  &[disabled] {
27781
- @include disabled( $kendo-disabled-styling );
27841
+ @include disabled( $kendo-disabled-styling... );
27782
27842
 
27783
27843
  [disabled] &,
27784
27844
  .k-disabled & {
@@ -29326,9 +29386,6 @@ $_kendo-module-meta: (
29326
29386
 
29327
29387
 
29328
29388
  // Dependencies
29329
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
29330
- // File already imported_once. Skipping output.
29331
- // #endregion
29332
29389
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
29333
29390
  // File already imported_once. Skipping output.
29334
29391
  // #endregion
@@ -29428,9 +29485,6 @@ $_kendo-module-meta: (
29428
29485
 
29429
29486
 
29430
29487
  // Dependencies
29431
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
29432
- // File already imported_once. Skipping output.
29433
- // #endregion
29434
29488
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
29435
29489
  // File already imported_once. Skipping output.
29436
29490
  // #endregion
@@ -29537,9 +29591,6 @@ $_kendo-module-meta: (
29537
29591
 
29538
29592
 
29539
29593
  // Dependencies
29540
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
29541
- // File already imported_once. Skipping output.
29542
- // #endregion
29543
29594
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
29544
29595
  // File already imported_once. Skipping output.
29545
29596
  // #endregion
@@ -29779,9 +29830,6 @@ $_kendo-module-meta: (
29779
29830
 
29780
29831
 
29781
29832
  // Dependencies
29782
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
29783
- // File already imported_once. Skipping output.
29784
- // #endregion
29785
29833
 
29786
29834
 
29787
29835
  // Component
@@ -30479,7 +30527,7 @@ $kendo-radio-ripple-opacity: .25 !default;
30479
30527
  // Disabled state
30480
30528
  .k-radio:disabled,
30481
30529
  .k-radio.k-disabled {
30482
- @include disabled( $kendo-disabled-styling );
30530
+ @include disabled( $kendo-disabled-styling... );
30483
30531
  }
30484
30532
  .k-radio:disabled:checked,
30485
30533
  .k-radio.k-disabled.k-checked {
@@ -30792,9 +30840,6 @@ $_kendo-module-meta: (
30792
30840
 
30793
30841
 
30794
30842
  // Dependencies
30795
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
30796
- // File already imported_once. Skipping output.
30797
- // #endregion
30798
30843
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
30799
30844
  // File already imported_once. Skipping output.
30800
30845
  // #endregion
@@ -31494,9 +31539,6 @@ $_kendo-module-meta: (
31494
31539
 
31495
31540
 
31496
31541
  // Dependencies
31497
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
31498
- // File already imported_once. Skipping output.
31499
- // #endregion
31500
31542
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
31501
31543
  // File already imported_once. Skipping output.
31502
31544
  // #endregion
@@ -33159,9 +33201,6 @@ $_kendo-module-meta: (
33159
33201
 
33160
33202
 
33161
33203
  // Dependencies
33162
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
33163
- // File already imported_once. Skipping output.
33164
- // #endregion
33165
33204
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
33166
33205
  // File already imported_once. Skipping output.
33167
33206
  // #endregion
@@ -33276,9 +33315,6 @@ $_kendo-module-meta: (
33276
33315
 
33277
33316
  // Dependencies
33278
33317
  // @import "../utils/_index.scss";
33279
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
33280
- // File already imported_once. Skipping output.
33281
- // #endregion
33282
33318
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
33283
33319
  // File already imported_once. Skipping output.
33284
33320
  // #endregion
@@ -33494,9 +33530,6 @@ $_kendo-module-meta: (
33494
33530
 
33495
33531
 
33496
33532
  // Dependencies
33497
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
33498
- // File already imported_once. Skipping output.
33499
- // #endregion
33500
33533
  // @import "../utils/_flex.scss";
33501
33534
 
33502
33535
 
@@ -33505,29 +33538,29 @@ $_kendo-module-meta: (
33505
33538
  // ColorPalette
33506
33539
 
33507
33540
  /// The font family of the ColorPalette.
33508
- /// @group colorpalette
33541
+ /// @group color-palette
33509
33542
  $kendo-color-palette-font-family: var( --kendo-font-family, inherit ) !default;
33510
33543
  /// The font size of the ColorPalette.
33511
- /// @group colorpalette
33544
+ /// @group color-palette
33512
33545
  $kendo-color-palette-font-size: var( --kendo-font-size, inherit ) !default;
33513
33546
  /// The line height of the ColorPalette.
33514
- /// @group colorpalette
33547
+ /// @group color-palette
33515
33548
  $kendo-color-palette-line-height: 0 !default;
33516
33549
 
33517
33550
  /// The width of the ColorPalette tile.
33518
- /// @group colorpalette
33551
+ /// @group color-palette
33519
33552
  $kendo-color-palette-tile-width: k-spacing(6) !default;
33520
33553
  /// The height of the ColorPalette tile.
33521
- /// @group colorpalette
33554
+ /// @group color-palette
33522
33555
  $kendo-color-palette-tile-height: $kendo-color-palette-tile-width !default;
33523
33556
  /// The shadow of the ColorPalette focused tile.
33524
- /// @group colorpalette
33557
+ /// @group color-palette
33525
33558
  $kendo-color-palette-tile-focus-shadow: 0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .5 ) !default;
33526
33559
  /// The shadow of the ColorPalette hovered tile.
33527
- /// @group colorpalette
33560
+ /// @group color-palette
33528
33561
  $kendo-color-palette-tile-hover-shadow: 0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .8 ) !default;
33529
33562
  /// The shadow of the ColorPalette selected tile.
33530
- /// @group colorpalette
33563
+ /// @group color-palette
33531
33564
  $kendo-color-palette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, 1 ) !default;
33532
33565
 
33533
33566
  // #endregion
@@ -33686,9 +33719,6 @@ $_kendo-module-meta: (
33686
33719
 
33687
33720
 
33688
33721
  // Dependencies
33689
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
33690
- // File already imported_once. Skipping output.
33691
- // #endregion
33692
33722
  // @import "../utils/_flex.scss";
33693
33723
  // @import "../utils/_spacer.scss";
33694
33724
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
@@ -33723,9 +33753,6 @@ $_kendo-module-meta: (
33723
33753
 
33724
33754
 
33725
33755
  // Dependencies
33726
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
33727
- // File already imported_once. Skipping output.
33728
- // #endregion
33729
33756
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
33730
33757
  // File already imported_once. Skipping output.
33731
33758
  // #endregion
@@ -33823,142 +33850,142 @@ $_kendo-module-meta: (
33823
33850
  // ColorGradient
33824
33851
 
33825
33852
  /// The spacer of the ColorGradient.
33826
- /// @group cologradient
33853
+ /// @group color-gradient
33827
33854
  $kendo-color-gradient-spacer: k-spacing(4) !default;
33828
33855
 
33829
33856
  /// The width of the ColorGradient.
33830
- /// @group cologradient
33857
+ /// @group color-gradient
33831
33858
  $kendo-color-gradient-width: 328px !default;
33832
33859
  // The width of the border around the ColorGradient.
33833
- /// @group cologradient
33860
+ /// @group color-gradient
33834
33861
  $kendo-color-gradient-border-width: 1px !default;
33835
33862
  /// The border radius of the ColorGradient.
33836
- /// @group cologradient
33863
+ /// @group color-gradient
33837
33864
  $kendo-color-gradient-border-radius: k-border-radius(md) !default;
33838
33865
  /// The vertical padding of the ColorGradient.
33839
- /// @group cologradient
33866
+ /// @group color-gradient
33840
33867
  $kendo-color-gradient-padding-y: $kendo-color-gradient-spacer !default;
33841
33868
  /// The horizontal padding of the ColorGradient.
33842
- /// @group cologradient
33869
+ /// @group color-gradient
33843
33870
  $kendo-color-gradient-padding-x: $kendo-color-gradient-padding-y !default;
33844
33871
  /// The spacing between the sections of the ColorGradient.
33845
- /// @group cologradient
33872
+ /// @group color-gradient
33846
33873
  $kendo-color-gradient-gap: $kendo-color-gradient-spacer !default;
33847
33874
  /// The font family of the ColorGradient.
33848
- /// @group cologradient
33875
+ /// @group color-gradient
33849
33876
  $kendo-color-gradient-font-family: var( --kendo-font-family, inherit ) !default;
33850
33877
  /// The font size of the ColorGradient.
33851
- /// @group cologradient
33878
+ /// @group color-gradient
33852
33879
  $kendo-color-gradient-font-size: var( --kendo-font-size, inherit ) !default;
33853
33880
  /// The line height of the ColorGradient.
33854
- /// @group cologradient
33881
+ /// @group color-gradient
33855
33882
  $kendo-color-gradient-line-height: var( --kendo-line-height, normal ) !default;
33856
33883
  /// The text color of the ColorGradient.
33857
- /// @group cologradient
33884
+ /// @group color-gradient
33858
33885
  $kendo-color-gradient-text: $kendo-component-text !default;
33859
33886
  /// The background color of the ColorGradient.
33860
- /// @group cologradient
33887
+ /// @group color-gradient
33861
33888
  $kendo-color-gradient-bg: $kendo-component-bg !default;
33862
33889
  /// The border color of the ColorGradient.
33863
- /// @group cologradient
33890
+ /// @group color-gradient
33864
33891
  $kendo-color-gradient-border: $kendo-component-border !default;
33865
33892
 
33866
33893
  /// The border color of the focused ColorGradient.
33867
- /// @group cologradient
33894
+ /// @group color-gradient
33868
33895
  $kendo-color-gradient-focus-border: $kendo-hover-border !default;
33869
33896
  /// The box shadow of the focused ColorGradient.
33870
- /// @group cologradient
33897
+ /// @group color-gradient
33871
33898
  $kendo-color-gradient-focus-shadow: null !default;
33872
33899
 
33873
33900
  /// The border radius of the ColorGradient canvas.
33874
- /// @group cologradient
33901
+ /// @group color-gradient
33875
33902
  $kendo-color-gradient-canvas-border-radius: k-border-radius(md) !default;
33876
33903
  /// The spacing between the items of the ColorGradient canvas.
33877
- /// @group cologradient
33904
+ /// @group color-gradient
33878
33905
  $kendo-color-gradient-canvas-gap: k-spacing(3) !default;
33879
33906
  /// The height the ColorGradient canvas hsv rectangle.
33880
- /// @group cologradient
33907
+ /// @group color-gradient
33881
33908
  $kendo-color-gradient-canvas-rectangle-height: 180px !default;
33882
33909
 
33883
33910
  /// The width of the ColorGradient slider.
33884
- /// @group cologradient
33911
+ /// @group color-gradient
33885
33912
  $kendo-color-gradient-slider-track-size: 10px !default;
33886
33913
  /// The border radius of the ColorGradient slider.
33887
- /// @group cologradient
33914
+ /// @group color-gradient
33888
33915
  $kendo-color-gradient-slider-border-radius: 10px !default;
33889
33916
  /// The width of the border around the ColorGradient slider drag handle.
33890
- /// @group cologradient
33917
+ /// @group color-gradient
33891
33918
  $kendo-color-gradient-slider-draghandle-border-width: 3px !default;
33892
33919
 
33893
33920
  /// The height of the ColorGradient vertical slider.
33894
- /// @group cologradient
33921
+ /// @group color-gradient
33895
33922
  $kendo-color-gradient-slider-vertical-size: 180px !default;
33896
33923
  /// The width of the ColorGradient horizontal slider.
33897
- /// @group cologradient
33924
+ /// @group color-gradient
33898
33925
  $kendo-color-gradient-slider-horizontal-size: 100% !default;
33899
33926
 
33900
33927
  /// The width of the ColorGradient canvas drag handle.
33901
- /// @group cologradient
33928
+ /// @group color-gradient
33902
33929
  $kendo-color-gradient-draghandle-width: 14px !default;
33903
33930
  /// The height of the ColorGradient canvas drag handle.
33904
- /// @group cologradient
33931
+ /// @group color-gradient
33905
33932
  $kendo-color-gradient-draghandle-height: 14px !default;
33906
33933
  /// The width of the border around the ColorGradient canvas drag handle.
33907
- /// @group cologradient
33934
+ /// @group color-gradient
33908
33935
  $kendo-color-gradient-draghandle-border-width: 1px !default;
33909
33936
  /// The width of the outline around the ColorGradient canvas drag handle.
33910
- /// @group cologradient
33937
+ /// @group color-gradient
33911
33938
  $kendo-color-gradient-draghandle-outline-width: 1px !default;
33912
33939
  /// The border radius of the ColorGradient canvas drag handle.
33913
- /// @group cologradient
33940
+ /// @group color-gradient
33914
33941
  $kendo-color-gradient-draghandle-border-radius: 50% !default;
33915
33942
  /// The text color of the ColorGradient canvas drag handle.
33916
- /// @group cologradient
33943
+ /// @group color-gradient
33917
33944
  $kendo-color-gradient-draghandle-text: null !default;
33918
33945
  /// The background color of the ColorGradient canvas drag handle.
33919
- /// @group cologradient
33946
+ /// @group color-gradient
33920
33947
  $kendo-color-gradient-draghandle-bg: transparent !default;
33921
33948
  /// The color of the border around the ColorGradient canvas drag handle.
33922
- /// @group cologradient
33949
+ /// @group color-gradient
33923
33950
  $kendo-color-gradient-draghandle-border: rgba( $kendo-color-white, .8) !default;
33924
33951
  /// The color of the outline around the ColorGradient canvas drag handle.
33925
- /// @group cologradient
33952
+ /// @group color-gradient
33926
33953
  $kendo-color-gradient-draghandle-shadow: rgba( $kendo-color-black, .5) !default;
33927
33954
  /// The focus color of the outline around the ColorGradient canvas drag handle.
33928
- /// @group cologradient
33955
+ /// @group color-gradient
33929
33956
  $kendo-color-gradient-draghandle-focus-shadow: $kendo-color-black !default;
33930
33957
  /// The outline color of the outline around the ColorGradient canvas drag handle.
33931
- /// @group cologradient
33958
+ /// @group color-gradient
33932
33959
  $kendo-color-gradient-draghandle-hover-shadow: $kendo-color-black !default;
33933
33960
  /// The box shadow of the ColorGradient canvas drag handle.
33934
- /// @group cologradient
33961
+ /// @group color-gradient
33935
33962
  $kendo-color-gradient-draghandle-shadow: k-elevation(2) !default;
33936
33963
 
33937
33964
  /// The vertical margin of the ColorGradient canvas drag handle.
33938
- /// @group cologradient
33965
+ /// @group color-gradient
33939
33966
  $kendo-color-gradient-canvas-draghandle-margin-y: - k-math-div( $kendo-color-gradient-draghandle-height, 2 ) !default;
33940
33967
  /// The horizontal margin of the ColorGradient canvas drag handle.
33941
- /// @group cologradient
33968
+ /// @group color-gradient
33942
33969
  $kendo-color-gradient-canvas-draghandle-margin-x: - k-math-div( $kendo-color-gradient-draghandle-width, 2 ) !default;
33943
33970
 
33944
33971
  /// The width of the ColorGradient input.
33945
- /// @group cologradient
33972
+ /// @group color-gradient
33946
33973
  $kendo-color-gradient-input-width: 56px !default;
33947
33974
  /// The spacing between the ColorGradient inputs.
33948
- /// @group cologradient
33975
+ /// @group color-gradient
33949
33976
  $kendo-color-gradient-input-gap: calc( #{$kendo-color-gradient-spacer} / 2 ) !default;
33950
33977
  /// The spacing between the ColorGradient inputs and their labels.
33951
- /// @group cologradient
33978
+ /// @group color-gradient
33952
33979
  $kendo-color-gradient-input-label-gap: k-spacing(1) !default;
33953
33980
  /// The text color of the ColorGradient input labels.
33954
- /// @group cologradient
33981
+ /// @group color-gradient
33955
33982
  $kendo-color-gradient-input-label-text: $kendo-subtle-text !default;
33956
33983
 
33957
33984
  /// The font weight of the ColorGradient contrast ratio text.
33958
- /// @group cologradient
33985
+ /// @group color-gradient
33959
33986
  $kendo-color-gradient-contrast-ratio-font-weight: var( --kendo-font-weight-bold, normal ) !default;
33960
33987
  /// The spacing between the items in the ColorGradient contrast tool.
33961
- /// @group cologradient
33988
+ /// @group color-gradient
33962
33989
  $kendo-color-gradient-contrast-spacer: calc( #{$kendo-color-gradient-spacer} / 2 ) !default;
33963
33990
 
33964
33991
  // #endregion
@@ -34309,9 +34336,6 @@ $_kendo-module-meta: (
34309
34336
 
34310
34337
 
34311
34338
  // Dependencies
34312
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
34313
- // File already imported_once. Skipping output.
34314
- // #endregion
34315
34339
  // #region @import "../action-buttons/_index.scss"; -> scss/action-buttons/_index.scss
34316
34340
  // File already imported_once. Skipping output.
34317
34341
  // #endregion
@@ -34331,82 +34355,82 @@ $_kendo-module-meta: (
34331
34355
  // ColorEditor/FlatColorPicker
34332
34356
 
34333
34357
  /// The spacer of the ColorEditor.
34334
- /// @group coloreditor
34358
+ /// @group color-editor
34335
34359
  $kendo-color-editor-spacer: k-spacing(4) !default;
34336
34360
 
34337
34361
  /// The minimum width of the ColorEditor.
34338
- /// @group coloreditor
34362
+ /// @group color-editor
34339
34363
  $kendo-color-editor-min-width: 328px !default;
34340
34364
  /// The width of the border around the ColorEditor.
34341
- /// @group coloreditor
34365
+ /// @group color-editor
34342
34366
  $kendo-color-editor-border-width: 1px !default;
34343
34367
  /// The border radius of the ColorEditor.
34344
- /// @group coloreditor
34368
+ /// @group color-editor
34345
34369
  $kendo-color-editor-border-radius: k-border-radius(md) !default;
34346
34370
  /// The font family of the ColorEditor.
34347
- /// @group coloreditor
34371
+ /// @group color-editor
34348
34372
  $kendo-color-editor-font-family: var( --kendo-font-family, inherit ) !default;
34349
34373
  /// The font size of the ColorEditor.
34350
- /// @group coloreditor
34374
+ /// @group color-editor
34351
34375
  $kendo-color-editor-font-size: var( --kendo-font-size, inherit ) !default;
34352
34376
  /// The line height of the ColorEditor.
34353
- /// @group coloreditor
34377
+ /// @group color-editor
34354
34378
  $kendo-color-editor-line-height: var( --kendo-line-height, normal ) !default;
34355
34379
  /// The text color of the ColorEditor.
34356
- /// @group coloreditor
34380
+ /// @group color-editor
34357
34381
  $kendo-color-editor-text: $kendo-component-text !default;
34358
34382
  /// The background color of the ColorEditor.
34359
- /// @group coloreditor
34383
+ /// @group color-editor
34360
34384
  $kendo-color-editor-bg: $kendo-component-bg !default;
34361
34385
  /// The border color of the ColorEditor.
34362
- /// @group coloreditor
34386
+ /// @group color-editor
34363
34387
  $kendo-color-editor-border: $kendo-component-border !default;
34364
34388
 
34365
34389
  /// The border color of the focused ColorEditor.
34366
- /// @group coloreditor
34390
+ /// @group color-editor
34367
34391
  $kendo-color-editor-focus-border: $kendo-hover-border !default;
34368
34392
  /// The box shadow of the focused ColorEditor.
34369
- /// @group coloreditor
34393
+ /// @group color-editor
34370
34394
  $kendo-color-editor-focus-shadow: null !default;
34371
34395
 
34372
34396
  /// The vertical padding of the ColorEditor header.
34373
- /// @group coloreditor
34397
+ /// @group color-editor
34374
34398
  $kendo-color-editor-header-padding-y: $kendo-color-editor-spacer !default;
34375
34399
  /// The horizontal padding of the ColorEditor header.
34376
- /// @group coloreditor
34400
+ /// @group color-editor
34377
34401
  $kendo-color-editor-header-padding-x: $kendo-color-editor-header-padding-y !default;
34378
34402
  /// The spacing between the ColorEditor header actions.
34379
- /// @group coloreditor
34403
+ /// @group color-editor
34380
34404
  $kendo-color-editor-header-actions-gap: calc( #{$kendo-color-editor-spacer} / 2 ) !default;
34381
34405
 
34382
34406
  /// The width of the ColorEditor preview.
34383
- /// @group coloreditor
34407
+ /// @group color-editor
34384
34408
  $kendo-color-editor-color-preview-width: 32px !default;
34385
34409
  /// The height of the ColorEditor preview.
34386
- /// @group coloreditor
34410
+ /// @group color-editor
34387
34411
  $kendo-color-editor-color-preview-height: 12px !default;
34388
34412
  /// The spacing between the colors in the ColorEditor preview.
34389
- /// @group coloreditor
34413
+ /// @group color-editor
34390
34414
  $kendo-color-editor-preview-gap: k-spacing(1) !default;
34391
34415
 
34392
34416
  /// The vertical padding of the ColorEditor views container.
34393
- /// @group coloreditor
34417
+ /// @group color-editor
34394
34418
  $kendo-color-editor-views-padding-y: $kendo-color-editor-spacer !default;
34395
34419
  /// The horizontal padding of the ColorEditor views container.
34396
- /// @group coloreditor
34420
+ /// @group color-editor
34397
34421
  $kendo-color-editor-views-padding-x: $kendo-color-editor-views-padding-y !default;
34398
34422
  /// The spacing of the ColorEditor views container.
34399
- /// @group coloreditor
34423
+ /// @group color-editor
34400
34424
  $kendo-color-editor-views-gap: $kendo-color-editor-spacer !default;
34401
34425
 
34402
34426
  /// The outline color of the focused ColorGradient.
34403
- /// @group coloreditor
34427
+ /// @group color-editor
34404
34428
  $kendo-color-editor-color-gradient-focus-outline-color: rgba(0, 0, 0, .3) !default;
34405
34429
  /// The outline width of the focused ColorGradient.
34406
- /// @group coloreditor
34430
+ /// @group color-editor
34407
34431
  $kendo-color-editor-color-gradient-focus-outline: 2px !default;
34408
34432
  /// The outline offset of the focused ColorGradient.
34409
- /// @group coloreditor
34433
+ /// @group color-editor
34410
34434
  $kendo-color-editor-color-gradient-focus-outline-offset: 2px !default;
34411
34435
 
34412
34436
  // #endregion
@@ -34709,9 +34733,6 @@ $_kendo-module-meta: (
34709
34733
 
34710
34734
 
34711
34735
  // Dependencies
34712
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
34713
- // File already imported_once. Skipping output.
34714
- // #endregion
34715
34736
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
34716
34737
  // File already imported_once. Skipping output.
34717
34738
  // #endregion
@@ -35429,9 +35450,6 @@ $_kendo-module-meta: (
35429
35450
 
35430
35451
 
35431
35452
  // Dependencies
35432
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
35433
- // File already imported_once. Skipping output.
35434
- // #endregion
35435
35453
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
35436
35454
  // File already imported_once. Skipping output.
35437
35455
  // #endregion
@@ -35577,9 +35595,6 @@ $_kendo-module-meta: (
35577
35595
 
35578
35596
 
35579
35597
  // Dependencies
35580
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
35581
- // File already imported_once. Skipping output.
35582
- // #endregion
35583
35598
  // #region @import "../floating-label/_index.scss"; -> scss/floating-label/_index.scss
35584
35599
  // File already imported_once. Skipping output.
35585
35600
  // #endregion
@@ -35699,9 +35714,6 @@ $_kendo-module-meta: (
35699
35714
 
35700
35715
 
35701
35716
  // Dependencies
35702
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
35703
- // File already imported_once. Skipping output.
35704
- // #endregion
35705
35717
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
35706
35718
  // File already imported_once. Skipping output.
35707
35719
  // #endregion
@@ -35844,9 +35856,6 @@ $_kendo-module-meta: (
35844
35856
 
35845
35857
 
35846
35858
  // Dependencies
35847
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
35848
- // File already imported_once. Skipping output.
35849
- // #endregion
35850
35859
  // #region @import "../floating-label/_index.scss"; -> scss/floating-label/_index.scss
35851
35860
  // File already imported_once. Skipping output.
35852
35861
  // #endregion
@@ -35877,9 +35886,6 @@ $_kendo-module-meta: (
35877
35886
 
35878
35887
 
35879
35888
  // Dependencies
35880
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
35881
- // File already imported_once. Skipping output.
35882
- // #endregion
35883
35889
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
35884
35890
  // File already imported_once. Skipping output.
35885
35891
  // #endregion
@@ -35994,9 +36000,6 @@ $_kendo-module-meta: (
35994
36000
 
35995
36001
 
35996
36002
  // Dependencies
35997
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
35998
- // File already imported_once. Skipping output.
35999
- // #endregion
36000
36003
  // #region @import "../checkbox/_index.scss"; -> scss/checkbox/_index.scss
36001
36004
  // File already imported_once. Skipping output.
36002
36005
  // #endregion
@@ -36666,9 +36669,6 @@ $_kendo-module-meta: (
36666
36669
 
36667
36670
 
36668
36671
  // Dependencies
36669
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
36670
- // File already imported_once. Skipping output.
36671
- // #endregion
36672
36672
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
36673
36673
  // File already imported_once. Skipping output.
36674
36674
  // #endregion
@@ -36776,9 +36776,6 @@ $_kendo-module-meta: (
36776
36776
 
36777
36777
 
36778
36778
  // Dependencies
36779
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
36780
- // File already imported_once. Skipping output.
36781
- // #endregion
36782
36779
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
36783
36780
  // File already imported_once. Skipping output.
36784
36781
  // #endregion
@@ -37144,9 +37141,6 @@ $_kendo-module-meta: (
37144
37141
 
37145
37142
 
37146
37143
  // Dependencies
37147
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
37148
- // File already imported_once. Skipping output.
37149
- // #endregion
37150
37144
  // @import "../utils/_border.scss";
37151
37145
 
37152
37146
 
@@ -37749,9 +37743,6 @@ $_kendo-module-meta: (
37749
37743
 
37750
37744
 
37751
37745
  // Dependencies
37752
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
37753
- // File already imported_once. Skipping output.
37754
- // #endregion
37755
37746
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
37756
37747
  // File already imported_once. Skipping output.
37757
37748
  // #endregion
@@ -37778,9 +37769,6 @@ $_kendo-module-meta: (
37778
37769
 
37779
37770
 
37780
37771
  // Dependencies
37781
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
37782
- // File already imported_once. Skipping output.
37783
- // #endregion
37784
37772
 
37785
37773
 
37786
37774
  // Component
@@ -38511,9 +38499,6 @@ $_kendo-module-meta: (
38511
38499
 
38512
38500
 
38513
38501
  // Dependencies
38514
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
38515
- // File already imported_once. Skipping output.
38516
- // #endregion
38517
38502
 
38518
38503
 
38519
38504
  // Component
@@ -38789,9 +38774,6 @@ $_kendo-module-meta: (
38789
38774
 
38790
38775
 
38791
38776
  // Dependencies
38792
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
38793
- // File already imported_once. Skipping output.
38794
- // #endregion
38795
38777
  // @import "../utils/_position.scss";
38796
38778
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
38797
38779
  // File already imported_once. Skipping output.
@@ -39446,9 +39428,6 @@ $_kendo-module-meta: (
39446
39428
 
39447
39429
 
39448
39430
  // Dependencies
39449
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
39450
- // File already imported_once. Skipping output.
39451
- // #endregion
39452
39431
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
39453
39432
  // File already imported_once. Skipping output.
39454
39433
  // #endregion
@@ -40088,9 +40067,6 @@ $_kendo-module-meta: (
40088
40067
 
40089
40068
 
40090
40069
  // Dependencies
40091
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
40092
- // File already imported_once. Skipping output.
40093
- // #endregion
40094
40070
  // #region @import "../window/_index.scss"; -> scss/window/_index.scss
40095
40071
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
40096
40072
  // File already imported_once. Skipping output.
@@ -40114,9 +40090,6 @@ $_kendo-module-meta: (
40114
40090
 
40115
40091
 
40116
40092
  // Dependencies
40117
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
40118
- // File already imported_once. Skipping output.
40119
- // #endregion
40120
40093
  // #region @import "../overlay/_index.scss"; -> scss/overlay/_index.scss
40121
40094
  // File already imported_once. Skipping output.
40122
40095
  // #endregion
@@ -40600,9 +40573,6 @@ $_kendo-module-meta: (
40600
40573
 
40601
40574
 
40602
40575
  // Dependencies
40603
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
40604
- // File already imported_once. Skipping output.
40605
- // #endregion
40606
40576
  // #region @import "../overlay/_index.scss"; -> scss/overlay/_index.scss
40607
40577
  // File already imported_once. Skipping output.
40608
40578
  // #endregion
@@ -41057,9 +41027,6 @@ $_kendo-module-meta: (
41057
41027
 
41058
41028
 
41059
41029
  // Dependencies
41060
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
41061
- // File already imported_once. Skipping output.
41062
- // #endregion
41063
41030
  // #region @import "../popup/_index.scss"; -> scss/popup/_index.scss
41064
41031
  // File already imported_once. Skipping output.
41065
41032
  // #endregion
@@ -41299,9 +41266,6 @@ $_kendo-module-meta: (
41299
41266
 
41300
41267
 
41301
41268
  // Dependencies
41302
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
41303
- // File already imported_once. Skipping output.
41304
- // #endregion
41305
41269
  // #region @import "../card/_index.scss"; -> scss/card/_index.scss
41306
41270
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
41307
41271
  // File already imported_once. Skipping output.
@@ -41324,9 +41288,6 @@ $_kendo-module-meta: (
41324
41288
 
41325
41289
 
41326
41290
  // Dependencies
41327
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
41328
- // File already imported_once. Skipping output.
41329
- // #endregion
41330
41291
  // @import "../utils/_flex.scss";
41331
41292
  // @import "../utils/_grid.scss";
41332
41293
  // #region @import "../action-buttons/_index.scss"; -> scss/action-buttons/_index.scss
@@ -42316,9 +42277,6 @@ $_kendo-module-meta: (
42316
42277
 
42317
42278
 
42318
42279
  // Dependencies
42319
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
42320
- // File already imported_once. Skipping output.
42321
- // #endregion
42322
42280
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
42323
42281
  // File already imported_once. Skipping output.
42324
42282
  // #endregion
@@ -42464,9 +42422,6 @@ $_kendo-module-meta: (
42464
42422
 
42465
42423
 
42466
42424
  // Dependencies
42467
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
42468
- // File already imported_once. Skipping output.
42469
- // #endregion
42470
42425
  // @import "../utils/_position.scss";
42471
42426
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
42472
42427
  // File already imported_once. Skipping output.
@@ -42780,9 +42735,6 @@ $_kendo-module-meta: (
42780
42735
 
42781
42736
 
42782
42737
  // Dependencies
42783
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
42784
- // File already imported_once. Skipping output.
42785
- // #endregion
42786
42738
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
42787
42739
  // File already imported_once. Skipping output.
42788
42740
  // #endregion
@@ -43349,9 +43301,6 @@ $_kendo-module-meta: (
43349
43301
 
43350
43302
 
43351
43303
  // Dependencies
43352
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
43353
- // File already imported_once. Skipping output.
43354
- // #endregion
43355
43304
  // #region @import "../dropdownlist/_index.scss"; -> scss/dropdownlist/_index.scss
43356
43305
  // File already imported_once. Skipping output.
43357
43306
  // #endregion
@@ -43819,9 +43768,6 @@ $_kendo-module-meta: (
43819
43768
 
43820
43769
 
43821
43770
  // Dependencies
43822
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
43823
- // File already imported_once. Skipping output.
43824
- // #endregion
43825
43771
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
43826
43772
  // File already imported_once. Skipping output.
43827
43773
  // #endregion
@@ -43937,7 +43883,7 @@ $kendo-stepper-indicator-hover-border: null !default;
43937
43883
  $kendo-stepper-indicator-disabled-bg: null !default;
43938
43884
  /// The text color of the disabled Stepper indicator.
43939
43885
  /// @group stepper
43940
- $kendo-stepper-indicator-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 65%, transparent), $kendo-disabled-text) !default;
43886
+ $kendo-stepper-indicator-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 65%, transparent), if( $kendo-is-dark-theme, $gray-600, $gray-500)) !default;
43941
43887
  /// The border color of the disabled Stepper indicator.
43942
43888
  /// @group stepper
43943
43889
  $kendo-stepper-indicator-disabled-border: null !default;
@@ -44016,7 +43962,7 @@ $kendo-stepper-label-error-text: $kendo-color-error !default;
44016
43962
  $kendo-stepper-label-hover-text: null !default;
44017
43963
  /// The text color of the disabled Stepper label.
44018
43964
  /// @group stepper
44019
- $kendo-stepper-label-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 65%, transparent), $kendo-disabled-text) !default;
43965
+ $kendo-stepper-label-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 65%, transparent), if( $kendo-is-dark-theme, $gray-600, $gray-500)) !default;
44020
43966
 
44021
43967
  /// The text color of the optional Stepper label.
44022
43968
  /// @group stepper
@@ -44655,9 +44601,6 @@ $_kendo-module-meta: (
44655
44601
 
44656
44602
 
44657
44603
  // Dependencies
44658
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
44659
- // File already imported_once. Skipping output.
44660
- // #endregion
44661
44604
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
44662
44605
  // File already imported_once. Skipping output.
44663
44606
  // #endregion
@@ -45388,9 +45331,6 @@ $_kendo-module-meta: (
45388
45331
 
45389
45332
 
45390
45333
  // Dependencies
45391
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
45392
- // File already imported_once. Skipping output.
45393
- // #endregion
45394
45334
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
45395
45335
  // File already imported_once. Skipping output.
45396
45336
  // #endregion
@@ -45655,9 +45595,6 @@ $_kendo-module-meta: (
45655
45595
 
45656
45596
 
45657
45597
  // Dependencies
45658
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
45659
- // File already imported_once. Skipping output.
45660
- // #endregion
45661
45598
  // @import "../utils/_display.scss";
45662
45599
  // @import "../utils/_spacer.scss";
45663
45600
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
@@ -45922,6 +45859,158 @@ $kendo-expander-content-padding-y: k-spacing(6) !default;
45922
45859
  @include kendo-expander--styles();
45923
45860
  }
45924
45861
 
45862
+ // #endregion
45863
+ // #region @import "./panel/_index.scss"; -> scss/panel/_index.scss
45864
+ // #region @import "../core/_index.scss"; -> scss/core/_index.scss
45865
+ // File already imported_once. Skipping output.
45866
+ // #endregion
45867
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
45868
+ // File already imported_once. Skipping output.
45869
+ // #endregion
45870
+
45871
+
45872
+ // Module meta
45873
+ $_kendo-module-meta: (
45874
+ name: "panel",
45875
+ dependencies: ()
45876
+ );
45877
+
45878
+
45879
+ // Dependencies
45880
+
45881
+
45882
+ // Component
45883
+ // #region @import "./_variables.scss"; -> scss/panel/_variables.scss
45884
+
45885
+ /// The border radius of the Panel.
45886
+ /// @group panel
45887
+ $kendo-panel-border-radius: k-border-radius(md);
45888
+ /// The width of the border around the Panel.
45889
+ /// @group panel
45890
+ $kendo-panel-border-width: 1px;
45891
+ /// The style of the border around the Panel.
45892
+ /// @group panel
45893
+ $kendo-panel-border-style: solid;
45894
+
45895
+ /// The inline padding of the Panel header.
45896
+ /// @group panel
45897
+ $kendo-panel-header-padding-inline: k-spacing(2);
45898
+ /// The block padding of the Panel header.
45899
+ /// @group panel
45900
+ $kendo-panel-header-padding-block: k-spacing(1);
45901
+
45902
+ /// The inline padding of the Panel content.
45903
+ /// @group panel
45904
+ $kendo-panel-content-padding-inline: k-spacing(2);
45905
+ /// The block padding of the Panel content.
45906
+ /// @group panel
45907
+ $kendo-panel-content-padding-block: k-spacing(1);
45908
+
45909
+ /// The text color of the Panel.
45910
+ /// @group panel
45911
+ $kendo-panel-text: var(--kendo-component-text, #{$kendo-component-text});
45912
+ /// The background color of the Panel.
45913
+ /// @group panel
45914
+ $kendo-panel-bg: var(--kendo-component-bg, #{$kendo-component-bg});
45915
+ /// The color of the border around the Panel.
45916
+ /// @group panel
45917
+ $kendo-panel-border: var(--kendo-component-border, #{$kendo-component-border});
45918
+
45919
+ // #endregion
45920
+ // #region @import "./_layout.scss"; -> scss/panel/_layout.scss
45921
+ // #region @import "@progress/kendo-theme-default/scss/panel/_layout.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/panel/_layout.scss
45922
+ @mixin kendo-panel--layout--base() {
45923
+ // Panels
45924
+ .k-block,
45925
+ .k-panel {
45926
+ @include border-radius( $kendo-panel-border-radius );
45927
+ padding: 0;
45928
+ border-width: $kendo-panel-border-width;
45929
+ border-style: $kendo-panel-border-style;
45930
+ box-sizing: border-box;
45931
+
45932
+ > .k-header {
45933
+ @include border-top-radius( $kendo-panel-border-radius );
45934
+ @include fill(
45935
+ var( --kendo-component-text, #{$kendo-component-text} ),
45936
+ var( --kendo-component-bg, #{$kendo-component-bg} ),
45937
+ var( --kendo-component-border, #{$kendo-component-border} )
45938
+ );
45939
+ padding-inline: $kendo-panel-header-padding-inline;
45940
+ padding-block: $kendo-panel-header-padding-block;
45941
+ }
45942
+ > .k-content {
45943
+ padding-inline: $kendo-panel-content-padding-inline;
45944
+ padding-block: $kendo-panel-content-padding-block;
45945
+ }
45946
+ }
45947
+ }
45948
+
45949
+ @mixin kendo-panel--layout() {
45950
+ @include kendo-panel--layout--base();
45951
+ }
45952
+
45953
+ // #endregion
45954
+
45955
+ @mixin kendo-panel--layout() {
45956
+ @include kendo-panel--layout--base();
45957
+ }
45958
+
45959
+ // #endregion
45960
+ // #region @import "./_theme.scss"; -> scss/panel/_theme.scss
45961
+ // #region @import "@progress/kendo-theme-default/scss/panel/_theme.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/panel/_theme.scss
45962
+ @mixin kendo-panel--theme--base() {
45963
+ // Panels
45964
+ .k-block,
45965
+ .k-panel {
45966
+ @include fill(
45967
+ $kendo-panel-text,
45968
+ $kendo-panel-bg,
45969
+ $kendo-panel-border
45970
+ );
45971
+ }
45972
+
45973
+ :where(.k-content) {
45974
+ @include fill(
45975
+ $kendo-panel-text,
45976
+ $kendo-panel-bg,
45977
+ $kendo-panel-border
45978
+ );
45979
+ }
45980
+ }
45981
+
45982
+ @mixin kendo-panel--theme() {
45983
+ @include kendo-panel--theme--base();
45984
+ }
45985
+
45986
+ // #endregion
45987
+
45988
+ @mixin kendo-panel--theme() {
45989
+ @include kendo-panel--theme--base();
45990
+ }
45991
+
45992
+ // #endregion
45993
+
45994
+
45995
+ // Register
45996
+ // #region @import "../core/module-system/index.import.scss"; -> scss/core/module-system/index.import.scss
45997
+ // File already imported_once. Skipping output.
45998
+ // #endregion
45999
+ @include module-register( $_kendo-module-meta... );
46000
+
46001
+
46002
+ // Expose
46003
+ @mixin kendo-panel--styles() {
46004
+ @include module-render( "panel" ) {
46005
+ @include kendo-panel--layout();
46006
+ @include kendo-panel--theme();
46007
+ }
46008
+ }
46009
+
46010
+ @if $kendo-auto-bootstrap {
46011
+ @include kendo-panel--styles();
46012
+ }
46013
+
45925
46014
  // #endregion
45926
46015
  // #region @import "./panelbar/_index.scss"; -> scss/panelbar/_index.scss
45927
46016
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
@@ -45943,9 +46032,6 @@ $_kendo-module-meta: (
45943
46032
 
45944
46033
 
45945
46034
  // Dependencies
45946
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
45947
- // File already imported_once. Skipping output.
45948
- // #endregion
45949
46035
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
45950
46036
  // File already imported_once. Skipping output.
45951
46037
  // #endregion
@@ -46649,9 +46735,6 @@ $_kendo-module-meta: (
46649
46735
 
46650
46736
 
46651
46737
  // Dependencies
46652
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
46653
- // File already imported_once. Skipping output.
46654
- // #endregion
46655
46738
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
46656
46739
  // File already imported_once. Skipping output.
46657
46740
  // #endregion
@@ -47020,9 +47103,6 @@ $_kendo-module-meta: (
47020
47103
 
47021
47104
 
47022
47105
  // Dependencies
47023
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
47024
- // File already imported_once. Skipping output.
47025
- // #endregion
47026
47106
  // #region @import "../card/_index.scss"; -> scss/card/_index.scss
47027
47107
  // File already imported_once. Skipping output.
47028
47108
  // #endregion
@@ -47036,38 +47116,38 @@ $_kendo-module-meta: (
47036
47116
  // TileLayout
47037
47117
 
47038
47118
  /// The width of the border around the TileLayout.
47039
- /// @group tilelayout
47119
+ /// @group tile-layout
47040
47120
  $kendo-tile-layout-border-width: 0px !default;
47041
47121
  /// The background color of the TileLayout.
47042
- /// @group tilelayout
47122
+ /// @group tile-layout
47043
47123
  $kendo-tile-layout-bg: if($kendo-enable-color-system, k-color( surface ), $gray-100) !default;
47044
47124
 
47045
47125
  /// The horizontal padding of the TileLayout.
47046
- /// @group tilelayout
47126
+ /// @group tile-layout
47047
47127
  $kendo-tile-layout-padding-x: k-spacing(4) !default;
47048
47128
 
47049
47129
  /// The vertical padding of the TileLayout
47050
- /// @group tilelayout
47130
+ /// @group tile-layout
47051
47131
  $kendo-tile-layout-padding-y: $kendo-tile-layout-padding-x !default;
47052
47132
 
47053
47133
  /// The width of the border around the TileLayout card.
47054
- /// @group tilelayout
47134
+ /// @group tile-layout
47055
47135
  $kendo-tile-layout-card-border-width: $kendo-card-border-width !default;
47056
47136
  /// The focus box shadow of the TileLayout card.
47057
- /// @group tilelayout
47137
+ /// @group tile-layout
47058
47138
  $kendo-tile-layout-card-focus-shadow: $kendo-card-focus-shadow !default;
47059
47139
 
47060
47140
  /// The width of the border around the TileLayout hint.
47061
- /// @group tilelayout
47141
+ /// @group tile-layout
47062
47142
  $kendo-tile-layout-hint-border-width: 1px !default;
47063
47143
  /// The radius of the border around the TileLayout hint.
47064
- /// @group tilelayout
47144
+ /// @group tile-layout
47065
47145
  $kendo-tile-layout-hint-border-radius: $kendo-card-border-radius !default;
47066
47146
  /// The color of the border around the TileLayout hint.
47067
- /// @group tilelayout
47147
+ /// @group tile-layout
47068
47148
  $kendo-tile-layout-hint-border: $kendo-component-border !default;
47069
47149
  /// The background color of the TileLayout hint.
47070
- /// @group tilelayout
47150
+ /// @group tile-layout
47071
47151
  $kendo-tile-layout-hint-bg: rgba( white, .2 ) !default;
47072
47152
 
47073
47153
  // #endregion
@@ -47688,9 +47768,6 @@ $_kendo-module-meta: (
47688
47768
 
47689
47769
 
47690
47770
  // Dependencies
47691
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
47692
- // File already imported_once. Skipping output.
47693
- // #endregion
47694
47771
  // #region @import "../adaptive/_index.scss"; -> scss/adaptive/_index.scss
47695
47772
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
47696
47773
  // File already imported_once. Skipping output.
@@ -51282,9 +51359,6 @@ $_kendo-module-meta: (
51282
51359
 
51283
51360
 
51284
51361
  // Dependencies
51285
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
51286
- // File already imported_once. Skipping output.
51287
- // #endregion
51288
51362
  // @import "../utils/_flex.scss";
51289
51363
  // @import "../utils/_grid.scss";
51290
51364
  // #region @import "../pager/_index.scss"; -> scss/pager/_index.scss
@@ -51625,9 +51699,6 @@ $_kendo-module-meta: (
51625
51699
 
51626
51700
 
51627
51701
  // Dependencies
51628
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
51629
- // File already imported_once. Skipping output.
51630
- // #endregion
51631
51702
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
51632
51703
  // File already imported_once. Skipping output.
51633
51704
  // #endregion
@@ -53148,9 +53219,6 @@ $_kendo-module-meta: (
53148
53219
 
53149
53220
 
53150
53221
  // Dependencies
53151
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
53152
- // File already imported_once. Skipping output.
53153
- // #endregion
53154
53222
  // #region @import "../dialog/_index.scss"; -> scss/dialog/_index.scss
53155
53223
  // File already imported_once. Skipping output.
53156
53224
  // #endregion
@@ -54256,9 +54324,6 @@ $_kendo-module-meta: (
54256
54324
 
54257
54325
 
54258
54326
  // Dependencies
54259
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
54260
- // File already imported_once. Skipping output.
54261
- // #endregion
54262
54327
  // @import "../utils/_text.scss";
54263
54328
  // #region @import "../grid/_index.scss"; -> scss/grid/_index.scss
54264
54329
  // File already imported_once. Skipping output.
@@ -54514,9 +54579,6 @@ $_kendo-module-meta: (
54514
54579
 
54515
54580
 
54516
54581
  // Dependencies
54517
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
54518
- // File already imported_once. Skipping output.
54519
- // #endregion
54520
54582
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
54521
54583
  // File already imported_once. Skipping output.
54522
54584
  // #endregion
@@ -54777,9 +54839,6 @@ $_kendo-module-meta: (
54777
54839
 
54778
54840
 
54779
54841
  // Dependencies
54780
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
54781
- // File already imported_once. Skipping output.
54782
- // #endregion
54783
54842
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
54784
54843
  // File already imported_once. Skipping output.
54785
54844
  // #endregion
@@ -54820,184 +54879,184 @@ $_kendo-module-meta: (
54820
54879
  // FileManager
54821
54880
 
54822
54881
  /// The space between the FileManager items.
54823
- /// @group filemanager
54882
+ /// @group file-manager
54824
54883
  $kendo-file-manager-spacer: k-spacing(4) !default;
54825
54884
  /// The border width of the FileManager.
54826
- /// @group filemanager
54885
+ /// @group file-manager
54827
54886
  $kendo-file-manager-border-width: 1px !default;
54828
54887
  /// The font family of the FileManager.
54829
- /// @group filemanager
54888
+ /// @group file-manager
54830
54889
  $kendo-file-manager-font-family: var( --kendo-font-family, inherit ) !default;
54831
54890
  /// The font size of the FileManager.
54832
- /// @group filemanager
54891
+ /// @group file-manager
54833
54892
  $kendo-file-manager-font-size: var( --kendo-font-size, inherit ) !default;
54834
54893
  /// The line height of the FileManager.
54835
- /// @group filemanager
54894
+ /// @group file-manager
54836
54895
  $kendo-file-manager-line-height: var( --kendo-line-height, normal ) !default;
54837
54896
  /// The background color of the FileManager.
54838
- /// @group filemanager
54897
+ /// @group file-manager
54839
54898
  $kendo-file-manager-bg: $kendo-component-bg !default;
54840
54899
  /// The text color of the FileManager.
54841
- /// @group filemanager
54900
+ /// @group file-manager
54842
54901
  $kendo-file-manager-text: $kendo-component-text !default;
54843
54902
  /// The border color of the FileManager.
54844
- /// @group filemanager
54903
+ /// @group file-manager
54845
54904
  $kendo-file-manager-border: $kendo-component-border !default;
54846
54905
 
54847
54906
  /// The border width of the FileManager Toolbar.
54848
- /// @group filemanager
54907
+ /// @group file-manager
54849
54908
  $kendo-file-manager-toolbar-border-width: $kendo-file-manager-border-width !default;
54850
54909
  /// The background color of the FileManager Toolbar.
54851
- /// @group filemanager
54910
+ /// @group file-manager
54852
54911
  $kendo-file-manager-toolbar-bg: null !default;
54853
54912
  /// The text color of the FileManager Toolbar.
54854
- /// @group filemanager
54913
+ /// @group file-manager
54855
54914
  $kendo-file-manager-toolbar-text: null !default;
54856
54915
  /// The border color of the FileManager Toolbar.
54857
- /// @group filemanager
54916
+ /// @group file-manager
54858
54917
  $kendo-file-manager-toolbar-border: null !default;
54859
54918
  /// The gradient of the FileManager Toolbar.
54860
- /// @group filemanager
54919
+ /// @group file-manager
54861
54920
  $kendo-file-manager-toolbar-gradient: null !default;
54862
54921
 
54863
54922
  /// The horizontal padding of the FileManager Navigation.
54864
- /// @group filemanager
54923
+ /// @group file-manager
54865
54924
  $kendo-file-manager-navigation-padding-x: $kendo-file-manager-spacer !default;
54866
54925
  /// The vertical padding of the FileManager Navigation.
54867
- /// @group filemanager
54926
+ /// @group file-manager
54868
54927
  $kendo-file-manager-navigation-padding-y: $kendo-file-manager-spacer !default;
54869
54928
  /// The width of the FileManager Navigation.
54870
- /// @group filemanager
54929
+ /// @group file-manager
54871
54930
  $kendo-file-manager-navigation-width: 20% !default;
54872
54931
  /// The border width of the FileManager Navigation.
54873
- /// @group filemanager
54932
+ /// @group file-manager
54874
54933
  $kendo-file-manager-navigation-border-width: $kendo-file-manager-border-width !default;
54875
54934
  /// The background color of the FileManager Navigation.
54876
- /// @group filemanager
54935
+ /// @group file-manager
54877
54936
  $kendo-file-manager-navigation-bg: null !default;
54878
54937
  /// The text color of the FileManager Navigation.
54879
- /// @group filemanager
54938
+ /// @group file-manager
54880
54939
  $kendo-file-manager-navigation-text: null !default;
54881
54940
  /// The border color of the FileManager Navigation.
54882
- /// @group filemanager
54941
+ /// @group file-manager
54883
54942
  $kendo-file-manager-navigation-border: null !default;
54884
54943
 
54885
54944
  /// The horizontal padding of the FileManager Breadcrumb.
54886
- /// @group filemanager
54945
+ /// @group file-manager
54887
54946
  $kendo-file-manager-breadcrumb-padding-x: k-spacing(2) !default;
54888
54947
  /// The vertical padding of the FileManager Breadcrumb.
54889
- /// @group filemanager
54948
+ /// @group file-manager
54890
54949
  $kendo-file-manager-breadcrumb-padding-y: k-spacing(2) !default;
54891
54950
  /// The border width of the FileManager Breadcrumb.
54892
- /// @group filemanager
54951
+ /// @group file-manager
54893
54952
  $kendo-file-manager-breadcrumb-border-width: $kendo-file-manager-border-width !default;
54894
54953
  /// The background color of the FileManager Breadcrumb.
54895
- /// @group filemanager
54954
+ /// @group file-manager
54896
54955
  $kendo-file-manager-breadcrumb-bg: $kendo-toolbar-bg !default;
54897
54956
  /// The text color of the FileManager Breadcrumb.
54898
- /// @group filemanager
54957
+ /// @group file-manager
54899
54958
  $kendo-file-manager-breadcrumb-text: null !default;
54900
54959
  /// The border color of the FileManager Breadcrumb.
54901
- /// @group filemanager
54960
+ /// @group file-manager
54902
54961
  $kendo-file-manager-breadcrumb-border: null !default;
54903
54962
 
54904
54963
  /// The background color of the FileManager ListView.
54905
- /// @group filemanager
54964
+ /// @group file-manager
54906
54965
  $kendo-file-manager-listview-bg: null !default;
54907
54966
  /// The text color of the FileManager ListView.
54908
- /// @group filemanager
54967
+ /// @group file-manager
54909
54968
  $kendo-file-manager-listview-text: null !default;
54910
54969
  /// The border color of the FileManager ListView.
54911
- /// @group filemanager
54970
+ /// @group file-manager
54912
54971
  $kendo-file-manager-listview-border: null !default;
54913
54972
 
54914
54973
  /// The horizontal padding of the FileManager ListView item.
54915
- /// @group filemanager
54974
+ /// @group file-manager
54916
54975
  $kendo-file-manager-listview-item-padding-x: k-spacing(4) !default;
54917
54976
  /// The vertical padding of the FileManager ListView item.
54918
- /// @group filemanager
54977
+ /// @group file-manager
54919
54978
  $kendo-file-manager-listview-item-padding-y: k-spacing(4) !default;
54920
54979
  /// The width of the FileManager ListView item.
54921
- /// @group filemanager
54980
+ /// @group file-manager
54922
54981
  $kendo-file-manager-listview-item-width: 120px !default;
54923
54982
  /// The height of the FileManager ListView item.
54924
- /// @group filemanager
54983
+ /// @group file-manager
54925
54984
  $kendo-file-manager-listview-item-height: 120px !default;
54926
54985
  /// The background color of the FileManager ListView item.
54927
- /// @group filemanager
54986
+ /// @group file-manager
54928
54987
  $kendo-file-manager-listview-item-bg: null !default;
54929
54988
  /// The text color of the FileManager ListView item.
54930
- /// @group filemanager
54989
+ /// @group file-manager
54931
54990
  $kendo-file-manager-listview-item-text: null !default;
54932
54991
  /// The border color of the FileManager ListView item.
54933
- /// @group filemanager
54992
+ /// @group file-manager
54934
54993
  $kendo-file-manager-listview-item-border: null !default;
54935
54994
 
54936
54995
  /// The background color of the FileManager ListView item icon.
54937
- /// @group filemanager
54996
+ /// @group file-manager
54938
54997
  $kendo-file-manager-listview-item-icon-bg: null !default;
54939
54998
  /// The text color of the FileManager ListView item icon.
54940
- /// @group filemanager
54999
+ /// @group file-manager
54941
55000
  $kendo-file-manager-listview-item-icon-text: if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-file-manager-text, 4 )) !default;
54942
55001
  /// The border color of the FileManager ListView item icon.
54943
- /// @group filemanager
55002
+ /// @group file-manager
54944
55003
  $kendo-file-manager-listview-item-icon-border: null !default;
54945
55004
  /// Background color of the FileManager selected ListView item icon.
54946
- /// @group filemanager
55005
+ /// @group file-manager
54947
55006
  $kendo-file-manager-listview-item-icon-selected-bg: null !default;
54948
55007
  /// Text color of the FileManager selected ListView item icon.
54949
- /// @group filemanager
55008
+ /// @group file-manager
54950
55009
  $kendo-file-manager-listview-item-icon-selected-text: inherit !default;
54951
55010
  /// Border color of the FileManager selected ListView item icon.
54952
- /// @group filemanager
55011
+ /// @group file-manager
54953
55012
  $kendo-file-manager-listview-item-icon-selected-border: null !default;
54954
55013
 
54955
55014
  /// The background color of the FileManager Grid.
54956
- /// @group filemanager
55015
+ /// @group file-manager
54957
55016
  $kendo-file-manager-grid-bg: null !default;
54958
55017
  /// The text color of the FileManager Grid.
54959
- /// @group filemanager
55018
+ /// @group file-manager
54960
55019
  $kendo-file-manager-grid-text: null !default;
54961
55020
  /// The border color of the FileManager Grid.
54962
- /// @group filemanager
55021
+ /// @group file-manager
54963
55022
  $kendo-file-manager-grid-border: null !default;
54964
55023
 
54965
55024
  /// The horizontal padding of the FileManager preview.
54966
- /// @group filemanager
55025
+ /// @group file-manager
54967
55026
  $kendo-file-manager-preview-padding-x: $kendo-file-manager-spacer !default;
54968
55027
  /// The vertical padding of the FileManager preview.
54969
- /// @group filemanager
55028
+ /// @group file-manager
54970
55029
  $kendo-file-manager-preview-padding-y: $kendo-file-manager-spacer !default;
54971
55030
  /// The width of the FileManager preview.
54972
- /// @group filemanager
55031
+ /// @group file-manager
54973
55032
  $kendo-file-manager-preview-width: 20% !default;
54974
55033
  /// The border width of the FileManager preview.
54975
- /// @group filemanager
55034
+ /// @group file-manager
54976
55035
  $kendo-file-manager-preview-border-width: $kendo-file-manager-border-width !default;
54977
55036
  /// The spacing of the FileManager preview.
54978
- /// @group filemanager
55037
+ /// @group file-manager
54979
55038
  $kendo-file-manager-preview-spacing: $kendo-file-manager-spacer !default;
54980
55039
  /// The gap between the columns in the FileManager preview.
54981
- /// @group filemanager
55040
+ /// @group file-manager
54982
55041
  $kendo-file-manager-preview-column-gap: k-spacing(1) !default;
54983
55042
  /// The background color of the FileManager preview.
54984
- /// @group filemanager
55043
+ /// @group file-manager
54985
55044
  $kendo-file-manager-preview-bg: null !default;
54986
55045
  /// The text color of the FileManager preview.
54987
- /// @group filemanager
55046
+ /// @group file-manager
54988
55047
  $kendo-file-manager-preview-text: null !default;
54989
55048
  /// The border color of the FileManager preview.
54990
- /// @group filemanager
55049
+ /// @group file-manager
54991
55050
  $kendo-file-manager-preview-border: null !default;
54992
55051
 
54993
55052
  /// The background color of the FileManager preview icon.
54994
- /// @group filemanager
55053
+ /// @group file-manager
54995
55054
  $kendo-file-manager-preview-icon-bg: null !default;
54996
55055
  /// The text color of the FileManager preview icon.
54997
- /// @group filemanager
55056
+ /// @group file-manager
54998
55057
  $kendo-file-manager-preview-icon-text: if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-file-manager-text, 4 )) !default;
54999
55058
  /// The border color of the FileManager preview icon.
55000
- /// @group filemanager
55059
+ /// @group file-manager
55001
55060
  $kendo-file-manager-preview-icon-border: null !default;
55002
55061
 
55003
55062
  // #endregion
@@ -55425,9 +55484,6 @@ $_kendo-module-meta: (
55425
55484
 
55426
55485
  // Dependencies
55427
55486
  // @import "../utils/_index.scss";
55428
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
55429
- // File already imported_once. Skipping output.
55430
- // #endregion
55431
55487
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
55432
55488
  // File already imported_once. Skipping output.
55433
55489
  // #endregion
@@ -56027,7 +56083,7 @@ $kendo-taskboard-drag-placeholder-border: $kendo-component-border !default;
56027
56083
  }
56028
56084
 
56029
56085
  &.k-disabled {
56030
- @include disabled( $kendo-disabled-styling );
56086
+ @include disabled( $kendo-disabled-styling... );
56031
56087
  }
56032
56088
  }
56033
56089
 
@@ -56107,9 +56163,6 @@ $_kendo-module-meta: (
56107
56163
 
56108
56164
 
56109
56165
  // Dependencies
56110
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
56111
- // File already imported_once. Skipping output.
56112
- // #endregion
56113
56166
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
56114
56167
  // File already imported_once. Skipping output.
56115
56168
  // #endregion
@@ -57008,9 +57061,6 @@ $_kendo-module-meta: (
57008
57061
 
57009
57062
 
57010
57063
  // Dependencies
57011
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
57012
- // File already imported_once. Skipping output.
57013
- // #endregion
57014
57064
  // #region @import "../toolbar/_index.scss"; -> scss/toolbar/_index.scss
57015
57065
  // File already imported_once. Skipping output.
57016
57066
  // #endregion
@@ -57359,14 +57409,12 @@ $_kendo-module-meta: (
57359
57409
  "treelist",
57360
57410
  "validator",
57361
57411
  "window",
57412
+ "time-marker"
57362
57413
  )
57363
57414
  );
57364
57415
 
57365
57416
 
57366
57417
  // Dependencies
57367
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
57368
- // File already imported_once. Skipping output.
57369
- // #endregion
57370
57418
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
57371
57419
  // File already imported_once. Skipping output.
57372
57420
  // #endregion
@@ -58888,14 +58936,12 @@ $_kendo-module-meta: (
58888
58936
  "dropdown-list",
58889
58937
  "icon",
58890
58938
  "tooltip",
58939
+ "time-marker"
58891
58940
  )
58892
58941
  );
58893
58942
 
58894
58943
 
58895
58944
  // Dependencies
58896
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
58897
- // File already imported_once. Skipping output.
58898
- // #endregion
58899
58945
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
58900
58946
  // File already imported_once. Skipping output.
58901
58947
  // #endregion
@@ -60539,9 +60585,6 @@ $_kendo-module-meta: (
60539
60585
 
60540
60586
 
60541
60587
  // Dependencies
60542
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
60543
- // File already imported_once. Skipping output.
60544
- // #endregion
60545
60588
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
60546
60589
  // File already imported_once. Skipping output.
60547
60590
  // #endregion
@@ -61376,9 +61419,6 @@ $_kendo-module-meta: (
61376
61419
 
61377
61420
 
61378
61421
  // Dependencies
61379
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
61380
- // File already imported_once. Skipping output.
61381
- // #endregion
61382
61422
  // #region @import "../slider/_index.scss"; -> scss/slider/_index.scss
61383
61423
  // File already imported_once. Skipping output.
61384
61424
  // #endregion
@@ -61606,9 +61646,6 @@ $_kendo-module-meta: (
61606
61646
 
61607
61647
 
61608
61648
  // Dependencies
61609
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
61610
- // File already imported_once. Skipping output.
61611
- // #endregion
61612
61649
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
61613
61650
  // File already imported_once. Skipping output.
61614
61651
  // #endregion
@@ -62383,9 +62420,6 @@ $_kendo-module-meta: (
62383
62420
 
62384
62421
 
62385
62422
  // Dependencies
62386
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
62387
- // File already imported_once. Skipping output.
62388
- // #endregion
62389
62423
  // @import "../utils/_index.scss";
62390
62424
  // #region @import "../combobox/_index.scss"; -> scss/combobox/_index.scss
62391
62425
  // File already imported_once. Skipping output.
@@ -62817,9 +62851,6 @@ $_kendo-module-meta: (
62817
62851
 
62818
62852
 
62819
62853
  // Dependencies
62820
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
62821
- // File already imported_once. Skipping output.
62822
- // #endregion
62823
62854
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
62824
62855
  // File already imported_once. Skipping output.
62825
62856
  // #endregion
@@ -62993,9 +63024,6 @@ $_kendo-module-meta: (
62993
63024
 
62994
63025
 
62995
63026
  // Dependencies
62996
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
62997
- // File already imported_once. Skipping output.
62998
- // #endregion
62999
63027
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
63000
63028
  // File already imported_once. Skipping output.
63001
63029
  // #endregion
@@ -63503,12 +63531,6 @@ $_kendo-module-meta: (
63503
63531
  );
63504
63532
 
63505
63533
 
63506
- // Dependencies
63507
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
63508
- // File already imported_once. Skipping output.
63509
- // #endregion
63510
-
63511
-
63512
63534
  // Component
63513
63535
  // #region @import "./_variables.scss"; -> scss/prompt/_variables.scss
63514
63536
  // Prompt
@@ -63758,9 +63780,6 @@ $_kendo-module-meta: (
63758
63780
 
63759
63781
 
63760
63782
  // Dependencies
63761
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
63762
- // File already imported_once. Skipping output.
63763
- // #endregion
63764
63783
  // #region @import "../popup/_index.scss"; -> scss/popup/_index.scss
63765
63784
  // File already imported_once. Skipping output.
63766
63785
  // #endregion
@@ -64621,9 +64640,6 @@ $_kendo-module-meta: (
64621
64640
 
64622
64641
 
64623
64642
  // Dependencies
64624
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
64625
- // File already imported_once. Skipping output.
64626
- // #endregion
64627
64643
  // @import "../utils/_position.scss";
64628
64644
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
64629
64645
  // File already imported_once. Skipping output.
@@ -64918,9 +64934,6 @@ $_kendo-module-meta: (
64918
64934
 
64919
64935
  // Dependencies
64920
64936
  // @import "../utils/_index.scss";
64921
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
64922
- // File already imported_once. Skipping output.
64923
- // #endregion
64924
64937
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
64925
64938
  // File already imported_once. Skipping output.
64926
64939
  // #endregion
@@ -65572,6 +65585,7 @@ $kendo-signature-maximized-line-width: 3px !default;
65572
65585
  @include kendo-loader--styles();
65573
65586
  @include kendo-skeleton--styles();
65574
65587
  @include kendo-tooltip--styles();
65588
+ @include kendo-time-marker--styles();
65575
65589
 
65576
65590
 
65577
65591
  // Form helpers