@wix/editor-react-components 1.2414.0 → 1.2416.0

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.
@@ -16,4 +16,9 @@
16
16
  display: block;
17
17
  fill: var(--fill);
18
18
  transform: rotate(var(--rotation));
19
+ }
20
+ @media (forced-colors: active) {
21
+ .animatedIcon__3o5ii svg {
22
+ fill: currentColor;
23
+ }
19
24
  }
@@ -167,4 +167,9 @@ a.label__qVt-R.breadcrumbs__item--hover {
167
167
  display: block;
168
168
  fill: var(--fill);
169
169
  transform: rotate(var(--rotation));
170
+ }
171
+ @media (forced-colors: active) {
172
+ .animatedIcon__3o5ii svg {
173
+ fill: currentColor;
174
+ }
170
175
  }
@@ -147,4 +147,9 @@
147
147
  display: block;
148
148
  fill: var(--fill);
149
149
  transform: rotate(var(--rotation));
150
+ }
151
+ @media (forced-colors: active) {
152
+ .animatedIcon__3o5ii svg {
153
+ fill: currentColor;
154
+ }
150
155
  }
@@ -270,4 +270,9 @@
270
270
  display: block;
271
271
  fill: var(--fill);
272
272
  transform: rotate(var(--rotation));
273
+ }
274
+ @media (forced-colors: active) {
275
+ .animatedIcon__3o5ii svg {
276
+ fill: currentColor;
277
+ }
273
278
  }
@@ -184,4 +184,9 @@
184
184
  display: block;
185
185
  fill: var(--fill);
186
186
  transform: rotate(var(--rotation));
187
+ }
188
+ @media (forced-colors: active) {
189
+ .animatedIcon__3o5ii svg {
190
+ fill: currentColor;
191
+ }
187
192
  }
@@ -1082,4 +1082,9 @@
1082
1082
  display: block;
1083
1083
  fill: var(--fill);
1084
1084
  transform: rotate(var(--rotation));
1085
+ }
1086
+ @media (forced-colors: active) {
1087
+ .animatedIcon__3o5ii svg {
1088
+ fill: currentColor;
1089
+ }
1085
1090
  }
@@ -599,4 +599,9 @@
599
599
  display: block;
600
600
  fill: var(--fill);
601
601
  transform: rotate(var(--rotation));
602
+ }
603
+ @media (forced-colors: active) {
604
+ .animatedIcon__3o5ii svg {
605
+ fill: currentColor;
606
+ }
602
607
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2414.0",
3
+ "version": "1.2416.0",
4
4
  "description": "React components for the Wix Editor",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -196,5 +196,5 @@
196
196
  "registry": "https://registry.npmjs.org/",
197
197
  "access": "public"
198
198
  },
199
- "falconPackageHash": "7a51f09a003b3c22471d131ac6f241bdac6536ffed1e46cb6637d5f7"
199
+ "falconPackageHash": "46aa356dac52e3fb79ce4395d2ec887cac092c0d5c28b6c7148b7d6b"
200
200
  }