@worldresources/wri-design-systems 2.148.3 → 2.148.4
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.
- package/dist/index.cjs.js +3 -2
- package/dist/index.esm.js +3 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -2162,7 +2162,6 @@
|
|
|
2162
2162
|
|
|
2163
2163
|
&:focus-visible {
|
|
2164
2164
|
outline: 2px solid ${p("primary",700)};
|
|
2165
|
-
outline-offset: 2px;
|
|
2166
2165
|
box-shadow: 0px 2px 4px -2px #0000001a;
|
|
2167
2166
|
box-shadow: 0px 4px 6px -1px #0000001a;
|
|
2168
2167
|
box-shadow:
|
|
@@ -2280,10 +2279,12 @@
|
|
|
2280
2279
|
border: 1px solid ${p("neutral",300)};
|
|
2281
2280
|
`,ea=r.css`
|
|
2282
2281
|
padding: 16px;
|
|
2282
|
+
|
|
2283
2283
|
cursor: pointer;
|
|
2284
2284
|
border-bottom: 1px solid ${p("neutral",300)};
|
|
2285
2285
|
&:focus-visible {
|
|
2286
|
-
outline-
|
|
2286
|
+
outline-offset: -2px;
|
|
2287
|
+
outline: 2px solid ${p("primary",700)};
|
|
2287
2288
|
}
|
|
2288
2289
|
&:hover {
|
|
2289
2290
|
box-shadow: 0px 2px 4px -2px #0000001a;
|
package/dist/index.esm.js
CHANGED
|
@@ -2218,7 +2218,6 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2218
2218
|
|
|
2219
2219
|
&:focus-visible {
|
|
2220
2220
|
outline: 2px solid ${ve("primary",700)};
|
|
2221
|
-
outline-offset: 2px;
|
|
2222
2221
|
box-shadow: 0px 2px 4px -2px #0000001a;
|
|
2223
2222
|
box-shadow: 0px 4px 6px -1px #0000001a;
|
|
2224
2223
|
box-shadow:
|
|
@@ -2336,10 +2335,12 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2336
2335
|
border: 1px solid ${ve("neutral",300)};
|
|
2337
2336
|
`,Rl=ae`
|
|
2338
2337
|
padding: 16px;
|
|
2338
|
+
|
|
2339
2339
|
cursor: pointer;
|
|
2340
2340
|
border-bottom: 1px solid ${ve("neutral",300)};
|
|
2341
2341
|
&:focus-visible {
|
|
2342
|
-
outline-
|
|
2342
|
+
outline-offset: -2px;
|
|
2343
|
+
outline: 2px solid ${ve("primary",700)};
|
|
2343
2344
|
}
|
|
2344
2345
|
&:hover {
|
|
2345
2346
|
box-shadow: 0px 2px 4px -2px #0000001a;
|