@syncfusion/ej2-angular-inputs 21.2.9-ngcc → 22.1.34-ngcc

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 (103) hide show
  1. package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -1
  2. package/@syncfusion/ej2-angular-inputs.js.map +1 -1
  3. package/CHANGELOG.md +27 -23
  4. package/dist/ej2-angular-inputs.umd.js +1 -1
  5. package/dist/ej2-angular-inputs.umd.js.map +1 -1
  6. package/dist/ej2-angular-inputs.umd.min.js +1 -1
  7. package/dist/ej2-angular-inputs.umd.min.js.map +1 -1
  8. package/license +10 -0
  9. package/package.json +8 -8
  10. package/schematics/utils/lib-details.d.ts +2 -2
  11. package/schematics/utils/lib-details.js +2 -2
  12. package/schematics/utils/lib-details.ts +2 -2
  13. package/src/rating/rating.component.d.ts +4 -0
  14. package/src/uploader/uploader.component.d.ts +1 -0
  15. package/styles/bootstrap-dark.css +22 -3
  16. package/styles/bootstrap.css +22 -3
  17. package/styles/bootstrap4.css +22 -4
  18. package/styles/bootstrap5-dark.css +22 -3
  19. package/styles/bootstrap5.css +22 -3
  20. package/styles/color-picker/fluent-dark.css +1 -0
  21. package/styles/color-picker/fluent.css +1 -0
  22. package/styles/color-picker/material3-dark.css +880 -0
  23. package/styles/color-picker/material3-dark.scss +2 -0
  24. package/styles/color-picker/material3.css +936 -0
  25. package/styles/color-picker/material3.scss +2 -0
  26. package/styles/fabric-dark.css +22 -3
  27. package/styles/fabric.css +22 -3
  28. package/styles/fluent-dark.css +23 -3
  29. package/styles/fluent.css +23 -3
  30. package/styles/highcontrast-light.css +22 -3
  31. package/styles/highcontrast.css +22 -3
  32. package/styles/input/bootstrap-dark.css +14 -1
  33. package/styles/input/bootstrap.css +14 -1
  34. package/styles/input/bootstrap4.css +14 -1
  35. package/styles/input/bootstrap5-dark.css +14 -1
  36. package/styles/input/bootstrap5.css +14 -1
  37. package/styles/input/fabric-dark.css +14 -1
  38. package/styles/input/fabric.css +14 -1
  39. package/styles/input/fluent-dark.css +14 -1
  40. package/styles/input/fluent.css +14 -1
  41. package/styles/input/highcontrast-light.css +14 -1
  42. package/styles/input/highcontrast.css +14 -1
  43. package/styles/input/material-dark.css +92 -64
  44. package/styles/input/material.css +92 -64
  45. package/styles/input/material3-dark.css +12357 -0
  46. package/styles/input/material3-dark.scss +2 -0
  47. package/styles/input/material3.css +12413 -0
  48. package/styles/input/material3.scss +2 -0
  49. package/styles/input/tailwind-dark.css +14 -1
  50. package/styles/input/tailwind.css +14 -1
  51. package/styles/maskedtextbox/material3-dark.css +104 -0
  52. package/styles/maskedtextbox/material3-dark.scss +2 -0
  53. package/styles/maskedtextbox/material3.css +160 -0
  54. package/styles/maskedtextbox/material3.scss +2 -0
  55. package/styles/material-dark.css +102 -66
  56. package/styles/material.css +102 -66
  57. package/styles/material3-dark.css +15567 -0
  58. package/styles/material3-dark.scss +10 -0
  59. package/styles/material3.css +16063 -0
  60. package/styles/material3.scss +10 -0
  61. package/styles/numerictextbox/material3-dark.css +118 -0
  62. package/styles/numerictextbox/material3-dark.scss +2 -0
  63. package/styles/numerictextbox/material3.css +174 -0
  64. package/styles/numerictextbox/material3.scss +2 -0
  65. package/styles/rating/bootstrap-dark.css +8 -2
  66. package/styles/rating/bootstrap.css +8 -2
  67. package/styles/rating/bootstrap4.css +8 -3
  68. package/styles/rating/bootstrap5-dark.css +8 -2
  69. package/styles/rating/bootstrap5.css +8 -2
  70. package/styles/rating/fabric-dark.css +8 -2
  71. package/styles/rating/fabric.css +8 -2
  72. package/styles/rating/fluent-dark.css +8 -2
  73. package/styles/rating/fluent.css +8 -2
  74. package/styles/rating/highcontrast-light.css +8 -2
  75. package/styles/rating/highcontrast.css +8 -2
  76. package/styles/rating/material-dark.css +8 -2
  77. package/styles/rating/material.css +8 -2
  78. package/styles/rating/material3-dark.css +340 -0
  79. package/styles/rating/material3-dark.scss +2 -0
  80. package/styles/rating/material3.css +396 -0
  81. package/styles/rating/material3.scss +2 -0
  82. package/styles/rating/tailwind-dark.css +8 -2
  83. package/styles/rating/tailwind.css +8 -2
  84. package/styles/signature/material3-dark.css +65 -0
  85. package/styles/signature/material3-dark.scss +2 -0
  86. package/styles/signature/material3.css +121 -0
  87. package/styles/signature/material3.scss +2 -0
  88. package/styles/slider/material-dark.css +2 -0
  89. package/styles/slider/material.css +2 -0
  90. package/styles/slider/material3-dark.css +765 -0
  91. package/styles/slider/material3-dark.scss +2 -0
  92. package/styles/slider/material3.css +821 -0
  93. package/styles/slider/material3.scss +2 -0
  94. package/styles/tailwind-dark.css +22 -3
  95. package/styles/tailwind.css +22 -3
  96. package/styles/textbox/material3-dark.css +72 -0
  97. package/styles/textbox/material3-dark.scss +2 -0
  98. package/styles/textbox/material3.css +128 -0
  99. package/styles/textbox/material3.scss +2 -0
  100. package/styles/uploader/material3-dark.css +861 -0
  101. package/styles/uploader/material3-dark.scss +2 -0
  102. package/styles/uploader/material3.css +917 -0
  103. package/styles/uploader/material3.scss +2 -0
@@ -0,0 +1,2 @@
1
+ @import 'ej2-base/styles/material3-definition.scss';
2
+ @import 'ej2-inputs/styles/slider/material3.scss';
@@ -2948,8 +2948,8 @@ textarea.e-input.e-bigger.e-small,
2948
2948
  .e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
2949
2949
  .e-bigger .e-input-group .e-clear-icon,
2950
2950
  .e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
2951
- min-height: 0;
2952
2951
  min-width: 38px;
2952
+ min-height: 0;
2953
2953
  padding-bottom: 0;
2954
2954
  padding-right: 0;
2955
2955
  padding-top: 0;
@@ -2965,6 +2965,19 @@ textarea.e-input.e-bigger.e-small,
2965
2965
  padding-top: 0;
2966
2966
  }
2967
2967
 
2968
+ .e-input-group.e-small .e-clear-icon,
2969
+ .e-input-group .e-clear-icon.e-small,
2970
+ .e-small.e-bigger .e-input-group .e-clear-icon,
2971
+ .e-input-group.e-control-wrapper.e-small .e-clear-icon,
2972
+ .e-input-group.e-control-wrapper .e-clear-icon.e-small,
2973
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
2974
+ min-height: 0;
2975
+ min-width: 38px;
2976
+ padding-bottom: 0;
2977
+ padding-right: 0;
2978
+ padding-top: 0;
2979
+ }
2980
+
2968
2981
  .e-input-group.e-small.e-bigger .e-clear-icon,
2969
2982
  .e-input-group.e-small .e-clear-icon.e-bigger,
2970
2983
  .e-bigger .e-input-group.e-small .e-clear-icon,
@@ -6951,6 +6964,8 @@ body.e-colorpicker-overflow {
6951
6964
  padding: 4px;
6952
6965
  line-height: 3px;
6953
6966
  display: block;
6967
+ min-width: calc(1em + 8px);
6968
+ min-height: calc(1em + 8px);
6954
6969
  position: relative;
6955
6970
  }
6956
6971
  .e-rating-container .e-rating-item-container .e-rating-item {
@@ -7093,7 +7108,7 @@ body.e-colorpicker-overflow {
7093
7108
  font-size: 18px;
7094
7109
  }
7095
7110
 
7096
- .e-rating-container .e-rating-item-list:focus .e-rating-focus {
7111
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
7097
7112
  outline-color: #d1d5db;
7098
7113
  border-radius: 4px;
7099
7114
  }
@@ -7105,6 +7120,7 @@ body.e-colorpicker-overflow {
7105
7120
  }
7106
7121
  .e-rating-container .e-reset.e-disabled {
7107
7122
  color: #6b7280;
7123
+ opacity: 1;
7108
7124
  }
7109
7125
  .e-rating-container .e-rating-item-container .e-rating-icon {
7110
7126
  -webkit-text-fill-color: transparent;
@@ -7163,6 +7179,9 @@ body.e-colorpicker-overflow {
7163
7179
  -webkit-background-clip: text;
7164
7180
  /* stylelint-enable property-no-vendor-prefix */
7165
7181
  }
7182
+ .e-rating-container.e-disabled {
7183
+ opacity: 1;
7184
+ }
7166
7185
  .e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
7167
7186
  -webkit-text-stroke: 1px #374151;
7168
7187
  }
@@ -7181,7 +7200,7 @@ body.e-colorpicker-overflow {
7181
7200
  -webkit-background-clip: text;
7182
7201
  /* stylelint-enable property-no-vendor-prefix */
7183
7202
  }
7184
- .e-rating-container.e-disabled.e-rtl.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl.e-rating-intermediate .e-rating-icon {
7203
+ .e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
7185
7204
  background: linear-gradient(to left, #6b7280 var(--rating-value), transparent var(--rating-value));
7186
7205
  background-clip: text;
7187
7206
  /* stylelint-disable property-no-vendor-prefix */
@@ -2948,8 +2948,8 @@ textarea.e-input.e-bigger.e-small,
2948
2948
  .e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
2949
2949
  .e-bigger .e-input-group .e-clear-icon,
2950
2950
  .e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
2951
- min-height: 0;
2952
2951
  min-width: 38px;
2952
+ min-height: 0;
2953
2953
  padding-bottom: 0;
2954
2954
  padding-right: 0;
2955
2955
  padding-top: 0;
@@ -2965,6 +2965,19 @@ textarea.e-input.e-bigger.e-small,
2965
2965
  padding-top: 0;
2966
2966
  }
2967
2967
 
2968
+ .e-input-group.e-small .e-clear-icon,
2969
+ .e-input-group .e-clear-icon.e-small,
2970
+ .e-small.e-bigger .e-input-group .e-clear-icon,
2971
+ .e-input-group.e-control-wrapper.e-small .e-clear-icon,
2972
+ .e-input-group.e-control-wrapper .e-clear-icon.e-small,
2973
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
2974
+ min-height: 0;
2975
+ min-width: 38px;
2976
+ padding-bottom: 0;
2977
+ padding-right: 0;
2978
+ padding-top: 0;
2979
+ }
2980
+
2968
2981
  .e-input-group.e-small.e-bigger .e-clear-icon,
2969
2982
  .e-input-group.e-small .e-clear-icon.e-bigger,
2970
2983
  .e-bigger .e-input-group.e-small .e-clear-icon,
@@ -6951,6 +6964,8 @@ body.e-colorpicker-overflow {
6951
6964
  padding: 4px;
6952
6965
  line-height: 3px;
6953
6966
  display: block;
6967
+ min-width: calc(1em + 8px);
6968
+ min-height: calc(1em + 8px);
6954
6969
  position: relative;
6955
6970
  }
6956
6971
  .e-rating-container .e-rating-item-container .e-rating-item {
@@ -7093,7 +7108,7 @@ body.e-colorpicker-overflow {
7093
7108
  font-size: 18px;
7094
7109
  }
7095
7110
 
7096
- .e-rating-container .e-rating-item-list:focus .e-rating-focus {
7111
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
7097
7112
  outline-color: #111827;
7098
7113
  border-radius: 4px;
7099
7114
  }
@@ -7105,6 +7120,7 @@ body.e-colorpicker-overflow {
7105
7120
  }
7106
7121
  .e-rating-container .e-reset.e-disabled {
7107
7122
  color: #d1d5db;
7123
+ opacity: 1;
7108
7124
  }
7109
7125
  .e-rating-container .e-rating-item-container .e-rating-icon {
7110
7126
  -webkit-text-fill-color: transparent;
@@ -7163,6 +7179,9 @@ body.e-colorpicker-overflow {
7163
7179
  -webkit-background-clip: text;
7164
7180
  /* stylelint-enable property-no-vendor-prefix */
7165
7181
  }
7182
+ .e-rating-container.e-disabled {
7183
+ opacity: 1;
7184
+ }
7166
7185
  .e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
7167
7186
  -webkit-text-stroke: 1px #e5e7eb;
7168
7187
  }
@@ -7181,7 +7200,7 @@ body.e-colorpicker-overflow {
7181
7200
  -webkit-background-clip: text;
7182
7201
  /* stylelint-enable property-no-vendor-prefix */
7183
7202
  }
7184
- .e-rating-container.e-disabled.e-rtl.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl.e-rating-intermediate .e-rating-icon {
7203
+ .e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
7185
7204
  background: linear-gradient(to left, #9ca3af var(--rating-value), transparent var(--rating-value));
7186
7205
  background-clip: text;
7187
7206
  /* stylelint-disable property-no-vendor-prefix */
@@ -0,0 +1,72 @@
1
+ @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
+ :root {
3
+ --color-sf-black: 0, 0, 0;
4
+ --color-sf-white: 255, 255, 255;
5
+ --color-sf-primary: 208, 188, 255;
6
+ --color-sf-primary-container: 79, 55, 139;
7
+ --color-sf-secondary: 204, 194, 220;
8
+ --color-sf-secondary-container: 74, 68, 88;
9
+ --color-sf-tertiary: 239, 184, 200;
10
+ --color-sf-tertiary-container: 99, 59, 72;
11
+ --color-sf-surface: 28, 27, 31;
12
+ --color-sf-surface-variant: 73, 69, 79;
13
+ --color-sf-background: var(--color-sf-surface);
14
+ --color-sf-on-primary: 55, 30, 115;
15
+ --color-sf-on-primary-container: 234, 221, 255;
16
+ --color-sf-on-secondary: 51, 45, 65;
17
+ --color-sf-on-secondary-container: 232, 222, 248;
18
+ --color-sf-on-tertiary: 73, 37, 50;
19
+ --color-sf-on-tertiary-containe: 255, 216, 228;
20
+ --color-sf-on-surface: 230, 225, 229;
21
+ --color-sf-on-surface-variant: 202, 196, 208;
22
+ --color-sf-on-background: 230, 225, 229;
23
+ --color-sf-outline: 147, 143, 153;
24
+ --color-sf-outline-variant: 68, 71, 70;
25
+ --color-sf-shadow: 0, 0, 0;
26
+ --color-sf-surface-tint-color: 208, 188, 255;
27
+ --color-sf-inverse-surface: 230, 225, 229;
28
+ --color-sf-inverse-on-surface: 49, 48, 51;
29
+ --color-sf-inverse-primary: 103, 80, 164;
30
+ --color-sf-scrim: 0, 0, 0;
31
+ --color-sf-error: 242, 184, 181;
32
+ --color-sf-error-container: 140, 29, 24;
33
+ --color-sf-on-error: 96, 20, 16;
34
+ --color-sf-on-error-container: 249, 222, 220;
35
+ --color-sf-success: 83, 202, 23;
36
+ --color-sf-success-container: 22, 62, 2;
37
+ --color-sf-on-success: 13, 39, 0;
38
+ --color-sf-on-success-container: 183, 250, 150;
39
+ --color-sf-info: 71, 172, 251;
40
+ --color-sf-info-container: 0, 67, 120;
41
+ --color-sf-on-info: 0, 51, 91;
42
+ --color-sf-on-info-container: 173, 219, 255;
43
+ --color-sf-warning: 245, 180, 130;
44
+ --color-sf-warning-container: 123, 65, 0;
45
+ --color-sf-on-warning: 99, 52, 0;
46
+ --color-sf-on-warning-container: 255, 220, 193;
47
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
48
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
49
+ --color-sf-success-text: 0, 0, 0;
50
+ --color-sf-warning-text: 0, 0, 0;
51
+ --color-sf-info-text: 0, 0, 0;
52
+ --color-sf-danger-text: 0, 0, 0;
53
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
54
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
55
+ }
56
+
57
+ /* stylelint-disable property-no-vendor-prefix */
58
+ @keyframes e-input-ripple {
59
+ 100% {
60
+ opacity: 0;
61
+ transform: scale(4);
62
+ }
63
+ }
64
+ @keyframes slideTopUp {
65
+ from {
66
+ transform: translate3d(0, 0, 0) scale(1);
67
+ }
68
+ to {
69
+ transform: translate3d(0, 0, 0) scale(1);
70
+ }
71
+ }
72
+ /* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
@@ -0,0 +1,2 @@
1
+ @import 'ej2-base/styles/material3-dark-definition.scss';
2
+ @import 'ej2-inputs/styles/textbox/material3-dark.scss';
@@ -0,0 +1,128 @@
1
+ @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
+ :root {
3
+ --color-sf-black: 0, 0, 0;
4
+ --color-sf-white: 255, 255, 255;
5
+ --color-sf-primary: 103, 80, 164;
6
+ --color-sf-primary-container: 234, 221, 255;
7
+ --color-sf-secondary: 98, 91, 113;
8
+ --color-sf-secondary-container: 232, 222, 248;
9
+ --color-sf-tertiary: 125, 82, 96;
10
+ --color-sf-tertiary-container: 255, 216, 228;
11
+ --color-sf-surface: 255, 255, 255;
12
+ --color-sf-surface-variant: 231, 224, 236;
13
+ --color-sf-background: var(--color-sf-surface);
14
+ --color-sf-on-primary: 255, 255, 255;
15
+ --color-sf-on-primary-container: 33, 0, 94;
16
+ --color-sf-on-secondary: 255, 255, 255;
17
+ --color-sf-on-secondary-container: 30, 25, 43;
18
+ --color-sf-on-tertiary: 255, 255, 255;
19
+ --color-sf-on-tertiary-containe: 55, 11, 30;
20
+ --color-sf-on-surface: 28, 27, 31;
21
+ --color-sf-on-surface-variant: 73, 69, 78;
22
+ --color-sf-on-background: 28, 27, 31;
23
+ --color-sf-outline: 121, 116, 126;
24
+ --color-sf-outline-variant: 196, 199, 197;
25
+ --color-sf-shadow: 0, 0, 0;
26
+ --color-sf-surface-tint-color: 103, 80, 164;
27
+ --color-sf-inverse-surface: 49, 48, 51;
28
+ --color-sf-inverse-on-surface: 244, 239, 244;
29
+ --color-sf-inverse-primary: 208, 188, 255;
30
+ --color-sf-scrim: 0, 0, 0;
31
+ --color-sf-error: 179, 38, 30;
32
+ --color-sf-error-container: 249, 222, 220;
33
+ --color-sf-on-error: 255, 250, 250;
34
+ --color-sf-on-error-container: 65, 14, 11;
35
+ --color-sf-success: 32, 81, 7;
36
+ --color-sf-success-container: 209, 255, 186;
37
+ --color-sf-on-success: 244, 255, 239;
38
+ --color-sf-on-success-container: 13, 39, 0;
39
+ --color-sf-info: 1, 87, 155;
40
+ --color-sf-info-container: 233, 245, 255;
41
+ --color-sf-on-info: 250, 253, 255;
42
+ --color-sf-on-info-container: 0, 51, 91;
43
+ --color-sf-warning: 145, 76, 0;
44
+ --color-sf-warning-container: 254, 236, 222;
45
+ --color-sf-on-warning: 255, 255, 255;
46
+ --color-sf-on-warning-container: 47, 21, 0;
47
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
48
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
49
+ --color-sf-diagram-palette-background: --color-sf-white;
50
+ --color-sf-success-text: 255, 255, 255;
51
+ --color-sf-warning-text: 255, 255, 255;
52
+ --color-sf-danger-text: 255, 255, 255;
53
+ --color-sf-info-text: 255, 255, 255;
54
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
55
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
56
+ }
57
+
58
+ .e-dark-mode {
59
+ --color-sf-black: 0, 0, 0;
60
+ --color-sf-white: 255, 255, 255;
61
+ --color-sf-primary: 208, 188, 255;
62
+ --color-sf-primary-container: 79, 55, 139;
63
+ --color-sf-secondary: 204, 194, 220;
64
+ --color-sf-secondary-container: 74, 68, 88;
65
+ --color-sf-tertiary: 239, 184, 200;
66
+ --color-sf-tertiary-container: 99, 59, 72;
67
+ --color-sf-surface: 28, 27, 31;
68
+ --color-sf-surface-variant: 28, 27, 31;
69
+ --color-sf-background: var(--color-sf-surface);
70
+ --color-sf-on-primary: 55, 30, 115;
71
+ --color-sf-on-primary-container: 234, 221, 255;
72
+ --color-sf-on-secondary: 51, 45, 65;
73
+ --color-sf-on-secondary-container: 232, 222, 248;
74
+ --color-sf-on-tertiary: 73, 37, 50;
75
+ --color-sf-on-tertiary-containe: 255, 216, 228;
76
+ --color-sf-on-surface: 230, 225, 229;
77
+ --color-sf-on-surface-variant: 202, 196, 208;
78
+ --color-sf-on-background: 230, 225, 229;
79
+ --color-sf-outline: 147, 143, 153;
80
+ --color-sf-outline-variant: 68, 71, 70;
81
+ --color-sf-shadow: 0, 0, 0;
82
+ --color-sf-surface-tint-color: 208, 188, 255;
83
+ --color-sf-inverse-surface: 230, 225, 229;
84
+ --color-sf-inverse-on-surface: 49, 48, 51;
85
+ --color-sf-inverse-primary: 103, 80, 164;
86
+ --color-sf-scrim: 0, 0, 0;
87
+ --color-sf-error: 242, 184, 181;
88
+ --color-sf-error-container: 140, 29, 24;
89
+ --color-sf-on-error: 96, 20, 16;
90
+ --color-sf-on-error-container: 249, 222, 220;
91
+ --color-sf-success: 83, 202, 23;
92
+ --color-sf-success-container: 22, 62, 2;
93
+ --color-sf-on-success: 13, 39, 0;
94
+ --color-sf-on-success-container: 183, 250, 150;
95
+ --color-sf-info: 71, 172, 251;
96
+ --color-sf-info-container: 0, 67, 120;
97
+ --color-sf-on-info: 0, 51, 91;
98
+ --color-sf-on-info-container: 173, 219, 255;
99
+ --color-sf-warning: 245, 180, 130;
100
+ --color-sf-warning-container: 123, 65, 0;
101
+ --color-sf-on-warning: 99, 52, 0;
102
+ --color-sf-on-warning-container: 255, 220, 193;
103
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
104
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
105
+ --color-sf-success-text: 0, 0, 0;
106
+ --color-sf-warning-text: 0, 0, 0;
107
+ --color-sf-info-text: 0, 0, 0;
108
+ --color-sf-danger-text: 0, 0, 0;
109
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
110
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
111
+ }
112
+
113
+ /* stylelint-disable property-no-vendor-prefix */
114
+ @keyframes e-input-ripple {
115
+ 100% {
116
+ opacity: 0;
117
+ transform: scale(4);
118
+ }
119
+ }
120
+ @keyframes slideTopUp {
121
+ from {
122
+ transform: translate3d(0, 0, 0) scale(1);
123
+ }
124
+ to {
125
+ transform: translate3d(0, 0, 0) scale(1);
126
+ }
127
+ }
128
+ /* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
@@ -0,0 +1,2 @@
1
+ @import 'ej2-base/styles/material3-definition.scss';
2
+ @import 'ej2-inputs/styles/textbox/material3.scss';