@worldresources/wri-design-systems 2.205.0 → 2.205.1

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 CHANGED
@@ -1243,6 +1243,7 @@
1243
1243
  width: ${k(500)};
1244
1244
  height: ${k(500)};
1245
1245
  border: ${M(100)} solid ${w("neutral",700)};
1246
+ background-color: transparent !important;
1246
1247
  cursor: pointer;
1247
1248
 
1248
1249
  .dot {
@@ -1264,6 +1265,7 @@
1264
1265
  &:focus-visible,
1265
1266
  &[data-focus-visible] {
1266
1267
  ${Cf}
1268
+ box-shadow: none;
1267
1269
 
1268
1270
  &[data-checked] {
1269
1271
  border: ${M(200)} solid
@@ -1279,7 +1281,7 @@
1279
1281
  &[data-checked] {
1280
1282
  border: ${M(100)} solid
1281
1283
  ${w("accessible","controls-on-neutral-lights")||w("primary",700)};
1282
- background-color: ${w("neutral",100)} !important;
1284
+ background-color: transparent !important;
1283
1285
  color: ${w("accessible","controls-on-neutral-lights")||w("primary",700)};
1284
1286
 
1285
1287
  &[data-disabled] {
package/dist/index.esm.js CHANGED
@@ -1314,6 +1314,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as o,Ic
1314
1314
  width: ${Ve(500)};
1315
1315
  height: ${Ve(500)};
1316
1316
  border: ${_e(100)} solid ${Ie("neutral",700)};
1317
+ background-color: transparent !important;
1317
1318
  cursor: pointer;
1318
1319
 
1319
1320
  .dot {
@@ -1335,6 +1336,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as o,Ic
1335
1336
  &:focus-visible,
1336
1337
  &[data-focus-visible] {
1337
1338
  ${Vm}
1339
+ box-shadow: none;
1338
1340
 
1339
1341
  &[data-checked] {
1340
1342
  border: ${_e(200)} solid
@@ -1350,7 +1352,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as o,Ic
1350
1352
  &[data-checked] {
1351
1353
  border: ${_e(100)} solid
1352
1354
  ${Ie("accessible","controls-on-neutral-lights")||Ie("primary",700)};
1353
- background-color: ${Ie("neutral",100)} !important;
1355
+ background-color: transparent !important;
1354
1356
  color: ${Ie("accessible","controls-on-neutral-lights")||Ie("primary",700)};
1355
1357
 
1356
1358
  &[data-disabled] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worldresources/wri-design-systems",
3
- "version": "2.205.0",
3
+ "version": "2.205.1",
4
4
  "description": "WRI UI Library",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",