@progress/kendo-theme-bootstrap 6.5.0-dev.0 → 6.5.0-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +48 -13
- package/dist/all.scss +1023 -173
- package/dist/meta/sassdoc-data.json +40901 -19313
- package/dist/meta/sassdoc-raw-data.json +18105 -8155
- package/dist/meta/variables.json +230 -202
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/appbar/_variables.scss +39 -7
- package/scss/bottom-navigation/_variables.scss +42 -8
- package/scss/breadcrumb/_variables.scss +179 -6
- package/scss/coloreditor/_variables.scss +53 -4
- package/scss/colorgradient/_variables.scss +86 -4
- package/scss/colorpalette/_variables.scss +18 -1
- package/scss/dialog/_variables.scss +16 -2
- package/scss/editor/_variables.scss +33 -0
- package/scss/expansion-panel/_variables.scss +55 -11
- package/scss/filter/_variables.scss +18 -1
- package/scss/listbox/_variables.scss +21 -20
- package/scss/listview/_variables.scss +42 -7
- package/scss/loader/_variables.scss +88 -12
- package/scss/notification/_variables.scss +20 -19
- package/scss/popover/_variables.scss +60 -6
- package/scss/progressbar/_variables.scss +24 -23
- package/scss/scrollview/_variables.scss +59 -6
- package/scss/tilelayout/_variables.scss +20 -4
- package/scss/upload/_variables.scss +62 -9
- package/scss/window/_variables.scss +61 -6
package/dist/all.css
CHANGED
|
@@ -43387,8 +43387,6 @@ kendo-card-footer {
|
|
|
43387
43387
|
box-sizing: border-box;
|
|
43388
43388
|
outline: 0;
|
|
43389
43389
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
43390
|
-
font-size: 1rem;
|
|
43391
|
-
line-height: 1.5;
|
|
43392
43390
|
display: flex;
|
|
43393
43391
|
flex-direction: row;
|
|
43394
43392
|
-webkit-touch-callout: none;
|
|
@@ -43432,8 +43430,6 @@ kendo-card-footer {
|
|
|
43432
43430
|
.k-breadcrumb-link,
|
|
43433
43431
|
.k-breadcrumb-root-link {
|
|
43434
43432
|
border-radius: 0.375rem;
|
|
43435
|
-
padding-block: 0.5rem;
|
|
43436
|
-
padding-inline: 0.75rem;
|
|
43437
43433
|
color: inherit;
|
|
43438
43434
|
text-decoration: none;
|
|
43439
43435
|
white-space: nowrap;
|
|
@@ -43447,21 +43443,12 @@ kendo-card-footer {
|
|
|
43447
43443
|
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
|
|
43448
43444
|
}
|
|
43449
43445
|
|
|
43450
|
-
.k-breadcrumb-root-link {
|
|
43451
|
-
margin-inline-end: 0.75rem;
|
|
43452
|
-
}
|
|
43453
|
-
|
|
43454
43446
|
.k-breadcrumb-link > .k-image,
|
|
43455
43447
|
.k-breadcrumb-icontext-link .k-icon,
|
|
43456
43448
|
.k-breadcrumb-icontext-link .k-svg-icon {
|
|
43457
43449
|
margin-inline-end: 0.5rem;
|
|
43458
43450
|
}
|
|
43459
43451
|
|
|
43460
|
-
.k-breadcrumb-icon-link {
|
|
43461
|
-
padding-block: 0.75rem;
|
|
43462
|
-
padding-inline: 0.75rem;
|
|
43463
|
-
}
|
|
43464
|
-
|
|
43465
43452
|
.k-breadcrumb-delimiter,
|
|
43466
43453
|
.k-breadcrumb-delimiter-icon {
|
|
43467
43454
|
color: inherit;
|
|
@@ -43476,6 +43463,54 @@ kendo-card-footer {
|
|
|
43476
43463
|
border-color: transparent;
|
|
43477
43464
|
}
|
|
43478
43465
|
|
|
43466
|
+
.k-breadcrumb-sm {
|
|
43467
|
+
font-size: 0.875rem;
|
|
43468
|
+
line-height: 1.4285714286;
|
|
43469
|
+
}
|
|
43470
|
+
|
|
43471
|
+
.k-breadcrumb-sm .k-breadcrumb-link,
|
|
43472
|
+
.k-breadcrumb-sm .k-breadcrumb-root-link {
|
|
43473
|
+
padding-block: 0.375rem;
|
|
43474
|
+
padding-inline: 0.75rem;
|
|
43475
|
+
}
|
|
43476
|
+
|
|
43477
|
+
.k-breadcrumb-sm .k-breadcrumb-icon-link {
|
|
43478
|
+
padding-block: 0.5rem;
|
|
43479
|
+
padding-inline: 0.5rem;
|
|
43480
|
+
}
|
|
43481
|
+
|
|
43482
|
+
.k-breadcrumb-md {
|
|
43483
|
+
font-size: 1rem;
|
|
43484
|
+
line-height: 1.5;
|
|
43485
|
+
}
|
|
43486
|
+
|
|
43487
|
+
.k-breadcrumb-md .k-breadcrumb-link,
|
|
43488
|
+
.k-breadcrumb-md .k-breadcrumb-root-link {
|
|
43489
|
+
padding-block: 0.5rem;
|
|
43490
|
+
padding-inline: 0.75rem;
|
|
43491
|
+
}
|
|
43492
|
+
|
|
43493
|
+
.k-breadcrumb-md .k-breadcrumb-icon-link {
|
|
43494
|
+
padding-block: 0.75rem;
|
|
43495
|
+
padding-inline: 0.75rem;
|
|
43496
|
+
}
|
|
43497
|
+
|
|
43498
|
+
.k-breadcrumb-lg {
|
|
43499
|
+
font-size: 1rem;
|
|
43500
|
+
line-height: 1.5;
|
|
43501
|
+
}
|
|
43502
|
+
|
|
43503
|
+
.k-breadcrumb-lg .k-breadcrumb-link,
|
|
43504
|
+
.k-breadcrumb-lg .k-breadcrumb-root-link {
|
|
43505
|
+
padding-block: 0.625rem;
|
|
43506
|
+
padding-inline: 0.75rem;
|
|
43507
|
+
}
|
|
43508
|
+
|
|
43509
|
+
.k-breadcrumb-lg .k-breadcrumb-icon-link {
|
|
43510
|
+
padding-block: 0.875rem;
|
|
43511
|
+
padding-inline: 0.875rem;
|
|
43512
|
+
}
|
|
43513
|
+
|
|
43479
43514
|
.k-breadcrumb-link,
|
|
43480
43515
|
.k-breadcrumb-root-link {
|
|
43481
43516
|
text-decoration: underline;
|