@worldresources/wri-design-systems 2.148.5 → 2.148.6
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 +7 -0
- package/dist/index.esm.js +7 -0
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1904,6 +1904,13 @@
|
|
|
1904
1904
|
height: 10px;
|
|
1905
1905
|
width: 10px;
|
|
1906
1906
|
}
|
|
1907
|
+
|
|
1908
|
+
&:focus-visible {
|
|
1909
|
+
outline-color: ${p("primary",700)};
|
|
1910
|
+
box-shadow:
|
|
1911
|
+
0 0 0 2px ${p("neutral",100)},
|
|
1912
|
+
rgba(0, 0, 0, 0.05) 0px 2px 2px 4px;
|
|
1913
|
+
}
|
|
1907
1914
|
`,Jo=r.css`
|
|
1908
1915
|
font-size: 12px;
|
|
1909
1916
|
font-weight: 700;
|
package/dist/index.esm.js
CHANGED
|
@@ -1953,6 +1953,13 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1953
1953
|
height: 10px;
|
|
1954
1954
|
width: 10px;
|
|
1955
1955
|
}
|
|
1956
|
+
|
|
1957
|
+
&:focus-visible {
|
|
1958
|
+
outline-color: ${ve("primary",700)};
|
|
1959
|
+
box-shadow:
|
|
1960
|
+
0 0 0 2px ${ve("neutral",100)},
|
|
1961
|
+
rgba(0, 0, 0, 0.05) 0px 2px 2px 4px;
|
|
1962
|
+
}
|
|
1956
1963
|
`,ba=ae`
|
|
1957
1964
|
font-size: 12px;
|
|
1958
1965
|
font-weight: 700;
|