@lax-wp/design-system 0.11.13 → 0.11.14
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -31258,7 +31258,7 @@ const Yue = lw, Kue = ({ icon: t, title: e, description: r, variant: n, classNam
|
|
|
31258
31258
|
"input",
|
|
31259
31259
|
{
|
|
31260
31260
|
type: "radio",
|
|
31261
|
-
className: t
|
|
31261
|
+
className: `accent-primary-600 cursor-pointer ${t ?? ""}`,
|
|
31262
31262
|
id: "connection",
|
|
31263
31263
|
checked: e,
|
|
31264
31264
|
onClick: r
|