@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,10 @@
1
+
2
+ @import 'signature/material3.scss';
3
+ @import 'input/material3.scss';
4
+ @import 'numerictextbox/material3.scss';
5
+ @import 'maskedtextbox/material3.scss';
6
+ @import 'slider/material3.scss';
7
+ @import 'textbox/material3.scss';
8
+ @import 'uploader/material3.scss';
9
+ @import 'color-picker/material3.scss';
10
+ @import 'rating/material3.scss';
@@ -0,0 +1,118 @@
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
+ .e-input-group-icon.e-spin-up::before {
73
+ content: "\e87a";
74
+ font-family: "e-icons";
75
+ }
76
+
77
+ .e-input-group-icon.e-spin-down::before {
78
+ content: "\e70d";
79
+ font-family: "e-icons";
80
+ }
81
+
82
+ .e-numeric-container {
83
+ width: 100%;
84
+ }
85
+
86
+ .e-content-placeholder.e-numeric.e-placeholder-numeric {
87
+ background-size: 300px 33px;
88
+ min-height: 33px;
89
+ }
90
+
91
+ .e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
92
+ .e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
93
+ background-size: 300px 40px;
94
+ min-height: 40px;
95
+ }
96
+
97
+ .e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
98
+ .e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
99
+ .e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
100
+ .e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
101
+ .e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
102
+ .e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
103
+ border: 0;
104
+ height: 0;
105
+ margin: 0;
106
+ padding: 0;
107
+ text-indent: 0;
108
+ visibility: hidden;
109
+ width: 0;
110
+ }
111
+
112
+ .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
113
+ font-size: 16px;
114
+ }
115
+
116
+ .e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
117
+ font-size: 18px;
118
+ }
@@ -0,0 +1,2 @@
1
+ @import 'ej2-base/styles/material3-dark-definition.scss';
2
+ @import 'ej2-inputs/styles/numerictextbox/material3-dark.scss';
@@ -0,0 +1,174 @@
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
+ .e-input-group-icon.e-spin-up::before {
129
+ content: "\e87a";
130
+ font-family: "e-icons";
131
+ }
132
+
133
+ .e-input-group-icon.e-spin-down::before {
134
+ content: "\e70d";
135
+ font-family: "e-icons";
136
+ }
137
+
138
+ .e-numeric-container {
139
+ width: 100%;
140
+ }
141
+
142
+ .e-content-placeholder.e-numeric.e-placeholder-numeric {
143
+ background-size: 300px 33px;
144
+ min-height: 33px;
145
+ }
146
+
147
+ .e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
148
+ .e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
149
+ background-size: 300px 40px;
150
+ min-height: 40px;
151
+ }
152
+
153
+ .e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
154
+ .e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
155
+ .e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
156
+ .e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
157
+ .e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
158
+ .e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
159
+ border: 0;
160
+ height: 0;
161
+ margin: 0;
162
+ padding: 0;
163
+ text-indent: 0;
164
+ visibility: hidden;
165
+ width: 0;
166
+ }
167
+
168
+ .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
169
+ font-size: 16px;
170
+ }
171
+
172
+ .e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
173
+ font-size: 18px;
174
+ }
@@ -0,0 +1,2 @@
1
+ @import 'ej2-base/styles/material3-definition.scss';
2
+ @import 'ej2-inputs/styles/numerictextbox/material3.scss';
@@ -34,6 +34,8 @@
34
34
  padding: 4px;
35
35
  line-height: 9px;
36
36
  display: block;
37
+ min-width: calc(1em + 8px);
38
+ min-height: calc(1em + 8px);
37
39
  position: relative;
38
40
  }
39
41
  .e-rating-container .e-rating-item-container .e-rating-item {
@@ -176,7 +178,7 @@
176
178
  font-size: 22px;
177
179
  }
178
180
 
179
- .e-rating-container .e-rating-item-list:focus .e-rating-focus {
181
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
180
182
  outline-color: #676767;
181
183
  border-radius: 2px;
182
184
  }
@@ -188,6 +190,7 @@
188
190
  }
189
191
  .e-rating-container .e-reset.e-disabled {
190
192
  color: #505050;
193
+ opacity: 1;
191
194
  }
192
195
  .e-rating-container .e-rating-item-container .e-rating-icon {
193
196
  -webkit-text-fill-color: transparent;
@@ -241,6 +244,9 @@
241
244
  -webkit-background-clip: text;
242
245
  /* stylelint-enable property-no-vendor-prefix */
243
246
  }
247
+ .e-rating-container.e-disabled {
248
+ opacity: 1;
249
+ }
244
250
  .e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
245
251
  -webkit-text-stroke: 1px #505050;
246
252
  }
@@ -259,7 +265,7 @@
259
265
  -webkit-background-clip: text;
260
266
  /* stylelint-enable property-no-vendor-prefix */
261
267
  }
262
- .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 {
268
+ .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 {
263
269
  background: linear-gradient(to left, #505050 var(--rating-value), transparent var(--rating-value));
264
270
  background-clip: text;
265
271
  /* stylelint-disable property-no-vendor-prefix */
@@ -34,6 +34,8 @@
34
34
  padding: 4px;
35
35
  line-height: 9px;
36
36
  display: block;
37
+ min-width: calc(1em + 8px);
38
+ min-height: calc(1em + 8px);
37
39
  position: relative;
38
40
  }
39
41
  .e-rating-container .e-rating-item-container .e-rating-item {
@@ -176,7 +178,7 @@
176
178
  font-size: 24px;
177
179
  }
178
180
 
179
- .e-rating-container .e-rating-item-list:focus .e-rating-focus {
181
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
180
182
  outline-color: #adadad;
181
183
  border-radius: 2px;
182
184
  }
@@ -188,6 +190,7 @@
188
190
  }
189
191
  .e-rating-container .e-reset.e-disabled {
190
192
  color: #999;
193
+ opacity: 1;
191
194
  }
192
195
  .e-rating-container .e-rating-item-container .e-rating-icon {
193
196
  -webkit-text-fill-color: transparent;
@@ -241,6 +244,9 @@
241
244
  -webkit-background-clip: text;
242
245
  /* stylelint-enable property-no-vendor-prefix */
243
246
  }
247
+ .e-rating-container.e-disabled {
248
+ opacity: 1;
249
+ }
244
250
  .e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
245
251
  -webkit-text-stroke: 1px #999;
246
252
  }
@@ -259,7 +265,7 @@
259
265
  -webkit-background-clip: text;
260
266
  /* stylelint-enable property-no-vendor-prefix */
261
267
  }
262
- .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 {
268
+ .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 {
263
269
  background: linear-gradient(to left, #999 var(--rating-value), transparent var(--rating-value));
264
270
  background-clip: text;
265
271
  /* stylelint-disable property-no-vendor-prefix */
@@ -34,6 +34,8 @@
34
34
  padding: 4px;
35
35
  line-height: 11px;
36
36
  display: block;
37
+ min-width: calc(1em + 8px);
38
+ min-height: calc(1em + 8px);
37
39
  position: relative;
38
40
  }
39
41
  .e-rating-container .e-rating-item-container .e-rating-item {
@@ -176,7 +178,7 @@
176
178
  font-size: 20px;
177
179
  }
178
180
 
179
- .e-rating-container .e-rating-item-list:focus .e-rating-focus {
181
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
180
182
  outline-color: #007bff;
181
183
  border-radius: 4px;
182
184
  }
@@ -188,6 +190,7 @@
188
190
  }
189
191
  .e-rating-container .e-reset.e-disabled {
190
192
  color: #343a40;
193
+ opacity: 1;
191
194
  }
192
195
  .e-rating-container .e-rating-item-container .e-rating-icon {
193
196
  -webkit-text-fill-color: transparent;
@@ -218,7 +221,6 @@
218
221
  /* stylelint-disable property-no-vendor-prefix */
219
222
  -webkit-background-clip: text;
220
223
  /* stylelint-enable property-no-vendor-prefix */
221
- -webkit-text-stroke: 1px #dee2e6;
222
224
  -webkit-text-stroke: 1px #007bff;
223
225
  }
224
226
  .e-rating-container.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
@@ -242,6 +244,9 @@
242
244
  -webkit-background-clip: text;
243
245
  /* stylelint-enable property-no-vendor-prefix */
244
246
  }
247
+ .e-rating-container.e-disabled {
248
+ opacity: 1;
249
+ }
245
250
  .e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
246
251
  -webkit-text-stroke: 1px #343a40;
247
252
  }
@@ -260,7 +265,7 @@
260
265
  -webkit-background-clip: text;
261
266
  /* stylelint-enable property-no-vendor-prefix */
262
267
  }
263
- .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 {
268
+ .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 {
264
269
  background: linear-gradient(to left, #343a40 var(--rating-value), transparent var(--rating-value));
265
270
  background-clip: text;
266
271
  /* stylelint-disable property-no-vendor-prefix */
@@ -34,6 +34,8 @@
34
34
  padding: 4px;
35
35
  line-height: 13px;
36
36
  display: block;
37
+ min-width: calc(1em + 8px);
38
+ min-height: calc(1em + 8px);
37
39
  position: relative;
38
40
  }
39
41
  .e-rating-container .e-rating-item-container .e-rating-item {
@@ -176,7 +178,7 @@
176
178
  font-size: 22px;
177
179
  }
178
180
 
179
- .e-rating-container .e-rating-item-list:focus .e-rating-focus {
181
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
180
182
  outline-color: #0d6efd;
181
183
  border-radius: 4px;
182
184
  }
@@ -188,6 +190,7 @@
188
190
  }
189
191
  .e-rating-container .e-reset.e-disabled {
190
192
  color: #6c757d;
193
+ opacity: 1;
191
194
  }
192
195
  .e-rating-container .e-rating-item-container .e-rating-icon {
193
196
  -webkit-text-fill-color: transparent;
@@ -242,6 +245,9 @@
242
245
  -webkit-background-clip: text;
243
246
  /* stylelint-enable property-no-vendor-prefix */
244
247
  }
248
+ .e-rating-container.e-disabled {
249
+ opacity: 1;
250
+ }
245
251
  .e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
246
252
  -webkit-text-stroke: 1px #495057;
247
253
  }
@@ -260,7 +266,7 @@
260
266
  -webkit-background-clip: text;
261
267
  /* stylelint-enable property-no-vendor-prefix */
262
268
  }
263
- .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 {
269
+ .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 {
264
270
  background: linear-gradient(to left, #6c757d var(--rating-value), transparent var(--rating-value));
265
271
  background-clip: text;
266
272
  /* stylelint-disable property-no-vendor-prefix */
@@ -34,6 +34,8 @@
34
34
  padding: 4px;
35
35
  line-height: 13px;
36
36
  display: block;
37
+ min-width: calc(1em + 8px);
38
+ min-height: calc(1em + 8px);
37
39
  position: relative;
38
40
  }
39
41
  .e-rating-container .e-rating-item-container .e-rating-item {
@@ -176,7 +178,7 @@
176
178
  font-size: 22px;
177
179
  }
178
180
 
179
- .e-rating-container .e-rating-item-list:focus .e-rating-focus {
181
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
180
182
  outline-color: #0d6efd;
181
183
  border-radius: 4px;
182
184
  }
@@ -188,6 +190,7 @@
188
190
  }
189
191
  .e-rating-container .e-reset.e-disabled {
190
192
  color: #adb5bd;
193
+ opacity: 1;
191
194
  }
192
195
  .e-rating-container .e-rating-item-container .e-rating-icon {
193
196
  -webkit-text-fill-color: transparent;
@@ -242,6 +245,9 @@
242
245
  -webkit-background-clip: text;
243
246
  /* stylelint-enable property-no-vendor-prefix */
244
247
  }
248
+ .e-rating-container.e-disabled {
249
+ opacity: 1;
250
+ }
245
251
  .e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
246
252
  -webkit-text-stroke: 1px #ced4da;
247
253
  }
@@ -260,7 +266,7 @@
260
266
  -webkit-background-clip: text;
261
267
  /* stylelint-enable property-no-vendor-prefix */
262
268
  }
263
- .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 {
269
+ .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 {
264
270
  background: linear-gradient(to left, #adb5bd var(--rating-value), transparent var(--rating-value));
265
271
  background-clip: text;
266
272
  /* stylelint-disable property-no-vendor-prefix */
@@ -34,6 +34,8 @@
34
34
  padding: 4px;
35
35
  line-height: 13px;
36
36
  display: block;
37
+ min-width: calc(1em + 8px);
38
+ min-height: calc(1em + 8px);
37
39
  position: relative;
38
40
  }
39
41
  .e-rating-container .e-rating-item-container .e-rating-item {
@@ -176,7 +178,7 @@
176
178
  font-size: 20px;
177
179
  }
178
180
 
179
- .e-rating-container .e-rating-item-list:focus .e-rating-focus {
181
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
180
182
  outline-color: #fff;
181
183
  border-radius: 0;
182
184
  }
@@ -188,6 +190,7 @@
188
190
  }
189
191
  .e-rating-container .e-reset.e-disabled {
190
192
  color: #514f4f;
193
+ opacity: 1;
191
194
  }
192
195
  .e-rating-container .e-rating-item-container .e-rating-icon {
193
196
  -webkit-text-fill-color: transparent;
@@ -241,6 +244,9 @@
241
244
  -webkit-background-clip: text;
242
245
  /* stylelint-enable property-no-vendor-prefix */
243
246
  }
247
+ .e-rating-container.e-disabled {
248
+ opacity: 1;
249
+ }
244
250
  .e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
245
251
  -webkit-text-stroke: 1px #514f4f;
246
252
  }
@@ -259,7 +265,7 @@
259
265
  -webkit-background-clip: text;
260
266
  /* stylelint-enable property-no-vendor-prefix */
261
267
  }
262
- .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 {
268
+ .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 {
263
269
  background: linear-gradient(to left, #514f4f var(--rating-value), transparent var(--rating-value));
264
270
  background-clip: text;
265
271
  /* stylelint-disable property-no-vendor-prefix */
@@ -34,6 +34,8 @@
34
34
  padding: 4px;
35
35
  line-height: 13px;
36
36
  display: block;
37
+ min-width: calc(1em + 8px);
38
+ min-height: calc(1em + 8px);
37
39
  position: relative;
38
40
  }
39
41
  .e-rating-container .e-rating-item-container .e-rating-item {
@@ -176,7 +178,7 @@
176
178
  font-size: 20px;
177
179
  }
178
180
 
179
- .e-rating-container .e-rating-item-list:focus .e-rating-focus {
181
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
180
182
  outline-color: #005ba3;
181
183
  border-radius: 0;
182
184
  }
@@ -188,6 +190,7 @@
188
190
  }
189
191
  .e-rating-container .e-reset.e-disabled {
190
192
  color: #d0d0d0;
193
+ opacity: 1;
191
194
  }
192
195
  .e-rating-container .e-rating-item-container .e-rating-icon {
193
196
  -webkit-text-fill-color: transparent;
@@ -241,6 +244,9 @@
241
244
  -webkit-background-clip: text;
242
245
  /* stylelint-enable property-no-vendor-prefix */
243
246
  }
247
+ .e-rating-container.e-disabled {
248
+ opacity: 1;
249
+ }
244
250
  .e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
245
251
  -webkit-text-stroke: 1px #d0d0d0;
246
252
  }
@@ -259,7 +265,7 @@
259
265
  -webkit-background-clip: text;
260
266
  /* stylelint-enable property-no-vendor-prefix */
261
267
  }
262
- .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 {
268
+ .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 {
263
269
  background: linear-gradient(to left, #d0d0d0 var(--rating-value), transparent var(--rating-value));
264
270
  background-clip: text;
265
271
  /* stylelint-disable property-no-vendor-prefix */
@@ -34,6 +34,8 @@
34
34
  padding: 4px;
35
35
  line-height: 13px;
36
36
  display: block;
37
+ min-width: calc(1em + 8px);
38
+ min-height: calc(1em + 8px);
37
39
  position: relative;
38
40
  }
39
41
  .e-rating-container .e-rating-item-container .e-rating-item {
@@ -176,7 +178,7 @@
176
178
  font-size: 20px;
177
179
  }
178
180
 
179
- .e-rating-container .e-rating-item-list:focus .e-rating-focus {
181
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
180
182
  outline-color: #f3f2f1;
181
183
  border-radius: 0;
182
184
  }
@@ -188,6 +190,7 @@
188
190
  }
189
191
  .e-rating-container .e-reset.e-disabled {
190
192
  color: #484644;
193
+ opacity: 1;
191
194
  }
192
195
  .e-rating-container .e-rating-item-container .e-rating-icon {
193
196
  -webkit-text-fill-color: transparent;
@@ -241,6 +244,9 @@
241
244
  -webkit-background-clip: text;
242
245
  /* stylelint-enable property-no-vendor-prefix */
243
246
  }
247
+ .e-rating-container.e-disabled {
248
+ opacity: 1;
249
+ }
244
250
  .e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
245
251
  -webkit-text-stroke: 1px #484644;
246
252
  }
@@ -259,7 +265,7 @@
259
265
  -webkit-background-clip: text;
260
266
  /* stylelint-enable property-no-vendor-prefix */
261
267
  }
262
- .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 {
268
+ .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 {
263
269
  background: linear-gradient(to left, #484644 var(--rating-value), transparent var(--rating-value));
264
270
  background-clip: text;
265
271
  /* stylelint-disable property-no-vendor-prefix */