@syncfusion/ej2-navigations 26.1.35 → 26.1.39

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 (87) hide show
  1. package/dist/ej2-navigations.min.js +2 -2
  2. package/dist/ej2-navigations.umd.min.js +2 -2
  3. package/dist/ej2-navigations.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-navigations.es2015.js +32 -7
  5. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  6. package/dist/es6/ej2-navigations.es5.js +33 -7
  7. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  8. package/dist/global/ej2-navigations.min.js +2 -2
  9. package/dist/global/ej2-navigations.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +8 -8
  12. package/src/breadcrumb/breadcrumb.d.ts +4 -0
  13. package/src/breadcrumb/breadcrumb.js +6 -1
  14. package/src/stepper/stepper.d.ts +1 -0
  15. package/src/stepper/stepper.js +22 -2
  16. package/src/treeview/treeview.js +5 -4
  17. package/styles/accordion/_fluent2-definition.scss +1 -1
  18. package/styles/accordion/_theme.scss +26 -2
  19. package/styles/accordion/bootstrap-dark.css +3 -3
  20. package/styles/accordion/bootstrap.css +3 -3
  21. package/styles/accordion/bootstrap4.css +3 -3
  22. package/styles/accordion/bootstrap5-dark.css +3 -3
  23. package/styles/accordion/bootstrap5.css +3 -3
  24. package/styles/accordion/fabric-dark.css +3 -3
  25. package/styles/accordion/fabric.css +3 -3
  26. package/styles/accordion/fluent-dark.css +3 -3
  27. package/styles/accordion/fluent.css +3 -3
  28. package/styles/accordion/fluent2.css +17 -9
  29. package/styles/accordion/highcontrast-light.css +3 -3
  30. package/styles/accordion/highcontrast.css +3 -3
  31. package/styles/accordion/material-dark.css +3 -3
  32. package/styles/accordion/material.css +3 -3
  33. package/styles/accordion/material3-dark.css +3 -3
  34. package/styles/accordion/material3.css +3 -3
  35. package/styles/accordion/tailwind-dark.css +3 -3
  36. package/styles/accordion/tailwind.css +3 -3
  37. package/styles/appbar/fluent2.css +5 -5
  38. package/styles/bootstrap-dark.css +11 -3
  39. package/styles/bootstrap.css +11 -3
  40. package/styles/bootstrap4.css +11 -3
  41. package/styles/bootstrap5-dark.css +11 -3
  42. package/styles/bootstrap5.css +11 -3
  43. package/styles/breadcrumb/fluent2.css +5 -5
  44. package/styles/carousel/fluent2.css +5 -5
  45. package/styles/context-menu/fluent2.css +5 -5
  46. package/styles/fabric-dark.css +11 -3
  47. package/styles/fabric.css +11 -3
  48. package/styles/fluent-dark.css +11 -3
  49. package/styles/fluent.css +11 -3
  50. package/styles/fluent2.css +37 -15
  51. package/styles/h-scroll/fluent2.css +5 -5
  52. package/styles/highcontrast-light.css +11 -3
  53. package/styles/highcontrast.css +11 -3
  54. package/styles/material-dark.css +11 -3
  55. package/styles/material.css +11 -3
  56. package/styles/material3-dark.css +11 -3
  57. package/styles/material3.css +11 -3
  58. package/styles/menu/fluent2.css +5 -5
  59. package/styles/pager/fluent2.css +5 -5
  60. package/styles/sidebar/fluent2.css +5 -5
  61. package/styles/stepper/_layout.scss +10 -0
  62. package/styles/stepper/bootstrap-dark.css +8 -0
  63. package/styles/stepper/bootstrap.css +8 -0
  64. package/styles/stepper/bootstrap4.css +8 -0
  65. package/styles/stepper/bootstrap5-dark.css +8 -0
  66. package/styles/stepper/bootstrap5.css +8 -0
  67. package/styles/stepper/fabric-dark.css +8 -0
  68. package/styles/stepper/fabric.css +8 -0
  69. package/styles/stepper/fluent-dark.css +8 -0
  70. package/styles/stepper/fluent.css +8 -0
  71. package/styles/stepper/fluent2.css +13 -5
  72. package/styles/stepper/highcontrast-light.css +8 -0
  73. package/styles/stepper/highcontrast.css +8 -0
  74. package/styles/stepper/material-dark.css +8 -0
  75. package/styles/stepper/material.css +8 -0
  76. package/styles/stepper/material3-dark.css +8 -0
  77. package/styles/stepper/material3.css +8 -0
  78. package/styles/stepper/tailwind-dark.css +8 -0
  79. package/styles/stepper/tailwind.css +8 -0
  80. package/styles/tab/fluent2.css +5 -5
  81. package/styles/tailwind-dark.css +11 -3
  82. package/styles/tailwind.css +11 -3
  83. package/styles/toolbar/fluent2.css +5 -5
  84. package/styles/treeview/_fluent2-definition.scss +7 -7
  85. package/styles/treeview/_layout.scss +1 -1
  86. package/styles/treeview/fluent2.css +17 -11
  87. package/styles/v-scroll/fluent2.css +5 -5
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 26.1.35
3
+ * version : 26.1.39
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-navigations@*",
3
- "_id": "@syncfusion/ej2-navigations@22.42.3",
3
+ "_id": "@syncfusion/ej2-navigations@26.1.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-njeItEyxrCZuEUZiO3yp5qXJC8Yhc4JQDiKTd9Y6md9msyZbKnEI00WnEgVFiZ7x0sIY2C8urWQDGXY6EI8quA==",
5
+ "_integrity": "sha512-FkGUMW4JtCpN0UumB+XnLHMmEgBMTWK006RpqhtMnc4BHrZtvwEYbGn0OJcyKcNG/OeoVA2m0x5DkQO8Nk/ofw==",
6
6
  "_location": "/@syncfusion/ej2-navigations",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -39,8 +39,8 @@
39
39
  "/@syncfusion/ej2-spreadsheet",
40
40
  "/@syncfusion/ej2-vue-navigations"
41
41
  ],
42
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-navigations/-/ej2-navigations-22.42.3.tgz",
43
- "_shasum": "01a43e80a9008fe0d3598b9328be53859c08743c",
42
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-26.1.38.tgz",
43
+ "_shasum": "2932f699db17f0cbff75e916dbbea215013b3ebe",
44
44
  "_spec": "@syncfusion/ej2-navigations@*",
45
45
  "_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
46
46
  "author": {
@@ -51,12 +51,12 @@
51
51
  },
52
52
  "bundleDependencies": false,
53
53
  "dependencies": {
54
- "@syncfusion/ej2-base": "~26.1.35",
54
+ "@syncfusion/ej2-base": "~26.1.37",
55
55
  "@syncfusion/ej2-buttons": "~26.1.35",
56
56
  "@syncfusion/ej2-data": "~26.1.35",
57
- "@syncfusion/ej2-inputs": "~26.1.35",
57
+ "@syncfusion/ej2-inputs": "~26.1.39",
58
58
  "@syncfusion/ej2-lists": "~26.1.35",
59
- "@syncfusion/ej2-popups": "~26.1.35"
59
+ "@syncfusion/ej2-popups": "~26.1.38"
60
60
  },
61
61
  "deprecated": false,
62
62
  "description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another",
@@ -161,6 +161,6 @@
161
161
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
162
162
  },
163
163
  "typings": "index.d.ts",
164
- "version": "26.1.35",
164
+ "version": "26.1.39",
165
165
  "sideEffects": false
166
166
  }
@@ -79,6 +79,10 @@ export interface BreadcrumbClickEventArgs extends BaseEventArgs {
79
79
  * Specifies the item click event.
80
80
  */
81
81
  event: Event;
82
+ /**
83
+ * Cancels the Breadcrumb item after click action.
84
+ */
85
+ cancel: boolean;
82
86
  }
83
87
  /**
84
88
  * Interface for before item render event.
@@ -566,7 +566,12 @@ var Breadcrumb = /** @class */ (function (_super) {
566
566
  }
567
567
  this.endIndex = idx;
568
568
  }
569
- this.trigger('itemClick', { element: li, item: this.items[idx], event: e });
569
+ var itemClickArgs = { element: li,
570
+ item: this.items[idx], event: e, cancel: false };
571
+ this.trigger('itemClick', itemClickArgs);
572
+ if (itemClickArgs.cancel) {
573
+ return;
574
+ }
570
575
  if (this.items[idx]) {
571
576
  this.activeItem = this.items[idx].url || this.items[idx].text;
572
577
  }
@@ -321,6 +321,7 @@ export declare class Stepper extends StepperBase implements INotifyPropertyChang
321
321
  private getTemplateFunction;
322
322
  private navigateToStep;
323
323
  private navigationHandler;
324
+ private updateStepInteractions;
324
325
  private removeItemElements;
325
326
  nextStep(): void;
326
327
  previousStep(): void;
@@ -52,6 +52,9 @@ var LABELINDICATOR = 'e-step-type-label';
52
52
  var INDICATORICON = 'e-step-indicator';
53
53
  var STEPPERTOOLTIP = 'e-stepper-tooltip';
54
54
  var STEPPERIPROGRESSTIP = 'e-step-inprogress-tip';
55
+ var LINEARSTEP = 'e-linear';
56
+ var PREVSTEP = 'e-previous';
57
+ var NEXTSTEP = 'e-next';
55
58
  /**
56
59
  * Defines the step progress animation of the Stepper.
57
60
  */
@@ -903,6 +906,17 @@ var Stepper = /** @class */ (function (_super) {
903
906
  }
904
907
  }
905
908
  }
909
+ this.updateStepInteractions();
910
+ };
911
+ Stepper.prototype.updateStepInteractions = function () {
912
+ var _this = this;
913
+ this.element.classList.toggle(LINEARSTEP, this.linear);
914
+ this.stepperItemElements.forEach(function (step, index) {
915
+ var isPreviousStep = (index === _this.activeStep - 1);
916
+ var isNextStep = (index === _this.activeStep + 1);
917
+ step.classList.toggle(PREVSTEP, isPreviousStep);
918
+ step.classList.toggle(NEXTSTEP, isNextStep);
919
+ });
906
920
  };
907
921
  Stepper.prototype.removeItemElements = function () {
908
922
  for (var i = 0; i < this.stepperItemElements.length; i++) {
@@ -921,14 +935,17 @@ var Stepper = /** @class */ (function (_super) {
921
935
  }
922
936
  };
923
937
  Stepper.prototype.reset = function () {
924
- if (this.activeStep !== 0) {
938
+ if (this.activeStep === 0) {
939
+ this.updateStepInteractions();
940
+ }
941
+ else {
925
942
  var isDisabled = this.stepperItemElements[0].classList.contains(DISABLED) ? true : false;
926
943
  this.navigateToStep(isDisabled ? -1 : 0, null, null, false);
927
944
  }
928
945
  };
929
946
  Stepper.prototype.updateElementClassArray = function () {
930
947
  var classArray = [RTL, READONLY, 'e-steps-focus', LABELAFTER, LABELBEFORE, 'e-label-top',
931
- 'e-label-bottom', 'e-label-start', 'e-label-end', STEPINDICATOR, LABELINDICATOR, VERTICALSTEP, HORIZSTEP];
948
+ 'e-label-bottom', 'e-label-start', 'e-label-end', STEPINDICATOR, LABELINDICATOR, VERTICALSTEP, HORIZSTEP, LINEARSTEP];
932
949
  removeClass([this.element], classArray);
933
950
  };
934
951
  Stepper.prototype.destroy = function () {
@@ -1180,6 +1197,9 @@ var Stepper = /** @class */ (function (_super) {
1180
1197
  case 'animation':
1181
1198
  this.updateAnimation();
1182
1199
  break;
1200
+ case 'linear':
1201
+ this.updateStepInteractions();
1202
+ break;
1183
1203
  }
1184
1204
  }
1185
1205
  };
@@ -856,7 +856,7 @@ var TreeView = /** @class */ (function (_super) {
856
856
  return 2;
857
857
  }
858
858
  for (var i = 0, len = ds.length; i < len; i++) {
859
- if ((typeof mapper.child === 'string') && !isNOU(getValue(mapper.child, ds[parseInt(i.toString(), 10)]))) {
859
+ if ((typeof mapper.child === 'string') && (!isNOU(getValue(mapper.child, ds[parseInt(i.toString(), 10)])) || (Object.prototype.hasOwnProperty.call(ds[parseInt(i.toString(), 10)], mapper.child)))) {
860
860
  return 2;
861
861
  }
862
862
  if (this.isChildObject()) {
@@ -1483,6 +1483,9 @@ var TreeView = /** @class */ (function (_super) {
1483
1483
  _this.afterFinalized();
1484
1484
  }
1485
1485
  });
1486
+ if (this.index > 0) {
1487
+ this.index = 0;
1488
+ }
1486
1489
  };
1487
1490
  TreeView.prototype.expandCallback = function (eUid, callback) {
1488
1491
  var eNode = select('[data-uid="' + eUid + '"]', this.element);
@@ -1491,9 +1494,7 @@ var TreeView = /** @class */ (function (_super) {
1491
1494
  if (!isNOU(icon)) {
1492
1495
  this.expandAction(eNode, icon, null, false, callback);
1493
1496
  }
1494
- else {
1495
- callback();
1496
- }
1497
+ callback();
1497
1498
  }
1498
1499
  else {
1499
1500
  callback();
@@ -127,7 +127,7 @@ $acrdn-item-header-hover-border-color: initial !default;
127
127
  $acrdn-item-header-active-border: 0 !default;
128
128
  $acrdn-item-header-active-border-color: initial !default;
129
129
  $acrdn-item-header-focus-border: 0 !default;
130
- $acrdn-item-header-focus-box-shadow: $shadow-focus-ring1 !default;
130
+ $acrdn-item-header-focus-box-shadow: $keyboard-focus !default;
131
131
  $acrdn-item-header-focus-bg: $acrdn-bg-color !default;
132
132
  $acrdn-item-header-focus-active-color: $content-text-color !default;
133
133
  $acrdn-item-select-exp-hdr-hover-color: $content-text-color !default;
@@ -217,9 +217,15 @@
217
217
 
218
218
  &:focus {
219
219
  border: $acrdn-item-header-focus-border;
220
- box-shadow: $acrdn-item-header-focus-box-shadow;
221
220
  background: $acrdn-item-header-focus-bg;
222
221
 
222
+ @if ($skin-name == 'fluent2') {
223
+ box-shadow: none;
224
+ }
225
+ @else {
226
+ box-shadow: $acrdn-item-header-focus-box-shadow;
227
+ }
228
+
223
229
  &:active {
224
230
 
225
231
  .e-icons,
@@ -229,6 +235,12 @@
229
235
  }
230
236
  }
231
237
  }
238
+
239
+ @if ($skin-name == 'fluent2') {
240
+ &:focus-visible {
241
+ box-shadow: $acrdn-item-header-focus-box-shadow;
242
+ }
243
+ }
232
244
  }
233
245
 
234
246
  &.e-select {
@@ -335,9 +347,21 @@
335
347
  }
336
348
 
337
349
  &:focus {
338
- box-shadow: $acrdn-item-header-focus-box-shadow;
339
350
  position: relative;
340
351
  z-index: 2;
352
+
353
+ @if ($skin-name == 'fluent2') {
354
+ box-shadow: none;
355
+ }
356
+ @else {
357
+ box-shadow: $acrdn-item-header-focus-box-shadow;
358
+ }
359
+ }
360
+
361
+ @if ($skin-name == 'fluent2') {
362
+ &:focus-visible {
363
+ box-shadow: $acrdn-item-header-focus-box-shadow;
364
+ }
341
365
  }
342
366
  }
343
367
 
@@ -418,9 +418,9 @@
418
418
  }
419
419
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
420
420
  border: 0;
421
+ background: transparent;
421
422
  -webkit-box-shadow: none;
422
423
  box-shadow: none;
423
- background: transparent;
424
424
  }
425
425
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
426
426
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -497,10 +497,10 @@
497
497
  color: #3e98ff;
498
498
  }
499
499
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
500
- -webkit-box-shadow: none;
501
- box-shadow: none;
502
500
  position: relative;
503
501
  z-index: 2;
502
+ -webkit-box-shadow: none;
503
+ box-shadow: none;
504
504
  }
505
505
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
506
506
  border-color: #505050;
@@ -418,9 +418,9 @@
418
418
  }
419
419
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
420
420
  border: 0;
421
+ background: transparent;
421
422
  -webkit-box-shadow: none;
422
423
  box-shadow: none;
423
- background: transparent;
424
424
  }
425
425
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
426
426
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -497,10 +497,10 @@
497
497
  color: #333;
498
498
  }
499
499
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
500
- -webkit-box-shadow: none;
501
- box-shadow: none;
502
500
  position: relative;
503
501
  z-index: 2;
502
+ -webkit-box-shadow: none;
503
+ box-shadow: none;
504
504
  }
505
505
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
506
506
  border-color: #ddd;
@@ -418,9 +418,9 @@
418
418
  }
419
419
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
420
420
  border: 0;
421
+ background: #f8f9fa;
421
422
  -webkit-box-shadow: none;
422
423
  box-shadow: none;
423
- background: #f8f9fa;
424
424
  }
425
425
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
426
426
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -497,10 +497,10 @@
497
497
  color: #007bff;
498
498
  }
499
499
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
500
- -webkit-box-shadow: none;
501
- box-shadow: none;
502
500
  position: relative;
503
501
  z-index: 2;
502
+ -webkit-box-shadow: none;
503
+ box-shadow: none;
504
504
  }
505
505
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
506
506
  border-color: #000 #000 rgba(0, 0, 0, 0.13);
@@ -418,9 +418,9 @@
418
418
  }
419
419
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
420
420
  border: 0;
421
+ background: none;
421
422
  -webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
422
423
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
423
- background: none;
424
424
  }
425
425
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
426
426
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -497,10 +497,10 @@
497
497
  color: #6ea8fe;
498
498
  }
499
499
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
500
- -webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
501
- box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
502
500
  position: relative;
503
501
  z-index: 2;
502
+ -webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
503
+ box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
504
504
  }
505
505
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
506
506
  border-color: #444c54;
@@ -418,9 +418,9 @@
418
418
  }
419
419
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
420
420
  border: 0;
421
+ background: none;
421
422
  -webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
422
423
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
423
- background: none;
424
424
  }
425
425
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
426
426
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -497,10 +497,10 @@
497
497
  color: #0c63e4;
498
498
  }
499
499
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
500
- -webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
501
- box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
502
500
  position: relative;
503
501
  z-index: 2;
502
+ -webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
503
+ box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
504
504
  }
505
505
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
506
506
  border-color: #dee2e6;
@@ -418,9 +418,9 @@
418
418
  }
419
419
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
420
420
  border: 1px solid #414040;
421
+ background: #414040;
421
422
  -webkit-box-shadow: none;
422
423
  box-shadow: none;
423
- background: #414040;
424
424
  }
425
425
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
426
426
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -497,10 +497,10 @@
497
497
  color: #dadada;
498
498
  }
499
499
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
500
- -webkit-box-shadow: none;
501
- box-shadow: none;
502
500
  position: relative;
503
501
  z-index: 2;
502
+ -webkit-box-shadow: none;
503
+ box-shadow: none;
504
504
  }
505
505
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
506
506
  border-color: #414040;
@@ -418,9 +418,9 @@
418
418
  }
419
419
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
420
420
  border: 1px solid #f4f4f4;
421
+ background: #f4f4f4;
421
422
  -webkit-box-shadow: none;
422
423
  box-shadow: none;
423
- background: #f4f4f4;
424
424
  }
425
425
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
426
426
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -497,10 +497,10 @@
497
497
  color: #333;
498
498
  }
499
499
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
500
- -webkit-box-shadow: none;
501
- box-shadow: none;
502
500
  position: relative;
503
501
  z-index: 2;
502
+ -webkit-box-shadow: none;
503
+ box-shadow: none;
504
504
  }
505
505
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
506
506
  border-color: #eaeaea;
@@ -418,9 +418,9 @@
418
418
  }
419
419
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
420
420
  border: 1px solid #f3f2f1;
421
+ background: #252423;
421
422
  -webkit-box-shadow: none;
422
423
  box-shadow: none;
423
- background: #252423;
424
424
  }
425
425
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
426
426
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -497,10 +497,10 @@
497
497
  color: #a19f9d;
498
498
  }
499
499
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
500
- -webkit-box-shadow: none;
501
- box-shadow: none;
502
500
  position: relative;
503
501
  z-index: 2;
502
+ -webkit-box-shadow: none;
503
+ box-shadow: none;
504
504
  }
505
505
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
506
506
  border-color: #292827;
@@ -418,9 +418,9 @@
418
418
  }
419
419
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
420
420
  border: 1px solid #201f1e;
421
+ background: #f3f2f1;
421
422
  -webkit-box-shadow: none;
422
423
  box-shadow: none;
423
- background: #f3f2f1;
424
424
  }
425
425
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
426
426
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -497,10 +497,10 @@
497
497
  color: #605e5c;
498
498
  }
499
499
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
500
- -webkit-box-shadow: none;
501
- box-shadow: none;
502
500
  position: relative;
503
501
  z-index: 2;
502
+ -webkit-box-shadow: none;
503
+ box-shadow: none;
504
504
  }
505
505
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
506
506
  border-color: #edebe9;
@@ -207,7 +207,7 @@
207
207
  --color-sf-info-outline: var(--color-sf-info-border-color);
208
208
  --color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
209
209
  --color-sf-tooltip-border: var(--color-sf-content-bg-color-alt1);
210
- --color-sf-toooltip-text-color: var(--color-sf-content-text-color);
210
+ --color-sf-tooltip-text-color: var(--color-sf-content-text-color);
211
211
  --color-sf-toast-text-color: var(--color-sf-content-text-color);
212
212
  --color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
213
213
  --color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
@@ -478,7 +478,7 @@
478
478
  --color-sf-success-bg-color: #218c21;
479
479
  --color-sf-success-border-color: var(--color-sf-success-bg-color);
480
480
  --color-sf-success-text: var(--color-sf-primary-text-color);
481
- --color-sf-success-bg-color-hover: var(--color-sf-success-bg-color);
481
+ --color-sf-success-bg-color-hover: #0e700e;
482
482
  --color-sf-success-border-color-hover: var(--color-sf-success-bg-color-hover);
483
483
  --color-sf-success-text-hover: var(--color-sf-primary-text-color);
484
484
  --color-sf-success-bg-color-pressed: #052505;
@@ -496,7 +496,7 @@
496
496
  --color-sf-warning-bg-color: #f87528;
497
497
  --color-sf-warning-border-color: var(--color-sf-warning-bg-color);
498
498
  --color-sf-warning-text: #242424;
499
- --color-sf-warning-bg-color-hover: var(--color-sf-warning-bg-color);
499
+ --color-sf-warning-bg-color-hover: #de590b;
500
500
  --color-sf-warning-border-color-hover: var(--color-sf-warning-bg-color-hover);
501
501
  --color-sf-warning-text-hover: var(--color-sf-primary-text-color);
502
502
  --color-sf-warning-bg-color-pressed: #4a1e04;
@@ -555,7 +555,7 @@
555
555
  --color-sf-info-outline: #0099bc;
556
556
  --color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
557
557
  --color-sf-tooltip-border: var(--color-sf-tooltip-bg-color);
558
- --color-sf-toooltip-text-color: var(--color-sf-content-text-color);
558
+ --color-sf-tooltip-text-color: var(--color-sf-content-text-color);
559
559
  --color-sf-toast-text-color: var(--color-sf-content-text-color);
560
560
  --color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
561
561
  --color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
@@ -897,7 +897,7 @@
897
897
  --color-sf-info-outline: #0099bc;
898
898
  --color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
899
899
  --color-sf-tooltip-border: var(--color-sf-border-light);
900
- --color-sf-toooltip-text-color: var(--color-sf-content-text-color);
900
+ --color-sf-tooltip-text-color: var(--color-sf-content-text-color);
901
901
  --color-sf-toast-text-color: var(--color-sf-content-text-color);
902
902
  --color-sf-toast-alt-text-color: var(--color-sf-content-text-color);
903
903
  --color-sf-appbar-bg-color-alt1: #fff;
@@ -1452,15 +1452,19 @@
1452
1452
  }
1453
1453
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
1454
1454
  border: 0;
1455
- -webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
1456
- box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
1457
1455
  background: transparent;
1456
+ -webkit-box-shadow: none;
1457
+ box-shadow: none;
1458
1458
  }
1459
1459
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
1460
1460
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
1461
1461
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
1462
1462
  color: var(--color-sf-content-text-color);
1463
1463
  }
1464
+ .e-accordion .e-acrdn-item .e-acrdn-header:focus-visible {
1465
+ -webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
1466
+ box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
1467
+ }
1464
1468
  .e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
1465
1469
  color: var(--color-sf-content-text-color);
1466
1470
  }
@@ -1531,10 +1535,14 @@
1531
1535
  color: var(--color-sf-icon-color);
1532
1536
  }
1533
1537
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
1534
- -webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
1535
- box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
1536
1538
  position: relative;
1537
1539
  z-index: 2;
1540
+ -webkit-box-shadow: none;
1541
+ box-shadow: none;
1542
+ }
1543
+ .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus-visible {
1544
+ -webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
1545
+ box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
1538
1546
  }
1539
1547
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
1540
1548
  border-color: transparent;
@@ -418,9 +418,9 @@
418
418
  }
419
419
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
420
420
  border: 2px dashed #000;
421
+ background: inherit;
421
422
  -webkit-box-shadow: none;
422
423
  box-shadow: none;
423
- background: inherit;
424
424
  }
425
425
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
426
426
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -497,10 +497,10 @@
497
497
  color: #000;
498
498
  }
499
499
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
500
- -webkit-box-shadow: none;
501
- box-shadow: none;
502
500
  position: relative;
503
501
  z-index: 2;
502
+ -webkit-box-shadow: none;
503
+ box-shadow: none;
504
504
  }
505
505
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
506
506
  border-color: #757575;
@@ -418,9 +418,9 @@
418
418
  }
419
419
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
420
420
  border: 2px dashed #fff;
421
+ background: inherit;
421
422
  -webkit-box-shadow: none;
422
423
  box-shadow: none;
423
- background: inherit;
424
424
  }
425
425
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
426
426
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -497,10 +497,10 @@
497
497
  color: #fff;
498
498
  }
499
499
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
500
- -webkit-box-shadow: none;
501
- box-shadow: none;
502
500
  position: relative;
503
501
  z-index: 2;
502
+ -webkit-box-shadow: none;
503
+ box-shadow: none;
504
504
  }
505
505
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
506
506
  border-color: #969696;
@@ -418,9 +418,9 @@
418
418
  }
419
419
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
420
420
  border: 0;
421
+ background: rgba(255, 255, 255, 0.05);
421
422
  -webkit-box-shadow: none;
422
423
  box-shadow: none;
423
- background: rgba(255, 255, 255, 0.05);
424
424
  }
425
425
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
426
426
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -497,10 +497,10 @@
497
497
  color: rgba(255, 255, 255, 0.7);
498
498
  }
499
499
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
500
- -webkit-box-shadow: none;
501
- box-shadow: none;
502
500
  position: relative;
503
501
  z-index: 2;
502
+ -webkit-box-shadow: none;
503
+ box-shadow: none;
504
504
  }
505
505
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
506
506
  border-color: transparent transparent #616161;
@@ -418,9 +418,9 @@
418
418
  }
419
419
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
420
420
  border: 0;
421
+ background: #eee;
421
422
  -webkit-box-shadow: none;
422
423
  box-shadow: none;
423
- background: #eee;
424
424
  }
425
425
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
426
426
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -497,10 +497,10 @@
497
497
  color: rgba(0, 0, 0, 0.54);
498
498
  }
499
499
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
500
- -webkit-box-shadow: none;
501
- box-shadow: none;
502
500
  position: relative;
503
501
  z-index: 2;
502
+ -webkit-box-shadow: none;
503
+ box-shadow: none;
504
504
  }
505
505
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
506
506
  border-color: transparent transparent rgba(0, 0, 0, 0.12);
@@ -476,9 +476,9 @@
476
476
  }
477
477
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
478
478
  border: 0;
479
+ background: rgba(var(--color-sf-on-surface), 0.04);
479
480
  -webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
480
481
  box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
481
- background: rgba(var(--color-sf-on-surface), 0.04);
482
482
  }
483
483
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
484
484
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -555,10 +555,10 @@
555
555
  color: rgba(var(--color-sf-primary));
556
556
  }
557
557
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
558
- -webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
559
- box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
560
558
  position: relative;
561
559
  z-index: 2;
560
+ -webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
561
+ box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
562
562
  }
563
563
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
564
564
  border-color: rgba(var(--color-sf-outline-variant));