@syncfusion/blazor-themes 25.1.39 → 25.1.40
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/SCSS-Themes/bds-dark.scss +331 -429
- package/SCSS-Themes/bds.scss +331 -429
- package/SCSS-Themes/bootstrap-dark.scss +331 -429
- package/SCSS-Themes/bootstrap.scss +331 -429
- package/SCSS-Themes/bootstrap4.scss +331 -429
- package/SCSS-Themes/bootstrap5-dark.scss +331 -429
- package/SCSS-Themes/bootstrap5.scss +331 -429
- package/SCSS-Themes/fabric-dark.scss +331 -429
- package/SCSS-Themes/fabric.scss +331 -429
- package/SCSS-Themes/fluent-dark.scss +331 -429
- package/SCSS-Themes/fluent.scss +331 -429
- package/SCSS-Themes/grids/grid/bds-dark.scss +10 -2
- package/SCSS-Themes/grids/grid/bds.scss +10 -2
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +10 -2
- package/SCSS-Themes/grids/grid/bootstrap.scss +10 -2
- package/SCSS-Themes/grids/grid/bootstrap4.scss +10 -2
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +10 -2
- package/SCSS-Themes/grids/grid/bootstrap5.scss +10 -2
- package/SCSS-Themes/grids/grid/fabric-dark.scss +10 -2
- package/SCSS-Themes/grids/grid/fabric.scss +10 -2
- package/SCSS-Themes/grids/grid/fluent-dark.scss +10 -2
- package/SCSS-Themes/grids/grid/fluent.scss +10 -2
- package/SCSS-Themes/grids/grid/highcontrast.scss +10 -2
- package/SCSS-Themes/grids/grid/material-dark.scss +10 -2
- package/SCSS-Themes/grids/grid/material.scss +10 -2
- package/SCSS-Themes/grids/grid/material3-dark.scss +10 -2
- package/SCSS-Themes/grids/grid/material3.scss +10 -2
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +10 -2
- package/SCSS-Themes/grids/grid/tailwind.scss +10 -2
- package/SCSS-Themes/highcontrast.scss +331 -429
- package/SCSS-Themes/material-dark.scss +331 -429
- package/SCSS-Themes/material.scss +331 -429
- package/SCSS-Themes/material3-dark.scss +331 -429
- package/SCSS-Themes/material3.scss +331 -429
- package/SCSS-Themes/navigations/stepper/bds-dark.scss +323 -429
- package/SCSS-Themes/navigations/stepper/bds.scss +323 -429
- package/SCSS-Themes/navigations/stepper/bootstrap-dark.scss +323 -429
- package/SCSS-Themes/navigations/stepper/bootstrap.scss +323 -429
- package/SCSS-Themes/navigations/stepper/bootstrap4.scss +323 -429
- package/SCSS-Themes/navigations/stepper/bootstrap5-dark.scss +323 -429
- package/SCSS-Themes/navigations/stepper/bootstrap5.scss +323 -429
- package/SCSS-Themes/navigations/stepper/fabric-dark.scss +323 -429
- package/SCSS-Themes/navigations/stepper/fabric.scss +323 -429
- package/SCSS-Themes/navigations/stepper/fluent-dark.scss +323 -429
- package/SCSS-Themes/navigations/stepper/fluent.scss +323 -429
- package/SCSS-Themes/navigations/stepper/highcontrast.scss +323 -429
- package/SCSS-Themes/navigations/stepper/material-dark.scss +323 -429
- package/SCSS-Themes/navigations/stepper/material.scss +323 -429
- package/SCSS-Themes/navigations/stepper/material3-dark.scss +323 -429
- package/SCSS-Themes/navigations/stepper/material3.scss +323 -429
- package/SCSS-Themes/navigations/stepper/tailwind-dark.scss +323 -429
- package/SCSS-Themes/navigations/stepper/tailwind.scss +323 -429
- package/SCSS-Themes/splitbuttons/button-group/bds-dark.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/bds.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/bootstrap.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/bootstrap4.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/bootstrap5-dark.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/bootstrap5.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/fabric-dark.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/fabric.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/fluent-dark.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/fluent.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/highcontrast.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/material-dark.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/material.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/material3-dark.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/material3.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/tailwind-dark.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/tailwind.scss +1 -1
- package/SCSS-Themes/tailwind-dark.scss +331 -429
- package/SCSS-Themes/tailwind.scss +331 -429
- package/package.json +1 -1
|
@@ -456,7 +456,7 @@ $btn-grp-outline-focus-danger-color: inherit !default;
|
|
|
456
456
|
|
|
457
457
|
//Focus state for Normal and Outline GroupButton
|
|
458
458
|
.e-btn:focus,
|
|
459
|
-
input:focus+label.e-btn {
|
|
459
|
+
input:focus-visible+label.e-btn {
|
|
460
460
|
@include button-focus;
|
|
461
461
|
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
462
462
|
box-shadow: none;
|
|
@@ -456,7 +456,7 @@ $btn-grp-outline-focus-danger-color: inherit !default;
|
|
|
456
456
|
|
|
457
457
|
//Focus state for Normal and Outline GroupButton
|
|
458
458
|
.e-btn:focus,
|
|
459
|
-
input:focus+label.e-btn {
|
|
459
|
+
input:focus-visible+label.e-btn {
|
|
460
460
|
@include button-focus;
|
|
461
461
|
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
462
462
|
box-shadow: none;
|
|
@@ -458,7 +458,7 @@ $btn-grp-outline-focus-danger-color: inherit !default;
|
|
|
458
458
|
|
|
459
459
|
//Focus state for Normal and Outline GroupButton
|
|
460
460
|
.e-btn:focus,
|
|
461
|
-
input:focus+label.e-btn {
|
|
461
|
+
input:focus-visible+label.e-btn {
|
|
462
462
|
@include button-focus;
|
|
463
463
|
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
464
464
|
box-shadow: none;
|
|
@@ -455,7 +455,7 @@ $btn-grp-outline-focus-danger-color: inherit !default;
|
|
|
455
455
|
|
|
456
456
|
//Focus state for Normal and Outline GroupButton
|
|
457
457
|
.e-btn:focus,
|
|
458
|
-
input:focus+label.e-btn {
|
|
458
|
+
input:focus-visible+label.e-btn {
|
|
459
459
|
@include button-focus;
|
|
460
460
|
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
461
461
|
box-shadow: none;
|
|
@@ -455,7 +455,7 @@ $btn-grp-outline-focus-danger-color: inherit !default;
|
|
|
455
455
|
|
|
456
456
|
//Focus state for Normal and Outline GroupButton
|
|
457
457
|
.e-btn:focus,
|
|
458
|
-
input:focus+label.e-btn {
|
|
458
|
+
input:focus-visible+label.e-btn {
|
|
459
459
|
@include button-focus;
|
|
460
460
|
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
461
461
|
box-shadow: none;
|
|
@@ -456,7 +456,7 @@ $btn-grp-outline-focus-danger-color: inherit !default;
|
|
|
456
456
|
|
|
457
457
|
//Focus state for Normal and Outline GroupButton
|
|
458
458
|
.e-btn:focus,
|
|
459
|
-
input:focus+label.e-btn {
|
|
459
|
+
input:focus-visible+label.e-btn {
|
|
460
460
|
@include button-focus;
|
|
461
461
|
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
462
462
|
box-shadow: none;
|
|
@@ -456,7 +456,7 @@ $btn-grp-outline-focus-danger-color: inherit !default;
|
|
|
456
456
|
|
|
457
457
|
//Focus state for Normal and Outline GroupButton
|
|
458
458
|
.e-btn:focus,
|
|
459
|
-
input:focus+label.e-btn {
|
|
459
|
+
input:focus-visible+label.e-btn {
|
|
460
460
|
@include button-focus;
|
|
461
461
|
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
462
462
|
box-shadow: none;
|
|
@@ -458,7 +458,7 @@ $btn-grp-outline-focus-danger-color: $btn-danger-active-color !default;
|
|
|
458
458
|
|
|
459
459
|
//Focus state for Normal and Outline GroupButton
|
|
460
460
|
.e-btn:focus,
|
|
461
|
-
input:focus+label.e-btn {
|
|
461
|
+
input:focus-visible+label.e-btn {
|
|
462
462
|
@include button-focus;
|
|
463
463
|
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
464
464
|
box-shadow: none;
|
|
@@ -455,7 +455,7 @@ $btn-grp-outline-focus-danger-color: #fff !default;
|
|
|
455
455
|
|
|
456
456
|
//Focus state for Normal and Outline GroupButton
|
|
457
457
|
.e-btn:focus,
|
|
458
|
-
input:focus+label.e-btn {
|
|
458
|
+
input:focus-visible+label.e-btn {
|
|
459
459
|
@include button-focus;
|
|
460
460
|
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
461
461
|
box-shadow: none;
|
|
@@ -456,7 +456,7 @@ $btn-grp-outline-focus-danger-color: inherit !default;
|
|
|
456
456
|
|
|
457
457
|
//Focus state for Normal and Outline GroupButton
|
|
458
458
|
.e-btn:focus,
|
|
459
|
-
input:focus+label.e-btn {
|
|
459
|
+
input:focus-visible+label.e-btn {
|
|
460
460
|
@include button-focus;
|
|
461
461
|
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
462
462
|
box-shadow: none;
|
|
@@ -456,7 +456,7 @@ $btn-grp-outline-focus-danger-color: inherit !default;
|
|
|
456
456
|
|
|
457
457
|
//Focus state for Normal and Outline GroupButton
|
|
458
458
|
.e-btn:focus,
|
|
459
|
-
input:focus+label.e-btn {
|
|
459
|
+
input:focus-visible+label.e-btn {
|
|
460
460
|
@include button-focus;
|
|
461
461
|
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
462
462
|
box-shadow: none;
|
|
@@ -457,7 +457,7 @@ $btn-grp-outline-focus-danger-color: inherit !default;
|
|
|
457
457
|
|
|
458
458
|
//Focus state for Normal and Outline GroupButton
|
|
459
459
|
.e-btn:focus,
|
|
460
|
-
input:focus+label.e-btn {
|
|
460
|
+
input:focus-visible+label.e-btn {
|
|
461
461
|
@include button-focus;
|
|
462
462
|
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
463
463
|
box-shadow: none;
|
|
@@ -458,7 +458,7 @@ $btn-grp-outline-focus-danger-color: inherit !default;
|
|
|
458
458
|
|
|
459
459
|
//Focus state for Normal and Outline GroupButton
|
|
460
460
|
.e-btn:focus,
|
|
461
|
-
input:focus+label.e-btn {
|
|
461
|
+
input:focus-visible+label.e-btn {
|
|
462
462
|
@include button-focus;
|
|
463
463
|
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
464
464
|
box-shadow: none;
|
|
@@ -455,7 +455,7 @@ $btn-grp-outline-focus-danger-color: inherit !default;
|
|
|
455
455
|
|
|
456
456
|
//Focus state for Normal and Outline GroupButton
|
|
457
457
|
.e-btn:focus,
|
|
458
|
-
input:focus+label.e-btn {
|
|
458
|
+
input:focus-visible+label.e-btn {
|
|
459
459
|
@include button-focus;
|
|
460
460
|
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
461
461
|
box-shadow: none;
|
|
@@ -456,7 +456,7 @@ $btn-grp-outline-focus-danger-color: inherit !default;
|
|
|
456
456
|
|
|
457
457
|
//Focus state for Normal and Outline GroupButton
|
|
458
458
|
.e-btn:focus,
|
|
459
|
-
input:focus+label.e-btn {
|
|
459
|
+
input:focus-visible+label.e-btn {
|
|
460
460
|
@include button-focus;
|
|
461
461
|
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
462
462
|
box-shadow: none;
|
|
@@ -456,7 +456,7 @@ $btn-grp-outline-focus-danger-color: inherit !default;
|
|
|
456
456
|
|
|
457
457
|
//Focus state for Normal and Outline GroupButton
|
|
458
458
|
.e-btn:focus,
|
|
459
|
-
input:focus+label.e-btn {
|
|
459
|
+
input:focus-visible+label.e-btn {
|
|
460
460
|
@include button-focus;
|
|
461
461
|
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
462
462
|
box-shadow: none;
|
|
@@ -456,7 +456,7 @@ $btn-grp-outline-focus-danger-color: inherit !default;
|
|
|
456
456
|
|
|
457
457
|
//Focus state for Normal and Outline GroupButton
|
|
458
458
|
.e-btn:focus,
|
|
459
|
-
input:focus+label.e-btn {
|
|
459
|
+
input:focus-visible+label.e-btn {
|
|
460
460
|
@include button-focus;
|
|
461
461
|
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
462
462
|
box-shadow: none;
|
|
@@ -456,7 +456,7 @@ $btn-grp-outline-focus-danger-color: inherit !default;
|
|
|
456
456
|
|
|
457
457
|
//Focus state for Normal and Outline GroupButton
|
|
458
458
|
.e-btn:focus,
|
|
459
|
-
input:focus+label.e-btn {
|
|
459
|
+
input:focus-visible+label.e-btn {
|
|
460
460
|
@include button-focus;
|
|
461
461
|
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
462
462
|
box-shadow: none;
|