@wix/editor-react-components 1.2437.0 → 1.2439.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.
@@ -1,6 +1,20 @@
1
1
  .mapContainer__E0LTn {
2
2
  width: 100%;
3
3
  height: 100%;
4
+ }
5
+ .mapContainer__E0LTn .gm-style a:focus-visible {
6
+ outline: auto;
7
+ }
8
+ .mapContainer__E0LTn .gm-ui-hover-effect:focus-visible {
9
+ outline: 2px solid #116dff;
10
+ outline-offset: 1px;
11
+ box-shadow: 0 0 1px 2px #ffffff;
12
+ outline-offset: -4px;
13
+ }
14
+
15
+ #SITE_CONTAINER.focus-ring-active.keyboard-tabbing-on .mapContainer__E0LTn .gm-style a:focus,
16
+ #SITE_CONTAINER.focus-ring-active.keyboard-tabbing-on .mapContainer__E0LTn .gm-style-iw *:focus {
17
+ box-shadow: none !important;
4
18
  }.title__jE00O {
5
19
  font-size: 14px;
6
20
  font-weight: 500;
@@ -15,11 +29,25 @@
15
29
 
16
30
  .link__AM1ap {
17
31
  display: block;
32
+ width: fit-content;
18
33
  font-size: 13px;
19
34
  font-weight: 400;
20
35
  color: var(--wst-links-and-actions-color, #1a73e8);
21
36
  text-decoration: underline;
22
37
  }
38
+ #SITE_CONTAINER.focus-ring-active.keyboard-tabbing-on .link__AM1ap:focus {
39
+ outline: 2px solid #116dff;
40
+ outline-offset: 1px;
41
+ box-shadow: 0 0 1px 2px #ffffff;
42
+ outline-offset: -2px;
43
+ }
44
+ @media (forced-colors: active) {
45
+ .link__AM1ap:focus {
46
+ outline: 3px solid Highlight !important;
47
+ outline-offset: -3px !important;
48
+ box-shadow: none;
49
+ }
50
+ }
23
51
 
24
52
  .pinIcon__PgsnW svg {
25
53
  width: 32px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2437.0",
3
+ "version": "1.2439.0",
4
4
  "description": "React components for the Wix Editor",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -114,7 +114,7 @@
114
114
  "@vitejs/plugin-react": "^4.3.4",
115
115
  "@wix/a11y-audit-tool-plugin": "^0.366.0",
116
116
  "@wix/astro": "^2.63.0",
117
- "@wix/business-tools": "^1.0.225",
117
+ "@wix/business-tools": "^1.0.227",
118
118
  "@wix/cli": "^1.1.230",
119
119
  "@wix/cli-app": "^1.1.227",
120
120
  "@wix/component-protocol": "^1.245.0",
@@ -197,5 +197,5 @@
197
197
  "registry": "https://registry.npmjs.org/",
198
198
  "access": "public"
199
199
  },
200
- "falconPackageHash": "d82d11b87fcf12780a9013df58b95f5dabccd3ac2828ca6e58fa3e19"
200
+ "falconPackageHash": "323c22f6f5cfb91586f845bc87846711d77dc53164daf7c8d8cc86d2"
201
201
  }