@syncfusion/blazor-themes 21.2.3 → 21.2.5

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 (89) hide show
  1. package/SCSS-Themes/base/bootstrap-dark.scss +6 -1
  2. package/SCSS-Themes/base/bootstrap.scss +6 -1
  3. package/SCSS-Themes/base/bootstrap4.scss +7 -2
  4. package/SCSS-Themes/base/bootstrap5-dark.scss +6 -1
  5. package/SCSS-Themes/base/bootstrap5.scss +6 -1
  6. package/SCSS-Themes/base/fabric-dark.scss +6 -1
  7. package/SCSS-Themes/base/fabric.scss +6 -1
  8. package/SCSS-Themes/base/fluent-dark.scss +6 -1
  9. package/SCSS-Themes/base/fluent.scss +6 -1
  10. package/SCSS-Themes/base/highcontrast.scss +6 -1
  11. package/SCSS-Themes/base/material-dark.scss +6 -1
  12. package/SCSS-Themes/base/material.scss +6 -4
  13. package/SCSS-Themes/base/tailwind-dark.scss +6 -1
  14. package/SCSS-Themes/base/tailwind.scss +6 -1
  15. package/SCSS-Themes/bootstrap-dark.scss +146 -10
  16. package/SCSS-Themes/bootstrap.scss +147 -9
  17. package/SCSS-Themes/bootstrap4.scss +149 -11
  18. package/SCSS-Themes/bootstrap5-dark.scss +147 -9
  19. package/SCSS-Themes/bootstrap5.scss +147 -9
  20. package/SCSS-Themes/fabric-dark.scss +146 -8
  21. package/SCSS-Themes/fabric.scss +145 -7
  22. package/SCSS-Themes/fluent-dark.scss +146 -8
  23. package/SCSS-Themes/fluent.scss +146 -8
  24. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +36 -0
  25. package/SCSS-Themes/grids/grid/bootstrap.scss +36 -0
  26. package/SCSS-Themes/grids/grid/bootstrap4.scss +37 -1
  27. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +36 -0
  28. package/SCSS-Themes/grids/grid/bootstrap5.scss +36 -0
  29. package/SCSS-Themes/grids/grid/fabric-dark.scss +36 -0
  30. package/SCSS-Themes/grids/grid/fabric.scss +36 -0
  31. package/SCSS-Themes/grids/grid/fluent-dark.scss +36 -0
  32. package/SCSS-Themes/grids/grid/fluent.scss +36 -0
  33. package/SCSS-Themes/grids/grid/highcontrast.scss +36 -0
  34. package/SCSS-Themes/grids/grid/material-dark.scss +36 -0
  35. package/SCSS-Themes/grids/grid/material.scss +36 -0
  36. package/SCSS-Themes/grids/grid/tailwind-dark.scss +36 -0
  37. package/SCSS-Themes/grids/grid/tailwind.scss +36 -0
  38. package/SCSS-Themes/highcontrast.scss +146 -8
  39. package/SCSS-Themes/inputs/input/bootstrap-dark.scss +81 -0
  40. package/SCSS-Themes/inputs/input/bootstrap.scss +81 -0
  41. package/SCSS-Themes/inputs/input/bootstrap4.scss +81 -0
  42. package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +81 -0
  43. package/SCSS-Themes/inputs/input/bootstrap5.scss +81 -0
  44. package/SCSS-Themes/inputs/input/fabric-dark.scss +81 -0
  45. package/SCSS-Themes/inputs/input/fabric.scss +81 -0
  46. package/SCSS-Themes/inputs/input/fluent-dark.scss +81 -0
  47. package/SCSS-Themes/inputs/input/fluent.scss +81 -0
  48. package/SCSS-Themes/inputs/input/highcontrast.scss +81 -0
  49. package/SCSS-Themes/inputs/input/material-dark.scss +81 -0
  50. package/SCSS-Themes/inputs/input/material.scss +81 -0
  51. package/SCSS-Themes/inputs/input/tailwind-dark.scss +81 -0
  52. package/SCSS-Themes/inputs/input/tailwind.scss +81 -0
  53. package/SCSS-Themes/material-dark.scss +147 -9
  54. package/SCSS-Themes/material.scss +148 -13
  55. package/SCSS-Themes/navigations/treeview/material.scss +1 -1
  56. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap-dark.scss +1 -8
  57. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap.scss +2 -7
  58. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap4.scss +2 -7
  59. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5-dark.scss +3 -8
  60. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5.scss +3 -8
  61. package/SCSS-Themes/pivotview/pivotfieldlist/fabric-dark.scss +2 -7
  62. package/SCSS-Themes/pivotview/pivotfieldlist/fabric.scss +1 -6
  63. package/SCSS-Themes/pivotview/pivotfieldlist/fluent-dark.scss +2 -7
  64. package/SCSS-Themes/pivotview/pivotfieldlist/fluent.scss +2 -7
  65. package/SCSS-Themes/pivotview/pivotfieldlist/highcontrast.scss +2 -7
  66. package/SCSS-Themes/pivotview/pivotfieldlist/material-dark.scss +3 -8
  67. package/SCSS-Themes/pivotview/pivotfieldlist/material.scss +3 -8
  68. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind-dark.scss +2 -7
  69. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind.scss +2 -7
  70. package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +1 -1
  71. package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +1 -1
  72. package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +1 -1
  73. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +21 -0
  74. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +21 -0
  75. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +21 -0
  76. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +21 -0
  77. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +21 -0
  78. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +21 -0
  79. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +21 -0
  80. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +21 -0
  81. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +21 -0
  82. package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +21 -0
  83. package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +21 -0
  84. package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +21 -0
  85. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +21 -0
  86. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +21 -0
  87. package/SCSS-Themes/tailwind-dark.scss +146 -8
  88. package/SCSS-Themes/tailwind.scss +146 -8
  89. package/package.json +1 -1
@@ -3190,6 +3190,27 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
3190
3190
  }
3191
3191
  }
3192
3192
 
3193
+ .e-rtl {
3194
+ .e-rte-toolbar,
3195
+ .e-rte-dropdown-popup {
3196
+ .e-unorder-list::before {
3197
+ content: '\e988';
3198
+ }
3199
+
3200
+ .e-order-list::before {
3201
+ content: '\e989';
3202
+ }
3203
+
3204
+ .e-indent::before {
3205
+ content: '\e98a';
3206
+ }
3207
+
3208
+ .e-outdent::before {
3209
+ content: '\e98b';
3210
+ }
3211
+ }
3212
+ }
3213
+
3193
3214
  .e-cell-merge::before {
3194
3215
  content: '\e89a';
3195
3216
  }
@@ -3188,6 +3188,27 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
3188
3188
  }
3189
3189
  }
3190
3190
 
3191
+ .e-rtl {
3192
+ .e-rte-toolbar,
3193
+ .e-rte-dropdown-popup {
3194
+ .e-unorder-list::before {
3195
+ content: '\e988';
3196
+ }
3197
+
3198
+ .e-order-list::before {
3199
+ content: '\e989';
3200
+ }
3201
+
3202
+ .e-indent::before {
3203
+ content: '\e98a';
3204
+ }
3205
+
3206
+ .e-outdent::before {
3207
+ content: '\e98b';
3208
+ }
3209
+ }
3210
+ }
3211
+
3191
3212
  .e-cell-merge::before {
3192
3213
  content: '\e89a';
3193
3214
  }
@@ -3195,6 +3195,27 @@ $rte-tbar-default-bg: $content-bg-color-alt2;
3195
3195
  }
3196
3196
  }
3197
3197
 
3198
+ .e-rtl {
3199
+ .e-rte-toolbar,
3200
+ .e-rte-dropdown-popup {
3201
+ .e-unorder-list::before {
3202
+ content: '\e8c4';
3203
+ }
3204
+
3205
+ .e-order-list::before {
3206
+ content: '\e8c5';
3207
+ }
3208
+
3209
+ .e-indent::before {
3210
+ content: '\e8c6';
3211
+ }
3212
+
3213
+ .e-outdent::before {
3214
+ content: '\e8c7';
3215
+ }
3216
+ }
3217
+ }
3218
+
3198
3219
  .e-cell-merge::before {
3199
3220
  content: '\e83a';
3200
3221
  }
@@ -3195,6 +3195,27 @@ $rte-tbar-default-bg: $content-bg-color-alt2;
3195
3195
  }
3196
3196
  }
3197
3197
 
3198
+ .e-rtl {
3199
+ .e-rte-toolbar,
3200
+ .e-rte-dropdown-popup {
3201
+ .e-unorder-list::before {
3202
+ content: '\e8c4';
3203
+ }
3204
+
3205
+ .e-order-list::before {
3206
+ content: '\e8c5';
3207
+ }
3208
+
3209
+ .e-indent::before {
3210
+ content: '\e8c6';
3211
+ }
3212
+
3213
+ .e-outdent::before {
3214
+ content: '\e8c7';
3215
+ }
3216
+ }
3217
+ }
3218
+
3198
3219
  .e-cell-merge::before {
3199
3220
  content: '\e83a';
3200
3221
  }
@@ -3188,6 +3188,27 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
3188
3188
  }
3189
3189
  }
3190
3190
 
3191
+ .e-rtl {
3192
+ .e-rte-toolbar,
3193
+ .e-rte-dropdown-popup {
3194
+ .e-unorder-list::before {
3195
+ content: '\e986';
3196
+ }
3197
+
3198
+ .e-order-list::before {
3199
+ content: '\e987';
3200
+ }
3201
+
3202
+ .e-indent::before {
3203
+ content: '\e989';
3204
+ }
3205
+
3206
+ .e-outdent::before {
3207
+ content: '\e98a';
3208
+ }
3209
+ }
3210
+ }
3211
+
3191
3212
  .e-cell-merge::before {
3192
3213
  content: '\e89a';
3193
3214
  }
@@ -3193,6 +3193,27 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
3193
3193
  }
3194
3194
  }
3195
3195
 
3196
+ .e-rtl {
3197
+ .e-rte-toolbar,
3198
+ .e-rte-dropdown-popup {
3199
+ .e-unorder-list::before {
3200
+ content: '\e982';
3201
+ }
3202
+
3203
+ .e-order-list::before {
3204
+ content: '\e983';
3205
+ }
3206
+
3207
+ .e-indent::before {
3208
+ content: '\e985';
3209
+ }
3210
+
3211
+ .e-outdent::before {
3212
+ content: '\e986';
3213
+ }
3214
+ }
3215
+ }
3216
+
3196
3217
  .e-cell-merge::before {
3197
3218
  content: '\e89a';
3198
3219
  }
@@ -3183,6 +3183,27 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
3183
3183
  }
3184
3184
  }
3185
3185
 
3186
+ .e-rtl {
3187
+ .e-rte-toolbar,
3188
+ .e-rte-dropdown-popup {
3189
+ .e-unorder-list::before {
3190
+ content: '\e982';
3191
+ }
3192
+
3193
+ .e-order-list::before {
3194
+ content: '\e983';
3195
+ }
3196
+
3197
+ .e-indent::before {
3198
+ content: '\e985';
3199
+ }
3200
+
3201
+ .e-outdent::before {
3202
+ content: '\e986';
3203
+ }
3204
+ }
3205
+ }
3206
+
3186
3207
  .e-richtexteditor {
3187
3208
  .e-south-east::before,
3188
3209
  .e-south-west::before {
@@ -3190,6 +3190,27 @@ $rte-tbar-default-bg: $content-bg-color-alt2;
3190
3190
  }
3191
3191
  }
3192
3192
 
3193
+ .e-rtl {
3194
+ .e-rte-toolbar,
3195
+ .e-rte-dropdown-popup {
3196
+ .e-unorder-list::before {
3197
+ content: '\e8c4';
3198
+ }
3199
+
3200
+ .e-order-list::before {
3201
+ content: '\e8c5';
3202
+ }
3203
+
3204
+ .e-indent::before {
3205
+ content: '\e8c6';
3206
+ }
3207
+
3208
+ .e-outdent::before {
3209
+ content: '\e8c7';
3210
+ }
3211
+ }
3212
+ }
3213
+
3193
3214
  .e-cell-merge::before {
3194
3215
  content: '\e83a';
3195
3216
  }
@@ -3190,6 +3190,27 @@ $rte-tbar-default-bg: $content-bg-color-alt2;
3190
3190
  }
3191
3191
  }
3192
3192
 
3193
+ .e-rtl {
3194
+ .e-rte-toolbar,
3195
+ .e-rte-dropdown-popup {
3196
+ .e-unorder-list::before {
3197
+ content: '\e8c4';
3198
+ }
3199
+
3200
+ .e-order-list::before {
3201
+ content: '\e8c5';
3202
+ }
3203
+
3204
+ .e-indent::before {
3205
+ content: '\e8c6';
3206
+ }
3207
+
3208
+ .e-outdent::before {
3209
+ content: '\e8c7';
3210
+ }
3211
+ }
3212
+ }
3213
+
3193
3214
  .e-cell-merge::before {
3194
3215
  content: '\e83a';
3195
3216
  }